Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h146 bool Emulate_BNZW(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp912 {"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
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h171 bool Emulate_BNZW(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp925 {"BNZ_W", &EmulateInstructionMIPS::Emulate_BNZW, "BNZ.w wt,s16"}, in GetOpcodeForInstruction()
2848 bool EmulateInstructionMIPS::Emulate_BNZW(llvm::MCInst &insn) { in Emulate_BNZW() function in EmulateInstructionMIPS