[PATCH] D14429: [mips][microMIPS][DSP] Implement PACKRL.PH, PICK.PH, PICK.QB, SHILO, SHILOV and WRDSP instructions

Zlatko Buljan via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 05:55:52 PST 2015


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

Existing DSP ASE changed so it use PredicateControl instead of 'let Predicates =' statements.
PredicateControl added to DSPInst and PseudoDSP as a base class.
'let Predicates =' replaced with 'let InsnPredicates ='.
Used AdditionalPredicates for NotInMicroMips.


http://reviews.llvm.org/D14429

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  lib/Target/Mips/MicroMipsDSPInstrFormats.td
  lib/Target/Mips/MicroMipsDSPInstrInfo.td
  lib/Target/Mips/MipsDSPInstrFormats.td
  lib/Target/Mips/MipsDSPInstrInfo.td
  lib/Target/Mips/MipsInstrInfo.td
  test/MC/Disassembler/Mips/dsp/valid-el.txt
  test/MC/Disassembler/Mips/micromips-dsp/valid.txt
  test/MC/Mips/micromips-dsp/invalid.s
  test/MC/Mips/micromips-dsp/valid.s
  test/MC/Mips/mips-dsp-instructions.s
  test/MC/Mips/mips-dsp-invalid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14429.39682.patch
Type: text/x-patch
Size: 21543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151109/61e121e9/attachment.bin>


More information about the llvm-commits mailing list