Searched refs:slot_flags (Results 1 – 8 of 8) sorted by relevance
325 unsigned slot_flags = c->bc.slot_flags; in update_packed_items() local328 if (((flags & AF_REPL) && slot_flags == AF_4V) || in update_packed_items()329 (ctx.is_cayman() && slot_flags == AF_S)) { in update_packed_items()425 return c->bc.slot_flags; in alu_op_slot_flags()
526 alu_op_flags slot_flags; member710 unsigned slot_flags = alu_slots(op_ptr); in alu_slots_mask() local711 if (slot_flags & AF_V) in alu_slots_mask()713 if (!is_cayman() && (slot_flags & AF_S)) in alu_slots_mask()
47 unsigned slot_flags = ctx.alu_slots(n->bc.op); in assign_slot() local50 if (!ctx.is_cayman() && (!(slot_flags & AF_V) || slots[slot]) && in assign_slot()51 (slot_flags & AF_S)) in assign_slot()
164 if (a->bc.op_ptr->src_count == 3 && !(a->bc.slot_flags & AF_V)) { in process_alu_src_constants()
391 assert(!(slots[slot]->bc.slot_flags & AF_4SLOT)); in discard_slots()406 if (t && (t->bc.slot_flags & AF_V)) { in discard_slots()1691 if (a->bc.slot_flags & AF_V) in try_add_instruction()
400 bc.slot_flags = (alu_op_flags)bc.op_ptr->slots[ctx.isa->hw_class]; in decode_alu()
582 unsigned sflags = a->bc.slot_flags; in prepare_alu_group()
1014 return ((bc.op_ptr->flags & AF_INTERP) && (bc.slot_flags == AF_4V)) ? in forced_bank_swizzle()