HomeSort by: relevance | last modified time | path
    Searched refs:subops (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/hppa/
db_disasm.c 519 * requirement that all subops of a major opcode begin in the same
776 const struct inst **subops; /* pointer to table of subops indexed by member in struct:majoropcode
1279 * Lastly, fill in all legal subops with the appropriate info.
1284 m->subops = __UNCONST(i);
1286 m->subops[i->opcext] = i;
2260 i = (const struct inst *)m->subops;
2262 i = m->subops[ext];
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.cc 1652 vec<operand_entry *> *subops; local
1703 subops = XCNEWVEC (vec_operand_entry_t_heap, ops->length ());
1712 linearize_expr_tree (&subops[i], oedef,
1715 FOR_EACH_VEC_ELT (subops[i], j, oe1)
1785 FOR_EACH_VEC_ELT (subops[i], j, oe1)
1841 subops[first].release ();
1850 subops[i].release ();
1851 free (subops);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc 1648 vec<operand_entry *> *subops; local
1699 subops = XCNEWVEC (vec_operand_entry_t_heap, ops->length ());
1708 linearize_expr_tree (&subops[i], oedef,
1711 FOR_EACH_VEC_ELT (subops[i], j, oe1)
1781 FOR_EACH_VEC_ELT (subops[i], j, oe1)
1837 subops[first].release ();
1846 subops[i].release ();
1847 free (subops);

Completed in 37 milliseconds