コード例 #1
0
ファイル: vornQs8.c プロジェクト: crathish/chipKIT-cxx
void test_vornQs8 (void)
{
  int8x16_t out_int8x16_t;
  int8x16_t arg0_int8x16_t;
  int8x16_t arg1_int8x16_t;

  out_int8x16_t = vornq_s8 (arg0_int8x16_t, arg1_int8x16_t);
}
コード例 #2
0
ファイル: aarch64-neon-3v.c プロジェクト: ADonut/LLVM-GPGPU
int8x16_t test_vornq_s8(int8x16_t a, int8x16_t b) {
  // CHECK-LABEL: test_vornq_s8
  return vornq_s8(a, b);
  // CHECK: orn {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b
}