Searched refs:byte_second_operand (Results 1 – 2 of 2) sorted by relevance
/art/disassembler/ |
D | disassembler_x86.h | 40 bool byte_operand, bool byte_second_operand, uint8_t* prefix, bool load,
|
D | disassembler_x86.cc | 172 bool no_ops, bool byte_operand, bool byte_second_operand, in DumpAddress() argument 238 DumpRmReg(address, rex_w, rm, byte_operand || byte_second_operand, in DumpAddress() 347 bool byte_second_operand = false; in DumpInstruction() local 1099 byte_second_operand = true; in DumpInstruction() 1125 byte_second_operand = true; in DumpInstruction() 1518 byte_second_operand, prefix, load, src_reg_file, dst_reg_file, in DumpInstruction()
|