Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h151 bool Emulate_BZB(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp916 {"BZ_B", &EmulateInstructionMIPS64::Emulate_BZB, "BZ.b wt,s16"}, in GetOpcodeForInstruction()
2178 bool EmulateInstructionMIPS64::Emulate_BZB(llvm::MCInst &insn) { in Emulate_BZB() function in EmulateInstructionMIPS64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h176 bool Emulate_BZB(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp929 {"BZ_B", &EmulateInstructionMIPS::Emulate_BZB, "BZ.b wt,s16"}, in GetOpcodeForInstruction()
2855 bool EmulateInstructionMIPS::Emulate_BZB(llvm::MCInst &insn) { in Emulate_BZB() function in EmulateInstructionMIPS