Searched refs:LowBits (Results 1 – 3 of 3) sorted by relevance
43 EmitRegisterOperand(2, reg.LowBits()); in call()66 EmitUint8(0x50 + reg.LowBits()); in pushq()94 EmitUint8(0x58 + reg.LowBits()); in popq()112 EmitRegisterOperand(0, dst.LowBits()); in movq()116 EmitUint8(0xB8 + dst.LowBits()); in movq()126 EmitUint8(0xB8 + dst.LowBits()); in movl()146 EmitRegisterOperand(src.LowBits(), dst.LowBits()); in movq()154 EmitRegisterOperand(dst.LowBits(), src.LowBits()); in movl()162 EmitOperand(dst.LowBits(), src); in movq()170 EmitOperand(dst.LowBits(), src); in movl()[all …]
37 uint8_t LowBits() const { in LowBits() function55 uint8_t LowBits() const { in LowBits() function
99 && ((encoding_[0] & 0x07) == reg.LowBits()) // Register codes match. in IsRegister()116 encoding_[0] = (mod_in << 6) | rm_in.LowBits(); in SetModRM()129 encoding_[1] = (scale_in << 6) | (static_cast<uint8_t>(index_in.LowBits()) << 3) | in SetSIB()130 static_cast<uint8_t>(base_in.LowBits()); in SetSIB()189 if (disp == 0 && base_in.LowBits() != RBP) { in Init()191 if (base_in.LowBits() == RSP) { in Init()196 if (base_in.LowBits() == RSP) { in Init()202 if (base_in.LowBits() == RSP) { in Init()219 if (disp == 0 && base_in.LowBits() != RBP) { in Address()