URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [bfin/] [builtins/] [shl_fr1x32-6.c] - Rev 751
Go to most recent revision | Compare with Previous | Blame | View Log
extern void abort (void); typedef long fract32; fract32 foo (fract32 f, short n) { return __builtin_bfin_shl_fr1x32 (f, n); } int main () { fract32 t; t = foo (0x7feff4ff, -4); if (t != 0x7feff4f) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log