Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dsequence_local_storage_slot_unittest.cc61 SequenceLocalStorageSlot<int> slot3; in TEST_F() local
65 slot3.Set(3); in TEST_F()
69 EXPECT_EQ(slot3.Get(), 3); in TEST_F()
71 slot3.Set(4); in TEST_F()
75 EXPECT_EQ(slot3.Get(), 4); in TEST_F()
/external/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()
215 } else if (ctrl.slot23.slot3 >= BIFROST_OP_WRITE && ctrl.slot23.slot3_fma) { in bi_disasm_dest_fma()
217 bi_disasm_dest_mask(fp, ctrl.slot23.slot3); in bi_disasm_dest_fma()
228 if (ctrl.slot23.slot3 >= BIFROST_OP_WRITE && !ctrl.slot23.slot3_fma) { in bi_disasm_dest_add()
230 bi_disasm_dest_mask(fp, ctrl.slot23.slot3); in bi_disasm_dest_add()
Dbi_pack.c230 if (!regs->slot23.slot3) { in bi_assign_slot_read()
270 now->regs.slot23.slot3 = BIFROST_OP_WRITE; in bi_assign_slots()
276 if (now->regs.slot23.slot3) { in bi_assign_slots()
283 now->regs.slot23.slot3 = BIFROST_OP_WRITE; in bi_assign_slots()
295 if (r.first_instruction && !(r.slot23.slot2 | r.slot23.slot3)) in bi_pack_register_mode()
333 if (!(regs.slot23.slot2 && regs.slot23.slot3)) in bi_pack_registers()
377 assert(regs.slot[3] == regs.slot[2] || !(regs.slot23.slot2 && regs.slot23.slot3)); in bi_pack_registers()
Dbi_print.c381 if (regs->slot23.slot3) { in bi_print_slots()
383 bi_reg_op_name(regs->slot23.slot3), in bi_print_slots()
Dbifrost.h375 enum bifrost_reg_op slot3; member