コード例 #1
0
ファイル: vorns16.c プロジェクト: Alexpux/GCC
void test_vorns16 (void)
{
  int16x4_t out_int16x4_t;
  int16x4_t arg0_int16x4_t;
  int16x4_t arg1_int16x4_t;

  out_int16x4_t = vorn_s16 (arg0_int16x4_t, arg1_int16x4_t);
}
コード例 #2
0
ファイル: aarch64-neon-3v.c プロジェクト: ADonut/LLVM-GPGPU
int16x4_t test_vorn_s16(int16x4_t a, int16x4_t b) {
  // CHECK-LABEL: test_vorn_s16
  return vorn_s16(a, b);
  // CHECK: orn {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b
}
コード例 #3
0
ファイル: vorns16.c プロジェクト: AlexMioMio/gcc
void test_vorns16 (void)
{

  out_int16x4_t = vorn_s16 (arg0_int16x4_t, arg1_int16x4_t);
}