Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
bfin
/
builtins
/
add_fr1x16-2.c
blob: 1054e95aa4607ebc785e4a86e758b8f713e0bb6f [
file
] [
log
] [
blame
]
extern
void
abort
(
void
);
typedef
short
fract16
;
int
main
()
{
fract16 t1
;
t1
=
__builtin_bfin_add_fr1x16
(
0x3000
,
0xd000
);
if
(
t1
!=
0x0
)
abort
();
return
0
;
}