Lines Matching full:rex_
93 emit(0x48 | reg.high_bit() << 2 | op.rex_);
98 emit(0x48 | (reg.code() & 0x8) >> 1 | op.rex_);
109 emit(0x48 | op.rex_);
119 emit(0x40 | reg.high_bit() << 2 | op.rex_);
129 emit(0x40 | op.rex_);
140 byte rex_bits = reg.high_bit() << 2 | op.rex_;
146 byte rex_bits = (reg.code() & 0x8) >> 1 | op.rex_;
169 if (op.rex_ != 0) emit(0x40 | op.rex_);
319 rex_ |= rm_reg.high_bit();
330 rex_ |= index.high_bit() << 1 | base.high_bit();