Home | History | Annotate | Download | only in x64

Lines Matching refs:low_bits

510   if (rm_reg.low_bits() == 4)  {  // Forces SIB byte.
526 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
567 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
1417 emit(0xB0 + dst.low_bits());
1483 if (src.low_bits() == 4) {
1511 emit(0xB8 + dst.low_bits());
1529 emit(0xB8 | dst.low_bits());
1536 emit(0xB8 | dst.low_bits());
1859 emit(0x58 | dst.low_bits());
1880 emit(0x50 | src.low_bits());
1996 emit(0x90 | other.low_bits());
1997 } else if (dst.low_bits() == 4) {
2042 if (src.low_bits() == 4) {
2100 if (src.low_bits() == 4) {
2115 if (reg.low_bits() == 4) {
2144 if (src.low_bits() == 4) {
2765 if (dst.low_bits() == 4) {
2923 if (src.low_bits() == 4) {
2952 if (src.low_bits() == 4) {
4326 if (src.low_bits() == 4) {
4482 emit(0xC0 | (dst.low_bits() << 3) | src.low_bits());
4487 emit(0xC0 | (dst.low_bits() << 3) | src.low_bits());
4492 emit(0xC0 | (dst.low_bits() << 3) | src.low_bits());
4496 emit(0xD8 | dst.low_bits());