Home
last modified time | relevance | path

Searched refs:GetOpcodeForInstruction (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h81 Opcode *GetOpcodeForInstruction(uint32_t opcode);
DEmulateInstructionPPC64.cpp146 EmulateInstructionPPC64::GetOpcodeForInstruction(uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionPPC64
172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h166 static Opcode *GetOpcodeForInstruction(const uint32_t opcode);
DEmulateInstructionARM64.cpp194 EmulateInstructionARM64::GetOpcodeForInstruction(const uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionARM64
401 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h90 static MipsOpcode *GetOpcodeForInstruction(const char *op_name);
DEmulateInstructionMIPS64.cpp668 EmulateInstructionMIPS64::GetOpcodeForInstruction(const char *op_name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS64
989 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h98 static MipsOpcode *GetOpcodeForInstruction(const char *op_name);
DEmulateInstructionMIPS.cpp681 EmulateInstructionMIPS::GetOpcodeForInstruction(const char *op_name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS
1096 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()