Searched refs:allowed_slots (Results 1 – 1 of 1) sorted by relevance
1677 unsigned allowed_slots = ctx.alu_slots_mask(a->bc.op_ptr); in try_add_instruction() local1680 allowed_slots &= avail_slots; in try_add_instruction()1682 if (!allowed_slots) in try_add_instruction()1688 allowed_slots &= (1 << slot) | 0x10; in try_add_instruction()1692 allowed_slots &= (1 << SLOT_X); in try_add_instruction()1694 allowed_slots &= (1 << SLOT_TRANS); in try_add_instruction()1702 allowed_slots &= 0x0F; in try_add_instruction()1705 if (!allowed_slots) { in try_add_instruction()1710 slot = __builtin_ctz(allowed_slots); in try_add_instruction()