blob: bce10ae3653b7f6cd366c94a2b8dfa71fdfaca70 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-march=armv8-a+ls64 -O2" } */
#ifndef __ARM_FEATURE_LS64
#error "__ARM_FEATURE_LS64 is not defined but should be!"
#endif
#include <arm_acle.h>
uint64_t
func(void *addr, data512_t value) {
return __arm_st64bv0 (addr, value);
}
/* { dg-final { scan-assembler-times {st64bv0\t} 1 } } */