File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed
src/etc/platform-intrinsics/x86 Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change 15
15
"ret" : " f(32-64)" ,
16
16
"args" : [" s8SPc" ]
17
17
},
18
+ {
19
+ "intrinsic" : " 256_cvtepi32_pd" ,
20
+ "width" : [256 ],
21
+ "llvm" : " cvtdq2.pd.256" ,
22
+ "ret" : " f64" ,
23
+ "args" : [" s32h" ]
24
+ },
25
+ {
26
+ "intrinsic" : " 256_cvtepi32_ps" ,
27
+ "width" : [256 ],
28
+ "llvm" : " cvtdq2.ps.256" ,
29
+ "ret" : " f32" ,
30
+ "args" : [" s32" ]
31
+ },
32
+ {
33
+ "intrinsic" : " 256_cvtpd_epi32" ,
34
+ "width" : [256 ],
35
+ "llvm" : " cvt.pd2dq.256" ,
36
+ "ret" : " s32h" ,
37
+ "args" : [" f64" ]
38
+ },
39
+ {
40
+ "intrinsic" : " 256_cvtpd_ps" ,
41
+ "width" : [256 ],
42
+ "llvm" : " cvt.pd2.ps.256" ,
43
+ "ret" : " f32h" ,
44
+ "args" : [" f64" ]
45
+ },
46
+ {
47
+ "intrinsic" : " 256_cvtps_epi32" ,
48
+ "width" : [256 ],
49
+ "llvm" : " cvt.ps2dq.256" ,
50
+ "ret" : " s32" ,
51
+ "args" : [" f32" ]
52
+ },
53
+ {
54
+ "intrinsic" : " 256_cvtps_pd" ,
55
+ "width" : [256 ],
56
+ "llvm" : " cvt.ps2.pd.256" ,
57
+ "ret" : " f64" ,
58
+ "args" : [" f32h" ]
59
+ },
60
+ {
61
+ "intrinsic" : " 256_cvttpd_epi32" ,
62
+ "width" : [256 ],
63
+ "llvm" : " cvtt.pd2dq.256" ,
64
+ "ret" : " s32h" ,
65
+ "args" : [" f64" ]
66
+ },
67
+ {
68
+ "intrinsic" : " 256_cvttps_epi32" ,
69
+ "width" : [256 ],
70
+ "llvm" : " cvtt.ps2dq.256" ,
71
+ "ret" : " s32" ,
72
+ "args" : [" f32" ]
73
+ },
18
74
{
19
75
"intrinsic" : " 256_dp_ps" ,
20
76
"width" : [256 ],
You can’t perform that action at this time.
0 commit comments