Lines Matching refs:iim_val
105 (cmp->srcs[1]->iim_val == 0) &&
186 reg->iim_val = abs(reg->iim_val);
196 reg->iim_val = -reg->iim_val;
476 int32_t iim_val = src_reg->iim_val;
486 iim_val = ir3_flut(src_reg);
487 if (iim_val < 0) {
494 iim_val = abs(iim_val);
497 iim_val = -iim_val;
500 iim_val = ~iim_val;
503 ir3_valid_immediate(instr, iim_val)) {
507 src_reg->iim_val = iim_val;
657 (samp->iim_val < 16) && (tex->iim_val < 16)) {
659 instr->cat5.samp = samp->iim_val;
660 instr->cat5.tex = tex->iim_val;