Lines Matching refs:ptr1
91 define void @test_xtos_stox(i64 %a, i64* %ptr0, float* %ptr1) {
94 store float %0, float* %ptr1, align 8
112 define void @test_itos_stoi(i32 %a, i32* %ptr0, float* %ptr1) {
115 store float %0, float* %ptr1, align 8
134 define void @test_xtod_dtox(i64 %a, i64* %ptr0, double* %ptr1) {
137 store double %0, double* %ptr1, align 8
155 define void @test_itod_dtoi(i32 %a, double %b, i32* %ptr0, double* %ptr1) {
158 store double %0, double* %ptr1, align 8
176 define void @test_uxtos_stoux(i64 %a, i64* %ptr0, float* %ptr1) {
179 store float %0, float* %ptr1, align 8
197 define void @test_utos_stou(i32 %a, i32* %ptr0, float* %ptr1) {
200 store float %0, float* %ptr1, align 8
219 define void @test_uxtod_dtoux(i64 %a, i64* %ptr0, double* %ptr1) {
222 store double %0, double* %ptr1, align 8
240 define void @test_utod_dtou(i32 %a, double %b, i32* %ptr0, double* %ptr1) {
243 store double %0, double* %ptr1, align 8