Home
last modified time | relevance | path

Searched refs:NORM (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/tip/tip/
H A Dcmdtab.c38 { '!', NORM, "shell", shell },
40 { '>', NORM, "send file to remote host", sendfile },
42 { 'p', NORM, "put file to remote UNIX", cu_put },
43 { '|', NORM, "pipe remote file", pipefile },
48 { 'c', NORM, "change directory", chdirectory },
49 { '.', NORM, "exit from tip", finish },
50 {CTRL('d'),NORM,"exit from tip", finish },
53 { 's', NORM, "set variable", variable },
54 { 'v', NORM, "list variables", listvariables },
55 { '?', NORM, "get this summary", help },
[all …]
H A Dtip.h178 #define NORM 00 /* normal protection, execute anyone */ macro
/freebsd/sys/powerpc/powerpc/
H A Dtrap.c963 #define NORM(x) XVCPSGNDP(x, x, x) macro
965 NORM(x ## 0); NORM(x ## 1); NORM(x ## 2); NORM(x ## 3); NORM(x ## 4); \
966 NORM(x ## 5); NORM(x ## 6); NORM(x ## 7); NORM(x ## 8); NORM(x ## 9)
977 NORM(0); NORM(1); NORM(2); NORM(3); NORM(4); in normalize_inputs()
978 NORM(5); NORM(6); NORM(7); NORM(8); NORM(9); in normalize_inputs()
980 NORM(60); NORM(61); NORM(62); NORM(63); in normalize_inputs()
/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c2330 /* [08] */ TNS("invd",NORM), TNS("wbinvd",NORM), INVALID, TNS("ud2",NORM),
2343 /* [30] */ TNS("wrmsr",NORM), TNS("rdtsc",NORM), TNS("rdmsr",NORM), TNS("rdpmc",NORM),
2698 /* [0,4] */ TNS("ftst",NORM), TNS("fxam",NORM), TNS("ftstp",NORM), INVALID,
2700 /* [1,0] */ TNS("fld1",NORM), TNS("fldl2t",NORM), TNS("fldl2e",NORM), TNS("fldpi",NORM),
2701 /* [1,4] */ TNS("fldlg2",NORM), TNS("fldln2",NORM), TNS("fldz",NORM), INVALID,
2703 /* [2,0] */ TNS("f2xm1",NORM), TNS("fyl2x",NORM), TNS("fptan",NORM), TNS("fpatan",NORM),
2704 /* [2,4] */ TNS("fxtract",NORM), TNS("fprem1",NORM), TNS("fdecstp",NORM), TNS("fincstp",NORM),
2706 /* [3,0] */ TNS("fprem",NORM), TNS("fyl2xp1",NORM), TNS("fsqrt",NORM), TNS("fsincos",NORM),
2707 /* [3,4] */ TNS("frndint",NORM), TNS("fscale",NORM), TNS("fsin",NORM), TNS("fcos",NORM),
2712 /* [0] */ TNS("feni",NORM), TNS("fdisi",NORM), TNS("fnclex",NORM), TNS("fninit",NORM),
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td348 defm NORM : ArcUnaryEXT5Inst<0b000001,"norm">;