/art/compiler/utils/x86/ |
constants_x86.h | 94 kGreater = 15,
|
/art/compiler/utils/x86_64/ |
constants_x86_64.h | 103 kGreater = 15,
|
/external/v8/test/cctest/ |
test-assembler-x87.cc | 189 enum { kEqual = 0, kGreater = 1, kLess = 2, kNaN = 3, kUndefined = 4 }; 207 __ mov(eax, kGreater); 231 CHECK_EQ(kGreater, f(3.3, 2.2));
|
test-assembler-ia32.cc | 320 enum { kEqual = 0, kGreater = 1, kLess = 2, kNaN = 3, kUndefined = 4 }; 338 __ mov(eax, kGreater); 362 CHECK_EQ(kGreater, f(3.3, 2.2));
|
/art/compiler/optimizing/ |
intrinsics_x86_64.cc | 544 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, is_long); [all...] |
intrinsics_x86.cc | 654 Condition cond = is_min ? Condition::kGreater : Condition::kLess; [all...] |
code_generator_x86.cc | 334 case kCondGT: return kGreater; [all...] |
code_generator_x86_64.cc | 354 case kCondGT: return kGreater; [all...] |