Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h82 Opcode *GetOpcodeForInstruction(uint32_t opcode);
H A DEmulateInstructionPPC64.cpp152 EmulateInstructionPPC64::GetOpcodeForInstruction(uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionPPC64
178 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h172 static Opcode *GetOpcodeForInstruction(const uint32_t opcode);
H A DEmulateInstructionARM64.cpp209 EmulateInstructionARM64::GetOpcodeForInstruction(const uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionARM64
418 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h91 static MipsOpcode *GetOpcodeForInstruction(const char *op_name);
H A DEmulateInstructionMIPS64.cpp666 EmulateInstructionMIPS64::GetOpcodeForInstruction(const char *op_name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS64
993 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h96 static MipsOpcode *GetOpcodeForInstruction(const char *op_name);
H A DEmulateInstructionMIPS.cpp679 EmulateInstructionMIPS::GetOpcodeForInstruction(const char *op_name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS
1108 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()