Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
2175 bool EmulateInstructionMIPS64::Emulate_BNZD(llvm::MCInst &insn) { in Emulate_BNZD() function in EmulateInstructionMIPS64
/openbsd-src/gnu/llvm/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()
2849 bool EmulateInstructionMIPS::Emulate_BNZD(llvm::MCInst &insn) { in Emulate_BNZD() function in EmulateInstructionMIPS