Searched refs:BI_ADD (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | bi_tables.c | 30 [BI_ADD] = BI_MODS | BI_SCHED_ALL | BI_NO_ABS_ABS_FP16_FMA,
|
D | bi_print.c | 46 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()
|
D | bi_schedule.c | 139 ins->type = BI_ADD; in bi_lower_fmov()
|
D | compiler.h | 50 BI_ADD, enumerator
|
D | bi_pack.c | 480 case BI_ADD: in bi_pack_fma() 728 case BI_ADD: in bi_pack_add()
|
D | bifrost_compile.c | 548 .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/ |
D | bi_test_pack.c | 510 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()
|
D | bi_interpret.c | 426 case BI_ADD: in bit_step() 680 if ((ins->type == BI_FMA || ins->type == BI_ADD) && ins->op.mscale) { in bit_step()
|