// RUN: %clang_cc1 -triple armv8 -target-cpu cortex-a57 -fsyntax-only -ffreestanding -verify %s
/*
* Memory barrier intrinsics
* Argument for dmb, dsb, isb must be compile-time constant,
* otherwise an error should be raised.
*/
void
void
void
/*
* Saturating intrinsics
* Second argument for SSAT and USAT intrinsics must be compile-time constant,
* otherwise an error should be raised.
*/
int32_t
int32_t
/*
* Prefetch intrinsics
*/
void
/*
* DBG intrinsic
* First argument for DBG intrinsic must be compile-time constant,
* otherwise an error should be raised.
*/
void