Home | History | Annotate | Download | only in CodeGen

Lines Matching full:check

10 // CHECK-LABEL: test_vcvtxd_f32_f64
11 // CHECK: fcvtxn {{s[0-9]+}}, {{d[0-9]+}}
16 // CHECK-LABEL: test_vcvtas_s32_f32
17 // CHECK: fcvtas {{[ws][0-9]+}}, {{s[0-9]+}}
22 // CHECK-LABEL: test_test_vcvtad_s64_f64
23 // CHECK: fcvtas {{[dx][0-9]+}}, {{d[0-9]+}}
28 // CHECK-LABEL: test_vcvtas_u32_f32
29 // CHECK: fcvtau {{[ws][0-9]+}}, {{s[0-9]+}}
34 // CHECK-LABEL: test_vcvtad_u64_f64
35 // CHECK: fcvtau {{[xd][0-9]+}}, {{d[0-9]+}}
40 // CHECK-LABEL: test_vcvtms_s32_f32
41 // CHECK: fcvtms {{[sw][0-9]+}}, {{s[0-9]+}}
46 // CHECK-LABEL: test_vcvtmd_s64_f64
47 // CHECK: fcvtms {{[dx][0-9]+}}, {{d[0-9]+}}
52 // CHECK-LABEL: test_vcvtms_u32_f32
53 // CHECK: fcvtmu {{[ws][0-9]+}}, {{s[0-9]+}}
58 // CHECK-LABEL: test_vcvtmd_u64_f64
59 // CHECK: fcvtmu {{[xd][0-9]+}}, {{d[0-9]+}}
64 // CHECK-LABEL: test_vcvtns_s32_f32
65 // CHECK: fcvtns {{[sw][0-9]+}}, {{s[0-9]+}}
70 // CHECK-LABEL: test_vcvtnd_s64_f64
71 // CHECK: fcvtns {{[dx][0-9]+}}, {{d[0-9]+}}
76 // CHECK-LABEL: test_vcvtns_u32_f32
77 // CHECK: fcvtnu {{[sw][0-9]+}}, {{s[0-9]+}}
82 // CHECK-LABEL: test_vcvtnd_u64_f64
83 // CHECK: fcvtnu {{[dx][0-9]+}}, {{d[0-9]+}}
88 // CHECK-LABEL: test_vcvtps_s32_f32
89 // CHECK: fcvtps {{[sw][0-9]+}}, {{s[0-9]+}}
94 // CHECK-LABEL: test_vcvtpd_s64_f64
95 // CHECK: fcvtps {{[dx][0-9]+}}, {{d[0-9]+}}
100 // CHECK-LABEL: test_vcvtps_u32_f32
101 // CHECK: fcvtpu {{[sw][0-9]+}}, {{s[0-9]+}}
106 // CHECK-LABEL: test_vcvtpd_u64_f64
107 // CHECK: fcvtpu {{[dx][0-9]+}}, {{d[0-9]+}}
112 // CHECK-LABEL: test_vcvts_s32_f32
113 // CHECK: fcvtzs {{[sw][0-9]+}}, {{s[0-9]+}}
118 // CHECK-LABEL: test_vcvtd_s64_f64
119 // CHECK: fcvtzs {{[dx][0-9]+}}, {{d[0-9]+}}
124 // CHECK-LABEL: test_vcvts_u32_f32
125 // CHECK: fcvtzu {{[sw][0-9]+}}, {{s[0-9]+}}
130 // CHECK-LABEL: test_vcvtd_u64_f64
131 // CHECK: fcvtzu {{[dx][0-9]+}}, {{d[0-9]+}}