gcc/gcc/testsuite/gcc.target/riscv/sat/sat_u_mul-run-7-u8-from-u128.c

17 lines
494 B
C

/* { dg-do run { target { rv64 } } } */
/* { dg-additional-options "-std=c99" } */
#include "sat_arith.h"
#include "sat_arith_data.h"
#define NT uint8_t
#define WT uint128_t
#define NAME usmul
#define DATA TEST_BINARY_DATA_WRAP(NT, NAME)
#define T TEST_BINARY_STRUCT_DECL_WRAP(NT, NAME)
#define RUN_BINARY(x, y) RUN_SAT_U_MUL_FMT_6_WRAP(NT, WT, x, y)
DEF_SAT_U_MUL_FMT_6_WRAP(NT, WT)
#include "scalar_sat_binary_run_xxx.h"