| 1 | .section __TEXT,__text,regular,pure_instructions |
| 2 | .build_version macos, 11, 0 sdk_version 15, 5 |
| 3 | .globl _keep |
| 4 | .p2align 2 |
| 5 | _keep: |
| 6 | .cfi_startproc |
| 7 | stp x22, x21, [sp, #-48]! |
| 8 | stp x20, x19, [sp, #16] |
| 9 | stp x29, x30, [sp, #32] |
| 10 | add x29, sp, #32 |
| 11 | .cfi_def_cfa w29, 16 |
| 12 | .cfi_offset w30, -8 |
| 13 | .cfi_offset w29, -16 |
| 14 | .cfi_offset w19, -24 |
| 15 | .cfi_offset w20, -32 |
| 16 | .cfi_offset w21, -40 |
| 17 | .cfi_offset w22, -48 |
| 18 | mov x19, x0 |
| 19 | mov x20, x1 |
| 20 | add x0, x20, x19 |
| 21 | ldp x29, x30, [sp, #32] |
| 22 | ldp x20, x19, [sp, #16] |
| 23 | ldp x22, x21, [sp], #48 |
| 24 | ret |
| 25 | .cfi_endproc |
| 26 | .subsections_via_symbols |