Searched defs:CMP (Results 1 - 5 of 5) 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/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/v8/src/arm/
H A Dconstants-arm.h136 CMP = 10, // Compare enumerator in enum:assembler::arm::Opcode
/external/webkit/JavaScriptCore/assembler/
H A DARMAssembler.h115 CMP = (0xa << 21), enumerator in enum:JSC::ARMAssembler::__anon6421
328 emitInst(static_cast<ARMWord>(cc) | CMP | SET_CC, 0, rn, op2);

Completed in 46 milliseconds