/external/valgrind/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/v8/test/cctest/compiler/ |
test-simplified-lowering.cc | 1135 IrOpcode::Value compare_lt = local [all...] |