blob: 8ecac97a9e242138993354d3041fefa38d403f60 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target cv_simd } */
/* { dg-options "-march=rv32i_xcvsimd -mabi=ilp32" } */
int
foo1 (int a, int b)
{
return __builtin_riscv_cv_simd_subrotmj(a, b, 0);
}
/* { dg-final { scan-assembler-times "cv\\.subrotmj" 1 } } */