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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [sparc/] [cmask.c] - Rev 691

Compare with Previous | Blame | View Log

/* { dg-do compile } */
/* { dg-options "-mvis3" } */
 
void test_cm8 (long x)
{
  __builtin_vis_cmask8 (x);
}
 
void test_cm16 (long x)
{
  __builtin_vis_cmask16 (x);
}
 
void test_cm32 (long x)
{
  __builtin_vis_cmask32 (x);
}
 
/* { dg-final { scan-assembler "cmask8\t%" } } */
/* { dg-final { scan-assembler "cmask16\t%" } } */
/* { dg-final { scan-assembler "cmask32\t%" } } */
 

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.