brintos

brintos / llvm-project-archived public Read only

0
0
Text · 536 B · cbb9d95 Raw
24 lines · plain
1// RUN: llvm-mc -triple aarch64-- -o - %s | FileCheck %s2 3fun:4// CHECK:      .cfi_startproc5// CHECK-NEXT: stp6  .cfi_startproc7  stp  x29, x30, [sp, #-16]!8// CHECK:      .cfi_offset w29, -169// CHECK-NEXT: .cfi_offset w30, -810  .cfi_offset w29, -1611  .cfi_offset w30, -812  mov   x29, sp13// CHECK:      .cfi_def_cfa w29, 1614// CHECK-NEXT: .cfi_restore w3015// CHECK-NEXT: ldr16// CHECK-NEXT: .cfi_restore w2917  .cfi_def_cfa w29, 1618  .cfi_restore w3019  ldr  x29, [sp], #1620  .cfi_restore w2921  ret22  .cfi_endproc23// CHECK: .cfi_endproc24