Searched defs:is_64 (Results 1 – 4 of 4) sorted by relevance
10 unsigned is_64:1; member
127 bool is_64) in ntt_tgsi_usage_mask()1312 bool is_64 = nir_dest_bit_size(instr->dest) == 64; in ntt_emit_load_input() local1412 bool is_64 = nir_src_bit_size(instr->src[0]) == 64; in ntt_emit_store_output() local
644 bool is_64 = alu->dest.dest.ssa.bit_size == 64; in should_lower_double_instr() local
1236 def unpack(self, is_64, data): argument