Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h132 bool Emulate_JIALC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp885 {"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 DEmulateInstructionMIPS.h157 bool Emulate_JIALC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp905 {"JIALC", &EmulateInstructionMIPS::Emulate_JIALC, "JIALC rt,offset"}, in GetOpcodeForInstruction()
2579 bool EmulateInstructionMIPS::Emulate_JIALC(llvm::MCInst &insn) { in Emulate_JIALC() function in EmulateInstructionMIPS