HomeSort by relevance Sort by last modified time
    Searched refs:kGreater (Results 1 - 8 of 8) sorted by null

  /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 190 enum { kEqual = 0, kGreater = 1, kLess = 2, kNaN = 3, kUndefined = 4 };
208 __ mov(eax, kGreater);
232 CHECK_EQ(kGreater, f(3.3, 2.2));
test-assembler-ia32.cc 315 enum { kEqual = 0, kGreater = 1, kLess = 2, kNaN = 3, kUndefined = 4 };
333 __ mov(eax, kGreater);
357 CHECK_EQ(kGreater, f(3.3, 2.2));
    [all...]
  /art/compiler/optimizing/
intrinsics_x86_64.cc 451 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, is_long);
    [all...]
intrinsics_x86.cc 618 Condition cond = is_min ? Condition::kGreater : Condition::kLess;
    [all...]
code_generator_x86.cc 702 case kCondGT: return kGreater;
    [all...]
code_generator_x86_64.cc 721 case kCondGT: return kGreater;
    [all...]

Completed in 152 milliseconds