Home | History | Annotate | Download | only in X86

Lines Matching full:double

5 define void @load_4_i8(<4 x i8>* %k, <4 x i8>* %y, <4 x double>* %A1, <4 x double>* %A0)  {
8 %C = load <4 x double>* %A0
9 %D= load <4 x double>* %A1
11 %T = select <4 x i1> %M, <4 x double> %C, <4 x double> %D
12 store <4 x double> %T, <4 x double>* undef
17 define void @load_256_i8(<256 x i8>* %k, <256 x i8>* %y, <256 x double>* %A1, <256 x double>* %A0) {
20 %C = load <256 x double>* %A0
21 %D= load <256 x double>* %A1
23 %T = select <256 x i1> %M, <256 x double> %C, <256 x double> %D
24 store <256 x double> %T, <256 x double>* undef