Home | History | Annotate | Download | only in x64

Lines Matching refs:low_bits

133   int low_bits() const {
256 int low_bits() const {
1294 emit_operand(reg.low_bits(), adr);
1304 emit(0xC0 | reg.low_bits() << 3 | rm_reg.low_bits());
1311 emit(0xC0 | code << 3 | rm_reg.low_bits());