[mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructions
[oota-llvm.git] / test / MC / Mips / micromips-invalid.s
index 9688ebe197c4e27e9685e7d24b21b3fedc9a221c..b94313a7fc14844dd6420d10fb6954c5c3ca4068 100644 (file)
@@ -62,3 +62,5 @@
   sb16  $7, 4($9)   # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
   sh16  $7, 8($9)   # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
   sw16  $7, 4($10)  # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
+  cache 256, 8($5)  # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
+  pref 256, 8($5)   # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range