Home
last modified time | relevance | path

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

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/panfrost/bifrost/
H A Dbi_tables.c30 [BI_ADD] = BI_MODS | BI_SCHED_ALL | BI_NO_ABS_ABS_FP16_FMA,
H A Dbi_pack.c545 (ins->type == BI_ADD) ? BIFROST_FMA_OP_FADD32 : in bi_pack_fma_addmin_f32()
558 .roundmode = (ins->type == BI_ADD) ? ins->roundmode : ins->minmax, in bi_pack_fma_addmin_f32()
623 (ins->type == BI_ADD) ? BIFROST_FMA_OP_FADD16 : in bi_pack_fmadd_min_f16()
642 .mode = (ins->type == BI_ADD) ? ins->roundmode : ins->minmax, in bi_pack_fmadd_min_f16()
1159 case BI_ADD: in bi_pack_fma()
1248 (ins->type == BI_ADD) ? BIFROST_ADD_OP_FADD32 : in bi_pack_add_addmin_f32()
1260 .mode = (ins->type == BI_ADD) ? ins->roundmode : ins->minmax, in bi_pack_add_addmin_f32()
1295 if (ins->type == BI_ADD) in bi_pack_add_addmin()
1714 case BI_ADD: in bi_pack_add()
H A Dbi_print.c130 case BI_ADD: return "add"; in bi_class_name()
354 if ((ins->type == BI_ADD || ins->type == BI_FMA) && ins->op.mscale) in bi_print_instruction()
H A Dbi_schedule.c131 ins->type = BI_ADD; in bi_lower_fmov()
H A Dcompiler.h50 BI_ADD, enumerator
H A Dbifrost_compile.c307 .type = BI_ADD, in bi_emit_ld_frag_coord()
509 return BI_ADD; in bi_class_for_nir_alu()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/panfrost/bifrost/test/
H A Dbi_test_pack.c507 enum bi_class C[3] = { BI_MOV, BI_ADD, BI_FMA }; in bit_constant_helper() enumerator
583 bit_fmod_helper(dev, BI_ADD, sz, true, input, debug, 0); in bit_packing()
584 bit_fmod_helper(dev, BI_ADD, sz, false, input, debug, 0); in bit_packing()
H A Dbi_interpret.c426 case BI_ADD: in bit_step()
677 if ((ins->type == BI_FMA || ins->type == BI_ADD) && ins->op.mscale) { in bit_step()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtree.h56 BI_ADD, /* Addition and subtraction */ enumerator
H A Ddump.c44 case BI_ADD: return( "+" ); in decode_BinOp()
H A Dparse.y806 $$ = tree_binop_new( current_compile, BI_ADD, $1, $3 );
H A Daction.c1232 case BI_ADD: in action_proc_bop_strict()