Lines Matching refs:slot23
84 if (regs->slot[2] == src.value && regs->slot23.slot2 == BIFROST_OP_READ)
97 if (!regs->slot23.slot3) {
99 regs->slot23.slot2 = BIFROST_OP_READ;
145 now->regs.slot23.slot3 = BIFROST_OP_WRITE;
153 if (now->regs.slot23.slot3) {
155 assert(!now->regs.slot23.slot2);
157 now->regs.slot23.slot2 = BIFROST_OP_WRITE;
160 now->regs.slot23.slot3 = BIFROST_OP_WRITE;
161 now->regs.slot23.slot3_fma = true;
173 if (!(r.slot23.slot2 | r.slot23.slot3))
178 if (memcmp(bifrost_reg_ctrl_lut + i, &r.slot23, sizeof(r.slot23)) == 0)
212 if (!(regs.slot23.slot2 && regs.slot23.slot3))
256 assert(regs.slot[3] == regs.slot[2] || !(regs.slot23.slot2 && regs.slot23.slot3));
258 if (regs.slot23.slot2)
296 else if (regs->slot[2] == reg && regs->slot23.slot2 == BIFROST_OP_READ)