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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h145 bool Emulate_BNZH(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp913 {"BNZ_H", &EmulateInstructionMIPS64::Emulate_BNZH, "BNZ.h wt,s16"},
2166 bool EmulateInstructionMIPS64::Emulate_BNZH(llvm::MCInst &insn) { function in class:EmulateInstructionMIPS64
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h170 bool Emulate_BNZH(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp926 {"BNZ_H", &EmulateInstructionMIPS::Emulate_BNZH, "BNZ.h wt,s16"},
2843 bool EmulateInstructionMIPS::Emulate_BNZH(llvm::MCInst &insn) { function in class:EmulateInstructionMIPS

Completed in 116 milliseconds