Searched refs:GetOpcodeForInstruction (Results 1 – 8 of 8) sorted by relevance
82 Opcode *GetOpcodeForInstruction(uint32_t opcode);
152 EmulateInstructionPPC64::GetOpcodeForInstruction(uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionPPC64178 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
172 static Opcode *GetOpcodeForInstruction(const uint32_t opcode);
209 EmulateInstructionARM64::GetOpcodeForInstruction(const uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionARM64418 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
91 static MipsOpcode *GetOpcodeForInstruction(const char *op_name);
666 EmulateInstructionMIPS64::GetOpcodeForInstruction(const char *op_name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS64993 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()
96 static MipsOpcode *GetOpcodeForInstruction(const char *op_name);
679 EmulateInstructionMIPS::GetOpcodeForInstruction(const char *op_name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS1108 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()