Searched refs:byte_second_operand (Results 1 – 1 of 1) sorted by relevance
206 …bool byte_second_operand = false; // true when the source operand is a byte register but the targ… in DumpInstruction() local751 … case 0xB6: opcode << "movzxb"; has_modrm = true; load = true; byte_second_operand = true; break; in DumpInstruction()753 …case 0xBE: opcode << "movsxb"; has_modrm = true; load = true; byte_second_operand = true; rex |= (… in DumpInstruction()1144 DumpRmReg(address, rex_w, rm, byte_operand || byte_second_operand, in DumpInstruction()