Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h123 bool Emulate_BAL(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp808 {"BAL", &EmulateInstructionMIPS64::Emulate_BAL, "BAL offset"}, in GetOpcodeForInstruction()
1443 bool EmulateInstructionMIPS64::Emulate_BAL(llvm::MCInst &insn) { in Emulate_BAL() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h145 bool Emulate_BAL(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp867 {"BAL", &EmulateInstructionMIPS::Emulate_BAL, "BAL offset"}, in GetOpcodeForInstruction()
2422 bool EmulateInstructionMIPS::Emulate_BAL(llvm::MCInst &insn) { in Emulate_BAL() function in EmulateInstructionMIPS