Exemplo n.º 1
0
float16x8_t test_vmovq_n_f16(float16_t *a1)
{
  // CHECK-IR-LABEL: test_vmovq_n_f16
  return vmovq_n_f16(*a1);
  // CHECK-IR: insertelement {{.*}} i32 0{{ *$}}
  // CHECK-IR: insertelement {{.*}} i32 1{{ *$}}
  // CHECK-IR: insertelement {{.*}} i32 2{{ *$}}
  // CHECK-IR: insertelement {{.*}} i32 3{{ *$}}
  // CHECK-IR: insertelement {{.*}} i32 4{{ *$}}
  // CHECK-IR: insertelement {{.*}} i32 5{{ *$}}
  // CHECK-IR: insertelement {{.*}} i32 6{{ *$}}
  // CHECK-IR: insertelement {{.*}} i32 7{{ *$}}
}
Exemplo n.º 2
0
float16x8_t
test_vmovq_n_f16 (float16_t a)
{
  return vmovq_n_f16 (a);
}