Searched refs:COMPARE (Results 1 - 25 of 36) sorted by last modified time

12

/external/valgrind/main/none/tests/s390x/
H A Ddfp-3.c27 #define COMPARE(insn, v1, v2, type) \ macro
59 COMPARE(CDTR, d64_1, d64_1, _Decimal64);
60 COMPARE(CDTR, d64_1, d64_2, _Decimal64);
61 COMPARE(CDTR, d64_2, d64_1, _Decimal64);
66 COMPARE(CDTR, d64_1, d64_2, _Decimal64);
67 COMPARE(CDTR, d64_1, d64_1, _Decimal64);
68 COMPARE(CDTR, d64_2, d64_2, _Decimal64);
74 COMPARE(CXTR, d128_1, d128_1, _Decimal128);
75 COMPARE(CXTR, d128_1, d128_2, _Decimal128);
76 COMPARE(CXT
[all...]
/external/vixl/test/
H A Dtest-disasm-a64.cc48 #define COMPARE(ASM, EXP) \ macro
84 COMPARE(dci(0xa9ba7bfd), "stp x29, x30, [sp, #-96]!");
85 COMPARE(dci(0x910003fd), "mov x29, sp");
86 COMPARE(dci(0x9100e3a0), "add x0, x29, #0x38 (56)");
87 COMPARE(dci(0xb900001f), "str wzr, [x0]");
88 COMPARE(dci(0x528000e1), "movz w1, #0x7");
89 COMPARE(dci(0xb9001c01), "str w1, [x0, #28]");
90 COMPARE(dci(0x390043a0), "strb w0, [x29, #16]");
91 COMPARE(dci(0x790027a0), "strh w0, [x29, #18]");
92 COMPARE(dc
[all...]
/external/srec/config/en.us/dictionary/
H A Dc0.621964 COMPARE K AH0 M P EH1 R
[all...]
/external/srec/tools/grxmlcompile/
H A Dsub_min.cpp29 #define COMPARE(x,y) (arc[x]->Compare(arc[y])) macro
/external/qemu/fpu/
H A Dsoftfloat.c6562 #define COMPARE(s, nan_exp) \ macro
6612 COMPARE(32, 0xff)
6613 COMPARE(64, 0x7ff)
/external/mesa3d/src/mesa/swrast/
H A Ds_depth.c40 #define Z_TEST(COMPARE) \
45 if (COMPARE) { \
/external/icu/icu4c/source/i18n/
H A DdecNumber.c198 #define COMPARE 0x01 /* Compare operators */ macro
203 #define COMPSIG 0x06 /* .. [signaling COMPARE] */
888 decCompareOp(res, lhs, rhs, set, COMPARE, &status);
3049 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */
3064 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */
3100 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */
5808 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */
6020 /* COMPARE -- returns the signum (as a number) giving the */
6023 /* COMPSIG -- as COMPARE except that a quiet NaN raises */
6040 /* C must have space for one digit for COMPARE o
[all...]
/external/elfutils/0.153/lib/
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)
H A Ddynamicsizehash.h145 # 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
/external/elfutils/0.153/libasm/
H A Dsymbolhash.c41 #define COMPARE(a, b) \ macro
H A Dsymbolhash.h33 #define COMPARE(a, b) \ macro
/external/elfutils/0.153/libdw/
H A Ddwarf_abbrev_hash.h56 #define COMPARE(a, b) (0) macro
H A Ddwarf_sig8_hash.h55 #define COMPARE(a, b) (0) macro
/external/elfutils/0.153/libelf/
H A Dnlist.c72 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str) macro
/external/elfutils/0.153/src/
H A Dsectionhash.c79 #define COMPARE(a, b) scnhead_compare (a, b) macro
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
/external/chromium_org/v8/test/cctest/
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...]
H A Dtest-disasm-arm64.cc62 #define COMPARE(ASM, EXP) \ macro
108 COMPARE(dci(0xa9ba7bfd), "stp fp, lr, [csp, #-96]!");
109 COMPARE(dci(0x910003fd), "mov fp, csp");
110 COMPARE(dci(0x9100e3a0), "add x0, fp, #0x38 (56)");
111 COMPARE(dci(0xb900001f), "str wzr, [x0]");
112 COMPARE(dci(0x528000e1), "movz w1, #0x7");
113 COMPARE(dci(0xb9001c01), "str w1, [x0, #28]");
114 COMPARE(dci(0x390043a0), "strb w0, [fp, #16]");
115 COMPARE(dci(0x790027a0), "strh w0, [fp, #18]");
116 COMPARE(dc
[all...]
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),
114 COMPARE(mult(a0, a1),
116 COMPARE(mul
[all...]
H A Dtest-disasm-mips64.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(daddu(a0, a1, a2),
103 COMPARE(addu(a6, a7, t0),
105 COMPARE(daddu(a6, a7, t0),
107 COMPARE(addu(v0, v1, s0),
109 COMPARE(daddu(v0, v1, s0),
112 COMPARE(subu(a0, a1, a2),
114 COMPARE(dsub
[all...]
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc716 native = Builtins::COMPARE;
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc630 native = Builtins::COMPARE;

Completed in 403 milliseconds

12