Searched refs:Emulate_JIALC (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 132 bool Emulate_JIALC(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS64.cpp | 885 {"JIALC", &EmulateInstructionMIPS64::Emulate_JIALC, "JIALC rt,offset"}, in GetOpcodeForInstruction() 886 {"JIALC64", &EmulateInstructionMIPS64::Emulate_JIALC, "JIALC rt,offset"}, in GetOpcodeForInstruction() 1892 bool EmulateInstructionMIPS64::Emulate_JIALC(llvm::MCInst &insn) { in Emulate_JIALC() function in EmulateInstructionMIPS64
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 157 bool Emulate_JIALC(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS.cpp | 905 {"JIALC", &EmulateInstructionMIPS::Emulate_JIALC, "JIALC rt,offset"}, in GetOpcodeForInstruction() 2579 bool EmulateInstructionMIPS::Emulate_JIALC(llvm::MCInst &insn) { in Emulate_JIALC() function in EmulateInstructionMIPS
|