Searched refs:dest_shifted (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_alu.c147 nir_ssa_def *dest_shifted = nir_ishr(b, dest_32, nir_imm_int(b, src0->bit_size)); local in function:lower_alu_instr
148 lowered = nir_build_alu(b, downscast_op, dest_shifted, NULL, NULL, NULL);

Completed in 4 milliseconds