Home | History | Annotate | Download | only in x64

Lines Matching refs:low_bits

151   int low_bits() const {
258 int low_bits() const {
1545 emit_operand(reg.low_bits(), adr);
1555 emit(0xC0 | reg.low_bits() << 3 | rm_reg.low_bits());
1562 emit(0xC0 | code << 3 | rm_reg.low_bits());