Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h80 Opcode *GetOpcodeForInstruction(uint32_t opcode);
DEmulateInstructionPPC64.cpp136 EmulateInstructionPPC64::GetOpcodeForInstruction(uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionPPC64
162 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h165 static Opcode *GetOpcodeForInstruction(const uint32_t opcode);
DEmulateInstructionARM64.cpp184 EmulateInstructionARM64::GetOpcodeForInstruction(const uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionARM64
391 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h89 static MipsOpcode *GetOpcodeForInstruction(llvm::StringRef op_name);
DEmulateInstructionMIPS64.cpp660 EmulateInstructionMIPS64::GetOpcodeForInstruction(llvm::StringRef op_name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS64
975 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h97 static MipsOpcode *GetOpcodeForInstruction(llvm::StringRef name);
DEmulateInstructionMIPS.cpp673 EmulateInstructionMIPS::GetOpcodeForInstruction(llvm::StringRef name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS
1086 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()