Searched defs:reg_or_opcode (Results 1 – 3 of 3) sorted by relevance
877 uint8_t reg_or_opcode = (instr[1] >> 3) & 7; in DumpInstruction() local1299 uint8_t reg_or_opcode = (modrm >> 3) & 7; in DumpInstruction() local
1816 void X86Assembler::EmitOperand(int reg_or_opcode, const Operand& operand) { in EmitOperand()1840 void X86Assembler::EmitComplex(int reg_or_opcode, in EmitComplex()1896 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift()1912 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift()
2377 void X86_64Assembler::EmitOperand(uint8_t reg_or_opcode, const Operand& operand) { in EmitOperand()2405 void X86_64Assembler::EmitComplex(uint8_t reg_or_opcode, in EmitComplex()2462 int reg_or_opcode, in EmitGenericShift()2484 int reg_or_opcode, in EmitGenericShift()