[mips][microMIPS] Implement CACHEE and PREFE instructions for microMIPS32r6
[oota-llvm.git] / test / MC / Mips / micromips32r6 / valid.s
index 0b4b3fe3e41ae27623266364b74d9688a10acc7a..14f11427d592da287c4da4d8968133c892ebd100 100644 (file)
   or16 $3, $7              # CHECK: or16 $3, $7         # encoding: [0x45,0xf9]
   sll16 $3, $6, 8          # CHECK: sll16 $3, $6, 8     # encoding: [0x25,0xe0]
   srl16 $3, $6, 8          # CHECK: srl16 $3, $6, 8     # encoding: [0x25,0xe1]
+  prefe 1, 8($5)           # CHECK: prefe 1, 8($5)      # encoding: [0x60,0x25,0xa4,0x08]
+  cachee 1, 8($5)          # CHECK: cachee 1, 8($5)     # encoding: [0x60,0x25,0xa6,0x08]