Searched defs:CMP (Results 1 - 13 of 13) sorted by last modified time

/external/qemu/target-arm/
H A Diwmmxt_helper.c272 CMP(0, Tb, O, 0xff) | CMP(8, Tb, O, 0xff) | \
273 CMP(16, Tb, O, 0xff) | CMP(24, Tb, O, 0xff) | \
274 CMP(32, Tb, O, 0xff) | CMP(40, Tb, O, 0xff) | \
275 CMP(48, Tb, O, 0xff) | CMP(56, Tb, O, 0xff); \
286 a = CMP(0, Tw, O, 0xffff) | CMP(1
302 #define CMP macro
307 #undef CMP macro
308 #define CMP macro
314 #undef CMP macro
315 #define CMP macro
319 #undef CMP macro
321 #define CMP macro
327 #undef CMP macro
[all...]
/external/pcre/dist/
H A Dpcre_jit_compile.c473 #undef CMP macro
537 #define CMP(type, src1, src1w, src2, src2w) \ macro
2108 add_stub(common, CMP(SLJIT_C_GREATER, STACK_TOP, 0, STACK_LIMIT, 0));
2221 early_quit = CMP(SLJIT_C_EQUAL, SLJIT_R1, 0, SLJIT_IMM, 0);
2269 jump = CMP(SLJIT_C_SIG_LESS, SLJIT_R2, 0, SLJIT_IMM, 3);
2305 jump = CMP(SLJIT_C_LESS_EQUAL, TMP1, 0, STR_PTR, 0);
2311 jump = CMP(SLJIT_C_LESS_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0);
2448 jump = CMP(SLJIT_C_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0);
2450 jump = CMP(SLJIT_C_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, SLJIT_IMM, -1);
2474 add_jump(compiler, end_reached, CMP(SLJIT_C_GREATER_EQUA
[all...]
/external/pcre/dist/sljit/
H A DsljitNativePPC_common.c148 #define CMP (HI(31) | LO(0)) macro
H A DsljitNativeX86_common.c170 #define CMP (/* BINARY */ 7 << 3) macro
1849 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, 0);
1872 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, src1w);
/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/llvm/lib/Target/ARM/
H A DARMISelLowering.h55 CMP, // ARM compare instructions. enumerator in enum:llvm::ARMISD::NodeType
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h47 /// CMP - Compare instruction.
48 CMP, enumerator in enum:llvm::MSP430ISD::__anon26033
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/X86/
H A DX86ISelLowering.h93 CMP, COMI, UCOMI, enumerator in enum:llvm::X86ISD::NodeType
99 /// operand, usually produced by a CMP instruction.
109 /// X86 FP SETCC, implemented with CMP{cc}SS/CMP{cc}SD.
120 /// flag operand produced by a CMP or TEST instruction. It also writes a
126 /// condition code, and operand 3 is the flag operand produced by a CMP
/external/elfutils/0.153/src/
H A Dunstrip.c807 #define CMP(value) \
821 CMP (value);
822 CMP (size);
823 CMP (shndx);
854 CMP (shndx);
860 CMP (map);
868 #undef CMP
805 #define CMP macro
866 #undef CMP macro
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h140 CMP = 10 << 21, // Compare. enumerator in enum:v8::internal::Opcode
/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/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/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...]

Completed in 320 milliseconds