Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h146 bool Emulate_BNZH(llvm::MCInst &insn);
DEmulateInstructionMIPS64.cpp921 {"BNZ_H", &EmulateInstructionMIPS64::Emulate_BNZH, "BNZ.h wt,s16"}, in GetOpcodeForInstruction()
2161 bool EmulateInstructionMIPS64::Emulate_BNZH(llvm::MCInst &insn) { in Emulate_BNZH() function in EmulateInstructionMIPS64
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h171 bool Emulate_BNZH(llvm::MCInst &insn);
DEmulateInstructionMIPS.cpp934 {"BNZ_H", &EmulateInstructionMIPS::Emulate_BNZH, "BNZ.h wt,s16"}, in GetOpcodeForInstruction()
2849 bool EmulateInstructionMIPS::Emulate_BNZH(llvm::MCInst &insn) { in Emulate_BNZH() function in EmulateInstructionMIPS