Lines Matching refs:byte_operand
2388 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()
2453 emit(byte_operand ? 0xF6 : 0xF7); in emit_test()
2455 if (byte_operand) { in emit_test()
2470 bool byte_operand = size == sizeof(int8_t); in emit_test() local
2471 if (byte_operand) { in emit_test()
2482 emit(byte_operand ? 0x84 : 0x85); in emit_test()