Searched refs:hi_shifted_lo (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 207 * uint32_t hi_shifted_lo = hi << abs(32 - c); 208 * return pack_64(hi_shifted, hi_shifted_lo | lo_shifted); 211 * uint32_t hi_shifted_lo = hi >> abs(32 - c); 212 * return pack_64(hi_shifted, hi_shifted_lo); 222 nir_ssa_def *hi_shifted_lo = nir_ishl(b, x_hi, reverse_count); local in function:lower_ishr64 225 nir_pack_64_2x32_split(b, nir_ior(b, lo_shifted, hi_shifted_lo), 251 * uint32_t hi_shifted_lo = hi << abs(32 - c); 252 * return pack_64(hi_shifted, hi_shifted_lo | lo_shifted); 254 * uint32_t hi_shifted_lo = hi >> abs(32 - c); 255 * return pack_64(0, hi_shifted_lo); 266 nir_ssa_def *hi_shifted_lo = nir_ishl(b, x_hi, reverse_count); local in function:lower_ushr64 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 223 * uint32_t hi_shifted_lo = hi << abs(32 - c); 224 * return pack_64(hi_shifted, hi_shifted_lo | lo_shifted); 227 * uint32_t hi_shifted_lo = hi >> abs(32 - c); 228 * return pack_64(hi_shifted, hi_shifted_lo); 238 nir_ssa_def *hi_shifted_lo = nir_ishl(b, x_hi, reverse_count); local in function:lower_ishr64 241 nir_pack_64_2x32_split(b, nir_ior(b, lo_shifted, hi_shifted_lo), 266 * uint32_t hi_shifted_lo = hi << abs(32 - c); 267 * return pack_64(hi_shifted, hi_shifted_lo | lo_shifted); 269 * uint32_t hi_shifted_lo = hi >> abs(32 - c); 270 * return pack_64(0, hi_shifted_lo); 281 nir_ssa_def *hi_shifted_lo = nir_ishl(b, x_hi, reverse_count); local in function:lower_ushr64 [all...] |
Completed in 4 milliseconds