Searched refs:COMPARE (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-mips.cc79 #define COMPARE(asm_, compare_string) \ macro
88 // Verify that all invocations of the COMPARE macro passed successfully.
99 COMPARE(addu(a0, a1, a2),
101 COMPARE(addu(t2, t3, t4),
103 COMPARE(addu(v0, v1, s0),
106 COMPARE(subu(a0, a1, a2),
108 COMPARE(subu(t2, t3, t4),
110 COMPARE(subu(v0, v1, s0),
113 COMPARE(mult(a0, a1),
115 COMPARE(mul
[all...]
H A Dtest-disasm-arm.cc79 #define COMPARE(asm_, compare_string) \ macro
92 // Verify that all invocations of the COMPARE macro passed successfully.
103 COMPARE(and_(r0, r1, Operand(r2)),
105 COMPARE(and_(r1, r2, Operand(r3), LeaveCC),
107 COMPARE(and_(r2, r3, Operand(r4), SetCC),
109 COMPARE(and_(r3, r4, Operand(r5), LeaveCC, eq),
112 COMPARE(eor(r4, r5, Operand(r6, LSL, 0)),
114 COMPARE(eor(r4, r5, Operand(r7, LSL, 1), SetCC),
116 COMPARE(eor(r4, r5, Operand(r8, LSL, 2), LeaveCC, ne),
118 COMPARE(eo
[all...]
/external/v8/test/cctest/
H A Dtest-disasm-mips.cc89 #define COMPARE(asm_, compare_string) \ macro
98 // Verify that all invocations of the COMPARE macro passed successfully.
109 COMPARE(addu(a0, a1, a2),
111 COMPARE(addu(t2, t3, t4),
113 COMPARE(addu(v0, v1, s0),
116 COMPARE(subu(a0, a1, a2),
118 COMPARE(subu(t2, t3, t4),
120 COMPARE(subu(v0, v1, s0),
123 COMPARE(mult(a0, a1),
125 COMPARE(mul
[all...]
H A Dtest-disasm-arm.cc87 #define COMPARE(asm_, compare_string) \ macro
96 // Verify that all invocations of the COMPARE macro passed successfully.
107 COMPARE(and_(r0, r1, Operand(r2)),
109 COMPARE(and_(r1, r2, Operand(r3), LeaveCC),
111 COMPARE(and_(r2, r3, Operand(r4), SetCC),
113 COMPARE(and_(r3, r4, Operand(r5), LeaveCC, eq),
116 COMPARE(eor(r4, r5, Operand(r6, LSL, 0)),
118 COMPARE(eor(r4, r5, Operand(r7, LSL, 1), SetCC),
120 COMPARE(eor(r4, r5, Operand(r8, LSL, 2), LeaveCC, ne),
122 COMPARE(eo
[all...]
/external/elfutils/libdw/
H A Ddwarf_abbrev_hash.h56 #define COMPARE(a, b) (0) macro
/external/elfutils/libasm/
H A Dsymbolhash.h33 #define COMPARE(a, b) \ macro
H A Dsymbolhash.c41 #define COMPARE(a, b) \ macro
/external/elfutils/src/
H A Dsymbolhash.c39 #define COMPARE(a, b) strcmp ((a)->name, (b)->name) macro
H A Dsymbolhash.h33 #define COMPARE(a, b) strcmp ((a)->name, (b)->name) macro
H A Dversionhash.c38 #define COMPARE(a, b) strcmp ((a)->id, (b)->id) macro
H A Dsectionhash.c79 #define COMPARE(a, b) scnhead_compare (a, b) macro
/external/elfutils/lib/
H A Ddynamicsizehash.h140 # undef COMPARE macro
H A Dfixedsizehash.h66 COMPARE comparison function taking two pointers to TYPE objects
165 && COMPARE (data, ENTRYP (htab->table[idx])) == 0)
179 && COMPARE (data, ENTRYP(htab->table[idx])) == 0)
283 #undef COMPARE macro
H A Ddynamicsizehash.c58 COMPARE comparison function taking two pointers to TYPE objects
81 && COMPARE (htab->table[idx].data, val) == 0)
96 && COMPARE (htab->table[idx].data, val) == 0)
/external/elfutils/libelf/
H A Dnlist.c72 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str) macro
/external/chromium_org/skia/ext/
H A Dvector_canvas_unittest.cc221 COMPARE, enumerator in enum:skia::__anon10691::ImageTest::ProcessAction
278 case COMPARE:
418 // Returns COMPARE, which is the default. If kGenerateSwitch command
422 GENERATE : COMPARE;
/external/chromium_org/v8/src/
H A Dbuiltins.h260 V(COMPARE, 2) \
H A Druntime.js128 function COMPARE(x, ncr) { function
/external/v8/src/
H A Dbuiltins.h229 V(COMPARE, 2) \
H A Druntime.js120 function COMPARE(x, ncr) { function
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_depth.c40 #define Z_TEST(COMPARE) \
45 if (COMPARE) { \
/external/mesa3d/src/mesa/swrast/
H A Ds_depth.c40 #define Z_TEST(COMPARE) \
45 if (COMPARE) { \
/external/srec/tools/grxmlcompile/
H A Dsub_min.cpp29 #define COMPARE(x,y) (arc[x]->Compare(arc[y])) macro
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c197 #define COMPARE 0x01 /* Compare operators */ macro
202 #define COMPSIG 0x06 /* .. [signaling COMPARE] */
873 decCompareOp(res, lhs, rhs, set, COMPARE, &status);
3028 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */
3043 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */
3079 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */
5777 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */
5987 /* COMPARE -- returns the signum (as a number) giving the */
5990 /* COMPSIG -- as COMPARE except that a quiet NaN raises */
6007 /* C must have space for one digit for COMPARE o
[all...]
/external/icu4c/i18n/
H A DdecNumber.c198 #define COMPARE 0x01 /* Compare operators */ macro
203 #define COMPSIG 0x06 /* .. [signaling COMPARE] */
886 decCompareOp(res, lhs, rhs, set, COMPARE, &status);
3047 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */
3062 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */
3098 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */
5806 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */
6018 /* COMPARE -- returns the signum (as a number) giving the */
6021 /* COMPSIG -- as COMPARE except that a quiet NaN raises */
6038 /* C must have space for one digit for COMPARE o
[all...]

Completed in 2599 milliseconds

12