Lines Matching full:i128
178 %0 = bitcast i8* %a to i128*
179 %1 = bitcast i8* %b to i128*
180 %2 = load i128, i128* %0
181 %3 = load i128, i128* %1
182 %4 = add i128 %2, %3
183 %5 = bitcast i8* %sum to i128*
184 store i128 %4, i128* %5
185 tail call void asm sideeffect "", "=*m,*m"(i128 *%0, i128* %5) nounwind
186 %6 = load i128, i128* %0
187 %7 = sub i128 %2, %6
188 %8 = bitcast i8* %diff to i128*
189 store i128 %7, i128* %8