Searched defs:reg_or_opcode (Results 1 – 3 of 3) sorted by relevance
1052 uint8_t reg_or_opcode = (instr[1] >> 3) & 7; in DumpInstruction() local1515 uint8_t reg_or_opcode = (modrm >> 3) & 7; in DumpInstruction() local
3817 void X86Assembler::EmitOperand(int reg_or_opcode, const Operand& operand) { in EmitOperand()3846 void X86Assembler::EmitComplex(int reg_or_opcode, in EmitComplex()3903 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift()3919 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift()
5140 void X86_64Assembler::EmitOperand(uint8_t reg_or_opcode, const Operand& operand) { in EmitOperand()5171 void X86_64Assembler::EmitComplex(uint8_t reg_or_opcode, in EmitComplex()5229 int reg_or_opcode, in EmitGenericShift()5251 int reg_or_opcode, in EmitGenericShift()