Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
1801 bool EmulateInstructionMIPS64::Emulate_J(llvm::MCInst &insn) { in Emulate_J() function in EmulateInstructionMIPS64
/src/contrib/llvm-project/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()
2489 bool EmulateInstructionMIPS::Emulate_J(llvm::MCInst &insn) { in Emulate_J() function in EmulateInstructionMIPS