Searched refs:byte_second_operand (Results 1 – 2 of 2) sorted by relevance
/art/disassembler/ |
D | disassembler_x86.h | 39 bool byte_operand, bool byte_second_operand, uint8_t* prefix, bool load,
|
D | disassembler_x86.cc | 161 bool no_ops, bool byte_operand, bool byte_second_operand, in DumpAddress() argument 227 DumpRmReg(address, rex_w, rm, byte_operand || byte_second_operand, in DumpAddress() 303 bool byte_second_operand = false; in DumpInstruction() local 924 byte_second_operand = true; in DumpInstruction() 935 byte_second_operand = true; in DumpInstruction() 1281 byte_second_operand, prefix, load, src_reg_file, dst_reg_file, in DumpInstruction()
|