Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h153 bool Emulate_BZH(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp917 {"BZ_H", &EmulateInstructionMIPS64::Emulate_BZH, "BZ.h wt,s16"}, in GetOpcodeForInstruction()
2182 bool EmulateInstructionMIPS64::Emulate_BZH(llvm::MCInst &insn) { in Emulate_BZH() function in EmulateInstructionMIPS64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h178 bool Emulate_BZH(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp930 {"BZ_H", &EmulateInstructionMIPS::Emulate_BZH, "BZ.h wt,s16"}, in GetOpcodeForInstruction()
2859 bool EmulateInstructionMIPS::Emulate_BZH(llvm::MCInst &insn) { in Emulate_BZH() function in EmulateInstructionMIPS