[PATCH] D17036: [mips] Addition of the [d]rem and [d]remu instructions

Srdjan Obucina via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 11:41:08 PST 2016


obucina created this revision.
obucina added reviewers: dsanders, zoran.jovanovic.
obucina added a subscriber: llvm-commits.
Herald added a reviewer: vkalintiris.
Herald added a subscriber: dsanders.

Related to http://reviews.llvm.org/D15772

Depends on http://reviews.llvm.org/D16889

Adds  [D]REM[U] instructions.

http://reviews.llvm.org/D17036

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  lib/Target/Mips/MipsInstrInfo.td
  test/MC/Mips/macro-ddiv.s
  test/MC/Mips/macro-ddivu.s
  test/MC/Mips/macro-div.s
  test/MC/Mips/macro-divu.s
  test/MC/Mips/macro-drem.s
  test/MC/Mips/macro-dremu.s
  test/MC/Mips/macro-rem.s
  test/MC/Mips/macro-remu.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17036.47345.patch
Type: text/x-patch
Size: 101501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160209/7480db3d/attachment.bin>


More information about the llvm-commits mailing list