[Lldb-commits] [PATCH] D22851: [LLDB][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation . Fix emulation for (D)ADDIU, SD/SW and LW/LD instructions

Nitesh Jain via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 27 04:30:24 PDT 2016


nitesh.jain created this revision.
nitesh.jain added reviewers: jaydeep, bhushan, clayborg.
nitesh.jain added subscribers: slthakur, mohit.bhakkad, lldb-commits, sdardis.
Herald added a subscriber: dsanders.

To handle the immediate size greater than 2^16 - 1 , the clang compiler generate LUI, (D)ADDIU, (D)SUBU sequence of instructions.

https://reviews.llvm.org/D22851

Files:
  source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
  source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
  source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
  source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22851.65699.patch
Type: text/x-patch
Size: 17449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160727/7ca35705/attachment-0001.bin>


More information about the lldb-commits mailing list