Searched refs:Emulate_JALx (Results 1 – 2 of 2) sorted by relevance
198 bool Emulate_JALx(llvm::MCInst &insn);
952 {"JALS_MM", &EmulateInstructionMIPS::Emulate_JALx, "JALS target"}, in GetOpcodeForInstruction()953 {"JALX_MM", &EmulateInstructionMIPS::Emulate_JALx, "JALX target"}, in GetOpcodeForInstruction()2323 bool EmulateInstructionMIPS::Emulate_JALx(llvm::MCInst &insn) { in Emulate_JALx() function in EmulateInstructionMIPS