Searched refs:slot2 (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_print.c | 51 if (regs->slot23.slot2) { in bi_print_slots() 53 bi_reg_op_name(regs->slot23.slot2), in bi_print_slots() 54 regs->slot23.slot2 >= BIFROST_OP_WRITE ? in bi_print_slots()
|
D | bi_pack.c | 76 if (regs->slot[2] == src.value && regs->slot23.slot2 == BIFROST_OP_READ) in bi_assign_slot_read() 91 regs->slot23.slot2 = BIFROST_OP_READ; in bi_assign_slot_read() 141 assert(!now->regs.slot23.slot2); in bi_assign_slots() 143 now->regs.slot23.slot2 = BIFROST_OP_WRITE; in bi_assign_slots() 159 if (!(r.slot23.slot2 | r.slot23.slot3)) in bi_pack_register_mode() 198 if (!(regs.slot23.slot2 && regs.slot23.slot3)) in bi_pack_registers() 242 assert(regs.slot[3] == regs.slot[2] || !(regs.slot23.slot2 && regs.slot23.slot3)); in bi_pack_registers() 244 if (regs.slot23.slot2) in bi_pack_registers() 282 else if (regs->slot[2] == reg && regs->slot23.slot2 == BIFROST_OP_READ) in bi_get_src_slot()
|
D | disassemble.c | 173 if (ctrl.slot23.slot2 == BIFROST_OP_WRITE) in dump_regs() 175 else if (ctrl.slot23.slot2 == BIFROST_OP_WRITE_LO) in dump_regs() 177 else if (ctrl.slot23.slot2 == BIFROST_OP_WRITE_HI) in dump_regs() 179 else if (ctrl.slot23.slot2 == BIFROST_OP_READ) in dump_regs() 209 if (ctrl.slot23.slot2 >= BIFROST_OP_WRITE) { in bi_disasm_dest_fma() 211 bi_disasm_dest_mask(fp, ctrl.slot23.slot2); in bi_disasm_dest_fma()
|
D | bifrost.h | 369 enum bifrost_reg_op slot2; member
|
/third_party/boost/boost/preprocessor/slot/ |
D | slot.hpp | 23 # define BOOST_PP_ASSIGN_SLOT_2 <boost/preprocessor/slot/detail/slot2.hpp>
|
/third_party/python/Lib/test/ |
D | test_weakref.py | 1038 def __new__(type, ob, callback, slot1, slot2): argument 1040 def __init__(self, ob, callback, slot1, slot2): argument 1042 self.slot2 = slot2 1044 return self.slot1 + self.slot2 1048 self.assertEqual(r.slot2, "def")
|