Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.h143 bool Emulate_BNZB(llvm::MCInst &insn);
HDEmulateInstructionMIPS64.cpp912 {"BNZ_B", &EmulateInstructionMIPS64::Emulate_BNZB, "BNZ.b wt,s16"}, in GetOpcodeForInstruction()
2162 bool EmulateInstructionMIPS64::Emulate_BNZB(llvm::MCInst &insn) { in Emulate_BNZB() function in EmulateInstructionMIPS64
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.h168 bool Emulate_BNZB(llvm::MCInst &insn);
HDEmulateInstructionMIPS.cpp925 {"BNZ_B", &EmulateInstructionMIPS::Emulate_BNZB, "BNZ.b wt,s16"}, in GetOpcodeForInstruction()
2839 bool EmulateInstructionMIPS::Emulate_BNZB(llvm::MCInst &insn) { in Emulate_BNZB() function in EmulateInstructionMIPS