[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 May 13 03:59:54 PDT 2016


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

Rebased to work with TOT.
Renamed format class POOL32_3RB0_FMT to POOL32S_3RB0_FMT and removed unnecessary parametar.
Test files for microMIPS32r3 + DSPr1 are placed in micromips-dsp folders.
Added invalid tests for BPOSGE32 (BPOSGE32 is microMIPS DSP instruction but it is removed in release 6).


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-micromips32r3.txt
  test/MC/Disassembler/Mips/micromips-dsp/valid.txt
  test/MC/Disassembler/Mips/micromips-dspr2/valid.txt
  test/MC/Mips/micromips-dsp/invalid.s
  test/MC/Mips/micromips-dsp/valid-micromips32r3.s
  test/MC/Mips/micromips-dsp/valid.s
  test/MC/Mips/micromips-dspr2/invalid.s
  test/MC/Mips/micromips-dspr2/valid.s
  test/MC/Mips/micromips32r6/invalid.s
  test/MC/Mips/micromips64r6/invalid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16182.57157.patch
Type: text/x-patch
Size: 20327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160513/a528d07c/attachment-0001.bin>


More information about the llvm-commits mailing list