Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h135 bool Emulate_JIALC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp899 {"JIALC", &EmulateInstructionMIPS64::Emulate_JIALC, "JIALC rt,offset"}, in GetOpcodeForInstruction()
900 {"JIALC64", &EmulateInstructionMIPS64::Emulate_JIALC, "JIALC rt,offset"}, in GetOpcodeForInstruction()
1891 bool EmulateInstructionMIPS64::Emulate_JIALC(llvm::MCInst &insn) { in Emulate_JIALC() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h157 bool Emulate_JIALC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp923 {"JIALC", &EmulateInstructionMIPS::Emulate_JIALC, "JIALC rt,offset"}, in GetOpcodeForInstruction()
2596 bool EmulateInstructionMIPS::Emulate_JIALC(llvm::MCInst &insn) { in Emulate_JIALC() function in EmulateInstructionMIPS