Home | History | Annotate | Download | only in x64

Lines Matching refs:low_bits

421   if (rm_reg.low_bits() == 4)  {  // Forces SIB byte.
437 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
477 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
1183 emit(0xB0 + dst.low_bits());
1249 if (src.low_bits() == 4) {
1277 emit(0xB8 + dst.low_bits());
1295 emit(0xB8 | dst.low_bits());
1303 emit(0xB8 | dst.low_bits());
1586 emit(0x58 | dst.low_bits());
1607 emit(0x50 | src.low_bits());
1697 emit(0x90 | other.low_bits());
1698 } else if (dst.low_bits() == 4) {
1743 if (src.low_bits() == 4) {
1801 if (src.low_bits() == 4) {
2404 if (dst.low_bits() == 4) {
2507 if (src.low_bits() == 4) {
2535 if (src.low_bits() == 4) {
2920 emit(0xC0 | (dst.low_bits() << 3) | src.low_bits());
2925 emit(0xC0 | (dst.low_bits() << 3) | src.low_bits());
2930 emit(0xC0 | (dst.low_bits() << 3) | src.low_bits());