x86-64: fix handling of PUSH/POP of segment register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-alpha-3.s
1 .file 1 "z.c"
2 .set noat
3 .set noreorder
4 .text
5 .align 4
6 .globl f
7 .type f,@function
8 .usepv f,no
9 .cfi_startproc
10 f:
11 lda $30,-32($30)
12 .cfi_adjust_cfa_offset 32
13 stq $26,0($30)
14 .cfi_offset $26, -32
15 stq $9,8($30)
16 .cfi_offset $9, -24
17 stq $15,16($30)
18 .cfi_offset $15, -16
19 stt $f2,24($30)
20 .cfi_offset $f2, -8
21 mov $30,$15
22 .cfi_def_cfa_register $15
23
24 nop
25 nop
26 nop
27
28 mov $15,$30
29 ldq $26,0($30)
30 ldq $9,8($30)
31 ldt $f2,24($30)
32 ldq $15,16($30)
33 lda $30,32($30)
34 .cfi_def_cfa $30, 0
35 ret $31,($26),1
36 .size f, .-f
37 .cfi_endproc
This page took 0.043584 seconds and 4 git commands to generate.