HomeSort by: relevance | last modified time | path
    Searched refs:NORM (Results 1 - 5 of 5) sorted by relevancy

  /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/sys/arch/m68k/060sp/dist/
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
    [all...]
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
    [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
    [all...]

Completed in 45 milliseconds