Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h95 bool Emulate_LUI(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp677 {"LUI", &EmulateInstructionMIPS64::Emulate_LUI, "LUI rt, immediate"}, in GetOpcodeForInstruction()
1227 bool EmulateInstructionMIPS64::Emulate_LUI(llvm::MCInst &insn) { in Emulate_LUI() function in EmulateInstructionMIPS64
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h106 bool Emulate_LUI(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp682 {"LUI", &EmulateInstructionMIPS::Emulate_LUI, "LUI rt, immediate"}, in GetOpcodeForInstruction()
1410 bool EmulateInstructionMIPS::Emulate_LUI(llvm::MCInst &insn) { in Emulate_LUI() function in EmulateInstructionMIPS