Home
last modified time | relevance | path

Searched refs:mop2 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/bin/test/
H A Dtest.c135 static const struct t_op mop2[] = { variable
795 return bsearch(s + 1, mop2, __arraycount(mop2), in findop()
796 sizeof(*mop2), compare1); in findop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc4608 tree mop2 = gimple_assign_rhs2 (def); in convert_mult_to_highpart() local
4622 if (unsignedp != TYPE_UNSIGNED (TREE_TYPE (mop2))) in convert_mult_to_highpart()
4632 MULT_HIGHPART_EXPR, mop1, mop2); in convert_mult_to_highpart()