Searched refs:y32 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 417 nir_ssa_def *x32[4], *y32[4]; local in function:lower_mul_high64 426 y32[0] = nir_unpack_64_2x32_split_x(b, y); 427 y32[1] = nir_unpack_64_2x32_split_y(b, y); 429 y32[2] = y32[3] = nir_ishr(b, y32[1], nir_imm_int(b, 31)); 431 y32[2] = y32[3] = nir_imm_int(b, 0); 444 /* The maximum values of x32[i] and y32[i] are UINT32_MAX so the 455 nir_ssa_def *tmp = nir_umul_2x32_64(b, x32[i], y32[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 431 nir_ssa_def *x32[4], *y32[4]; local in function:lower_mul_high64 440 y32[0] = nir_unpack_64_2x32_split_x(b, y); 441 y32[1] = nir_unpack_64_2x32_split_y(b, y); 443 y32[2] = y32[3] = nir_ishr_imm(b, y32[1], 31); 445 y32[2] = y32[3] = nir_imm_int(b, 0); 458 /* The maximum values of x32[i] and y32[i] are UINT32_MAX so the 469 nir_ssa_def *tmp = nir_umul_2x32_64(b, x32[i], y32[ [all...] |
Completed in 6 milliseconds