Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h97 bool Emulate_LUI(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp685 {"LUI", &EmulateInstructionMIPS64::Emulate_LUI, "LUI rt, immediate"}, in GetOpcodeForInstruction()
1247 bool EmulateInstructionMIPS64::Emulate_LUI(llvm::MCInst &insn) { in Emulate_LUI() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h105 bool Emulate_LUI(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp690 {"LUI", &EmulateInstructionMIPS::Emulate_LUI, "LUI rt, immediate"}, in GetOpcodeForInstruction()
1435 bool EmulateInstructionMIPS::Emulate_LUI(llvm::MCInst &insn) { in Emulate_LUI() function in EmulateInstructionMIPS