Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h140 bool Emulate_BC1NEZ(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp900 {"BC1NEZ", &EmulateInstructionMIPS64::Emulate_BC1NEZ, in GetOpcodeForInstruction()
2067 bool EmulateInstructionMIPS64::Emulate_BC1NEZ(llvm::MCInst &insn) { in Emulate_BC1NEZ() function in EmulateInstructionMIPS64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h165 bool Emulate_BC1NEZ(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp914 {"BC1NEZ", &EmulateInstructionMIPS::Emulate_BC1NEZ, "BC1NEZ ft, offset"}, in GetOpcodeForInstruction()
2745 bool EmulateInstructionMIPS::Emulate_BC1NEZ(llvm::MCInst &insn) { in Emulate_BC1NEZ() function in EmulateInstructionMIPS