Home
last modified time | relevance | path

Searched refs:CMP (Results 1 – 25 of 78) sorted by relevance

1234

/openbsd-src/gnu/lib/libiberty/src/
H A Dstrverscmp.c81 #define CMP 2 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp()
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp()
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
119 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
120 /* S_Z */ CMP, +1, +1, CMP, -1, CMP, CMP, CMP, in strverscmp()
121 -1, CMP, CMP, CMP in strverscmp()
144 case CMP: in strverscmp()
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm88k.h266 #define CMP ADD+8 macro
270 #define LDAB CMP+1
271 #define LDAH CMP+2
272 #define LDA CMP+3
273 #define LDAD CMP+4
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Dm88k.h265 #define CMP ADD+8 macro
269 #define LDAB CMP+1
270 #define LDAH CMP+2
271 #define LDA CMP+3
272 #define LDAD CMP+4
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_trampoline_AArch64.S39 CMP X2, #0
92 CMP X2, #0
141 CMP X2, #0
H A Dxray_trampoline_arm.S28 CMP r2, #0
60 CMP r2, #0
91 CMP r2, #0
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S73 ce = CMP.GT(expa, expb);
172 ce = CMP.GT(expa, expb);
H A Dfastmath_dlib_asm.S90 ce = CMP.GT(expa, expb);
225 ce = CMP.GT(expa, expb);
H A Dfastmath2_dlib_asm.S82 ce = CMP.GT(expa, expb);
183 ce = CMP.GT(expa, expb);
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCISelLowering.h40 CMP, enumerator
H A DARCInstrInfo.td52 def ARCcmp : SDNode<"ARCISD::CMP", SDT_ARCcmptst, [SDNPOutGlue]>;
358 defm CMP : ArcSpecialDOPInst<0b001100, "cmp", 1>;
447 // Compare and branch (BRcc), or into CMP + Bcc.
775 // Compact MOV/ADD/CMP Immediate instructions.
H A DARCISelLowering.cpp185 case ARCISD::CMP: in getTargetNodeName()
210 SDValue Cmp = DAG.getNode(ARCISD::CMP, dl, MVT::Glue, LHS, RHS); in LowerSELECT_CC()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x-modes.def28 to prevent the combiner from optimising away a following CMP of the
84 like CMP, since the CC reflects the effect of operation.
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp608 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree *DT, in IsInterestingCmp() argument
611 if (CMP->hasOneUse()) in IsInterestingCmp()
612 if (auto BR = dyn_cast<BranchInst>(CMP->user_back())) in IsInterestingCmp()
674 if (ICmpInst *CMP = dyn_cast<ICmpInst>(&Inst)) in instrumentFunction() local
675 if (IsInterestingCmp(CMP, DT, Options)) in instrumentFunction()
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dc4x-modes.def36 to prevent the combiner from optimizing away a following CMP of the
92 like CMP, since the CC reflects the effect of operation.
/openbsd-src/gnu/gcc/gcc/config/mmix/
H A Dmmix-modes.def30 where the CMP insn is used and the result is (integer) -1, 0 or 1 for
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix-modes.def30 where the CMP insn is used and the result is (integer) -1, 0 or 1 for
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h50 CMP, enumerator
/openbsd-src/gnu/gcc/gcc/config/m32c/
H A Dcond.md283 ;; CMP opcodes subtract two values, set the flags, and discard the
287 ;; followed by a suitable CMP insn (see the peephole following). This
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.h66 CMP, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.h43 CMP, enumerator
H A DM68kInstrArithmetic.td16 /// CLR [ ] CMP [~] CMPA [~] CMPI [~] CMPM [ ]
386 // CMP
499 def CMP#S#di : MxCmp_RI<!cast<MxType>("MxType"#S#"d")>;
500 def CMP#S#bi : MxCmp_BI<!cast<MxType>("MxType"#S#"d")>;
505 def CMP#S#dr : MxCmp_RR<!cast<MxType>("MxType"#S#"r"),
H A DM68kISelLowering.cpp1711 return DAG.getNode(M68kISD::CMP, DL, MVT::i8, in EmitTest()
1869 return DAG.getNode(M68kISD::CMP, DL, MVT::i8, in EmitTest()
1925 return DAG.getNode(M68kISD::CMP, DL, MVT::i8, Op0, Op1); in EmitCmp()
2033 if (Opc == M68kISD::CMP) in isM68kLogicalCmp()
2076 Cond.getOperand(1).getOpcode() == M68kISD::CMP && in LowerSELECT()
2106 Cmp = DAG.getNode(M68kISD::CMP, DL, MVT::i8, in LowerSELECT()
3524 case M68kISD::CMP: in getTargetNodeName()
/openbsd-src/gnu/llvm/llvm/docs/
H A DLibFuzzer.rst506 Tracing CMP instructions
511 libFuzzer will intercept CMP instructions and guide mutations based
512 on the arguments of intercepted CMP instructions. This may slow down
525 * The compiler instruments all CMP instructions with a callback that receives both CMP arguments.
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm88k-dis.c135 …{0xf4007c00,"cmp ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {1,1,PINT,CMP, 0,1,1,1,0…
145 …{0x7c000000,"cmp ",{21,5,REG} ,{16,5,REG} ,{0,16,HEX}, {1,1,PINT,CMP, i16bit,1,0,1,0…
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dm88k-dis.c140 …{0xf4007c00,"cmp ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {1,1,PINT,CMP, 0,1,1,1,0…
150 …{0x7c000000,"cmp ",{21,5,REG} ,{16,5,REG} ,{0,16,HEX}, {1,1,PINT,CMP, i16bit,1,0,1,0…

1234