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

/art/disassembler/
H A Ddisassembler_x86.cc206 bool byte_second_operand = false; // true when the source operand is a byte register but the target register isn't (ie movsxb/movzxb). local
751 case 0xB6: opcode << "movzxb"; has_modrm = true; load = true; byte_second_operand = true; break;
753 case 0xBE: opcode << "movsxb"; has_modrm = true; load = true; byte_second_operand = true; rex |= (rex == 0 ? 0 : 0b1000); break;
1144 DumpRmReg(address, rex_w, rm, byte_operand || byte_second_operand,

Completed in 29 milliseconds