Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h137 bool Emulate_JIC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp901 {"JIC", &EmulateInstructionMIPS64::Emulate_JIC, "JIC rt,offset"}, in GetOpcodeForInstruction()
902 {"JIC64", &EmulateInstructionMIPS64::Emulate_JIC, "JIC rt,offset"}, in GetOpcodeForInstruction()
1929 bool EmulateInstructionMIPS64::Emulate_JIC(llvm::MCInst &insn) { in Emulate_JIC() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h159 bool Emulate_JIC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp924 {"JIC", &EmulateInstructionMIPS::Emulate_JIC, "JIC rt,offset"}, in GetOpcodeForInstruction()
2634 bool EmulateInstructionMIPS::Emulate_JIC(llvm::MCInst &insn) { in Emulate_JIC() function in EmulateInstructionMIPS