We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83a9c80 + 149f91b commit 22c6064Copy full SHA for 22c6064
compiler-rt/lib/builtins/aarch64/sme-abi.S
@@ -280,17 +280,17 @@ DEFINE_COMPILERRT_FUNCTION(__arm_sme_save)
280
mov w16, #1
281
str x16, [x0]
282
283
- add x18, x0, #32
+ add x16, x0, #32
284
tbz x17, #FEAT_SME2_BIT, 1f
285
286
// Store ZT0
287
- str zt0, [x18]
288
- add x18, x18, #64
+ str zt0, [x16]
+ add x16, x16, #64
289
290
1:
291
- // Set up lazy-save (x18 = pointer to buffer)
+ // Set up lazy-save (x16 = pointer to buffer)
292
rdsvl x17, #1
293
- str x18, [x0, #16]!
+ str x16, [x0, #16]!
294
strh w17, [x0, #8]
295
strh wzr, [x0, #10]
296
str wzr, [x0, #12]
0 commit comments