Home | History | Annotate | Download | only in X86

Lines Matching full:double

4 define void @ti8(double %a, double %b) nounwind {
6 %tmp1 = bitcast double %a to <8 x i8>
7 %tmp2 = bitcast double %b to <8 x i8>
14 define void @ti16(double %a, double %b) nounwind {
16 %tmp1 = bitcast double %a to <4 x i16>
17 %tmp2 = bitcast double %b to <4 x i16>
24 define void @ti32(double %a, double %b) nounwind {
26 %tmp1 = bitcast double %a to <2 x i32>
27 %tmp2 = bitcast double %b to <2 x i32>
35 define void @ti64(double %a, double %b) nounwind {
37 %tmp1 = bitcast double %a to <1 x i64>
38 %tmp2 = bitcast double %b to <1 x i64>
47 define void @ti8a(double %a, double %b) nounwind {
49 %tmp1 = bitcast double %a to x86_mmx
51 %tmp2 = bitcast double %b to x86_mmx
58 define void @ti16a(double %a, double %b) nounwind {
60 %tmp1 = bitcast double %a to x86_mmx
62 %tmp2 = bitcast double %b to x86_mmx
69 define void @ti32a(double %a, double %b) nounwind {
71 %tmp1 = bitcast double %a to x86_mmx
73 %tmp2 = bitcast double %b to x86_mmx
80 define void @ti64a(double %a, double %b) nounwind {
82 %tmp1 = bitcast double %a to x86_mmx
84 %tmp2 = bitcast double %b to x86_mmx