Home
last modified time | relevance | path

Searched refs:byte_operand (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/x64/
Dassembler-x64.cc2388 bool byte_operand = size == sizeof(int8_t); in emit_test() local
2389 if (byte_operand) { in emit_test()
2397 emit(byte_operand ? 0x84 : 0x85); in emit_test()
2414 bool byte_operand = size == sizeof(int8_t); in emit_test() local
2415 if (byte_operand) { in emit_test()
2422 emit(byte_operand ? 0xA8 : 0xA9); in emit_test()
2424 emit(byte_operand ? 0xF6 : 0xF7); in emit_test()
2427 if (byte_operand) { in emit_test()
2448 bool byte_operand = size == sizeof(int8_t); in emit_test() local
2449 if (byte_operand) { in emit_test()
[all …]