Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbi_lower_combine.c52 .type = BI_MOV, in bi_combine_mov32()
105 .type = BI_MOV, in bi_combine_copy()
Dbi_tables.c50 [BI_MOV] = BI_SCHED_ALL,
Dbifrost_compile.c660 .type = BI_MOV, in bi_emit_blend_const()
748 .type = BI_MOV, in bi_emit_vertex_id()
762 .type = BI_MOV, in bi_emit_instance_id()
893 .type = BI_MOV, in emit_load_const()
1008 return BI_MOV; in bi_class_for_nir_alu()
1172 assert(!vector || alu.type == BI_COMBINE || alu.type == BI_MOV); in emit_alu()
1345 if (alu.type == BI_MOV && vector) { in emit_alu()
Dcompiler.h71 BI_MOV, enumerator
Dbi_print.c67 case BI_MOV: return "mov"; in bi_class_name()
Dbi_pack.c566 case BI_MOV: in bi_pack_fma()
879 case BI_MOV: in bi_pack_add()
/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
Dbi_interpret.c567 case BI_MOV: in bit_step()