Skip to content

Commit

Permalink
updated out
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Feb 8, 2025
1 parent 6d56652 commit 6df1307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/fipstools/delocate/testdata/aarch64-Basic/out.s
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ foo:
// WAS adrp x10, .Llocal_data2
adr x10, .Llocal_data2
// WAS ldrsw x0, [x10, :lo12:.Llocal_data2]
ldrsw x0, [x10]
ldrsw x0, [x10]

// WAS bl local_function
bl .Llocal_function_local_target
Expand Down Expand Up @@ -204,7 +204,7 @@ foo:
ld1d { z1.d }, p0/z, [x13, x11, lsl #3]
ld1b { z11.b }, p15/z, [x10, #1, mul vl]

// Test msl special argument handling - should remain unchanged
// Test msl special argument handling
movi v0.2d, #0xff, msl #8
movi v1.2d, #0x42, msl #16
movi v2.2d, #0x1, msl #0
Expand Down

0 comments on commit 6df1307

Please sign in to comment.