Home
last modified time | relevance | path

Searched refs:BIFROST_OP_WRITE_LO (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbifrost.h369 BIFROST_OP_WRITE_LO = 3, enumerator
380 [BIFROST_R_WL_FMA] = { BIFROST_OP_READ, BIFROST_OP_WRITE_LO, true },
383 [BIFROST_R_WL_ADD] = { BIFROST_OP_READ, BIFROST_OP_WRITE_LO, false },
386 [BIFROST_WL_WL_ADD] = { BIFROST_OP_WRITE_LO, BIFROST_OP_WRITE_LO, false },
387 [BIFROST_WL_WH_ADD] = { BIFROST_OP_WRITE_LO, BIFROST_OP_WRITE_HI, false },
388 [BIFROST_WL_W_ADD] = { BIFROST_OP_WRITE_LO, BIFROST_OP_WRITE, false },
389 [BIFROST_WH_WL_ADD] = { BIFROST_OP_WRITE_HI, BIFROST_OP_WRITE_LO, false },
392 [BIFROST_W_WL_ADD] = { BIFROST_OP_WRITE, BIFROST_OP_WRITE_LO, false },
397 [BIFROST_I_WL_FMA] = { BIFROST_OP_IDLE, BIFROST_OP_WRITE_LO, true },
401 [BIFROST_I_WL_ADD] = { BIFROST_OP_IDLE, BIFROST_OP_WRITE_LO, false },
[all …]
Ddisassemble.c175 else if (ctrl.slot23.slot2 == BIFROST_OP_WRITE_LO) in dump_regs()
184 else if (ctrl.slot23.slot3 == BIFROST_OP_WRITE_LO) in dump_regs()
201 if (op == BIFROST_OP_WRITE_LO) in bi_disasm_dest_mask()
Dbi_print.c359 case BIFROST_OP_WRITE_LO: return "write lo"; in bi_reg_op_name()