Home
last modified time | relevance | path

Searched refs:bi_class_props (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbir.c35 bool classy = bi_class_props[ins->type] & BI_MODS; in bi_has_outmod()
46 bool classy = bi_class_props[ins->type] & BI_MODS; in bi_has_source_mods()
58 bool classy = bi_class_props[ins->type] & BI_SWIZZLABLE; in bi_is_src_swizzled()
104 if (bi_class_props[ins->type] & BI_VECTOR) { in bi_get_component_count()
Dbi_schedule.c46 if (!(bi_class_props[T] & BI_SCHED_HI_LATENCY)) in bi_message_type_for_ins()
105 bool classy = bi_class_props[ins->type] & BI_NO_ABS_ABS_FP16_FMA; in bi_ambiguous_abs()
178 unsigned props = bi_class_props[ins->type]; in bi_make_singleton()
Dbi_tables.c29 unsigned bi_class_props[BI_NUM_CLASSES] = { variable
Dbi_ra.c125 bool vector = (bi_class_props[ins->type] & BI_VECTOR) && src == 0; in bi_adjust_src_ra()
360 unsigned props = bi_class_props[ins->type]; in bi_register_allocate()
Dbi_print.c288 if (bi_class_props[ins->type] & BI_CONDITIONAL) in bi_print_instruction()
312 if (bi_class_props[ins->type] & BI_ROUNDMODE) in bi_print_instruction()
Dcompiler.h89 extern unsigned bi_class_props[BI_NUM_CLASSES];
Dbi_pack.c248 bi_class_props[now->add->type] & BI_DATA_REG_SRC; in bi_assign_slots()
251 bi_class_props[prev->add->type] & BI_DATA_REG_DEST; in bi_assign_slots()