Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
2163 bool EmulateInstructionMIPS64::Emulate_BNZB(llvm::MCInst &insn) { in Emulate_BNZB() function in EmulateInstructionMIPS64
/openbsd-src/gnu/llvm/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()
2837 bool EmulateInstructionMIPS::Emulate_BNZB(llvm::MCInst &insn) { in Emulate_BNZB() function in EmulateInstructionMIPS