Searched refs:binops (Results 1 – 14 of 14) sorted by relevance
11 * Implement smarter constant generation for binops with large immediates.
2171 ;; {{{ FP binops - special cases2201 ;; {{{ FP binops - generic
2181 ;; {{{ FP binops - special cases2211 ;; {{{ FP binops - generic
1915 static const cp_parser_binary_operations_map_node binops[] = { variable3987 for (i = 0; i < sizeof (binops) / sizeof (binops[0]); i++) in cp_parser_new()3988 binops_by_token[binops[i].token_type] = binops[i]; in cp_parser_new()
2016 static const cp_parser_binary_operations_map_node binops[] = { variable4203 for (unsigned i = 0; i < sizeof (binops) / sizeof (binops[0]); i++) in cp_parser_new()4204 binops_by_token[binops[i].token_type] = binops[i]; in cp_parser_new()
1832 binops, binops_by_token): New.
4825 binop_must_be_user_defined tests for user-defined binops,
1213 (region_model::get_representative_path_var_1): Handle binops.
2578 /// basic_sse12_fp_binop_xxx - SSE 1 & 2 binops come in both scalar and
27478 favor of looping and tail recursion for TREE_LIST and binops.
15214 * c-typeck.c (build_binary_op): Allow vectors in binops.
30770 binops do not use OPTAB_LIB_WIDEN.
9663 * tune/speed.c (routine): Add FLAG_R_OPTIONAL for many binops.