Lines Matching refs:reg_or_opcode
3741 void X86Assembler::EmitOperand(int reg_or_opcode, const Operand& operand) { in EmitOperand() argument
3742 CHECK_GE(reg_or_opcode, 0); in EmitOperand()
3743 CHECK_LT(reg_or_opcode, 8); in EmitOperand()
3748 EmitUint8(operand.encoding_[0] + (reg_or_opcode << 3)); in EmitOperand()
3770 void X86Assembler::EmitComplex(int reg_or_opcode, in EmitComplex() argument
3774 CHECK_GE(reg_or_opcode, 0); in EmitComplex()
3775 CHECK_LT(reg_or_opcode, 8); in EmitComplex()
3779 EmitOperand(reg_or_opcode, operand); in EmitComplex()
3783 EmitUint8(0x05 + (reg_or_opcode << 3)); in EmitComplex()
3787 EmitOperand(reg_or_opcode, operand); in EmitComplex()
3827 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift() argument
3834 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()
3837 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()
3843 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift() argument
3849 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()