To handle the immediate size greater than 2^16 - 1 , the clang compiler generate LUI, (D)ADDIU, (D)SUBU sequence of instructions.
Diff Detail
Diff Detail
Event Timeline
nitesh.jain retitled this revision from to [LLDB][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation .
Fix emulation for (D)ADDIU, SD/SW and LW/LD instructions.
nitesh.jain updated this object.
This revision is now accepted and ready to land.Jul 27 2016, 12:34 PM