blob: 184ee97ea950fc7b8a892d7736820da12309d31d [file] [log] [blame]
/* Test the crc32w ACLE intrinsic. */
/* { dg-do assemble } */
/* { dg-require-effective-target arm_crc_ok } */
/* { dg-options "-save-temps -O0" } */
/* { dg-add-options arm_crc } */
#include "arm_acle.h"
void test_crc32w (void)
{
uint32_t out_uint32_t;
uint32_t arg0_uint32_t;
uint32_t arg1_uint32_t;
out_uint32_t = __crc32w (arg0_uint32_t, arg1_uint32_t);
}
/* { dg-final { scan-assembler "crc32w\t...?, ...?, ...?\n" } } */