Searched refs:BI_MOV (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | bi_lower_combine.c | 52 .type = BI_MOV, in bi_combine_mov32() 105 .type = BI_MOV, in bi_combine_copy()
|
D | bi_tables.c | 50 [BI_MOV] = BI_SCHED_ALL,
|
D | bifrost_compile.c | 660 .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()
|
D | compiler.h | 71 BI_MOV, enumerator
|
D | bi_print.c | 67 case BI_MOV: return "mov"; in bi_class_name()
|
D | bi_pack.c | 566 case BI_MOV: in bi_pack_fma() 879 case BI_MOV: in bi_pack_add()
|
/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
|
D | bi_interpret.c | 567 case BI_MOV: in bit_step()
|