Searched defs:rex_bits (Results 1 – 1 of 1) sorted by relevance
114 byte rex_bits = reg.high_bit() << 2 | rm_reg.high_bit(); in emit_optional_rex_32() local119 byte rex_bits = reg.high_bit() << 2 | op.data().rex; in emit_optional_rex_32() local124 byte rex_bits = (reg.code() & 0x8) >> 1 | op.data().rex; in emit_optional_rex_32() local130 byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3; in emit_optional_rex_32() local136 byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3; in emit_optional_rex_32() local142 byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3; in emit_optional_rex_32() local