Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h147 bool Emulate_BNZW(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp914 {"BNZ_W", &EmulateInstructionMIPS64::Emulate_BNZW, "BNZ.w wt,s16"}, in GetOpcodeForInstruction()
2171 bool EmulateInstructionMIPS64::Emulate_BNZW(llvm::MCInst &insn) { in Emulate_BNZW() function in EmulateInstructionMIPS64
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h172 bool Emulate_BNZW(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp927 {"BNZ_W", &EmulateInstructionMIPS::Emulate_BNZW, "BNZ.w wt,s16"}, in GetOpcodeForInstruction()
2845 bool EmulateInstructionMIPS::Emulate_BNZW(llvm::MCInst &insn) { in Emulate_BNZW() function in EmulateInstructionMIPS