blob: c8581e79d1c1c58bf7ee55eec7b9567843ec1d5e [file] [log] [blame]
/* Test the crc32w ACLE intrinsic. */
/* { dg-do assemble } */
/* { dg-options "-save-temps -O2 -march=armv8-a+crc" } */
#include "arm_acle.h"
uint32_t
test_crc32w (uint32_t arg0, uint32_t arg1)
{
return __crc32w (arg0, arg1);
}
/* { dg-final { scan-assembler "crc32w\tw..?, w..?, w..?\n" } } */