Home | History | Annotate | Download | only in x64

Lines Matching defs:low_bits

149   int low_bits() const {
232 int low_bits() const {
1503 emit_operand(reg.low_bits(), adr);
1513 emit(0xC0 | reg.low_bits() << 3 | rm_reg.low_bits());
1520 emit(0xC0 | code << 3 | rm_reg.low_bits());