[AArch64][SVE 32/32] Add SVE tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / diagnostic.s
index a9cd1249fa28339896df2f91c6e2d00a4f9ba93f..7974bc2dc36d6a0e1bccc0898e416488fed305ac 100644 (file)
        ld1     {v0.4s}, [x3], x4 // OK
        stuminl x0, [x3], x4
        prfum   pldl1keep, [x3], x4
+
+       ldr     x0, [x1, #1, mul vl]
+       ldr     x0, [x1, x2, mul vl]
+       ldr     x0, [x1, x2, mul #1]
+       ldr     x0, [x1, x2, mul #4]
+
+       strb    w7, [x30, x0, mul]
+       strb    w7, [x30, x0, mul #1]
+       strb    w7, [x30, w0, mul]
+       strb    w7, [x30, w0, mul #2]
+
+       adds    x1, sp, 1, mul #1
+       adds    x1, sp, 2, mul #255
+       adds    x1, sp, 3, mul #256
+       orr     x0, x0, #0xff, mul #1
+       orr     x0, x0, #0xfe, mul #255
+       orr     x0, x0, #0xfc, mul #256
This page took 0.023317 seconds and 4 git commands to generate.