Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h139 bool Emulate_BC1EQZ(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp900 {"BC1EQZ", &EmulateInstructionMIPS64::Emulate_BC1EQZ, in GetOpcodeForInstruction()
2030 bool EmulateInstructionMIPS64::Emulate_BC1EQZ(llvm::MCInst &insn) { in Emulate_BC1EQZ() function in EmulateInstructionMIPS64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h164 bool Emulate_BC1EQZ(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp915 {"BC1EQZ", &EmulateInstructionMIPS::Emulate_BC1EQZ, "BC1EQZ ft, offset"}, in GetOpcodeForInstruction()
2708 bool EmulateInstructionMIPS::Emulate_BC1EQZ(llvm::MCInst &insn) { in Emulate_BC1EQZ() function in EmulateInstructionMIPS