Home
last modified time | relevance | path

Searched refs:BI_ADD (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c30 [BI_ADD] = BI_MODS | BI_SCHED_ALL | BI_NO_ABS_ABS_FP16_FMA,
Dbi_print.c46 case BI_ADD: return "add"; in bi_class_name()
276 if ((ins->type == BI_ADD || ins->type == BI_FMA) && ins->op.mscale) in bi_print_instruction()
Dbi_schedule.c139 ins->type = BI_ADD; in bi_lower_fmov()
Dcompiler.h50 BI_ADD, enumerator
Dbi_pack.c480 case BI_ADD: in bi_pack_fma()
728 case BI_ADD: in bi_pack_add()
Dbifrost_compile.c548 .type = BI_ADD, in bi_emit_ld_frag_coord()
921 return BI_ADD; in bi_class_for_nir_alu()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c510 enum bi_class C[3] = { BI_MOV, BI_ADD, BI_FMA }; in bit_constant_helper() enumerator
593 bit_fmod_helper(dev, BI_ADD, sz, true, input, debug, 0); in bit_packing()
594 bit_fmod_helper(dev, BI_ADD, sz, false, input, debug, 0); in bit_packing()
Dbi_interpret.c426 case BI_ADD: in bit_step()
680 if ((ins->type == BI_FMA || ins->type == BI_ADD) && ins->op.mscale) { in bit_step()