1 /* { dg-do compile } */
2 /* { dg-options "-march=rv32gc_xtheadcondmov" { target { rv32 } } } */
3 /* { dg-options "-march=rv64gc_xtheadcondmov" { target { rv64 } } } */
4 /* { dg-skip-if "" { *-*-* } { "-O0" "-Os" "-Og" } } */
7 not_int_int (int x
, int cond
)
15 not_long_int (long x
, int cond
)
23 not_int_long (int x
, long cond
)
31 not_long_long (long x
, int cond
)
38 /* { dg-final { scan-assembler-times "th.mveqz" 4 } } */