Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
ldp_stp_12.c
blob: 718e82b53f0ccfd09a19afa26ebdb88654359e33 [
file
] [
log
] [
blame
]
/* { dg-options "-O2" } */
void
store_offset
(
int
*
array
,
int
x
,
int
y
)
{
array
[
1085
]
=
x
;
array
[
1084
]
=
y
;
array
[
1086
]
=
y
;
array
[
1087
]
=
5
;
}
/* { dg-final { scan-assembler-times "stp\tw\[0-9\]+, w\[0-9\]+, " 2 } } */