Searched refs:NORM (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/usr.bin/tip/tip/ |
| H A D | cmdtab.c | 46 { '!', NORM, "shell", shell }, 48 { '>', NORM, "send file to remote host", sendfile }, 50 { 'p', NORM, "put file to remote UNIX", cu_put }, 51 { '|', NORM, "pipe remote file", pipefile }, 56 { 'c', NORM, "change directory", chdirectory }, 57 { '.', NORM, "exit from tip", finish }, 58 {CTRL('d'),NORM,"exit from tip", finish }, 61 { 's', NORM, "set variable", variable }, 62 { 'v', NORM, "list variables", listvariables }, 63 { '?', NORM, "get this summary", help }, [all …]
|
| H A D | tip.h | 180 #define NORM 00 /* normal protection, execute anyone */ macro
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | trap.c | 964 #define NORM(x) XVCPSGNDP(x, x, x) macro 966 NORM(x ## 0); NORM(x ## 1); NORM(x ## 2); NORM(x ## 3); NORM(x ## 4); \ 967 NORM(x ## 5); NORM(x ## 6); NORM(x ## 7); NORM(x ## 8); NORM(x ## 9) 978 NORM(0); NORM(1); NORM(2); NORM(3); NORM(4); in normalize_inputs() 979 NORM(5); NORM(6); NORM(7); NORM(8); NORM(9); in normalize_inputs() 981 NORM(60); NORM(61); NORM(62); NORM(63); in normalize_inputs()
|
| /freebsd-14.2/sys/cddl/dev/dtrace/x86/ |
| H A D | dis_tables.c | 2330 /* [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-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 348 defm NORM : ArcUnaryEXT5Inst<0b000001,"norm">;
|