Home
last modified time | relevance | path

Searched refs:BI_IMATH_ADD (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h201 BI_IMATH_ADD, enumerator
Dbi_print.c173 case BI_IMATH_ADD: return "iadd"; in bi_imath_op_name()
Dbi_pack.c562 if (bundle.fma->op.imath == BI_IMATH_ADD) in bi_pack_fma()
826 if (bundle.add->op.imath == BI_IMATH_ADD) { in bi_pack_add()
Dbifrost_compile.c446 .op.imath = BI_IMATH_ADD, in bi_emit_ld_ubo()
1223 alu.op.imath = BI_IMATH_ADD; in emit_alu()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c571 for (unsigned op = BI_IMATH_ADD; op <= BI_IMATH_SUB; ++op) { in bit_imath_helper()
Dbi_interpret.c548 if (ins->op.imath == BI_IMATH_ADD) { in bit_step()