Searched refs:rex_w (Results 1 - 1 of 1) sorted by relevance

/art/disassembler/
H A Ddisassembler_x86.cc69 bool rex_w = (rex & REX_W) != 0; local
72 } else if (rex_w) {
1081 uint8_t rex_w = (supports_rex_ && target_specific) ? (rex | 0x48) : rex; local
1084 DumpOpcodeReg(args, rex_w, *instr & 0x7, byte_operand, prefix[2]);
1144 DumpRmReg(address, rex_w, rm, byte_operand || byte_second_operand,

Completed in 45 milliseconds