Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h122 bool Emulate_BAL(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp804 {"BAL", &EmulateInstructionMIPS64::Emulate_BAL, "BAL offset"}, in GetOpcodeForInstruction()
1440 bool EmulateInstructionMIPS64::Emulate_BAL(llvm::MCInst &insn) { in Emulate_BAL() function in EmulateInstructionMIPS64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h147 bool Emulate_BAL(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp859 {"BAL", &EmulateInstructionMIPS::Emulate_BAL, "BAL offset"}, in GetOpcodeForInstruction()
2412 bool EmulateInstructionMIPS::Emulate_BAL(llvm::MCInst &insn) { in Emulate_BAL() function in EmulateInstructionMIPS