Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h135 bool Emulate_JIC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp889 {"JIC", &EmulateInstructionMIPS64::Emulate_JIC, "JIC rt,offset"}, in GetOpcodeForInstruction()
890 {"JIC64", &EmulateInstructionMIPS64::Emulate_JIC, "JIC rt,offset"}, in GetOpcodeForInstruction()
1930 bool EmulateInstructionMIPS64::Emulate_JIC(llvm::MCInst &insn) { in Emulate_JIC() function in EmulateInstructionMIPS64
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h160 bool Emulate_JIC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp908 {"JIC", &EmulateInstructionMIPS::Emulate_JIC, "JIC rt,offset"}, in GetOpcodeForInstruction()
2614 bool EmulateInstructionMIPS::Emulate_JIC(llvm::MCInst &insn) { in Emulate_JIC() function in EmulateInstructionMIPS