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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_compact.c1816 unsigned compacted_imm = 0; local in function:try_compact_instruction
1823 compacted_imm = compact_immediate(devinfo, type,
1825 if (compacted_imm == -1)
1851 if (!set_src1_index(c, &temp, src, is_immediate, compacted_imm))
1861 brw_compact_inst_set_src1_reg_nr(devinfo, &temp, compacted_imm >> 4);
1882 brw_compact_inst_set_src1_reg_nr(devinfo, &temp, compacted_imm & 0xff);

Completed in 4 milliseconds