void test_vcalef32 (void) { uint32x2_t out_uint32x2_t; float32x2_t arg0_float32x2_t; float32x2_t arg1_float32x2_t; out_uint32x2_t = vcale_f32 (arg0_float32x2_t, arg1_float32x2_t); }
uint32x2_t test_vcale_f32(float32x2_t a1, float32x2_t a2) { // CHECK: test_vcale_f32 return vcale_f32(a1, a2); // CHECK: llvm.arm64.neon.facge.v2i32.v2f32 // no check for ret here, as there is a bitcast }