Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h154 bool Emulate_BZH(llvm::MCInst &insn);
DEmulateInstructionMIPS64.cpp925 {"BZ_H", &EmulateInstructionMIPS64::Emulate_BZH, "BZ.h wt,s16"}, in GetOpcodeForInstruction()
2177 bool EmulateInstructionMIPS64::Emulate_BZH(llvm::MCInst &insn) { in Emulate_BZH() function in EmulateInstructionMIPS64
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h179 bool Emulate_BZH(llvm::MCInst &insn);
DEmulateInstructionMIPS.cpp938 {"BZ_H", &EmulateInstructionMIPS::Emulate_BZH, "BZ.h wt,s16"}, in GetOpcodeForInstruction()
2865 bool EmulateInstructionMIPS::Emulate_BZH(llvm::MCInst &insn) { in Emulate_BZH() function in EmulateInstructionMIPS