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

  /external/valgrind/main/none/tests/s390x/
cgrj.c 108 void compare_lt(int64_t value1, int64_t value2) function
170 compare_lt(-12, 42);
171 compare_lt(42, 42);
172 compare_lt(100, 42);
clgrj.c 108 void compare_lt(uint64_t value1, uint64_t value2) function
170 compare_lt(12, 42);
171 compare_lt(42, 42);
172 compare_lt(100, 42);
clrj.c 108 void compare_lt(uint32_t value1, uint32_t value2) function
170 compare_lt(12, 42);
171 compare_lt(42, 42);
172 compare_lt(100, 42);
crj.c 108 void compare_lt(int32_t value1, int32_t value2) function
170 compare_lt(-12, 42);
171 compare_lt(42, 42);
172 compare_lt(100, 42);
  /external/chromium_org/v8/test/cctest/compiler/
test-simplified-lowering.cc 1135 IrOpcode::Value compare_lt = local
    [all...]

Completed in 64 milliseconds