[PATCH] D17192: [mips][micromips] Written missing test for CEIL.L.S, CEIL.L.D, FLOOR.L.S and FLOOR.L.D instructions

Hrvoje Varga via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 04:15:45 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL260673: [mips][micromips] Written missing test for CEIL.L.S, CEIL.L.D, FLOOR.L.S and… (authored by hvarga).

Changed prior to commit:
  http://reviews.llvm.org/D17192?vs=47780&id=47788#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17192

Files:
  llvm/trunk/test/MC/Mips/micromips64r6/valid.s

Index: llvm/trunk/test/MC/Mips/micromips64r6/valid.s
===================================================================
--- llvm/trunk/test/MC/Mips/micromips64r6/valid.s
+++ llvm/trunk/test/MC/Mips/micromips64r6/valid.s
@@ -150,5 +150,9 @@
         di                       # CHECK: di                      # encoding: [0x00,0x00,0x47,0x7c]
         di $0                    # CHECK: di                      # encoding: [0x00,0x00,0x47,0x7c]
         di $15                   # CHECK: di $15                  # encoding: [0x00,0x0f,0x47,0x7c]
+        ceil.l.s $f1, $f3        # CHECK: ceil.l.s $f1, $f3       # encoding: [0x54,0x23,0x13,0x3b]
+        ceil.l.d $f1, $f3        # CHECK: ceil.l.d $f1, $f3       # encoding: [0x54,0x23,0x53,0x3b]
+        floor.l.s $f1, $f3       # CHECK: floor.l.s $f1, $f3      # encoding: [0x54,0x23,0x03,0x3b]
+        floor.l.d $f1, $f3       # CHECK: floor.l.d $f1, $f3      # encoding: [0x54,0x23,0x43,0x3b]
 
 1:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17192.47788.patch
Type: text/x-patch
Size: 954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160212/ec58962b/attachment.bin>


More information about the llvm-commits mailing list