Searched refs:BIFROST_OP_WRITE (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost.h | 373 BIFROST_OP_WRITE = 2, enumerator 388 [BIFROST_R_W_FMA] = { BIFROST_OP_READ, BIFROST_OP_WRITE, true }, 391 [BIFROST_R_W_ADD] = { BIFROST_OP_READ, BIFROST_OP_WRITE, false }, 394 [BIFROST_WL_W_ADD] = { BIFROST_OP_WRITE_LO, BIFROST_OP_WRITE, false }, 397 [BIFROST_WH_W_ADD] = { BIFROST_OP_WRITE_HI, BIFROST_OP_WRITE, false }, 398 [BIFROST_W_WL_ADD] = { BIFROST_OP_WRITE, BIFROST_OP_WRITE_LO, false }, 399 [BIFROST_W_WH_ADD] = { BIFROST_OP_WRITE, BIFROST_OP_WRITE_HI, false }, 400 [BIFROST_W_W_ADD] = { BIFROST_OP_WRITE, BIFROST_OP_WRITE, false }, 402 [BIFROST_I_W_FMA] = { BIFROST_OP_IDLE, BIFROST_OP_WRITE, true }, 406 [BIFROST_I_W_ADD] = { BIFROST_OP_IDLE, BIFROST_OP_WRITE, false },
|
D | disassemble.c | 173 if (ctrl.slot23.slot2 == BIFROST_OP_WRITE) in dump_regs() 182 if (ctrl.slot23.slot3 == BIFROST_OP_WRITE) in dump_regs() 209 if (ctrl.slot23.slot2 >= BIFROST_OP_WRITE) { in bi_disasm_dest_fma() 212 } else if (ctrl.slot23.slot3 >= BIFROST_OP_WRITE && ctrl.slot23.slot3_fma) { in bi_disasm_dest_fma() 225 if (ctrl.slot23.slot3 >= BIFROST_OP_WRITE && !ctrl.slot23.slot3_fma) { in bi_disasm_dest_add()
|
D | bi_print.c | 36 case BIFROST_OP_WRITE: return "write"; in bi_reg_op_name() 54 regs->slot23.slot2 >= BIFROST_OP_WRITE ? in bi_print_slots()
|
D | bi_pack.c | 145 now->regs.slot23.slot3 = BIFROST_OP_WRITE; in bi_assign_slots() 157 now->regs.slot23.slot2 = BIFROST_OP_WRITE; in bi_assign_slots() 160 now->regs.slot23.slot3 = BIFROST_OP_WRITE; in bi_assign_slots()
|