Searched defs:byte_second_operand (Results 1 - 1 of 1) sorted by relevance

/art/disassembler/
H A Ddisassembler_x86.cc161 bool no_ops, bool byte_operand, bool byte_second_operand,
227 DumpRmReg(address, rex_w, rm, byte_operand || byte_second_operand,
303 bool byte_second_operand = false; local
924 byte_second_operand = true;
935 byte_second_operand = true;
1281 byte_second_operand, prefix, load, src_reg_file, dst_reg_file,
160 DumpAddress(uint8_t mod, uint8_t rm, uint8_t rex64, uint8_t rex_w, bool no_ops, bool byte_operand, bool byte_second_operand, uint8_t* prefix, bool load, RegFile src_reg_file, RegFile dst_reg_file, const uint8_t** instr, uint32_t* address_bits) argument

Completed in 86 milliseconds