Lines Matching refs:reg_or_opcode
1816 void X86Assembler::EmitOperand(int reg_or_opcode, const Operand& operand) { in EmitOperand() argument
1817 CHECK_GE(reg_or_opcode, 0); in EmitOperand()
1818 CHECK_LT(reg_or_opcode, 8); in EmitOperand()
1823 EmitUint8(operand.encoding_[0] + (reg_or_opcode << 3)); in EmitOperand()
1840 void X86Assembler::EmitComplex(int reg_or_opcode, in EmitComplex() argument
1843 CHECK_GE(reg_or_opcode, 0); in EmitComplex()
1844 CHECK_LT(reg_or_opcode, 8); in EmitComplex()
1848 EmitOperand(reg_or_opcode, operand); in EmitComplex()
1852 EmitUint8(0x05 + (reg_or_opcode << 3)); in EmitComplex()
1856 EmitOperand(reg_or_opcode, operand); in EmitComplex()
1896 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift() argument
1903 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()
1906 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()
1912 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift() argument
1918 EmitOperand(reg_or_opcode, operand); in EmitGenericShift()