HomeSort by relevance Sort by last modified time
    Searched defs:CMP (Results 1 - 15 of 15) sorted by null

  /external/blktrace/
strverscmp.c 79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
80 #define CMP 2
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
114 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 38 /// CMP, UCMP - Compare instruction
39 CMP,
44 /// and operand 3 is the flag operand produced by a CMP instruction.
  /external/bison/lib/
strverscmp.c 34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
35 #define CMP 2
85 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
86 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
strverscmp.c 36 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
37 #define CMP 2
87 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
88 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 47 /// CMP - Compare instruction.
48 CMP,
51 /// operand produced by a CMP instruction.
56 /// condition code, and operand 3 is the flag operand produced by a CMP
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 528 unsigned CMP = R.createVirtualRegister(MBlaze::GPRRegisterClass);
529 BuildMI(start, dl, TII->get(MBlaze::CMP), CMP)
534 .addReg(CMP)
    [all...]
  /external/qemu/target-arm/
iwmmxt_helper.c 261 CMP(0, Tb, O, 0xff) | CMP(8, Tb, O, 0xff) | \
262 CMP(16, Tb, O, 0xff) | CMP(24, Tb, O, 0xff) | \
263 CMP(32, Tb, O, 0xff) | CMP(40, Tb, O, 0xff) | \
264 CMP(48, Tb, O, 0xff) | CMP(56, Tb, O, 0xff); \
274 a = CMP(0, Tw, O, 0xffff) | CMP(16, Tw, O, 0xffff) |
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 272 CMP(int cc, int Rn, uint32_t Op2) {
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 54 CMP, // ARM compare instructions.
477 SDValue duplicateCmp(SDValue Cmp, SelectionDAG &DAG) const;
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 84 CMP, COMI, UCOMI,
90 /// operand, usually produced by a CMP instruction.
97 /// X86 FP SETCC, implemented with CMP{cc}SS/CMP{cc}SD.
108 /// flag operand produced by a CMP or TEST instruction. It also writes a
114 /// condition code, and operand 3 is the flag operand produced by a CMP
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 358 #define CMP XO31( 0)
580 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1));
583 tcg_out32 (s, CMP | BF (6) | RA (addr_reg2) | RB (r1));
776 tcg_out32 (s, CMP | (7 << 23) | RA (r2) | RB (r1));
779 tcg_out32 (s, CMP | BF (6) | RA (addr_reg2) | RB (r1));
1026 op = CMP;
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 348 #define CMP XO31( 0)
639 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1) | CMP_L);
785 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1) | CMP_L);
1012 op = CMP;
    [all...]
  /external/v8/src/arm/
constants-arm.h 202 CMP = 10 << 21, // Compare.
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 135 CMP = (0xa << 21),
373 emitInst(static_cast<ARMWord>(cc) | CMP | SET_CC, 0, rn, op2);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 592 milliseconds