Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h166 bool Emulate_BZV(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp933 {"BZ_V", &EmulateInstructionMIPS64::Emulate_BZV, "BZ.V wt,s16"}, in GetOpcodeForInstruction()
2256 bool EmulateInstructionMIPS64::Emulate_BZV(llvm::MCInst &insn) { in Emulate_BZV() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h188 bool Emulate_BZV(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp950 {"BZ_V", &EmulateInstructionMIPS::Emulate_BZV, "BZ.V wt,s16"}, in GetOpcodeForInstruction()
2951 bool EmulateInstructionMIPS::Emulate_BZV(llvm::MCInst &insn) { in Emulate_BZV() function in EmulateInstructionMIPS