repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 3/57][Arm][GAS] Add support for MVE instructions: vabs and vneg
[binutils-gdb.git]
/
gold
/
testsuite
/
split_x32_1.s
blob
b78936eb18e7e0fc626c4b299b789f3c61daa2a2
1
# split_x32_1.s: x32 specific test case for -fsplit-stack.
2
3
.text
4
5
.global fn1
6
.type fn1,@function
7
fn1
:
8
cmp
%
fs
:
0x40
,%
esp
9
jae
1
f
10
callq __morestack
11
retq
12
1
:
13
callq fn2
14
retq
15
16
.size fn1,. - fn1
17
18
.global fn2
19
.type fn2,@function
20
fn2
:
21
lea
-
0x200
(%
rsp
),%
r10d
22
cmp
%
fs
:
0x40
,%
r10d
23
jae
1
f
24
callq __morestack
25
retq
26
1
:
27
callq fn1
28
retq
29
30
.size fn2,. - fn2
31
32
.section .note.GNU-stack,
""
,@progbits
33
.section .note.GNU-split-stack,
""
,@progbits