Searched refs:GetOpcodeForInstruction (Results 1 – 8 of 8) sorted by relevance
81 Opcode *GetOpcodeForInstruction(uint32_t opcode);
146 EmulateInstructionPPC64::GetOpcodeForInstruction(uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionPPC64172 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
166 static Opcode *GetOpcodeForInstruction(const uint32_t opcode);
194 EmulateInstructionARM64::GetOpcodeForInstruction(const uint32_t opcode) { in GetOpcodeForInstruction() function in EmulateInstructionARM64401 Opcode *opcode_data = GetOpcodeForInstruction(opcode); in EvaluateInstruction()
90 static MipsOpcode *GetOpcodeForInstruction(const char *op_name);
668 EmulateInstructionMIPS64::GetOpcodeForInstruction(const char *op_name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS64989 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()
98 static MipsOpcode *GetOpcodeForInstruction(const char *op_name);
681 EmulateInstructionMIPS::GetOpcodeForInstruction(const char *op_name) { in GetOpcodeForInstruction() function in EmulateInstructionMIPS1096 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()