Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h149 bool Emulate_BNZD(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp915 {"BNZ_D", &EmulateInstructionMIPS64::Emulate_BNZD, "BNZ.d wt,s16"}, in GetOpcodeForInstruction()
2174 bool EmulateInstructionMIPS64::Emulate_BNZD(llvm::MCInst &insn) { in Emulate_BNZD() function in EmulateInstructionMIPS64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h174 bool Emulate_BNZD(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp928 {"BNZ_D", &EmulateInstructionMIPS::Emulate_BNZD, "BNZ.d wt,s16"}, in GetOpcodeForInstruction()
2851 bool EmulateInstructionMIPS::Emulate_BNZD(llvm::MCInst &insn) { in Emulate_BNZD() function in EmulateInstructionMIPS