OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [bfin/] [builtins/] [shl_fr1x16-8.c] - Rev 783

Compare with Previous | Blame | View Log

extern void abort (void);
 
typedef short fract16;
 
fract16 foo (fract16 f, short n)
{
  return __builtin_bfin_shl_fr1x16 (f, n);
}
 
int main ()
{
  fract16 t1;
 
  t1 = foo (0xd004, -4);
  if (t1 != 0xfffffd00)
    abort ();
 
  return 0;
}
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.