Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h144 bool Emulate_BNZH(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp911 {"BNZ_H", &EmulateInstructionMIPS64::Emulate_BNZH, "BNZ.h wt,s16"}, in GetOpcodeForInstruction()
2167 bool EmulateInstructionMIPS64::Emulate_BNZH(llvm::MCInst &insn) { in Emulate_BNZH() function in EmulateInstructionMIPS64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h169 bool Emulate_BNZH(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp924 {"BNZ_H", &EmulateInstructionMIPS::Emulate_BNZH, "BNZ.h wt,s16"}, in GetOpcodeForInstruction()
2844 bool EmulateInstructionMIPS::Emulate_BNZH(llvm::MCInst &insn) { in Emulate_BNZH() function in EmulateInstructionMIPS