Home
last modified time | relevance | path

Searched refs:slot3 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Ddisassemble.c182 if (ctrl.slot23.slot3 == BIFROST_OP_WRITE) in dump_regs()
184 else if (ctrl.slot23.slot3 == BIFROST_OP_WRITE_LO) in dump_regs()
186 else if (ctrl.slot23.slot3 == BIFROST_OP_WRITE_HI) in dump_regs()
212 } else if (ctrl.slot23.slot3 >= BIFROST_OP_WRITE && ctrl.slot23.slot3_fma) { in bi_disasm_dest_fma()
214 bi_disasm_dest_mask(fp, ctrl.slot23.slot3); in bi_disasm_dest_fma()
225 if (ctrl.slot23.slot3 >= BIFROST_OP_WRITE && !ctrl.slot23.slot3_fma) { in bi_disasm_dest_add()
227 bi_disasm_dest_mask(fp, ctrl.slot23.slot3); in bi_disasm_dest_add()
Dbi_pack.c97 if (!regs->slot23.slot3) { in bi_assign_slot_read()
145 now->regs.slot23.slot3 = BIFROST_OP_WRITE; in bi_assign_slots()
153 if (now->regs.slot23.slot3) { in bi_assign_slots()
160 now->regs.slot23.slot3 = BIFROST_OP_WRITE; in bi_assign_slots()
173 if (!(r.slot23.slot2 | r.slot23.slot3)) in bi_pack_register_mode()
212 if (!(regs.slot23.slot2 && regs.slot23.slot3)) in bi_pack_registers()
256 assert(regs.slot[3] == regs.slot[2] || !(regs.slot23.slot2 && regs.slot23.slot3)); in bi_pack_registers()
Dbi_print.c59 if (regs->slot23.slot3) { in bi_print_slots()
61 bi_reg_op_name(regs->slot23.slot3), in bi_print_slots()
Dbifrost.h380 enum bifrost_reg_op slot3; member
/third_party/NuttX/
DReleaseNotes25958 STM32F4 Discovery Shield (slot3) From Masayuki Ishikawa.