Fix #1360: uint->int width conversions must still be typed as uint.
This commit is contained in:
parent
14b85d3ff3
commit
ad7645f4f5
8 changed files with 662 additions and 701 deletions
|
|
@ -51,13 +51,13 @@ spv.explicittypes.frag
|
|||
Name 133 "u8v"
|
||||
Name 136 "i8v"
|
||||
Name 141 "i16v"
|
||||
Name 149 "i32v"
|
||||
Name 157 "u32v"
|
||||
Name 163 "i64v"
|
||||
Name 168 "u64v"
|
||||
Name 182 "f16v"
|
||||
Name 188 "f32v"
|
||||
Name 194 "f64v"
|
||||
Name 150 "i32v"
|
||||
Name 158 "u32v"
|
||||
Name 164 "i64v"
|
||||
Name 169 "u64v"
|
||||
Name 183 "f16v"
|
||||
Name 189 "f32v"
|
||||
Name 195 "f64v"
|
||||
Name 222 "u16v"
|
||||
Name 252 "bv"
|
||||
Name 268 "i32v"
|
||||
|
|
@ -212,25 +212,25 @@ spv.explicittypes.frag
|
|||
135: TypePointer Function 134(i8vec2)
|
||||
139: TypeVector 77(int16_t) 2
|
||||
140: TypePointer Function 139(i16vec2)
|
||||
147: TypeVector 29(int) 2
|
||||
148: TypePointer Function 147(ivec2)
|
||||
155: TypeVector 19(int) 2
|
||||
156: TypePointer Function 155(ivec2)
|
||||
161: TypeVector 16(int64_t) 2
|
||||
162: TypePointer Function 161(i64vec2)
|
||||
166: TypeVector 38(int64_t) 2
|
||||
167: TypePointer Function 166(i64vec2)
|
||||
179: TypeFloat 16
|
||||
180: TypeVector 179(float16_t) 2
|
||||
181: TypePointer Function 180(f16vec2)
|
||||
185: TypeFloat 32
|
||||
186: TypeVector 185(float) 2
|
||||
187: TypePointer Function 186(fvec2)
|
||||
191: TypeFloat 64
|
||||
192: TypeVector 191(float64_t) 2
|
||||
193: TypePointer Function 192(f64vec2)
|
||||
220: TypeVector 91(int16_t) 2
|
||||
221: TypePointer Function 220(i16vec2)
|
||||
145: TypeVector 91(int16_t) 2
|
||||
148: TypeVector 29(int) 2
|
||||
149: TypePointer Function 148(ivec2)
|
||||
154: TypeVector 19(int) 2
|
||||
157: TypePointer Function 154(ivec2)
|
||||
162: TypeVector 16(int64_t) 2
|
||||
163: TypePointer Function 162(i64vec2)
|
||||
167: TypeVector 38(int64_t) 2
|
||||
168: TypePointer Function 167(i64vec2)
|
||||
180: TypeFloat 16
|
||||
181: TypeVector 180(float16_t) 2
|
||||
182: TypePointer Function 181(f16vec2)
|
||||
186: TypeFloat 32
|
||||
187: TypeVector 186(float) 2
|
||||
188: TypePointer Function 187(fvec2)
|
||||
192: TypeFloat 64
|
||||
193: TypeVector 192(float64_t) 2
|
||||
194: TypePointer Function 193(f64vec2)
|
||||
221: TypePointer Function 145(i16vec2)
|
||||
249: TypeBool
|
||||
250: TypeVector 249(bool) 2
|
||||
251: TypePointer Function 250(bvec2)
|
||||
|
|
@ -247,23 +247,23 @@ spv.explicittypes.frag
|
|||
368:139(i16vec2) ConstantComposite 366 366
|
||||
371: 91(int16_t) Constant 0
|
||||
372: 91(int16_t) Constant 1
|
||||
373:220(i16vec2) ConstantComposite 371 371
|
||||
374:220(i16vec2) ConstantComposite 372 372
|
||||
373:145(i16vec2) ConstantComposite 371 371
|
||||
374:145(i16vec2) ConstantComposite 372 372
|
||||
467: 29(int) Constant 1
|
||||
468: 147(ivec2) ConstantComposite 30 30
|
||||
469: 147(ivec2) ConstantComposite 467 467
|
||||
468: 148(ivec2) ConstantComposite 30 30
|
||||
469: 148(ivec2) ConstantComposite 467 467
|
||||
472: 19(int) Constant 0
|
||||
473: 19(int) Constant 1
|
||||
474: 155(ivec2) ConstantComposite 472 472
|
||||
475: 155(ivec2) ConstantComposite 473 473
|
||||
474: 154(ivec2) ConstantComposite 472 472
|
||||
475: 154(ivec2) ConstantComposite 473 473
|
||||
550: 16(int64_t) Constant 0 0
|
||||
551: 16(int64_t) Constant 1 0
|
||||
552:161(i64vec2) ConstantComposite 550 550
|
||||
553:161(i64vec2) ConstantComposite 551 551
|
||||
552:162(i64vec2) ConstantComposite 550 550
|
||||
553:162(i64vec2) ConstantComposite 551 551
|
||||
556: 38(int64_t) Constant 0 0
|
||||
557: 38(int64_t) Constant 1 0
|
||||
558:166(i64vec2) ConstantComposite 556 556
|
||||
559:166(i64vec2) ConstantComposite 557 557
|
||||
558:167(i64vec2) ConstantComposite 556 556
|
||||
559:167(i64vec2) ConstantComposite 557 557
|
||||
565: TypeVector 77(int16_t) 3
|
||||
566: TypeVector 77(int16_t) 4
|
||||
567: TypeVector 91(int16_t) 3
|
||||
|
|
@ -272,7 +272,7 @@ spv.explicittypes.frag
|
|||
570: TypeVector 29(int) 4
|
||||
571: TypeVector 19(int) 3
|
||||
572: TypeVector 19(int) 4
|
||||
573(Block): TypeStruct 77(int16_t) 139(i16vec2) 565(i16vec3) 566(i16vec4) 91(int16_t) 220(i16vec2) 567(i16vec3) 568(i16vec4) 29(int) 147(ivec2) 569(ivec3) 570(ivec4) 19(int) 155(ivec2) 571(ivec3) 572(ivec4)
|
||||
573(Block): TypeStruct 77(int16_t) 139(i16vec2) 565(i16vec3) 566(i16vec4) 91(int16_t) 145(i16vec2) 567(i16vec3) 568(i16vec4) 29(int) 148(ivec2) 569(ivec3) 570(ivec4) 19(int) 154(ivec2) 571(ivec3) 572(ivec4)
|
||||
574: TypePointer Uniform 573(Block)
|
||||
575(block): 574(ptr) Variable Uniform
|
||||
4(main): 2 Function None 3
|
||||
|
|
@ -352,13 +352,13 @@ spv.explicittypes.frag
|
|||
133(u8v): 132(ptr) Variable Function
|
||||
136(i8v): 135(ptr) Variable Function
|
||||
141(i16v): 140(ptr) Variable Function
|
||||
149(i32v): 148(ptr) Variable Function
|
||||
157(u32v): 156(ptr) Variable Function
|
||||
163(i64v): 162(ptr) Variable Function
|
||||
168(u64v): 167(ptr) Variable Function
|
||||
182(f16v): 181(ptr) Variable Function
|
||||
188(f32v): 187(ptr) Variable Function
|
||||
194(f64v): 193(ptr) Variable Function
|
||||
150(i32v): 149(ptr) Variable Function
|
||||
158(u32v): 157(ptr) Variable Function
|
||||
164(i64v): 163(ptr) Variable Function
|
||||
169(u64v): 168(ptr) Variable Function
|
||||
183(f16v): 182(ptr) Variable Function
|
||||
189(f32v): 188(ptr) Variable Function
|
||||
195(f64v): 194(ptr) Variable Function
|
||||
222(u16v): 221(ptr) Variable Function
|
||||
252(bv): 251(ptr) Variable Function
|
||||
137: 134(i8vec2) Load 136(i8v)
|
||||
|
|
@ -368,116 +368,116 @@ spv.explicittypes.frag
|
|||
143:139(i16vec2) SConvert 142
|
||||
Store 141(i16v) 143
|
||||
144: 131(i8vec2) Load 133(u8v)
|
||||
145:139(i16vec2) UConvert 144
|
||||
146:139(i16vec2) Bitcast 145
|
||||
Store 141(i16v) 146
|
||||
150: 134(i8vec2) Load 136(i8v)
|
||||
151: 147(ivec2) SConvert 150
|
||||
Store 149(i32v) 151
|
||||
152: 131(i8vec2) Load 133(u8v)
|
||||
153: 147(ivec2) UConvert 152
|
||||
154: 147(ivec2) Bitcast 153
|
||||
Store 149(i32v) 154
|
||||
158: 134(i8vec2) Load 136(i8v)
|
||||
159: 147(ivec2) SConvert 158
|
||||
160: 155(ivec2) Bitcast 159
|
||||
Store 157(u32v) 160
|
||||
164: 134(i8vec2) Load 136(i8v)
|
||||
165:161(i64vec2) SConvert 164
|
||||
Store 163(i64v) 165
|
||||
169: 134(i8vec2) Load 136(i8v)
|
||||
170:161(i64vec2) SConvert 169
|
||||
171:166(i64vec2) Bitcast 170
|
||||
Store 168(u64v) 171
|
||||
172: 131(i8vec2) Load 133(u8v)
|
||||
173: 155(ivec2) UConvert 172
|
||||
Store 157(u32v) 173
|
||||
174: 131(i8vec2) Load 133(u8v)
|
||||
175:161(i64vec2) UConvert 174
|
||||
176:161(i64vec2) Bitcast 175
|
||||
Store 163(i64v) 176
|
||||
177: 131(i8vec2) Load 133(u8v)
|
||||
178:166(i64vec2) UConvert 177
|
||||
Store 168(u64v) 178
|
||||
183: 134(i8vec2) Load 136(i8v)
|
||||
184:180(f16vec2) ConvertSToF 183
|
||||
Store 182(f16v) 184
|
||||
189: 134(i8vec2) Load 136(i8v)
|
||||
190: 186(fvec2) ConvertSToF 189
|
||||
Store 188(f32v) 190
|
||||
195: 134(i8vec2) Load 136(i8v)
|
||||
196:192(f64vec2) ConvertSToF 195
|
||||
Store 194(f64v) 196
|
||||
197: 131(i8vec2) Load 133(u8v)
|
||||
198:180(f16vec2) ConvertUToF 197
|
||||
Store 182(f16v) 198
|
||||
199: 131(i8vec2) Load 133(u8v)
|
||||
200: 186(fvec2) ConvertUToF 199
|
||||
Store 188(f32v) 200
|
||||
201: 131(i8vec2) Load 133(u8v)
|
||||
202:192(f64vec2) ConvertUToF 201
|
||||
Store 194(f64v) 202
|
||||
203: 131(i8vec2) Load 133(u8v)
|
||||
204: 134(i8vec2) Bitcast 203
|
||||
Store 136(i8v) 204
|
||||
205: 134(i8vec2) Load 136(i8v)
|
||||
206:139(i16vec2) SConvert 205
|
||||
Store 141(i16v) 206
|
||||
207: 131(i8vec2) Load 133(u8v)
|
||||
208:139(i16vec2) UConvert 207
|
||||
209:139(i16vec2) Bitcast 208
|
||||
Store 141(i16v) 209
|
||||
210: 134(i8vec2) Load 136(i8v)
|
||||
211: 147(ivec2) SConvert 210
|
||||
Store 149(i32v) 211
|
||||
212: 131(i8vec2) Load 133(u8v)
|
||||
213: 147(ivec2) UConvert 212
|
||||
214: 147(ivec2) Bitcast 213
|
||||
Store 149(i32v) 214
|
||||
215: 134(i8vec2) Load 136(i8v)
|
||||
216:161(i64vec2) SConvert 215
|
||||
Store 163(i64v) 216
|
||||
217: 134(i8vec2) Load 136(i8v)
|
||||
218:161(i64vec2) SConvert 217
|
||||
219:166(i64vec2) Bitcast 218
|
||||
Store 168(u64v) 219
|
||||
146:145(i16vec2) UConvert 144
|
||||
147:139(i16vec2) Bitcast 146
|
||||
Store 141(i16v) 147
|
||||
151: 134(i8vec2) Load 136(i8v)
|
||||
152: 148(ivec2) SConvert 151
|
||||
Store 150(i32v) 152
|
||||
153: 131(i8vec2) Load 133(u8v)
|
||||
155: 154(ivec2) UConvert 153
|
||||
156: 148(ivec2) Bitcast 155
|
||||
Store 150(i32v) 156
|
||||
159: 134(i8vec2) Load 136(i8v)
|
||||
160: 148(ivec2) SConvert 159
|
||||
161: 154(ivec2) Bitcast 160
|
||||
Store 158(u32v) 161
|
||||
165: 134(i8vec2) Load 136(i8v)
|
||||
166:162(i64vec2) SConvert 165
|
||||
Store 164(i64v) 166
|
||||
170: 134(i8vec2) Load 136(i8v)
|
||||
171:162(i64vec2) SConvert 170
|
||||
172:167(i64vec2) Bitcast 171
|
||||
Store 169(u64v) 172
|
||||
173: 131(i8vec2) Load 133(u8v)
|
||||
174: 154(ivec2) UConvert 173
|
||||
Store 158(u32v) 174
|
||||
175: 131(i8vec2) Load 133(u8v)
|
||||
176:167(i64vec2) UConvert 175
|
||||
177:162(i64vec2) Bitcast 176
|
||||
Store 164(i64v) 177
|
||||
178: 131(i8vec2) Load 133(u8v)
|
||||
179:167(i64vec2) UConvert 178
|
||||
Store 169(u64v) 179
|
||||
184: 134(i8vec2) Load 136(i8v)
|
||||
185:181(f16vec2) ConvertSToF 184
|
||||
Store 183(f16v) 185
|
||||
190: 134(i8vec2) Load 136(i8v)
|
||||
191: 187(fvec2) ConvertSToF 190
|
||||
Store 189(f32v) 191
|
||||
196: 134(i8vec2) Load 136(i8v)
|
||||
197:193(f64vec2) ConvertSToF 196
|
||||
Store 195(f64v) 197
|
||||
198: 131(i8vec2) Load 133(u8v)
|
||||
199:181(f16vec2) ConvertUToF 198
|
||||
Store 183(f16v) 199
|
||||
200: 131(i8vec2) Load 133(u8v)
|
||||
201: 187(fvec2) ConvertUToF 200
|
||||
Store 189(f32v) 201
|
||||
202: 131(i8vec2) Load 133(u8v)
|
||||
203:193(f64vec2) ConvertUToF 202
|
||||
Store 195(f64v) 203
|
||||
204: 131(i8vec2) Load 133(u8v)
|
||||
205: 134(i8vec2) Bitcast 204
|
||||
Store 136(i8v) 205
|
||||
206: 134(i8vec2) Load 136(i8v)
|
||||
207:139(i16vec2) SConvert 206
|
||||
Store 141(i16v) 207
|
||||
208: 131(i8vec2) Load 133(u8v)
|
||||
209:145(i16vec2) UConvert 208
|
||||
210:139(i16vec2) Bitcast 209
|
||||
Store 141(i16v) 210
|
||||
211: 134(i8vec2) Load 136(i8v)
|
||||
212: 148(ivec2) SConvert 211
|
||||
Store 150(i32v) 212
|
||||
213: 131(i8vec2) Load 133(u8v)
|
||||
214: 154(ivec2) UConvert 213
|
||||
215: 148(ivec2) Bitcast 214
|
||||
Store 150(i32v) 215
|
||||
216: 134(i8vec2) Load 136(i8v)
|
||||
217:162(i64vec2) SConvert 216
|
||||
Store 164(i64v) 217
|
||||
218: 134(i8vec2) Load 136(i8v)
|
||||
219:162(i64vec2) SConvert 218
|
||||
220:167(i64vec2) Bitcast 219
|
||||
Store 169(u64v) 220
|
||||
223: 134(i8vec2) Load 136(i8v)
|
||||
224:139(i16vec2) SConvert 223
|
||||
225:220(i16vec2) Bitcast 224
|
||||
225:145(i16vec2) Bitcast 224
|
||||
Store 222(u16v) 225
|
||||
226: 131(i8vec2) Load 133(u8v)
|
||||
227:220(i16vec2) UConvert 226
|
||||
227:145(i16vec2) UConvert 226
|
||||
Store 222(u16v) 227
|
||||
228: 131(i8vec2) Load 133(u8v)
|
||||
229: 155(ivec2) UConvert 228
|
||||
Store 157(u32v) 229
|
||||
229: 154(ivec2) UConvert 228
|
||||
Store 158(u32v) 229
|
||||
230: 131(i8vec2) Load 133(u8v)
|
||||
231:161(i64vec2) UConvert 230
|
||||
232:161(i64vec2) Bitcast 231
|
||||
Store 163(i64v) 232
|
||||
231:167(i64vec2) UConvert 230
|
||||
232:162(i64vec2) Bitcast 231
|
||||
Store 164(i64v) 232
|
||||
233: 131(i8vec2) Load 133(u8v)
|
||||
234:161(i64vec2) UConvert 233
|
||||
235:161(i64vec2) Bitcast 234
|
||||
236:166(i64vec2) Bitcast 235
|
||||
Store 168(u64v) 236
|
||||
234:167(i64vec2) UConvert 233
|
||||
235:162(i64vec2) Bitcast 234
|
||||
236:167(i64vec2) Bitcast 235
|
||||
Store 169(u64v) 236
|
||||
237: 134(i8vec2) Load 136(i8v)
|
||||
238:180(f16vec2) ConvertSToF 237
|
||||
Store 182(f16v) 238
|
||||
238:181(f16vec2) ConvertSToF 237
|
||||
Store 183(f16v) 238
|
||||
239: 134(i8vec2) Load 136(i8v)
|
||||
240: 186(fvec2) ConvertSToF 239
|
||||
Store 188(f32v) 240
|
||||
240: 187(fvec2) ConvertSToF 239
|
||||
Store 189(f32v) 240
|
||||
241: 134(i8vec2) Load 136(i8v)
|
||||
242:192(f64vec2) ConvertSToF 241
|
||||
Store 194(f64v) 242
|
||||
242:193(f64vec2) ConvertSToF 241
|
||||
Store 195(f64v) 242
|
||||
243: 131(i8vec2) Load 133(u8v)
|
||||
244:180(f16vec2) ConvertUToF 243
|
||||
Store 182(f16v) 244
|
||||
244:181(f16vec2) ConvertUToF 243
|
||||
Store 183(f16v) 244
|
||||
245: 131(i8vec2) Load 133(u8v)
|
||||
246: 186(fvec2) ConvertUToF 245
|
||||
Store 188(f32v) 246
|
||||
246: 187(fvec2) ConvertUToF 245
|
||||
Store 189(f32v) 246
|
||||
247: 131(i8vec2) Load 133(u8v)
|
||||
248:192(f64vec2) ConvertUToF 247
|
||||
Store 194(f64v) 248
|
||||
248:193(f64vec2) ConvertUToF 247
|
||||
Store 195(f64v) 248
|
||||
253: 250(bvec2) Load 252(bv)
|
||||
257: 134(i8vec2) Select 253 256 255
|
||||
Store 136(i8v) 257
|
||||
|
|
@ -494,388 +494,388 @@ spv.explicittypes.frag
|
|||
FunctionEnd
|
||||
10(typeCast16(): 2 Function None 3
|
||||
11: Label
|
||||
268(i32v): 148(ptr) Variable Function
|
||||
268(i32v): 149(ptr) Variable Function
|
||||
269(i16v): 140(ptr) Variable Function
|
||||
272(u16v): 221(ptr) Variable Function
|
||||
278(u32v): 156(ptr) Variable Function
|
||||
282(i64v): 162(ptr) Variable Function
|
||||
285(u64v): 167(ptr) Variable Function
|
||||
296(f16v): 181(ptr) Variable Function
|
||||
299(f32v): 187(ptr) Variable Function
|
||||
302(f64v): 193(ptr) Variable Function
|
||||
278(u32v): 157(ptr) Variable Function
|
||||
282(i64v): 163(ptr) Variable Function
|
||||
285(u64v): 168(ptr) Variable Function
|
||||
296(f16v): 182(ptr) Variable Function
|
||||
299(f32v): 188(ptr) Variable Function
|
||||
302(f64v): 194(ptr) Variable Function
|
||||
347(i8v): 135(ptr) Variable Function
|
||||
353(u8v): 132(ptr) Variable Function
|
||||
363(bv): 251(ptr) Variable Function
|
||||
270:139(i16vec2) Load 269(i16v)
|
||||
271: 147(ivec2) SConvert 270
|
||||
271: 148(ivec2) SConvert 270
|
||||
Store 268(i32v) 271
|
||||
273:220(i16vec2) Load 272(u16v)
|
||||
274: 147(ivec2) UConvert 273
|
||||
275: 147(ivec2) Bitcast 274
|
||||
273:145(i16vec2) Load 272(u16v)
|
||||
274: 154(ivec2) UConvert 273
|
||||
275: 148(ivec2) Bitcast 274
|
||||
Store 268(i32v) 275
|
||||
276:139(i16vec2) Load 269(i16v)
|
||||
277:220(i16vec2) Bitcast 276
|
||||
277:145(i16vec2) Bitcast 276
|
||||
Store 272(u16v) 277
|
||||
279:139(i16vec2) Load 269(i16v)
|
||||
280: 147(ivec2) SConvert 279
|
||||
281: 155(ivec2) Bitcast 280
|
||||
280: 148(ivec2) SConvert 279
|
||||
281: 154(ivec2) Bitcast 280
|
||||
Store 278(u32v) 281
|
||||
283:139(i16vec2) Load 269(i16v)
|
||||
284:161(i64vec2) SConvert 283
|
||||
284:162(i64vec2) SConvert 283
|
||||
Store 282(i64v) 284
|
||||
286:139(i16vec2) Load 269(i16v)
|
||||
287:161(i64vec2) SConvert 286
|
||||
288:166(i64vec2) Bitcast 287
|
||||
287:162(i64vec2) SConvert 286
|
||||
288:167(i64vec2) Bitcast 287
|
||||
Store 285(u64v) 288
|
||||
289:220(i16vec2) Load 272(u16v)
|
||||
290: 155(ivec2) UConvert 289
|
||||
289:145(i16vec2) Load 272(u16v)
|
||||
290: 154(ivec2) UConvert 289
|
||||
Store 278(u32v) 290
|
||||
291:220(i16vec2) Load 272(u16v)
|
||||
292:161(i64vec2) UConvert 291
|
||||
293:161(i64vec2) Bitcast 292
|
||||
291:145(i16vec2) Load 272(u16v)
|
||||
292:167(i64vec2) UConvert 291
|
||||
293:162(i64vec2) Bitcast 292
|
||||
Store 282(i64v) 293
|
||||
294:220(i16vec2) Load 272(u16v)
|
||||
295:166(i64vec2) UConvert 294
|
||||
294:145(i16vec2) Load 272(u16v)
|
||||
295:167(i64vec2) UConvert 294
|
||||
Store 285(u64v) 295
|
||||
297:139(i16vec2) Load 269(i16v)
|
||||
298:180(f16vec2) ConvertSToF 297
|
||||
298:181(f16vec2) ConvertSToF 297
|
||||
Store 296(f16v) 298
|
||||
300:139(i16vec2) Load 269(i16v)
|
||||
301: 186(fvec2) ConvertSToF 300
|
||||
301: 187(fvec2) ConvertSToF 300
|
||||
Store 299(f32v) 301
|
||||
303:139(i16vec2) Load 269(i16v)
|
||||
304:192(f64vec2) ConvertSToF 303
|
||||
304:193(f64vec2) ConvertSToF 303
|
||||
Store 302(f64v) 304
|
||||
305:220(i16vec2) Load 272(u16v)
|
||||
306:180(f16vec2) ConvertUToF 305
|
||||
305:145(i16vec2) Load 272(u16v)
|
||||
306:181(f16vec2) ConvertUToF 305
|
||||
Store 296(f16v) 306
|
||||
307:220(i16vec2) Load 272(u16v)
|
||||
308: 186(fvec2) ConvertUToF 307
|
||||
307:145(i16vec2) Load 272(u16v)
|
||||
308: 187(fvec2) ConvertUToF 307
|
||||
Store 299(f32v) 308
|
||||
309:220(i16vec2) Load 272(u16v)
|
||||
310:192(f64vec2) ConvertUToF 309
|
||||
309:145(i16vec2) Load 272(u16v)
|
||||
310:193(f64vec2) ConvertUToF 309
|
||||
Store 302(f64v) 310
|
||||
311:139(i16vec2) Load 269(i16v)
|
||||
312: 147(ivec2) SConvert 311
|
||||
312: 148(ivec2) SConvert 311
|
||||
Store 268(i32v) 312
|
||||
313:220(i16vec2) Load 272(u16v)
|
||||
314: 147(ivec2) UConvert 313
|
||||
315: 147(ivec2) Bitcast 314
|
||||
313:145(i16vec2) Load 272(u16v)
|
||||
314: 154(ivec2) UConvert 313
|
||||
315: 148(ivec2) Bitcast 314
|
||||
Store 268(i32v) 315
|
||||
316:139(i16vec2) Load 269(i16v)
|
||||
317:220(i16vec2) Bitcast 316
|
||||
317:145(i16vec2) Bitcast 316
|
||||
Store 272(u16v) 317
|
||||
318:139(i16vec2) Load 269(i16v)
|
||||
319: 147(ivec2) SConvert 318
|
||||
320: 155(ivec2) Bitcast 319
|
||||
319: 148(ivec2) SConvert 318
|
||||
320: 154(ivec2) Bitcast 319
|
||||
Store 278(u32v) 320
|
||||
321:139(i16vec2) Load 269(i16v)
|
||||
322:161(i64vec2) SConvert 321
|
||||
322:162(i64vec2) SConvert 321
|
||||
Store 282(i64v) 322
|
||||
323:139(i16vec2) Load 269(i16v)
|
||||
324:161(i64vec2) SConvert 323
|
||||
325:166(i64vec2) Bitcast 324
|
||||
324:162(i64vec2) SConvert 323
|
||||
325:167(i64vec2) Bitcast 324
|
||||
Store 285(u64v) 325
|
||||
326:220(i16vec2) Load 272(u16v)
|
||||
327: 155(ivec2) UConvert 326
|
||||
326:145(i16vec2) Load 272(u16v)
|
||||
327: 154(ivec2) UConvert 326
|
||||
Store 278(u32v) 327
|
||||
328:220(i16vec2) Load 272(u16v)
|
||||
329:161(i64vec2) UConvert 328
|
||||
330:161(i64vec2) Bitcast 329
|
||||
328:145(i16vec2) Load 272(u16v)
|
||||
329:167(i64vec2) UConvert 328
|
||||
330:162(i64vec2) Bitcast 329
|
||||
Store 282(i64v) 330
|
||||
331:220(i16vec2) Load 272(u16v)
|
||||
332:161(i64vec2) UConvert 331
|
||||
333:161(i64vec2) Bitcast 332
|
||||
334:166(i64vec2) Bitcast 333
|
||||
331:145(i16vec2) Load 272(u16v)
|
||||
332:167(i64vec2) UConvert 331
|
||||
333:162(i64vec2) Bitcast 332
|
||||
334:167(i64vec2) Bitcast 333
|
||||
Store 285(u64v) 334
|
||||
335:139(i16vec2) Load 269(i16v)
|
||||
336:180(f16vec2) ConvertSToF 335
|
||||
336:181(f16vec2) ConvertSToF 335
|
||||
Store 296(f16v) 336
|
||||
337:139(i16vec2) Load 269(i16v)
|
||||
338: 186(fvec2) ConvertSToF 337
|
||||
338: 187(fvec2) ConvertSToF 337
|
||||
Store 299(f32v) 338
|
||||
339:139(i16vec2) Load 269(i16v)
|
||||
340:192(f64vec2) ConvertSToF 339
|
||||
340:193(f64vec2) ConvertSToF 339
|
||||
Store 302(f64v) 340
|
||||
341:220(i16vec2) Load 272(u16v)
|
||||
342:180(f16vec2) ConvertUToF 341
|
||||
341:145(i16vec2) Load 272(u16v)
|
||||
342:181(f16vec2) ConvertUToF 341
|
||||
Store 296(f16v) 342
|
||||
343:220(i16vec2) Load 272(u16v)
|
||||
344: 186(fvec2) ConvertUToF 343
|
||||
343:145(i16vec2) Load 272(u16v)
|
||||
344: 187(fvec2) ConvertUToF 343
|
||||
Store 299(f32v) 344
|
||||
345:220(i16vec2) Load 272(u16v)
|
||||
346:192(f64vec2) ConvertUToF 345
|
||||
345:145(i16vec2) Load 272(u16v)
|
||||
346:193(f64vec2) ConvertUToF 345
|
||||
Store 302(f64v) 346
|
||||
348:139(i16vec2) Load 269(i16v)
|
||||
349: 134(i8vec2) SConvert 348
|
||||
Store 347(i8v) 349
|
||||
350:220(i16vec2) Load 272(u16v)
|
||||
351: 134(i8vec2) UConvert 350
|
||||
350:145(i16vec2) Load 272(u16v)
|
||||
351: 131(i8vec2) UConvert 350
|
||||
352: 134(i8vec2) Bitcast 351
|
||||
Store 347(i8v) 352
|
||||
354:139(i16vec2) Load 269(i16v)
|
||||
355: 134(i8vec2) SConvert 354
|
||||
356: 131(i8vec2) Bitcast 355
|
||||
Store 353(u8v) 356
|
||||
357:220(i16vec2) Load 272(u16v)
|
||||
357:145(i16vec2) Load 272(u16v)
|
||||
358: 131(i8vec2) UConvert 357
|
||||
Store 353(u8v) 358
|
||||
359:220(i16vec2) Load 272(u16v)
|
||||
359:145(i16vec2) Load 272(u16v)
|
||||
360: 131(i8vec2) UConvert 359
|
||||
361:139(i16vec2) UConvert 360
|
||||
361:145(i16vec2) UConvert 360
|
||||
362:139(i16vec2) Bitcast 361
|
||||
Store 269(i16v) 362
|
||||
364: 250(bvec2) Load 363(bv)
|
||||
369:139(i16vec2) Select 364 368 367
|
||||
Store 269(i16v) 369
|
||||
370: 250(bvec2) Load 363(bv)
|
||||
375:220(i16vec2) Select 370 374 373
|
||||
375:145(i16vec2) Select 370 374 373
|
||||
Store 272(u16v) 375
|
||||
376:139(i16vec2) Load 269(i16v)
|
||||
377: 250(bvec2) INotEqual 376 373
|
||||
Store 363(bv) 377
|
||||
378:220(i16vec2) Load 272(u16v)
|
||||
378:145(i16vec2) Load 272(u16v)
|
||||
379: 250(bvec2) INotEqual 378 373
|
||||
Store 363(bv) 379
|
||||
Return
|
||||
FunctionEnd
|
||||
12(typeCast32(): 2 Function None 3
|
||||
13: Label
|
||||
380(u32v): 156(ptr) Variable Function
|
||||
381(i32v): 148(ptr) Variable Function
|
||||
384(i64v): 162(ptr) Variable Function
|
||||
387(u64v): 167(ptr) Variable Function
|
||||
396(f32v): 187(ptr) Variable Function
|
||||
399(f64v): 193(ptr) Variable Function
|
||||
380(u32v): 157(ptr) Variable Function
|
||||
381(i32v): 149(ptr) Variable Function
|
||||
384(i64v): 163(ptr) Variable Function
|
||||
387(u64v): 168(ptr) Variable Function
|
||||
396(f32v): 188(ptr) Variable Function
|
||||
399(f64v): 194(ptr) Variable Function
|
||||
406(i8v): 135(ptr) Variable Function
|
||||
412(i16v): 140(ptr) Variable Function
|
||||
429(u8v): 132(ptr) Variable Function
|
||||
435(u16v): 221(ptr) Variable Function
|
||||
452(f16v): 181(ptr) Variable Function
|
||||
452(f16v): 182(ptr) Variable Function
|
||||
465(bv): 251(ptr) Variable Function
|
||||
382: 147(ivec2) Load 381(i32v)
|
||||
383: 155(ivec2) Bitcast 382
|
||||
382: 148(ivec2) Load 381(i32v)
|
||||
383: 154(ivec2) Bitcast 382
|
||||
Store 380(u32v) 383
|
||||
385: 147(ivec2) Load 381(i32v)
|
||||
386:161(i64vec2) SConvert 385
|
||||
385: 148(ivec2) Load 381(i32v)
|
||||
386:162(i64vec2) SConvert 385
|
||||
Store 384(i64v) 386
|
||||
388: 147(ivec2) Load 381(i32v)
|
||||
389:161(i64vec2) SConvert 388
|
||||
390:166(i64vec2) Bitcast 389
|
||||
388: 148(ivec2) Load 381(i32v)
|
||||
389:162(i64vec2) SConvert 388
|
||||
390:167(i64vec2) Bitcast 389
|
||||
Store 387(u64v) 390
|
||||
391: 155(ivec2) Load 380(u32v)
|
||||
392:161(i64vec2) UConvert 391
|
||||
393:161(i64vec2) Bitcast 392
|
||||
391: 154(ivec2) Load 380(u32v)
|
||||
392:167(i64vec2) UConvert 391
|
||||
393:162(i64vec2) Bitcast 392
|
||||
Store 384(i64v) 393
|
||||
394: 155(ivec2) Load 380(u32v)
|
||||
395:166(i64vec2) UConvert 394
|
||||
394: 154(ivec2) Load 380(u32v)
|
||||
395:167(i64vec2) UConvert 394
|
||||
Store 387(u64v) 395
|
||||
397: 147(ivec2) Load 381(i32v)
|
||||
398: 186(fvec2) ConvertSToF 397
|
||||
397: 148(ivec2) Load 381(i32v)
|
||||
398: 187(fvec2) ConvertSToF 397
|
||||
Store 396(f32v) 398
|
||||
400: 147(ivec2) Load 381(i32v)
|
||||
401:192(f64vec2) ConvertSToF 400
|
||||
400: 148(ivec2) Load 381(i32v)
|
||||
401:193(f64vec2) ConvertSToF 400
|
||||
Store 399(f64v) 401
|
||||
402: 155(ivec2) Load 380(u32v)
|
||||
403: 186(fvec2) ConvertUToF 402
|
||||
402: 154(ivec2) Load 380(u32v)
|
||||
403: 187(fvec2) ConvertUToF 402
|
||||
Store 396(f32v) 403
|
||||
404: 155(ivec2) Load 380(u32v)
|
||||
405:192(f64vec2) ConvertUToF 404
|
||||
404: 154(ivec2) Load 380(u32v)
|
||||
405:193(f64vec2) ConvertUToF 404
|
||||
Store 399(f64v) 405
|
||||
407: 147(ivec2) Load 381(i32v)
|
||||
407: 148(ivec2) Load 381(i32v)
|
||||
408: 134(i8vec2) SConvert 407
|
||||
Store 406(i8v) 408
|
||||
409: 155(ivec2) Load 380(u32v)
|
||||
410: 134(i8vec2) UConvert 409
|
||||
409: 154(ivec2) Load 380(u32v)
|
||||
410: 131(i8vec2) UConvert 409
|
||||
411: 134(i8vec2) Bitcast 410
|
||||
Store 406(i8v) 411
|
||||
413: 147(ivec2) Load 381(i32v)
|
||||
413: 148(ivec2) Load 381(i32v)
|
||||
414:139(i16vec2) SConvert 413
|
||||
Store 412(i16v) 414
|
||||
415: 155(ivec2) Load 380(u32v)
|
||||
416:139(i16vec2) UConvert 415
|
||||
415: 154(ivec2) Load 380(u32v)
|
||||
416:145(i16vec2) UConvert 415
|
||||
417:139(i16vec2) Bitcast 416
|
||||
Store 412(i16v) 417
|
||||
418: 147(ivec2) Load 381(i32v)
|
||||
418: 148(ivec2) Load 381(i32v)
|
||||
419: 29(int) CompositeExtract 418 0
|
||||
420: 29(int) CompositeExtract 418 1
|
||||
421: 147(ivec2) CompositeConstruct 419 420
|
||||
421: 148(ivec2) CompositeConstruct 419 420
|
||||
Store 381(i32v) 421
|
||||
422: 155(ivec2) Load 380(u32v)
|
||||
423: 147(ivec2) Bitcast 422
|
||||
422: 154(ivec2) Load 380(u32v)
|
||||
423: 148(ivec2) Bitcast 422
|
||||
Store 381(i32v) 423
|
||||
424: 147(ivec2) Load 381(i32v)
|
||||
425:161(i64vec2) SConvert 424
|
||||
424: 148(ivec2) Load 381(i32v)
|
||||
425:162(i64vec2) SConvert 424
|
||||
Store 384(i64v) 425
|
||||
426: 155(ivec2) Load 380(u32v)
|
||||
427:161(i64vec2) UConvert 426
|
||||
428:161(i64vec2) Bitcast 427
|
||||
426: 154(ivec2) Load 380(u32v)
|
||||
427:167(i64vec2) UConvert 426
|
||||
428:162(i64vec2) Bitcast 427
|
||||
Store 384(i64v) 428
|
||||
430: 147(ivec2) Load 381(i32v)
|
||||
430: 148(ivec2) Load 381(i32v)
|
||||
431: 134(i8vec2) SConvert 430
|
||||
432: 131(i8vec2) Bitcast 431
|
||||
Store 429(u8v) 432
|
||||
433: 155(ivec2) Load 380(u32v)
|
||||
433: 154(ivec2) Load 380(u32v)
|
||||
434: 131(i8vec2) UConvert 433
|
||||
Store 429(u8v) 434
|
||||
436: 147(ivec2) Load 381(i32v)
|
||||
436: 148(ivec2) Load 381(i32v)
|
||||
437:139(i16vec2) SConvert 436
|
||||
438:220(i16vec2) Bitcast 437
|
||||
438:145(i16vec2) Bitcast 437
|
||||
Store 435(u16v) 438
|
||||
439: 155(ivec2) Load 380(u32v)
|
||||
440:220(i16vec2) UConvert 439
|
||||
439: 154(ivec2) Load 380(u32v)
|
||||
440:145(i16vec2) UConvert 439
|
||||
Store 435(u16v) 440
|
||||
441: 147(ivec2) Load 381(i32v)
|
||||
442: 155(ivec2) Bitcast 441
|
||||
441: 148(ivec2) Load 381(i32v)
|
||||
442: 154(ivec2) Bitcast 441
|
||||
Store 380(u32v) 442
|
||||
443: 155(ivec2) Load 380(u32v)
|
||||
443: 154(ivec2) Load 380(u32v)
|
||||
444: 19(int) CompositeExtract 443 0
|
||||
445: 19(int) CompositeExtract 443 1
|
||||
446: 155(ivec2) CompositeConstruct 444 445
|
||||
446: 154(ivec2) CompositeConstruct 444 445
|
||||
Store 380(u32v) 446
|
||||
447: 147(ivec2) Load 381(i32v)
|
||||
448:161(i64vec2) SConvert 447
|
||||
449:166(i64vec2) Bitcast 448
|
||||
447: 148(ivec2) Load 381(i32v)
|
||||
448:162(i64vec2) SConvert 447
|
||||
449:167(i64vec2) Bitcast 448
|
||||
Store 387(u64v) 449
|
||||
450: 155(ivec2) Load 380(u32v)
|
||||
451:166(i64vec2) UConvert 450
|
||||
450: 154(ivec2) Load 380(u32v)
|
||||
451:167(i64vec2) UConvert 450
|
||||
Store 387(u64v) 451
|
||||
453: 147(ivec2) Load 381(i32v)
|
||||
454:180(f16vec2) ConvertSToF 453
|
||||
453: 148(ivec2) Load 381(i32v)
|
||||
454:181(f16vec2) ConvertSToF 453
|
||||
Store 452(f16v) 454
|
||||
455: 147(ivec2) Load 381(i32v)
|
||||
456: 186(fvec2) ConvertSToF 455
|
||||
455: 148(ivec2) Load 381(i32v)
|
||||
456: 187(fvec2) ConvertSToF 455
|
||||
Store 396(f32v) 456
|
||||
457: 147(ivec2) Load 381(i32v)
|
||||
458:192(f64vec2) ConvertSToF 457
|
||||
457: 148(ivec2) Load 381(i32v)
|
||||
458:193(f64vec2) ConvertSToF 457
|
||||
Store 399(f64v) 458
|
||||
459: 155(ivec2) Load 380(u32v)
|
||||
460:180(f16vec2) ConvertUToF 459
|
||||
459: 154(ivec2) Load 380(u32v)
|
||||
460:181(f16vec2) ConvertUToF 459
|
||||
Store 452(f16v) 460
|
||||
461: 155(ivec2) Load 380(u32v)
|
||||
462: 186(fvec2) ConvertUToF 461
|
||||
461: 154(ivec2) Load 380(u32v)
|
||||
462: 187(fvec2) ConvertUToF 461
|
||||
Store 396(f32v) 462
|
||||
463: 155(ivec2) Load 380(u32v)
|
||||
464:192(f64vec2) ConvertUToF 463
|
||||
463: 154(ivec2) Load 380(u32v)
|
||||
464:193(f64vec2) ConvertUToF 463
|
||||
Store 399(f64v) 464
|
||||
466: 250(bvec2) Load 465(bv)
|
||||
470: 147(ivec2) Select 466 469 468
|
||||
470: 148(ivec2) Select 466 469 468
|
||||
Store 381(i32v) 470
|
||||
471: 250(bvec2) Load 465(bv)
|
||||
476: 155(ivec2) Select 471 475 474
|
||||
476: 154(ivec2) Select 471 475 474
|
||||
Store 380(u32v) 476
|
||||
477: 147(ivec2) Load 381(i32v)
|
||||
477: 148(ivec2) Load 381(i32v)
|
||||
478: 250(bvec2) INotEqual 477 474
|
||||
Store 465(bv) 478
|
||||
479: 155(ivec2) Load 380(u32v)
|
||||
479: 154(ivec2) Load 380(u32v)
|
||||
480: 250(bvec2) INotEqual 479 474
|
||||
Store 465(bv) 480
|
||||
Return
|
||||
FunctionEnd
|
||||
14(typeCast64(): 2 Function None 3
|
||||
15: Label
|
||||
481(u64v): 167(ptr) Variable Function
|
||||
482(i64v): 162(ptr) Variable Function
|
||||
485(f64v): 193(ptr) Variable Function
|
||||
481(u64v): 168(ptr) Variable Function
|
||||
482(i64v): 163(ptr) Variable Function
|
||||
485(f64v): 194(ptr) Variable Function
|
||||
490(i8v): 135(ptr) Variable Function
|
||||
496(i16v): 140(ptr) Variable Function
|
||||
502(i32v): 148(ptr) Variable Function
|
||||
502(i32v): 149(ptr) Variable Function
|
||||
510(u8v): 132(ptr) Variable Function
|
||||
516(u16v): 221(ptr) Variable Function
|
||||
522(u32v): 156(ptr) Variable Function
|
||||
534(f16v): 181(ptr) Variable Function
|
||||
537(f32v): 187(ptr) Variable Function
|
||||
522(u32v): 157(ptr) Variable Function
|
||||
534(f16v): 182(ptr) Variable Function
|
||||
537(f32v): 188(ptr) Variable Function
|
||||
548(bv): 251(ptr) Variable Function
|
||||
483:161(i64vec2) Load 482(i64v)
|
||||
484:166(i64vec2) Bitcast 483
|
||||
483:162(i64vec2) Load 482(i64v)
|
||||
484:167(i64vec2) Bitcast 483
|
||||
Store 481(u64v) 484
|
||||
486:161(i64vec2) Load 482(i64v)
|
||||
487:192(f64vec2) ConvertSToF 486
|
||||
486:162(i64vec2) Load 482(i64v)
|
||||
487:193(f64vec2) ConvertSToF 486
|
||||
Store 485(f64v) 487
|
||||
488:166(i64vec2) Load 481(u64v)
|
||||
489:192(f64vec2) ConvertUToF 488
|
||||
488:167(i64vec2) Load 481(u64v)
|
||||
489:193(f64vec2) ConvertUToF 488
|
||||
Store 485(f64v) 489
|
||||
491:161(i64vec2) Load 482(i64v)
|
||||
491:162(i64vec2) Load 482(i64v)
|
||||
492: 134(i8vec2) SConvert 491
|
||||
Store 490(i8v) 492
|
||||
493:166(i64vec2) Load 481(u64v)
|
||||
494: 134(i8vec2) UConvert 493
|
||||
493:167(i64vec2) Load 481(u64v)
|
||||
494: 131(i8vec2) UConvert 493
|
||||
495: 134(i8vec2) Bitcast 494
|
||||
Store 490(i8v) 495
|
||||
497:161(i64vec2) Load 482(i64v)
|
||||
497:162(i64vec2) Load 482(i64v)
|
||||
498:139(i16vec2) SConvert 497
|
||||
Store 496(i16v) 498
|
||||
499:166(i64vec2) Load 481(u64v)
|
||||
500:139(i16vec2) UConvert 499
|
||||
499:167(i64vec2) Load 481(u64v)
|
||||
500:145(i16vec2) UConvert 499
|
||||
501:139(i16vec2) Bitcast 500
|
||||
Store 496(i16v) 501
|
||||
503:161(i64vec2) Load 482(i64v)
|
||||
504: 147(ivec2) SConvert 503
|
||||
503:162(i64vec2) Load 482(i64v)
|
||||
504: 148(ivec2) SConvert 503
|
||||
Store 502(i32v) 504
|
||||
505:166(i64vec2) Load 481(u64v)
|
||||
506: 147(ivec2) UConvert 505
|
||||
507: 147(ivec2) Bitcast 506
|
||||
505:167(i64vec2) Load 481(u64v)
|
||||
506: 154(ivec2) UConvert 505
|
||||
507: 148(ivec2) Bitcast 506
|
||||
Store 502(i32v) 507
|
||||
508:166(i64vec2) Load 481(u64v)
|
||||
509:161(i64vec2) Bitcast 508
|
||||
508:167(i64vec2) Load 481(u64v)
|
||||
509:162(i64vec2) Bitcast 508
|
||||
Store 482(i64v) 509
|
||||
511:161(i64vec2) Load 482(i64v)
|
||||
511:162(i64vec2) Load 482(i64v)
|
||||
512: 134(i8vec2) SConvert 511
|
||||
513: 131(i8vec2) Bitcast 512
|
||||
Store 510(u8v) 513
|
||||
514:166(i64vec2) Load 481(u64v)
|
||||
514:167(i64vec2) Load 481(u64v)
|
||||
515: 131(i8vec2) UConvert 514
|
||||
Store 510(u8v) 515
|
||||
517:161(i64vec2) Load 482(i64v)
|
||||
517:162(i64vec2) Load 482(i64v)
|
||||
518:139(i16vec2) SConvert 517
|
||||
519:220(i16vec2) Bitcast 518
|
||||
519:145(i16vec2) Bitcast 518
|
||||
Store 516(u16v) 519
|
||||
520:166(i64vec2) Load 481(u64v)
|
||||
521:220(i16vec2) UConvert 520
|
||||
520:167(i64vec2) Load 481(u64v)
|
||||
521:145(i16vec2) UConvert 520
|
||||
Store 516(u16v) 521
|
||||
523:161(i64vec2) Load 482(i64v)
|
||||
524: 147(ivec2) SConvert 523
|
||||
525: 155(ivec2) Bitcast 524
|
||||
523:162(i64vec2) Load 482(i64v)
|
||||
524: 148(ivec2) SConvert 523
|
||||
525: 154(ivec2) Bitcast 524
|
||||
Store 522(u32v) 525
|
||||
526:166(i64vec2) Load 481(u64v)
|
||||
527: 155(ivec2) UConvert 526
|
||||
526:167(i64vec2) Load 481(u64v)
|
||||
527: 154(ivec2) UConvert 526
|
||||
Store 522(u32v) 527
|
||||
528:161(i64vec2) Load 482(i64v)
|
||||
529:166(i64vec2) Bitcast 528
|
||||
528:162(i64vec2) Load 482(i64v)
|
||||
529:167(i64vec2) Bitcast 528
|
||||
Store 481(u64v) 529
|
||||
530:166(i64vec2) Load 481(u64v)
|
||||
530:167(i64vec2) Load 481(u64v)
|
||||
531: 38(int64_t) CompositeExtract 530 0
|
||||
532: 38(int64_t) CompositeExtract 530 1
|
||||
533:166(i64vec2) CompositeConstruct 531 532
|
||||
533:167(i64vec2) CompositeConstruct 531 532
|
||||
Store 481(u64v) 533
|
||||
535:161(i64vec2) Load 482(i64v)
|
||||
536:180(f16vec2) ConvertSToF 535
|
||||
535:162(i64vec2) Load 482(i64v)
|
||||
536:181(f16vec2) ConvertSToF 535
|
||||
Store 534(f16v) 536
|
||||
538:161(i64vec2) Load 482(i64v)
|
||||
539: 186(fvec2) ConvertSToF 538
|
||||
538:162(i64vec2) Load 482(i64v)
|
||||
539: 187(fvec2) ConvertSToF 538
|
||||
Store 537(f32v) 539
|
||||
540:161(i64vec2) Load 482(i64v)
|
||||
541:192(f64vec2) ConvertSToF 540
|
||||
540:162(i64vec2) Load 482(i64v)
|
||||
541:193(f64vec2) ConvertSToF 540
|
||||
Store 485(f64v) 541
|
||||
542:166(i64vec2) Load 481(u64v)
|
||||
543:180(f16vec2) ConvertUToF 542
|
||||
542:167(i64vec2) Load 481(u64v)
|
||||
543:181(f16vec2) ConvertUToF 542
|
||||
Store 534(f16v) 543
|
||||
544:166(i64vec2) Load 481(u64v)
|
||||
545: 186(fvec2) ConvertUToF 544
|
||||
544:167(i64vec2) Load 481(u64v)
|
||||
545: 187(fvec2) ConvertUToF 544
|
||||
Store 537(f32v) 545
|
||||
546:166(i64vec2) Load 481(u64v)
|
||||
547:192(f64vec2) ConvertUToF 546
|
||||
546:167(i64vec2) Load 481(u64v)
|
||||
547:193(f64vec2) ConvertUToF 546
|
||||
Store 485(f64v) 547
|
||||
549: 250(bvec2) Load 548(bv)
|
||||
554:161(i64vec2) Select 549 553 552
|
||||
554:162(i64vec2) Select 549 553 552
|
||||
Store 482(i64v) 554
|
||||
555: 250(bvec2) Load 548(bv)
|
||||
560:166(i64vec2) Select 555 559 558
|
||||
560:167(i64vec2) Select 555 559 558
|
||||
Store 481(u64v) 560
|
||||
561:161(i64vec2) Load 482(i64v)
|
||||
561:162(i64vec2) Load 482(i64v)
|
||||
562: 250(bvec2) INotEqual 561 558
|
||||
Store 548(bv) 562
|
||||
563:166(i64vec2) Load 481(u64v)
|
||||
563:167(i64vec2) Load 481(u64v)
|
||||
564: 250(bvec2) INotEqual 563 558
|
||||
Store 548(bv) 564
|
||||
Return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue