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

  /art/compiler/utils/x86/
constants_x86.h 91 kLess = 12,
  /art/compiler/utils/x86_64/
constants_x86_64.h 100 kLess = 12,
  /external/v8/test/cctest/
test-assembler-x87.cc 190 enum { kEqual = 0, kGreater = 1, kLess = 2, kNaN = 3, kUndefined = 4 };
212 __ mov(eax, kLess);
230 CHECK_EQ(kLess, f(1.1, 2.2));
test-assembler-ia32.cc 315 enum { kEqual = 0, kGreater = 1, kLess = 2, kNaN = 3, kUndefined = 4 };
337 __ mov(eax, kLess);
355 CHECK_EQ(kLess, f(1.1, 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 604 Condition cond = is_min ? Condition::kGreaterEqual : Condition::kLess;
618 Condition cond = is_min ? Condition::kGreater : Condition::kLess;
    [all...]
code_generator_x86.cc 700 case kCondLT: return kLess;
    [all...]
code_generator_x86_64.cc 719 case kCondLT: return kLess;
    [all...]

Completed in 1882 milliseconds