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