Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
HDEmulateInstructionARM64.h266 GetOpcodeForInstruction (const uint32_t opcode);
HDEmulateInstructionARM64.cpp224 EmulateInstructionARM64::GetOpcodeForInstruction (const uint32_t opcode) in GetOpcodeForInstruction() function in EmulateInstructionARM64
320 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.h122 GetOpcodeForInstruction (const char *op_name);
HDEmulateInstructionMIPS64.cpp401 EmulateInstructionMIPS64::GetOpcodeForInstruction (const char *op_name) in GetOpcodeForInstruction() function in EmulateInstructionMIPS64
538 MipsOpcode *opcode_data = GetOpcodeForInstruction (op_name); in EvaluateInstruction()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.h122 GetOpcodeForInstruction (const char *op_name);
HDEmulateInstructionMIPS.cpp401 EmulateInstructionMIPS::GetOpcodeForInstruction (const char *op_name) in GetOpcodeForInstruction() function in EmulateInstructionMIPS
535 MipsOpcode *opcode_data = GetOpcodeForInstruction (op_name); in EvaluateInstruction()