| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | strverscmp.c | 81 #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 D | m88k.h | 266 #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 D | m88k.h | 265 #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 D | xray_trampoline_AArch64.S | 39 CMP X2, #0 92 CMP X2, #0 141 CMP X2, #0
|
| H A D | xray_trampoline_arm.S | 28 CMP r2, #0 60 CMP r2, #0 91 CMP r2, #0
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/hexagon/ |
| H A D | fastmath2_ldlib_asm.S | 73 ce = CMP.GT(expa, expb); 172 ce = CMP.GT(expa, expb);
|
| H A D | fastmath_dlib_asm.S | 90 ce = CMP.GT(expa, expb); 225 ce = CMP.GT(expa, expb);
|
| H A D | fastmath2_dlib_asm.S | 82 ce = CMP.GT(expa, expb); 183 ce = CMP.GT(expa, expb);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.h | 40 CMP, enumerator
|
| H A D | ARCInstrInfo.td | 52 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 D | ARCISelLowering.cpp | 185 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 D | c4x-modes.def | 28 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 D | SanitizerCoverage.cpp | 608 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 D | c4x-modes.def | 36 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 D | mmix-modes.def | 30 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 D | mmix-modes.def | 30 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 D | MSP430ISelLowering.h | 50 CMP, enumerator
|
| /openbsd-src/gnu/gcc/gcc/config/m32c/ |
| H A D | cond.md | 283 ;; 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 D | AVRISelLowering.h | 66 CMP, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 43 CMP, enumerator
|
| H A D | M68kInstrArithmetic.td | 16 /// 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 D | M68kISelLowering.cpp | 1711 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 D | LibFuzzer.rst | 506 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 D | m88k-dis.c | 135 …{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 D | m88k-dis.c | 140 …{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…
|