Lines Matching refs:ptr1
94 define void @test_xtos_stox(i64 %a, i64* %ptr0, float* %ptr1) {
97 store float %0, float* %ptr1, align 8
115 define void @test_itos_stoi(i32 %a, i32* %ptr0, float* %ptr1) {
118 store float %0, float* %ptr1, align 8
137 define void @test_xtod_dtox(i64 %a, i64* %ptr0, double* %ptr1) {
140 store double %0, double* %ptr1, align 8
158 define void @test_itod_dtoi(i32 %a, double %b, i32* %ptr0, double* %ptr1) {
161 store double %0, double* %ptr1, align 8
179 define void @test_uxtos_stoux(i64 %a, i64* %ptr0, float* %ptr1) {
182 store float %0, float* %ptr1, align 8
200 define void @test_utos_stou(i32 %a, i32* %ptr0, float* %ptr1) {
203 store float %0, float* %ptr1, align 8
222 define void @test_uxtod_dtoux(i64 %a, i64* %ptr0, double* %ptr1) {
225 store double %0, double* %ptr1, align 8
243 define void @test_utod_dtou(i32 %a, double %b, i32* %ptr0, double* %ptr1) {
246 store double %0, double* %ptr1, align 8