Searched refs:IR3_INSTR_SS (Results 1 – 5 of 5) sorted by relevance
100 n->flags |= IR3_INSTR_SS | IR3_INSTR_SY; in legalize_block()118 n->flags |= IR3_INSTR_SS; in legalize_block()139 n->flags |= IR3_INSTR_SS; in legalize_block()154 if ((n->flags & IR3_INSTR_SS) && (opc_cat(n->opc) >= 5)) { in legalize_block()157 nop->flags |= IR3_INSTR_SS; in legalize_block()158 n->flags &= ~IR3_INSTR_SS; in legalize_block()192 ir3_NOP(block)->flags |= IR3_INSTR_SS; in legalize_block()237 baryf->flags |= IR3_INSTR_SS; in legalize_block()255 ->flags |= IR3_INSTR_SS | IR3_INSTR_SY; in legalize_block()
134 cat0->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat0()181 cat1->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat1()261 cat2->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat2()357 cat3->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat3()404 cat4->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat4()656 cat7->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat7()
48 if (instr->flags & IR3_INSTR_SS) in print_instr_name()
192 IR3_INSTR_SS = 0x002, enumerator
1832 barrier->flags = IR3_INSTR_SS | IR3_INSTR_SY; in emit_intrinsic_barrier()