Searched defs:CMP (Results 1 - 16 of 16) sorted by relevance

/external/bison/lib/
H A Dstrverscmp.c34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
35 #define CMP 2 macro
85 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
86 CMP, CM
[all...]
/external/blktrace/
H A Dstrverscmp.c79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
80 #define CMP 2 macro
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
114 CMP, CM
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h47 /// CMP - Compare instruction.
48 CMP, enumerator in enum:llvm::MSP430ISD::__anon21394
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/SystemZ/
H A DSystemZISelLowering.h42 CMP, enumerator in enum:llvm::SystemZISD::__anon21489
/external/openssh/
H A Ddeattack.c71 #define CMP(a, b) (memcmp(a, b, SSH_BLOCKSIZE)) macro
89 if (!CMP(S, c)) {
133 if (!CMP(c, d)) {
148 if (!CMP(c, buf + h[i] * SSH_BLOCKSIZE)) {
/external/qemu/target-arm/
H A Diwmmxt_helper.c261 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(1
289 #define CMP macro
294 #undef CMP macro
295 #define CMP macro
301 #undef CMP macro
302 #define CMP macro
306 #undef CMP macro
308 #define CMP macro
314 #undef CMP macro
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h58 CMP, // ARM compare instructions. enumerator in enum:llvm::ARMISD::NodeType
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp154 * CMP: Sets the low bit of the destination channels with the result
159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition) function in class:brw::vec4_visitor
639 emit(CMP(dst_null_d(), op[0], src_reg(0.0f), BRW_CONDITIONAL_NZ));
648 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
656 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
661 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ));
666 inst = emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
676 emit(CMP(dst_null_d(), op[0], op[1],
760 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
765 emit(CMP(dst_null_
[all...]
/external/elfutils/src/
H A Dunstrip.c804 #define CMP(value) \
818 CMP (value);
819 CMP (size);
820 CMP (shndx);
851 CMP (shndx);
857 CMP (map);
865 #undef CMP
802 #define CMP macro
863 #undef CMP macro
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h88 CMP, COMI, UCOMI, enumerator in enum:llvm::X86ISD::NodeType
94 /// operand, usually produced by a CMP instruction.
101 /// X86 FP SETCC, implemented with CMP{cc}SS/CMP{cc}SD.
112 /// flag operand produced by a CMP or TEST instruction. It also writes a
118 /// condition code, and operand 3 is the flag operand produced by a CMP
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp154 * CMP: Sets the low bit of the destination channels with the result
159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition) function in class:brw::vec4_visitor
639 emit(CMP(dst_null_d(), op[0], src_reg(0.0f), BRW_CONDITIONAL_NZ));
648 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
656 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
661 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ));
666 inst = emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
676 emit(CMP(dst_null_d(), op[0], op[1],
760 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
765 emit(CMP(dst_null_
[all...]
/external/qemu/tcg/ppc/
H A Dtcg-target.c358 #define CMP XO31( 0) macro
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;
/external/qemu/tcg/ppc64/
H A Dtcg-target.c348 #define CMP XO31( 0) macro
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;
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h160 CMP = 10 << 21, // Compare. enumerator in enum:v8::internal::Opcode
/external/v8/src/arm/
H A Dconstants-arm.h201 CMP = 10 << 21, // Compare. enumerator in enum:v8::internal::Opcode
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1718 SDValue CMP = DAG.getSetCC(getCurSDLoc(), local
1734 MVT::Other, CopyTo, CMP,

Completed in 529 milliseconds