Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h142 bool Emulate_BNZB(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp910 {"BNZ_B", &EmulateInstructionMIPS64::Emulate_BNZB, "BNZ.b wt,s16"}, in GetOpcodeForInstruction()
2163 bool EmulateInstructionMIPS64::Emulate_BNZB(llvm::MCInst &insn) { in Emulate_BNZB() function in EmulateInstructionMIPS64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h167 bool Emulate_BNZB(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp923 {"BNZ_B", &EmulateInstructionMIPS::Emulate_BNZB, "BNZ.b wt,s16"}, in GetOpcodeForInstruction()
2840 bool EmulateInstructionMIPS::Emulate_BNZB(llvm::MCInst &insn) { in Emulate_BNZB() function in EmulateInstructionMIPS