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

  /art/compiler/utils/x86/
constants_x86.h 91 kLess = 12,
  /art/compiler/utils/x86_64/
constants_x86_64.h 99 kLess = 12,
  /external/chromium_org/v8/test/cctest/
test-assembler-x87.cc 189 enum { kEqual = 0, kGreater = 1, kLess = 2, kNaN = 3, kUndefined = 4 };
211 __ mov(eax, kLess);
229 CHECK_EQ(kLess, f(1.1, 2.2));
test-assembler-ia32.cc 320 enum { kEqual = 0, kGreater = 1, kLess = 2, kNaN = 3, kUndefined = 4 };
342 __ mov(eax, kLess);
360 CHECK_EQ(kLess, f(1.1, 2.2));
  /art/compiler/optimizing/
code_generator_x86.cc 124 case kCondLT: return kLess;
258 __ j(kLess, slow_path->GetEntryLabel());
    [all...]
code_generator_x86_64.cc 131 case kCondLT: return kLess;
225 __ j(kLess, slow_path->GetEntryLabel());
    [all...]

Completed in 174 milliseconds