Beispiel #1
0
__m128 test_mm_frcz_ps(__m128 a) {
  // CHECK: @llvm.x86.xop.vfrcz.ps
  // CHECK-ASM: vfrczps %xmm{{.*}}, %xmm{{.*}}
  return _mm_frcz_ps(a);
}
Beispiel #2
0
__m128 test_mm_frcz_ps(__m128 a) {
  // CHECK-LABEL: test_mm_frcz_ps
  // CHECK: call <4 x float> @llvm.x86.xop.vfrcz.ps(<4 x float> %{{.*}})
  return _mm_frcz_ps(a);
}
Beispiel #3
0
__m128 test_mm_frcz_ps(__m128 a) {
  // CHECK-LABEL: test_mm_frcz_ps
  // CHECK: @llvm.x86.xop.vfrcz.ps
  return _mm_frcz_ps(a);
}