Home
last modified time | relevance | path

Searched refs:uim_val (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_spill.c44 unsigned orig_components = spill->srcs[2]->uim_val; in split_spill()
69 clone->srcs[2]->uim_val = components; in split_spill()
80 unsigned orig_components = reload->srcs[2]->uim_val; in split_reload()
104 clone->srcs[2]->uim_val = components; in split_reload()
105 clone->srcs[1]->uim_val += in split_reload()
Dir3_cse.c49 hash = HASH(hash, src->uim_val); in hash_instr()
82 if (i1_reg->uim_val != i2_reg->uim_val) in instrs_equal()
Dir3_cp.c180 reg->uim_val = fui(_mesa_half_to_float(reg->uim_val)); in lower_immed()
224 if (const_state->immediates[i] == reg->uim_val) in lower_immed()
236 const_state->immediates[i] = reg->uim_val; in lower_immed()
567 uint32_t uimm = instr->srcs[0]->uim_val; in instr_cp()
570 instr->srcs[0]->uim_val = uimm; in instr_cp()
Dir3_lower_parallelcopy.c56 .imm = reg->uim_val, in get_copy_src()
245 ir3_src_create(shr, 0, IR3_REG_IMMED)->uim_val = 16; in do_copy()
264 mov->srcs[0]->uim_val = entry->src.imm; in do_copy()
Dir3_parser.y1028 new_src(0, IR3_REG_IMMED)->uim_val = 0;
1029 new_src(0, IR3_REG_IMMED)->uim_val = $4;
1033 new_src(0, IR3_REG_IMMED)->uim_val = $5 - 2;
1034 new_src(0, IR3_REG_IMMED)->uim_val = $6;
1240 | 'h' '(' float ')' { new_src(0, IR3_REG_IMMED | IR3_REG_HALF)->uim_val = _mesa_…
1246 | flut_immed { new_src(0, IR3_REG_IMMED)->uim_val = $1; }
1248 | 'h' flut_immed { new_src(0, IR3_REG_IMMED | IR3_REG_HALF)->uim_val = $2; }
Dir3.c265 unsigned components = instr->srcs[2]->uim_val; in ir3_collect_info()
757 uint32_t imm = src_reg->uim_val; in ir3_flut()
764 uint32_t imm = src_reg->uim_val; in ir3_flut()
Dir3_lower_subgroups.c68 src->uim_val = immed; in mov_immed()
Dir3_spill.c626 src->uim_val = val->uimm; in set_src_val()
681 ir3_src_create(spill, INVALID_REG, IR3_REG_IMMED)->uim_val = elems; in spill()
838 offset_reg->uim_val = spill_slot; in reload()
839 ir3_src_create(reload, INVALID_REG, IR3_REG_IMMED)->uim_val = elems; in reload()
1183 dst_interval->dst.uimm = src->uim_val; in handle_pcopy()
Dir3.h179 uint32_t uim_val; member
1733 ir3_src_create(mov, 0, IR3_REG_IMMED | flags)->uim_val = val; in create_immed_typed()