Home
last modified time | relevance | path

Searched defs:reg_or_opcode (Results 1 – 3 of 3) sorted by relevance

/art/disassembler/
Ddisassembler_x86.cc1037 uint8_t reg_or_opcode = (instr[1] >> 3) & 7; in DumpInstruction() local
1499 uint8_t reg_or_opcode = (modrm >> 3) & 7; in DumpInstruction() local
/art/compiler/utils/x86/
Dassembler_x86.cc2980 void X86Assembler::EmitOperand(int reg_or_opcode, const Operand& operand) { in EmitOperand()
3009 void X86Assembler::EmitComplex(int reg_or_opcode, in EmitComplex()
3066 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift()
3082 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3626 void X86_64Assembler::EmitOperand(uint8_t reg_or_opcode, const Operand& operand) { in EmitOperand()
3657 void X86_64Assembler::EmitComplex(uint8_t reg_or_opcode, in EmitComplex()
3715 int reg_or_opcode, in EmitGenericShift()
3737 int reg_or_opcode, in EmitGenericShift()