Home
last modified time | relevance | path

Searched refs:BIFROST_OP_WRITE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbifrost.h368 BIFROST_OP_WRITE = 2, enumerator
382 [BIFROST_R_W_FMA] = { BIFROST_OP_READ, BIFROST_OP_WRITE, true },
385 [BIFROST_R_W_ADD] = { BIFROST_OP_READ, BIFROST_OP_WRITE, false },
388 [BIFROST_WL_W_ADD] = { BIFROST_OP_WRITE_LO, BIFROST_OP_WRITE, false },
391 [BIFROST_WH_W_ADD] = { BIFROST_OP_WRITE_HI, BIFROST_OP_WRITE, false },
392 [BIFROST_W_WL_ADD] = { BIFROST_OP_WRITE, BIFROST_OP_WRITE_LO, false },
393 [BIFROST_W_WH_ADD] = { BIFROST_OP_WRITE, BIFROST_OP_WRITE_HI, false },
394 [BIFROST_W_W_ADD] = { BIFROST_OP_WRITE, BIFROST_OP_WRITE, false },
396 [BIFROST_I_W_FMA] = { BIFROST_OP_IDLE, BIFROST_OP_WRITE, true },
400 [BIFROST_I_W_ADD] = { BIFROST_OP_IDLE, BIFROST_OP_WRITE, false },
Ddisassemble.c173 if (ctrl.slot23.slot2 == BIFROST_OP_WRITE) in dump_regs()
182 if (ctrl.slot23.slot3 == BIFROST_OP_WRITE) in dump_regs()
212 if (ctrl.slot23.slot2 >= BIFROST_OP_WRITE) { in bi_disasm_dest_fma()
215 } else if (ctrl.slot23.slot3 >= BIFROST_OP_WRITE && ctrl.slot23.slot3_fma) { in bi_disasm_dest_fma()
228 if (ctrl.slot23.slot3 >= BIFROST_OP_WRITE && !ctrl.slot23.slot3_fma) { in bi_disasm_dest_add()
Dbi_print.c358 case BIFROST_OP_WRITE: return "write"; in bi_reg_op_name()
376 regs->slot23.slot2 >= BIFROST_OP_WRITE ? in bi_print_slots()
Dbi_pack.c270 now->regs.slot23.slot3 = BIFROST_OP_WRITE; in bi_assign_slots()
280 now->regs.slot23.slot2 = BIFROST_OP_WRITE; in bi_assign_slots()
283 now->regs.slot23.slot3 = BIFROST_OP_WRITE; in bi_assign_slots()