URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [bfin/] [builtins/] [norm16-6.c] - Rev 751
Go to most recent revision | Compare with Previous | Blame | View Log
extern void abort (void); extern void exit (int); typedef short fract16; int main () { fract16 f = 0, g; int a; a = __builtin_bfin_norm_fr1x16 (f); g = f << a; if (g != (fract16) 0) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log