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

  /src/usr.bin/mail/
cmdtab.c 46 # define CMP(x) #x,
49 # define CMP(x)
64 { "next", next, C, CMP(n) NDMLIST, 0, MMNDEL },
65 { "alias", group, S, CMP(A) T|M|RAWLIST, 0, 1000 },
66 /* R */ { "print", type, C, CMP(n) MSGLIST, 0, MMNDEL },
67 /* R */ { "Print", Type, C, CMP(n) MSGLIST, 0, MMNDEL },
68 /* R */ { "type", type, C, CMP(n) MSGLIST, 0, MMNDEL },
69 /* R */ { "Type", Type, C, CMP(n) MSGLIST, 0, MMNDEL },
70 { "visual", visual, 0, CMP(n) I|MSGLIST, 0, MMNORM },
71 /* R */ { "top", top, S, CMP(n) MSGLIST, 0, MMNDEL }
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sama5d36ek_cmp.dts 3 * sama5d36ek_cmp.dts - Device Tree file for SAMA5D36-EK CMP board
12 model = "Atmel SAMA5D36EK-CMP";
13 compatible = "atmel,sama5d36ek-cmp", "atmel,sama5d3xmb-cmp", "atmel,sama5d3xcm-cmp", "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5";
sama5d3xcm_cmp.dtsi 3 * sama5d3xcm_cmp.dtsi - Device Tree Include file for SAMA5D36 CMP CPU Module
9 compatible = "atmel,sama5d3xcm-cmp", "atmel,sama5d3", "atmel,sama5";
sama5d3xmb_cmp.dtsi 3 * sama5d3xmb_cmp.dts - Device Tree file for SAMA5D3x CMP mother board
10 compatible = "atmel,sama5d3xmb-cmp", "atmel,sama5d3xcm-cmp", "atmel,sama5d3", "atmel,sama5";
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_AArch64.S 34 CMP X2, #0
78 CMP X2, #0
122 CMP X2, #0
xray_trampoline_arm.S 27 CMP r2, #0
58 CMP r2, #0
88 CMP r2, #0
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_32.c 136 return push_inst(compiler, ((flags & ALT_FORM4) ? CMP : CMPL) | CRD(0) | A(src1) | B(src2));
sljitNativePPC_64.c 259 return push_inst(compiler, ((flags & ALT_FORM4) ? CMP : CMPL) | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2));
sljitNativeX86_common.c 175 #define CMP (/* BINARY */ 7 << 3)
1838 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, 0);
1861 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, src1w);
sljitNativePPC_common.c 154 #define CMP (HI(31) | LO(0))
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 68 #define CMP (DYADIC|IMMCOM)
142 {"CMP", 0x4800, CMP, {EXREG, REG, OPTSPEC,0}},
  /src/sys/arch/m68k/m68k/
db_disasm.c 1108 * CMP/CMPA/EOR
1127 if (IS_INST(CMP, opc))
1128 addstr(dbuf, "cmp");
1158 } else if (IS_INST(CMP,opc)) {

Completed in 23 milliseconds