Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.h152 Emulate_BGEZALL (llvm::MCInst& insn);
HDEmulateInstructionMIPS64.cpp423 … { "BGEZALL", &EmulateInstructionMIPS64::Emulate_BGEZALL, "BGEZALL rt,offset" }, in GetOpcodeForInstruction()
1253 EmulateInstructionMIPS64::Emulate_BGEZALL (llvm::MCInst& insn) in Emulate_BGEZALL() function in EmulateInstructionMIPS64
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.h146 Emulate_BGEZALL (llvm::MCInst& insn);
HDEmulateInstructionMIPS.cpp420 { "BGEZALL", &EmulateInstructionMIPS::Emulate_BGEZALL, "BGEZALL rt,offset" }, in GetOpcodeForInstruction()
1186 EmulateInstructionMIPS::Emulate_BGEZALL (llvm::MCInst& insn) in Emulate_BGEZALL() function in EmulateInstructionMIPS