Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h143 bool Emulate_BNZB(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.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/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h168 bool Emulate_BNZB(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.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