Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h127 bool Emulate_J(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp881 {"J", &EmulateInstructionMIPS64::Emulate_J, "J target"}, in GetOpcodeForInstruction()
1802 bool EmulateInstructionMIPS64::Emulate_J(llvm::MCInst &insn) { in Emulate_J() function in EmulateInstructionMIPS64
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h152 bool Emulate_J(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp902 {"J", &EmulateInstructionMIPS::Emulate_J, "J target"}, in GetOpcodeForInstruction()
2487 bool EmulateInstructionMIPS::Emulate_J(llvm::MCInst &insn) { in Emulate_J() function in EmulateInstructionMIPS