Searched refs:Emulate_JIC (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 135 bool Emulate_JIC(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS64.cpp | 889 {"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 D | EmulateInstructionMIPS.h | 160 bool Emulate_JIC(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS.cpp | 908 {"JIC", &EmulateInstructionMIPS::Emulate_JIC, "JIC rt,offset"}, in GetOpcodeForInstruction() 2614 bool EmulateInstructionMIPS::Emulate_JIC(llvm::MCInst &insn) { in Emulate_JIC() function in EmulateInstructionMIPS
|