Lines Matching refs:reg_or_opcode
3908 void X86Assembler::EmitOperand(int reg_or_opcode, const Operand& operand) { in EmitOperand() argument
3909 CHECK_GE(reg_or_opcode, 0); in EmitOperand()
3910 CHECK_LT(reg_or_opcode, 8); in EmitOperand()
3915 EmitUint8(operand.encoding_[0] + (reg_or_opcode << 3)); in EmitOperand()
3937 void X86Assembler::EmitComplex(int reg_or_opcode, in EmitComplex() argument
3941 CHECK_GE(reg_or_opcode, 0); in EmitComplex()
3942 CHECK_LT(reg_or_opcode, 8); in EmitComplex()
3946 EmitOperand(reg_or_opcode, operand); in EmitComplex()
3950 EmitUint8(0x05 + (reg_or_opcode << 3)); in EmitComplex()
3954 EmitOperand(reg_or_opcode, operand); in EmitComplex()
3994 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift() argument
4001 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()
4004 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()
4010 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift() argument
4016 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()