Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h162 bool Emulate_BNZV(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp920 {"BNZ_V", &EmulateInstructionMIPS64::Emulate_BNZV, "BNZ.V wt,s16"}, in GetOpcodeForInstruction()
2255 bool EmulateInstructionMIPS64::Emulate_BNZV(llvm::MCInst &insn) { in Emulate_BNZV() function in EmulateInstructionMIPS64
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h187 bool Emulate_BNZV(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp933 {"BNZ_V", &EmulateInstructionMIPS::Emulate_BNZV, "BNZ.V wt,s16"}, in GetOpcodeForInstruction()
2929 bool EmulateInstructionMIPS::Emulate_BNZV(llvm::MCInst &insn) { in Emulate_BNZV() function in EmulateInstructionMIPS