Lines Matching refs:reg_or_opcode
3817 void X86Assembler::EmitOperand(int reg_or_opcode, const Operand& operand) { in EmitOperand() argument
3818 CHECK_GE(reg_or_opcode, 0); in EmitOperand()
3819 CHECK_LT(reg_or_opcode, 8); in EmitOperand()
3824 EmitUint8(operand.encoding_[0] + (reg_or_opcode << 3)); in EmitOperand()
3846 void X86Assembler::EmitComplex(int reg_or_opcode, in EmitComplex() argument
3850 CHECK_GE(reg_or_opcode, 0); in EmitComplex()
3851 CHECK_LT(reg_or_opcode, 8); in EmitComplex()
3855 EmitOperand(reg_or_opcode, operand); in EmitComplex()
3859 EmitUint8(0x05 + (reg_or_opcode << 3)); in EmitComplex()
3863 EmitOperand(reg_or_opcode, operand); in EmitComplex()
3903 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift() argument
3910 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()
3913 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()
3919 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift() argument
3925 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()