| /src/usr.bin/tip/ |
| cmdtab.c | 43 { '!', NORM, "shell", shell }, 44 { '<', NORM, "receive file from remote host", getfl }, 45 { '>', NORM, "send file to remote host", sendfile }, 46 { 't', NORM, "take file from remote UNIX", cu_take }, 47 { 'p', NORM, "put file to remote UNIX", cu_put }, 48 { '|', NORM, "pipe remote file", pipefile }, 49 { '$', NORM, "pipe local command to remote host", pipeout }, 50 { 'C', NORM, "connect program to remote host",consh }, 51 { '+', NORM, "connect program to remote host",consh }, 52 { 'c', NORM, "change directory", chdirectory } [all...] |
| tip.h | 178 #define NORM 00 /* normal protection, execute anyone */
|
| /src/external/cddl/osnet/dev/dtrace/x86/ |
| dis_tables.c | 137 NORM, /* instructions w/o ModR/M byte, no memory access */ 512 const instable_t dis_opPause = TNS("pause", NORM); 1764 /* [04] */ INVALID, TNS("syscall",NORM), TNS("clts",NORM), TNS("sysret",NORM), 1765 /* [08] */ TNS("invd",NORM), TNS("wbinvd",NORM), INVALID, TNS("ud2",NORM), 1778 /* [30] */ TNS("wrmsr",NORM), TNS("rdtsc",NORM), TNS("rdmsr",NORM), TNS("rdpmc",NORM) [all...] |
| /src/sys/arch/m68k/060sp/dist/ |
| fplsp.s | 415 set NORM, 0x00 # operand type for STAG/DTAG 597 bsr.l ssin # operand is a NORM 655 bsr.l ssin # operand is a NORM 713 bsr.l ssin # operand is a NORM 774 bsr.l scos # operand is a NORM 832 bsr.l scos # operand is a NORM 890 bsr.l scos # operand is a NORM 951 bsr.l ssinh # operand is a NORM 1009 bsr.l ssinh # operand is a NORM 1067 bsr.l ssinh # operand is a NORM 10845 norm: label [all...] |
| pfpsp.s | 435 set NORM, 0x00 # operand type for STAG/DTAG 599 # unnorm_fix() - change UNNORM operands to NORM or ZERO # 678 mov.b %d0,STAG(%a6) # maybe NORM,DENORM 693 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO 792 # the src operand is definitely a NORM(!), so tag it as such 793 mov.b &NORM,STAG(%a6) # set src optype tag 839 # unnorm_fix() - change UNNORM operands to NORM or ZERO # 916 mov.b %d0,STAG(%a6) # maybe NORM,DENORM 936 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO 1066 # the src operand is definitely a NORM(!), so tag it as suc 6449 norm: label [all...] |
| fpsp.s | 435 set NORM, 0x00 # operand type for STAG/DTAG 599 # unnorm_fix() - change UNNORM operands to NORM or ZERO # 678 mov.b %d0,STAG(%a6) # maybe NORM,DENORM 693 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO 792 # the src operand is definitely a NORM(!), so tag it as such 793 mov.b &NORM,STAG(%a6) # set src optype tag 839 # unnorm_fix() - change UNNORM operands to NORM or ZERO # 916 mov.b %d0,STAG(%a6) # maybe NORM,DENORM 936 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO 1066 # the src operand is definitely a NORM(!), so tag it as suc 22326 norm: label [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| builtins.def | 53 DEF_BUILTIN (NORM, 1, int_ftype_int, clrsbsi2, TARGET_NORM)
|
| /src/external/gpl3/gcc/dist/gcc/config/arc/ |
| builtins.def | 53 DEF_BUILTIN (NORM, 1, int_ftype_int, clrsbsi2, TARGET_NORM)
|