Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
bfin
/
builtins
/
lshl_fr1x16-2.c
blob: 9be2abf88884c3af18aa216a91552e72bee6f3b9 [
file
] [
log
] [
blame
]
extern
void
abort
(
void
);
typedef
short
fract16
;
int
main
()
{
fract16 t1
;
t1
=
__builtin_bfin_lshl_fr1x16
(
0x4004
,
-
4
);
if
(
t1
!=
0x0400
)
abort
();
return
0
;
}