[mips][microMIPS] Implement AND16, NOT16, OR16 and XOR16 instructions
[oota-llvm.git] / test / MC / Mips / micromips-invalid.s
index 0064dd47ee77191ea1153d3a89fbc87496c8b439..b9697c2d44b8135929d43ddff0d05102bbf2a176 100644 (file)
@@ -3,3 +3,7 @@
 
   addius5 $7, 9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
   addiusp 1032   # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
+  and16   $16, $8   # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
+  not16   $18, $9   # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
+  or16    $16, $10  # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
+  xor16   $15, $5   # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction