Home
last modified time | relevance | path

Searched refs:Emulate_JAL (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h131 bool Emulate_JAL(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp894 {"JAL", &EmulateInstructionMIPS64::Emulate_JAL, "JAL target"}, in GetOpcodeForInstruction()
895 {"JALX", &EmulateInstructionMIPS64::Emulate_JAL, "JALX target"}, in GetOpcodeForInstruction()
1825 bool EmulateInstructionMIPS64::Emulate_JAL(llvm::MCInst &insn) { in Emulate_JAL() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h153 bool Emulate_JAL(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp919 {"JAL", &EmulateInstructionMIPS::Emulate_JAL, "JAL target"}, in GetOpcodeForInstruction()
920 {"JALX", &EmulateInstructionMIPS::Emulate_JAL, "JALX target"}, in GetOpcodeForInstruction()
2530 bool EmulateInstructionMIPS::Emulate_JAL(llvm::MCInst &insn) { in Emulate_JAL() function in EmulateInstructionMIPS