Home | History | Annotate | Download | only in ir3

Lines Matching refs:cat7

839 	instr_cat7_t *cat7 = ptr;
841 cat7->ss = !!(instr->flags & IR3_INSTR_SS);
842 cat7->w = instr->cat7.w;
843 cat7->r = instr->cat7.r;
844 cat7->l = instr->cat7.l;
845 cat7->g = instr->cat7.g;
846 cat7->opc = instr->opc;
847 cat7->jmp_tgt = !!(instr->flags & IR3_INSTR_JP);
848 cat7->sync = !!(instr->flags & IR3_INSTR_SY);
849 cat7->opc_cat = 7;