Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h158 bool Emulate_BZD(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp927 {"BZ_D", &EmulateInstructionMIPS64::Emulate_BZD, "BZ.d wt,s16"}, in GetOpcodeForInstruction()
2185 bool EmulateInstructionMIPS64::Emulate_BZD(llvm::MCInst &insn) { in Emulate_BZD() function in EmulateInstructionMIPS64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h183 bool Emulate_BZD(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp940 {"BZ_D", &EmulateInstructionMIPS::Emulate_BZD, "BZ.d wt,s16"}, in GetOpcodeForInstruction()
2873 bool EmulateInstructionMIPS::Emulate_BZD(llvm::MCInst &insn) { in Emulate_BZD() function in EmulateInstructionMIPS