Searched refs:GetOpcodeForInstruction (Results 1 – 8 of 8) sorted by relevance
79 Opcode *GetOpcodeForInstruction(uint32_t opcode);
136 EmulateInstructionPPC64::GetOpcodeForInstruction(uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionPPC64162 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
164 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()
88 static MipsOpcode *GetOpcodeForInstruction(llvm::StringRef op_name);
658 EmulateInstructionMIPS64::GetOpcodeForInstruction(llvm::StringRef op_name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS64973 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()
96 static MipsOpcode *GetOpcodeForInstruction(llvm::StringRef name);
671 EmulateInstructionMIPS::GetOpcodeForInstruction(llvm::StringRef name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS1084 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()