Searched refs:other_op (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/rand/priority_queue/
H A Dcontainer_rand_regression_test.h78 other_op enumerator in enum:__gnu_pbds::test::detail::container_rand_regression_test::op
/haiku-buildtools/gcc/gcc/config/cris/
H A Dcris.c2316 The variables multop and other_op are indexes into this,
2322 other_op : One of the entities of the main effect,
2328 int multop, int other_op)
2361 if (other_op >= 0)
2363 if (GET_MODE_SIZE (GET_MODE (ops[other_op])) > UNITS_PER_WORD)
2370 && cris_base_p (ops[other_op],
2372 && REGNO (ops[lreg]) == REGNO (ops[other_op]))
2373 || rtx_equal_p (ops[other_op], ops[lreg]))
2380 || (other_op >= 0 && ops[other_op]
2326 cris_side_effect_mode_ok(enum rtx_code code, rtx *ops, int lreg, int rreg, int rval, int multop, int other_op) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h90 other_op enumerator in enum:__gnu_pbds::test::detail::container_rand_regression_test::op
/haiku-buildtools/gcc/gcc/
H A Dtree-predcom.c2161 tree other_op; local
2167 other_op = gimple_assign_rhs2 (stmt);
2169 other_op = gimple_assign_rhs1 (stmt);
2172 gimple_assign_set_rhs_from_tree (&si, other_op);
/haiku-buildtools/gcc/gcc/fortran/
H A Dinterface.c1830 gfc_intrinsic_op other_op; local
1838 other_op = gfc_equivalent_op ((gfc_intrinsic_op) i);
1839 if (other_op != INTRINSIC_NONE
1840 && check_interface1 (ns->op[i], ns2->op[other_op],
H A Ddecl.c6996 gfc_intrinsic_op other_op; local
7003 other_op = gfc_equivalent_op (op);
7005 if (other_op != INTRINSIC_NONE)
7006 gfc_current_ns->operator_access[other_op] =

Completed in 134 milliseconds