Home | History | Annotate | Download | only in compiler

Lines Matching defs:is_64bit

398       bool is_64bit = nir_dest_bit_size(instr->dest) == 64;
399 if (is_64bit) {
418 bool is_64bit = nir_src_bit_size(instr->src[0]) == 64;
419 if (is_64bit) {
436 if (is_64bit)
442 if (is_64bit && num_components > 4) {