Searched refs:byte_operand (Results 1 – 1 of 1) sorted by relevance
2388 bool byte_operand = size == sizeof(int8_t); in emit_test() local2389 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() local2415 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() local2449 if (byte_operand) { in emit_test()[all …]