Searched refs:slot2 (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_pack.c | 84 if (regs->slot[2] == src.value && regs->slot23.slot2 == BIFROST_OP_READ) in bi_assign_slot_read() 99 regs->slot23.slot2 = BIFROST_OP_READ; in bi_assign_slot_read() 155 assert(!now->regs.slot23.slot2); in bi_assign_slots() 157 now->regs.slot23.slot2 = 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() 258 if (regs.slot23.slot2) in bi_pack_registers() 296 else if (regs->slot[2] == reg && regs->slot23.slot2 == BIFROST_OP_READ) in bi_get_src_slot()
|
H A 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()
|
H A 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()
|
H A D | bifrost.h | 379 enum bifrost_reg_op slot2; member
|
/third_party/python/Lib/test/ |
H A D | test_weakref.py | 1021 __slots__ = "slot1", "slot2" 1022 def __new__(type, ob, callback, slot1, slot2): 1024 def __init__(self, ob, callback, slot1, slot2): 1026 self.slot2 = slot2 1028 return self.slot1 + self.slot2 1032 self.assertEqual(r.slot2, "def")
|
Completed in 8 milliseconds