Lines Matching refs:x1
7 define void @fadd(float %x1, double %x2 ,half %x3, fp128 %x4, x86_fp80 %x5, ppc_fp128 %x6){
9 ; CHECK: %res1 = fadd float %x1, %x1
10 %res1 = fadd float %x1, %x1
30 define void @faddFloatVec(<2 x float> %x1, <3 x float> %x2 ,<4 x float> %x3, <8 x float> %x4, <16 x…
32 ; CHECK: %res1 = fadd <2 x float> %x1, %x1
33 %res1 = fadd <2 x float> %x1, %x1
50 define void @faddDoubleVec(<2 x double> %x1, <3 x double> %x2 ,<4 x double> %x3, <8 x double> %x4, …
52 ; CHECK: %res1 = fadd <2 x double> %x1, %x1
53 %res1 = fadd <2 x double> %x1, %x1
70 define void @faddHalfVec(<2 x half> %x1, <3 x half> %x2 ,<4 x half> %x3, <8 x half> %x4, <16 x half…
72 ; CHECK: %res1 = fadd <2 x half> %x1, %x1
73 %res1 = fadd <2 x half> %x1, %x1
90 define void @fsub(float %x1){
92 ; CHECK: %res1 = fsub float %x1, %x1
93 %res1 = fsub float %x1, %x1
98 define void @fmul(float %x1){
100 ; CHECK: %res1 = fmul float %x1, %x1
101 %res1 = fmul float %x1, %x1
106 define void @fdiv(float %x1){
108 ; CHECK: %res1 = fdiv float %x1, %x1
109 %res1 = fdiv float %x1, %x1
114 define void @frem(float %x1){
116 ; CHECK: %res1 = frem float %x1, %x1
117 %res1 = frem float %x1, %x1