Home
last modified time | relevance | path

Searched defs:byte_operand (Results 1 – 1 of 1) sorted by relevance

/art/disassembler/
Ddisassembler_x86.cc70 bool byte_operand, uint8_t size_override) { in DumpReg0()
85 bool byte_operand, uint8_t size_override, RegFile reg_file) { in DumpAnyReg()
96 bool byte_operand, uint8_t size_override, RegFile reg_file) { in DumpReg()
103 bool byte_operand, uint8_t size_override, RegFile reg_file) { in DumpRmReg()
124 bool byte_operand, uint8_t size_override) { in DumpOpcodeReg()
162 bool no_ops, bool byte_operand, bool byte_second_operand, in DumpAddress()
332 bool byte_operand = false; // true when the opcode is dealing with byte operands in DumpInstruction() local