Searched refs:BRW_MRF_COMPR4 (Results 1 – 13 of 13) sorted by relevance
248 if (r.file == MRF && (r.nr & BRW_MRF_COMPR4)) { in regions_overlap()253 t0.nr &= ~BRW_MRF_COMPR4; in regions_overlap()259 } else if (s.file == MRF && (s.nr & BRW_MRF_COMPR4)) { in regions_overlap()
210 if (r.file == MRF && (r.nr & BRW_MRF_COMPR4)) { in regions_overlap()212 t.nr &= ~BRW_MRF_COMPR4; in regions_overlap()219 } else if (s.file == MRF && (s.nr & BRW_MRF_COMPR4)) { in regions_overlap()
1233 int reg = inst->dst.nr & ~BRW_MRF_COMPR4; in calculate_deps()1238 if (inst->dst.nr & BRW_MRF_COMPR4) in calculate_deps()1360 int reg = inst->dst.nr & ~BRW_MRF_COMPR4; in calculate_deps()1365 if (inst->dst.nr & BRW_MRF_COMPR4) in calculate_deps()
413 int reg = inst->dst.nr & ~BRW_MRF_COMPR4; in get_used_mrfs()416 if (inst->dst.nr & BRW_MRF_COMPR4) { in get_used_mrfs()
1042 #define BRW_MRF_COMPR4 (1 << 7) macro
838 _reg_nr &= ~BRW_MRF_COMPR4; in reg()2477 brw_inst_dst_da_reg_nr(devinfo, inst) & BRW_MRF_COMPR4) { in brw_disassemble_inst()
3239 if (inst->dst.nr & BRW_MRF_COMPR4) { in compute_to_mrf()3250 scan_inst->dst.nr &= ~BRW_MRF_COMPR4; in compute_to_mrf()3828 dst.nr = dst.nr & ~BRW_MRF_COMPR4; in lower_load_payload()3850 if (inst->dst.file == MRF && (inst->dst.nr & BRW_MRF_COMPR4) && in lower_load_payload()3874 compr4_dst.nr |= BRW_MRF_COMPR4; in lower_load_payload()
1258 const unsigned i = (r.nr & ~BRW_MRF_COMPR4) + in reg_dependency_id()
94 assert((dest.nr & ~BRW_MRF_COMPR4) < BRW_MAX_MRF(devinfo->ver)); in brw_set_dest()214 assert((reg.nr & ~BRW_MRF_COMPR4) < BRW_MAX_MRF(devinfo->ver)); in brw_set_src0()
1820 assert((reg.nr & ~BRW_MRF_COMPR4) < BRW_MAX_MRF(devinfo->ver)); in convert_to_hw_regs()
65 assert((reg->nr & ~BRW_MRF_COMPR4) < BRW_MAX_MRF(devinfo->ver)); in brw_reg_from_fs_reg()
396 load->dst.nr |= BRW_MRF_COMPR4; in lower_fb_write_logical_send()
319 reg->nr |= BRW_MRF_COMPR4; in i965_asm_set_dst_nr()