[mips][mips64r6] Add CLASS.fmt instructions
[oota-llvm.git] / test / MC / Mips / mips64r6 / valid.s
index fbda28262ec762a43340c06b436b12a2d9f21b49..b90c1ea0e0fec108ef0bf7d17c20b943c156299b 100644 (file)
@@ -47,3 +47,5 @@
         selnez.d $f0, $f2, $f4   # CHECK: selnez.d $f0, $f2, $f4 # encoding: [0x46,0x24,0x10,0x17]
         rint.s $f2, $f4          # CHECK: rint.s $f2, $f4        # encoding: [0x46,0x00,0x20,0x9a]
         rint.d $f2, $f4          # CHECK: rint.d $f2, $f4        # encoding: [0x46,0x20,0x20,0x9a]
+        class.s $f2, $f4         # CHECK: class.s $f2, $f4       # encoding: [0x46,0x00,0x20,0x9b]
+        class.d $f2, $f4         # CHECK: class.d $f2, $f4       # encoding: [0x46,0x20,0x20,0x9b]