Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h161 bool Emulate_BNZV(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp918 {"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
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h186 bool Emulate_BNZV(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp931 {"BNZ_V", &EmulateInstructionMIPS::Emulate_BNZV, "BNZ.V wt,s16"}, in GetOpcodeForInstruction()
2932 bool EmulateInstructionMIPS::Emulate_BNZV(llvm::MCInst &insn) { in Emulate_BNZV() function in EmulateInstructionMIPS