Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h150 bool Emulate_BZB(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp914 {"BZ_B", &EmulateInstructionMIPS64::Emulate_BZB, "BZ.b wt,s16"}, in GetOpcodeForInstruction()
2179 bool EmulateInstructionMIPS64::Emulate_BZB(llvm::MCInst &insn) { in Emulate_BZB() function in EmulateInstructionMIPS64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h175 bool Emulate_BZB(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp927 {"BZ_B", &EmulateInstructionMIPS::Emulate_BZB, "BZ.b wt,s16"}, in GetOpcodeForInstruction()
2856 bool EmulateInstructionMIPS::Emulate_BZB(llvm::MCInst &insn) { in Emulate_BZB() function in EmulateInstructionMIPS