Home
last modified time | relevance | path

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

/aosp_15_r20/art/disassembler/
H A Ddisassembler_x86.cc1052 uint8_t reg_or_opcode = (instr[1] >> 3) & 7; in DumpInstruction() local
1515 uint8_t reg_or_opcode = (modrm >> 3) & 7; in DumpInstruction() local
/aosp_15_r20/art/compiler/utils/x86/
H A Dassembler_x86.cc3908 void X86Assembler::EmitOperand(int reg_or_opcode, const Operand& operand) { in EmitOperand()
3937 void X86Assembler::EmitComplex(int reg_or_opcode, in EmitComplex()
3994 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift()
4010 void X86Assembler::EmitGenericShift(int reg_or_opcode, in EmitGenericShift()
/aosp_15_r20/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc5398 void X86_64Assembler::EmitOperand(uint8_t reg_or_opcode, const Operand& operand) { in EmitOperand()
5429 void X86_64Assembler::EmitComplex(uint8_t reg_or_opcode, in EmitComplex()
5487 int reg_or_opcode, in EmitGenericShift()
5509 int reg_or_opcode, in EmitGenericShift()