Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.h215 Emulate_BGTZC (llvm::MCInst& insn);
HDEmulateInstructionMIPS64.cpp444 … { "BGTZC", &EmulateInstructionMIPS64::Emulate_BGTZC, "BGTZC rt,offset" }, in GetOpcodeForInstruction()
2187 EmulateInstructionMIPS64::Emulate_BGTZC (llvm::MCInst& insn) in Emulate_BGTZC() function in EmulateInstructionMIPS64
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.h209 Emulate_BGTZC (llvm::MCInst& insn);
HDEmulateInstructionMIPS.cpp441 { "BGTZC", &EmulateInstructionMIPS::Emulate_BGTZC, "BGTZC rt,offset" }, in GetOpcodeForInstruction()
2120 EmulateInstructionMIPS::Emulate_BGTZC (llvm::MCInst& insn) in Emulate_BGTZC() function in EmulateInstructionMIPS