Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h129 bool Emulate_J(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp893 {"J", &EmulateInstructionMIPS64::Emulate_J, "J target"}, in GetOpcodeForInstruction()
1801 bool EmulateInstructionMIPS64::Emulate_J(llvm::MCInst &insn) { in Emulate_J() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h151 bool Emulate_J(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp918 {"J", &EmulateInstructionMIPS::Emulate_J, "J target"}, in GetOpcodeForInstruction()
2507 bool EmulateInstructionMIPS::Emulate_J(llvm::MCInst &insn) { in Emulate_J() function in EmulateInstructionMIPS