Searched refs:Emulate_JIALC (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 133 bool Emulate_JIALC(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS64.cpp | 887 {"JIALC", &EmulateInstructionMIPS64::Emulate_JIALC, "JIALC rt,offset"}, in GetOpcodeForInstruction() 888 {"JIALC64", &EmulateInstructionMIPS64::Emulate_JIALC, "JIALC rt,offset"}, in GetOpcodeForInstruction() 1892 bool EmulateInstructionMIPS64::Emulate_JIALC(llvm::MCInst &insn) { in Emulate_JIALC() function in EmulateInstructionMIPS64
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 158 bool Emulate_JIALC(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS.cpp | 907 {"JIALC", &EmulateInstructionMIPS::Emulate_JIALC, "JIALC rt,offset"}, in GetOpcodeForInstruction() 2576 bool EmulateInstructionMIPS::Emulate_JIALC(llvm::MCInst &insn) { in Emulate_JIALC() function in EmulateInstructionMIPS
|