Lines Matching refs:byte
105 byte rex_bits = reg.high_bit() << 2 | rm_reg.high_bit();
110 byte rex_bits = reg.high_bit() << 2 | op.data().rex;
115 byte rex_bits = (reg.code() & 0x8) >> 1 | op.data().rex;
120 byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3;
125 byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3;
130 byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3;
162 // byte 1 of 3-byte VEX
165 byte rxb = static_cast<byte>(~((reg.high_bit() << 2) | rm.high_bit())) << 5;
169 // byte 1 of 3-byte VEX
171 byte rxb = static_cast<byte>(~((reg.high_bit() << 2) | rm.data().rex)) << 5;
175 // byte 1 of 2-byte VEX
178 byte rv = static_cast<byte>(~((reg.high_bit() << 4) | v.code())) << 3;
182 // byte 2 of 3-byte VEX