Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h148 bool Emulate_BNZD(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp913 {"BNZ_D", &EmulateInstructionMIPS64::Emulate_BNZD, "BNZ.d wt,s16"}, in GetOpcodeForInstruction()
2175 bool EmulateInstructionMIPS64::Emulate_BNZD(llvm::MCInst &insn) { in Emulate_BNZD() function in EmulateInstructionMIPS64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h173 bool Emulate_BNZD(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp926 {"BNZ_D", &EmulateInstructionMIPS::Emulate_BNZD, "BNZ.d wt,s16"}, in GetOpcodeForInstruction()
2852 bool EmulateInstructionMIPS::Emulate_BNZD(llvm::MCInst &insn) { in Emulate_BNZD() function in EmulateInstructionMIPS