Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h164 bool Emulate_BZV(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp921 {"BZ_V", &EmulateInstructionMIPS64::Emulate_BZV, "BZ.V wt,s16"}, in GetOpcodeForInstruction()
2259 bool EmulateInstructionMIPS64::Emulate_BZV(llvm::MCInst &insn) { in Emulate_BZV() function in EmulateInstructionMIPS64
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h189 bool Emulate_BZV(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp934 {"BZ_V", &EmulateInstructionMIPS::Emulate_BZV, "BZ.V wt,s16"}, in GetOpcodeForInstruction()
2933 bool EmulateInstructionMIPS::Emulate_BZV(llvm::MCInst &insn) { in Emulate_BZV() function in EmulateInstructionMIPS