[PATCH] D16182: [mips][microMIPS][DSP] Implement BALIGN, BITREV, BPOSGE32, CMP*, CMPGDU*, CMPGU* and CMPU* instructions

Zlatko Buljan via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 00:17:20 PST 2016


zbuljan updated this revision to Diff 50393.
zbuljan added a comment.

Rebased to work with top of the tree.
Added new template argument (DAGOperand) to existing BPOSGE32_DESC_BASE class. 
Desc. class for microMIPSDSP BPOSGE32 now uses brtarget_mm operand instead of brtarget operand.
Removed unnecessary changes in encoder and decoder method of brtarget operand.


http://reviews.llvm.org/D16182

Files:
  lib/Target/Mips/MicroMipsDSPInstrFormats.td
  lib/Target/Mips/MicroMipsDSPInstrInfo.td
  lib/Target/Mips/MipsDSPInstrInfo.td
  test/MC/Disassembler/Mips/micromips-dsp/valid.txt
  test/MC/Disassembler/Mips/micromips-dspr2/valid.txt
  test/MC/Mips/micromips-dsp/valid.s
  test/MC/Mips/micromips-dspr2/invalid.s
  test/MC/Mips/micromips-dspr2/valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16182.50393.patch
Type: text/x-patch
Size: 17274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160311/f3d3534d/attachment.bin>


More information about the llvm-commits mailing list