Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h136 bool Emulate_JIC(llvm::MCInst &insn);
DEmulateInstructionMIPS64.cpp897 {"JIC", &EmulateInstructionMIPS64::Emulate_JIC, "JIC rt,offset"}, in GetOpcodeForInstruction()
898 {"JIC64", &EmulateInstructionMIPS64::Emulate_JIC, "JIC rt,offset"}, in GetOpcodeForInstruction()
1926 bool EmulateInstructionMIPS64::Emulate_JIC(llvm::MCInst &insn) { in Emulate_JIC() function in EmulateInstructionMIPS64
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h161 bool Emulate_JIC(llvm::MCInst &insn);
DEmulateInstructionMIPS.cpp916 {"JIC", &EmulateInstructionMIPS::Emulate_JIC, "JIC rt,offset"}, in GetOpcodeForInstruction()
2624 bool EmulateInstructionMIPS::Emulate_JIC(llvm::MCInst &insn) { in Emulate_JIC() function in EmulateInstructionMIPS