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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [bfin/] [builtins/] [mulhisihl_fr2x16-2.c] - Rev 691

Compare with Previous | Blame | View Log

extern void abort (void);
 
typedef short  __v2hi __attribute ((vector_size(4)));
typedef __v2hi fract2x16;
typedef short  fract16;
 
int main ()
{
  fract2x16 a, b;
  int t;
 
  a = __builtin_bfin_compose_2x16 (0xa000, 0x7000);
  b = __builtin_bfin_compose_2x16 (0xe000, 0x5000);
 
  t = __builtin_bfin_mulhisihl (a, b);
  if (t != 0xe2000000)
    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.