HomeSort by relevance Sort by last modified time
    Searched refs:COMPARE (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/av/media/img_utils/src/
Orderable.cpp 24 #define COMPARE(op) \
29 COMPARE(>)
30 COMPARE(<)
31 COMPARE(>=)
32 COMPARE(<=)
33 COMPARE(==)
34 COMPARE(!=)
  /external/chromium_org/v8/test/cctest/
test-disasm-mips.cc 79 #define COMPARE(asm_, compare_string) \
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(mult(t2, t3)
    [all...]
test-disasm-arm.cc 79 #define COMPARE(asm_, compare_string) \
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(eor(r4, r5, Operand(r9, LSL, 3), SetCC, cs)
    [all...]
test-disasm-arm64.cc 61 #define COMPARE(ASM, EXP) \
107 COMPARE(dci(0xa9ba7bfd), "stp fp, lr, [csp, #-96]!");
108 COMPARE(dci(0x910003fd), "mov fp, csp");
109 COMPARE(dci(0x9100e3a0), "add x0, fp, #0x38 (56)");
110 COMPARE(dci(0xb900001f), "str wzr, [x0]");
111 COMPARE(dci(0x528000e1), "movz w1, #0x7");
112 COMPARE(dci(0xb9001c01), "str w1, [x0, #28]");
113 COMPARE(dci(0x390043a0), "strb w0, [fp, #16]");
114 COMPARE(dci(0x790027a0), "strh w0, [fp, #18]");
115 COMPARE(dci(0xb9400400), "ldr w0, [x0, #4]")
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 48 #define COMPARE(ASM, EXP) \
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(dci(0xb9400400), "ldr w0, [x0, #4]")
    [all...]
  /external/valgrind/main/none/tests/s390x/
dfp-3.c 27 #define COMPARE(insn, v1, v2, type) \
55 /* compare 8 bytes DFP value */
59 COMPARE(CDTR, d64_1, d64_1, _Decimal64);
60 COMPARE(CDTR, d64_1, d64_2, _Decimal64);
61 COMPARE(CDTR, d64_2, d64_1, _Decimal64);
63 /* compare NAN and INF operands */
66 COMPARE(CDTR, d64_1, d64_2, _Decimal64);
67 COMPARE(CDTR, d64_1, d64_1, _Decimal64);
68 COMPARE(CDTR, d64_2, d64_2, _Decimal64);
70 /* compare 16 bytes DFP value *
    [all...]
  /external/elfutils/0.153/libdw/
dwarf_abbrev_hash.h 56 #define COMPARE(a, b) (0)
dwarf_sig8_hash.h 55 #define COMPARE(a, b) (0)
  /external/elfutils/0.153/libasm/
symbolhash.h 33 #define COMPARE(a, b) \
symbolhash.c 41 #define COMPARE(a, b) \
  /external/elfutils/0.153/src/
symbolhash.c 39 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
symbolhash.h 33 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
versionhash.c 38 #define COMPARE(a, b) strcmp ((a)->id, (b)->id)
sectionhash.c 79 #define COMPARE(a, b) scnhead_compare (a, b)
  /frameworks/av/media/img_utils/include/img_utils/
TiffEntry.h 109 #define COMPARE(op) \
114 COMPARE(>)
115 COMPARE(<)
124 #undef COMPARE
  /system/core/include/utils/
StrongPointer.h 33 #define COMPARE(_op_) \
93 COMPARE(==)
94 COMPARE(!=)
95 COMPARE(>)
96 COMPARE(<)
97 COMPARE(<=)
98 COMPARE(>=)
107 #undef COMPARE
  /system/core/libpixelflinger/codeflinger/tinyutils/
smartpointer.h 30 #define COMPARE(_op_) \
80 COMPARE(==)
81 COMPARE(!=)
82 COMPARE(>)
83 COMPARE(<)
84 COMPARE(<=)
85 COMPARE(>=)
  /frameworks/rs/cpp/util/
StrongPointer.h 37 #define COMPARE(_op_) \
98 COMPARE(==)
99 COMPARE(!=)
100 COMPARE(>)
101 COMPARE(<)
102 COMPARE(<=)
103 COMPARE(>=)
112 #undef COMPARE
  /frameworks/rs/server/
StrongPointer.h 36 #define COMPARE(_op_) \
97 COMPARE(==)
98 COMPARE(!=)
99 COMPARE(>)
100 COMPARE(<)
101 COMPARE(<=)
102 COMPARE(>=)
111 #undef COMPARE
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
StrongPointer.h 37 #define COMPARE(_op_) \
98 COMPARE(==)
99 COMPARE(!=)
100 COMPARE(>)
101 COMPARE(<)
102 COMPARE(<=)
103 COMPARE(>=)
112 #undef COMPARE
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/server/
StrongPointer.h 36 #define COMPARE(_op_) \
97 COMPARE(==)
98 COMPARE(!=)
99 COMPARE(>)
100 COMPARE(<)
101 COMPARE(<=)
102 COMPARE(>=)
111 #undef COMPARE
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
StrongPointer.h 37 #define COMPARE(_op_) \
98 COMPARE(==)
99 COMPARE(!=)
100 COMPARE(>)
101 COMPARE(<)
102 COMPARE(<=)
103 COMPARE(>=)
112 #undef COMPARE
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/server/
StrongPointer.h 36 #define COMPARE(_op_) \
97 COMPARE(==)
98 COMPARE(!=)
99 COMPARE(>)
100 COMPARE(<)
101 COMPARE(<=)
102 COMPARE(>=)
111 #undef COMPARE
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
StrongPointer.h 37 #define COMPARE(_op_) \
98 COMPARE(==)
99 COMPARE(!=)
100 COMPARE(>)
101 COMPARE(<)
102 COMPARE(<=)
103 COMPARE(>=)
112 #undef COMPARE
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/server/
StrongPointer.h 36 #define COMPARE(_op_) \
97 COMPARE(==)
98 COMPARE(!=)
99 COMPARE(>)
100 COMPARE(<)
101 COMPARE(<=)
102 COMPARE(>=)
111 #undef COMPARE

Completed in 1307 milliseconds

1 2 3