Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h122 bool Emulate_BALC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp797 {"BALC", &EmulateInstructionMIPS64::Emulate_BALC, "BALC offset"}, in GetOpcodeForInstruction()
1459 bool EmulateInstructionMIPS64::Emulate_BALC(llvm::MCInst &insn) { in Emulate_BALC() function in EmulateInstructionMIPS64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h147 bool Emulate_BALC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp852 {"BALC", &EmulateInstructionMIPS::Emulate_BALC, "BALC offset"}, in GetOpcodeForInstruction()
2436 bool EmulateInstructionMIPS::Emulate_BALC(llvm::MCInst &insn) { in Emulate_BALC() function in EmulateInstructionMIPS