summaryrefslogtreecommitdiff
path: root/test/DebugInfo/SystemZ/eh_frame.s
blob: d55b6cdea8c35a120d945c758317c93694d036dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# RUN: llvm-mc -triple=s390x-linux-gnu -filetype=obj %s -o %t
# RUN: llvm-objdump -s %t | FileCheck %s

	.text
	.globl	check_largest_class
	.align	4
	.type	check_largest_class,@function
check_largest_class:
	.cfi_startproc
	stmg	%r13, %r15, 104(%r15)
	.cfi_offset %r13, -56
	.cfi_offset %r14, -48
	.cfi_offset %r15, -40
	aghi	%r15, -160
	.cfi_def_cfa_offset 320
	lmg	%r13, %r15, 264(%r15)
	br	%r14
	.size	check_largest_class, .-check_largest_class
	.cfi_endproc

# The readelf rendering is:
#
# Contents of the .eh_frame section:
#
# 00000000 0000001c 00000000 CIE
#   Version:               3
#   Augmentation:          "zR"
#   Code alignment factor: 1
#   Data alignment factor: -8
#   Return address column: 14
#   Augmentation data:     1b
#
#   DW_CFA_def_cfa: r15 ofs 160
#   DW_CFA_nop
#   DW_CFA_nop
#   DW_CFA_nop
#
# 00000020 0000001c 00000024 FDE cie=00000000 pc=00000000..00000012
#   DW_CFA_advance_loc: 6 to 00000006
#   DW_CFA_offset: r13 at cfa-56
#   DW_CFA_offset: r14 at cfa-48
#   DW_CFA_offset: r15 at cfa-40
#   DW_CFA_advance_loc: 4 to 0000000a
#   DW_CFA_def_cfa_offset: 320
#   DW_CFA_nop
#   DW_CFA_nop
#   DW_CFA_nop
#   DW_CFA_nop
#
# CHECK: Contents of section .eh_frame:
# CHECK-NEXT: 0000 00000014 00000000 037a5200 01780e01  .........zR..x..
# CHECK-NEXT: 0010 1b0c0fa0 01000000 0000001c 0000001c  ................
# CHECK-NEXT: 0020 00000000 00000012 00468d07 8e068f05  .........F......
# CHECK-NEXT: 0030 440ec002 00000000                    D.......