aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/builtin32.c
blob: 9efb33cdc3a41ec8761ed697a74cb7ba0ad9442f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "framework.h"

BEGIN_TEST(int)
  int *ptr = &c;
#ifdef __KVX__
  int d = c;
  a = __builtin_kvx_alclrw(ptr);
  c = d;

#endif
END_TEST32()