Lines Matching refs:compacted
50 * 8-byte compacted instructions, allowing jump targets to be only 8-byte
60 * control flow instructions with UIP cannot be compacted, because of the
61 * replicated 13th bit. No control flow instructions can be compacted on Gfx6
74 * Gfx12 reduces the number of bits that available to compacted immediates from
1235 /* src1 index takes the low 4 bits of the 12-bit compacted value */
1238 /* src1 index takes the high 5 bits of the 13-bit compacted value */
1451 * compacted instruction. The instruction cannot be compacted if any of
1480 * fields of the compacted instruction. All of them seem to be reserved
1557 /* On SNB through ICL, compacted instructions have 12-bits for immediate
1567 * Returns the compacted immediate, or -1 if immediate cannot be compacted
1747 * compacted or otherwise. In fact, all compaction mappings that have an
1777 * If we see a 0.0:F, change the type to VF so that it can be compacted.
1792 * set the types to :UD so the instruction can be compacted.
1847 /* Instructions with immediates cannot be compacted on Gen < 6 */
1888 /* src1 reg takes the high 8 bits (of the 12-bit compacted value) */
1909 /* src1 reg takes the low 8 bits (of the 13-bit compacted value) */
2021 uint32_t compacted = brw_compact_inst_src0_index(devinfo, src);
2022 uint16_t uncompacted = c->src0_index_table[compacted];
2062 uint64_t compacted = brw_compact_inst_3src_control_index(devinfo, src);
2063 uint64_t uncompacted = xehp_3src_control_index_table[compacted];
2085 uint64_t compacted = brw_compact_inst_3src_control_index(devinfo, src);
2086 uint64_t uncompacted = gfx12_3src_control_index_table[compacted];
2107 uint32_t compacted = brw_compact_inst_3src_control_index(devinfo, src);
2108 uint32_t uncompacted = gfx8_3src_control_index_table[compacted];
2124 uint32_t compacted = brw_compact_inst_3src_source_index(devinfo, src);
2130 uint32_t uncompacted = three_src_source_index_table[compacted];
2148 uint64_t uncompacted = gfx8_3src_source_index_table[compacted];
2173 uint32_t compacted = brw_compact_inst_3src_subreg_index(devinfo, src);
2174 uint32_t uncompacted = gfx12_3src_subreg_table[compacted];
2347 * - compacted instructions on Gfx6+.
2377 * - compacted instructions on Gfx5.
2492 * number of compacted instructions minus the number of padding NOP/NENOPs
2611 /* Jump Count is in units of compacted instructions on Gfx6. */