Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h96 bool Emulate_LUI(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp685 {"LUI", &EmulateInstructionMIPS64::Emulate_LUI, "LUI rt, immediate"}, in GetOpcodeForInstruction()
1244 bool EmulateInstructionMIPS64::Emulate_LUI(llvm::MCInst &insn) { in Emulate_LUI() function in EmulateInstructionMIPS64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h107 bool Emulate_LUI(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp690 {"LUI", &EmulateInstructionMIPS::Emulate_LUI, "LUI rt, immediate"}, in GetOpcodeForInstruction()
1425 bool EmulateInstructionMIPS::Emulate_LUI(llvm::MCInst &insn) { in Emulate_LUI() function in EmulateInstructionMIPS