Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h94 bool Emulate_LUI(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp675 {"LUI", &EmulateInstructionMIPS64::Emulate_LUI, "LUI rt, immediate"}, in GetOpcodeForInstruction()
1228 bool EmulateInstructionMIPS64::Emulate_LUI(llvm::MCInst &insn) { in Emulate_LUI() function in EmulateInstructionMIPS64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h105 bool Emulate_LUI(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp680 {"LUI", &EmulateInstructionMIPS::Emulate_LUI, "LUI rt, immediate"}, in GetOpcodeForInstruction()
1412 bool EmulateInstructionMIPS::Emulate_LUI(llvm::MCInst &insn) { in Emulate_LUI() function in EmulateInstructionMIPS