Home
last modified time | relevance | path

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

/aosp12/art/disassembler/
H A Ddisassembler_x86.cc83 if (byte_operand) { in DumpReg0()
97 DumpReg0(os, rex, reg, byte_operand, size_override); in DumpAnyReg()
137 DumpReg0(os, rex, reg_num, byte_operand, size_override); in DumpOpcodeReg()
444 byte_operand = (*instr == 0x86); in DumpInstruction()
1318 byte_operand = (*instr & 1) == 0; in DumpInstruction()
1325 byte_operand = (*instr & 1) == 0; in DumpInstruction()
1362 byte_operand = true; in DumpInstruction()
1364 byte_operand = true; in DumpInstruction()
1387 byte_operand = (*instr == 0xC0); in DumpInstruction()
1400 byte_operand = true; in DumpInstruction()
[all …]
H A Ddisassembler_x86.h40 bool byte_operand, bool byte_second_operand, uint8_t* prefix, bool load,