Home
last modified time | relevance | path

Searched refs:slot2 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pack.c84 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()
Dbi_print.c51 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()
Ddisassemble.c173 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()
Dbifrost.h379 enum bifrost_reg_op slot2; member
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
Dassembler-cases.txt116 84 81 00 a8 f4 a6 6a 00 LD_BUFFER.i64.unsigned.slot2 @r38:r39, u4, u1
117 83 81 00 a8 f4 a4 6a 00 LD_BUFFER.i64.unsigned.slot2 @r36:r37, u3, u1
183 3d 00 00 b2 88 80 5c 68 LD_VAR_BUF_IMM.f32.slot2.v4.src_f32.sample.store.discard @r0:r1:r2:r3, r…
/third_party/python/Lib/test/
Dtest_weakref.py1038 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")