Searched refs:GetOpcodeForInstruction (Results 1 – 10 of 10) sorted by relevance
80 Opcode *GetOpcodeForInstruction(uint32_t opcode);
136 EmulateInstructionPPC64::GetOpcodeForInstruction(uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionPPC64162 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
36 EmulateInstructionLoongArch::GetOpcodeForInstruction(uint32_t inst) { in GetOpcodeForInstruction() function in lldb_private::EmulateInstructionLoongArch76 Opcode *opcode_data = GetOpcodeForInstruction(inst); in TestExecute()91 Opcode *opcode_data = GetOpcodeForInstruction(inst); in EvaluateInstruction()
74 Opcode *GetOpcodeForInstruction(uint32_t inst);
165 static Opcode *GetOpcodeForInstruction(const uint32_t opcode);
184 EmulateInstructionARM64::GetOpcodeForInstruction(const uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionARM64391 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
89 static MipsOpcode *GetOpcodeForInstruction(llvm::StringRef op_name);
660 EmulateInstructionMIPS64::GetOpcodeForInstruction(llvm::StringRef op_name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS64975 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()
97 static MipsOpcode *GetOpcodeForInstruction(llvm::StringRef name);
673 EmulateInstructionMIPS::GetOpcodeForInstruction(llvm::StringRef name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS1086 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()