Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / int-insns.d
index cf939de7ff6c7722b12e8ab429d87c791c6a9c67..8896c40b50e26df7ca2cfcbcba116ffb800e9644 100644 (file)
@@ -37,18 +37,18 @@ Disassembly of section .text:
   68:  8b430441        add     x1, x2, x3, lsr #1
   6c:  91001ca5        add     x5, x5, #0x7
   70:  71000421        subs    w1, w1, #0x1
-  74:  d2800c82        movz    x2, #0x64
-  78:  d2800c82        movz    x2, #0x64
-  7c:  d2800c82        movz    x2, #0x64
-  80:  d2a00c82        movz    x2, #0x64, lsl #16
-  84:  d2a00c82        movz    x2, #0x64, lsl #16
-  88:  d2c00c82        movz    x2, #0x64, lsl #32
-  8c:  d2c00c82        movz    x2, #0x64, lsl #32
-  90:  d2e00c82        movz    x2, #0x64, lsl #48
-  94:  d2e00c82        movz    x2, #0x64, lsl #48
-  98:  52800c81        movz    w1, #0x64
-  9c:  52800c81        movz    w1, #0x64
-  a0:  52a00c81        movz    w1, #0x64, lsl #16
+  74:  d2800c82        mov     x2, #0x64                       // #100
+  78:  d2800c82        mov     x2, #0x64                       // #100
+  7c:  d2800c82        mov     x2, #0x64                       // #100
+  80:  d2a00c82        mov     x2, #0x640000                   // #6553600
+  84:  d2a00c82        mov     x2, #0x640000                   // #6553600
+  88:  d2c00c82        mov     x2, #0x6400000000               // #429496729600
+  8c:  d2c00c82        mov     x2, #0x6400000000               // #429496729600
+  90:  d2e00c82        mov     x2, #0x64000000000000           // #28147497671065600
+  94:  d2e00c82        mov     x2, #0x64000000000000           // #28147497671065600
+  98:  52800c81        mov     w1, #0x64                       // #100
+  9c:  52800c81        mov     w1, #0x64                       // #100
+  a0:  52a00c81        mov     w1, #0x640000                   // #6553600
   a4:  8a030041        and     x1, x2, x3
   a8:  0a0f015e        and     w30, w10, w15
   ac:  12000041        and     w1, w2, #0x1
This page took 0.02414 seconds and 4 git commands to generate.