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 697
Go to most recent revision | 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%" } } */
Go to most recent revision | Compare with Previous | Blame | View Log