Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h139 bool Emulate_BC1EQZ(llvm::MCInst &insn);
DEmulateInstructionMIPS64.cpp900 {"BC1EQZ", &EmulateInstructionMIPS64::Emulate_BC1EQZ, in GetOpcodeForInstruction()
2031 bool EmulateInstructionMIPS64::Emulate_BC1EQZ(llvm::MCInst &insn) { in Emulate_BC1EQZ() function in EmulateInstructionMIPS64
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h164 bool Emulate_BC1EQZ(llvm::MCInst &insn);
DEmulateInstructionMIPS.cpp915 {"BC1EQZ", &EmulateInstructionMIPS::Emulate_BC1EQZ, "BC1EQZ ft, offset"}, in GetOpcodeForInstruction()
2706 bool EmulateInstructionMIPS::Emulate_BC1EQZ(llvm::MCInst &insn) { in Emulate_BC1EQZ() function in EmulateInstructionMIPS