Home
last modified time | relevance | path

Searched refs:CODE_FOR_nothing (Results 1 – 25 of 124) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs-query.cc48 if (icode == CODE_FOR_nothing in convert_optab_handler()
50 return CODE_FOR_nothing; in convert_optab_handler()
63 if (icode == CODE_FOR_nothing in direct_optab_handler()
65 return CODE_FOR_nothing; in direct_optab_handler()
130 if (icode == CODE_FOR_nothing) in get_optab_extraction_insn()
314 if (icode != CODE_FOR_nothing) in can_fix_p()
325 if (icode != CODE_FOR_nothing in can_fix_p()
326 && optab_handler (ftrunc_optab, fltmode) != CODE_FOR_nothing) in can_fix_p()
332 return CODE_FOR_nothing; in can_fix_p()
346 return direct_optab_handler (movcc_optab, mode) != CODE_FOR_nothing; in can_conditionally_move_p()
[all …]
H A Doptabs.cc326 gcc_assert (icode != CODE_FOR_nothing); in expand_widen_pattern_expr()
376 gcc_assert (optab_handler (ternary_optab, mode) != CODE_FOR_nothing); in expand_ternary_op()
440 if (icode != CODE_FOR_nothing) in expand_vector_broadcast()
457 if (icode == CODE_FOR_nothing) in expand_vector_broadcast()
993 if (optab_handler (uaddv4_optab, word_mode) == CODE_FOR_nothing) in expand_doubleword_mod()
1527 if (icode != CODE_FOR_nothing) in expand_binop()
1539 && (icode = optab_handler (rotr_optab, mode)) != CODE_FOR_nothing) in expand_binop()
1541 && (icode = optab_handler (rotl_optab, mode)) != CODE_FOR_nothing)) in expand_binop()
1571 wider_mode, mode) != CODE_FOR_nothing)) in expand_binop()
1609 && (icode = optab_handler (otheroptab, mode)) != CODE_FOR_nothing) in expand_binop()
[all …]
H A Doptabs-tree.cc366 return (optab_handler (op, TYPE_MODE (vectype_out)) != CODE_FOR_nothing); in supportable_half_widening_operation()
403 != CODE_FOR_nothing) in supportable_convert_operation()
406 != CODE_FOR_nothing)) in supportable_convert_operation()
420 && convert_optab_handler (trunc_optab, m1, m2) != CODE_FOR_nothing) in supportable_convert_operation()
455 != CODE_FOR_nothing; in vec_cmp_eq_icode_p()
495 != CODE_FOR_nothing; in vcond_eq_icode_p()
509 TYPE_MODE (cmp_op_type)) != CODE_FOR_nothing) in expand_vec_cond_expr_p()
567 && optab_handler (ot, TYPE_MODE (type)) != CODE_FOR_nothing); in target_supports_op_p()
H A Dgimple-isel.cc221 != CODE_FOR_nothing)) in gimple_expand_vec_cond_expr()
234 != CODE_FOR_nothing) in gimple_expand_vec_cond_expr()
256 if (icode == CODE_FOR_nothing in gimple_expand_vec_cond_expr()
259 != CODE_FOR_nothing)) in gimple_expand_vec_cond_expr()
261 if (icode == CODE_FOR_nothing) in gimple_expand_vec_cond_expr()
284 != CODE_FOR_nothing)); in gimple_expand_vec_cond_expr()
H A Dtree-vect-generic.cc555 && optab_handler (op, TYPE_MODE (type)) != CODE_FOR_nothing) in add_rshift()
562 && optab_handler (op, TYPE_MODE (type)) != CODE_FOR_nothing) in add_rshift()
603 || optab_handler (op, TYPE_MODE (type)) == CODE_FOR_nothing) in expand_vector_divmod()
833 && optab_handler (op, TYPE_MODE (type)) != CODE_FOR_nothing) in expand_vector_divmod()
853 && optab_handler (op, TYPE_MODE (type)) != CODE_FOR_nothing) in expand_vector_divmod()
866 != CODE_FOR_nothing) in expand_vector_divmod()
876 != CODE_FOR_nothing) in expand_vector_divmod()
947 || optab_handler (op, TYPE_MODE (type)) == CODE_FOR_nothing) in expand_vector_divmod()
953 || optab_handler (op, TYPE_MODE (type)) == CODE_FOR_nothing) in expand_vector_divmod()
975 || optab_handler (op, TYPE_MODE (type)) == CODE_FOR_nothing) in expand_vector_divmod()
[all …]
H A Doptabs-query.h117 enum insn_code icode = CODE_FOR_nothing; in get_vcond_icode()
211 if (icode != CODE_FOR_nothing && found_mode) in find_widening_optab_handler_and_mode()
H A Dinternal-fn.cc919 if (icode != CODE_FOR_nothing) in expand_addsub_overflow()
1140 if (icode != CODE_FOR_nothing) in expand_addsub_overflow()
1291 if (icode != CODE_FOR_nothing) in expand_neg_overflow()
1314 icode = CODE_FOR_nothing; in expand_neg_overflow()
1318 if (icode == CODE_FOR_nothing) in expand_neg_overflow()
1364 != CODE_FOR_nothing) in can_widen_mult_without_libcall()
1368 != CODE_FOR_nothing) in can_widen_mult_without_libcall()
1723 && (optimize_insn_for_speed_p () || icode == CODE_FOR_nothing)) in expand_mul_overflow()
1764 if (icode != CODE_FOR_nothing) in expand_mul_overflow()
1788 icode = CODE_FOR_nothing; in expand_mul_overflow()
[all …]
H A Dexpr.cc188 if (ic == CODE_FOR_nothing) in init_expr_target()
278 if (icode != CODE_FOR_nothing) in convert_move()
291 if (icode != CODE_FOR_nothing) in convert_move()
361 if (code != CODE_FOR_nothing) in convert_mode_scalar()
399 != CODE_FOR_nothing) in convert_mode_scalar()
415 != CODE_FOR_nothing); in convert_mode_scalar()
432 gcc_assert (icode != CODE_FOR_nothing); in convert_mode_scalar()
480 != CODE_FOR_nothing) in convert_mode_scalar()
494 != CODE_FOR_nothing)) in convert_mode_scalar()
601 != CODE_FOR_nothing) in convert_mode_scalar()
[all …]
H A Dexpmed.cc770 && optab_handler (vec_set_optab, outermode) != CODE_FOR_nothing in store_bit_field_1()
906 && optab_handler (movstrict_optab, fieldmode) != CODE_FOR_nothing) in store_integral_bit_field()
1690 != CODE_FOR_nothing) in extract_bit_field_1()
1757 if (icode != CODE_FOR_nothing in extract_bit_field_1()
2555 && optab_handler (bswap_optab, mode) != CODE_FOR_nothing) in expand_shift_1()
3490 && optab_handler (vashl_optab, mode) == CODE_FOR_nothing in expand_mult()
3491 && optab_handler (ashl_optab, mode) == CODE_FOR_nothing) in expand_mult()
3870 if (convert_optab_handler (moptab, wider_mode, mode) != CODE_FOR_nothing in expmed_mult_highpart_optab()
3880 if (optab_handler (smul_optab, wider_mode) != CODE_FOR_nothing in expmed_mult_highpart_optab()
3909 if (convert_optab_handler (moptab, wider_mode, mode) != CODE_FOR_nothing in expmed_mult_highpart_optab()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs-query.c48 if (icode == CODE_FOR_nothing in convert_optab_handler()
50 return CODE_FOR_nothing; in convert_optab_handler()
63 if (icode == CODE_FOR_nothing in direct_optab_handler()
65 return CODE_FOR_nothing; in direct_optab_handler()
130 if (icode == CODE_FOR_nothing) in get_optab_extraction_insn()
314 if (icode != CODE_FOR_nothing) in can_fix_p()
325 if (icode != CODE_FOR_nothing in can_fix_p()
326 && optab_handler (ftrunc_optab, fltmode) != CODE_FOR_nothing) in can_fix_p()
332 return CODE_FOR_nothing; in can_fix_p()
346 return direct_optab_handler (movcc_optab, mode) != CODE_FOR_nothing; in can_conditionally_move_p()
[all …]
H A Doptabs-tree.c313 != CODE_FOR_nothing) in supportable_convert_operation()
316 != CODE_FOR_nothing)) in supportable_convert_operation()
330 && convert_optab_handler (trunc_optab, m1, m2) != CODE_FOR_nothing) in supportable_convert_operation()
347 TYPE_UNSIGNED (value_type)) != CODE_FOR_nothing) in expand_vec_cmp_expr_p()
351 != CODE_FOR_nothing)) in expand_vec_cmp_expr_p()
378 != CODE_FOR_nothing; in vcond_eq_icode_p()
392 TYPE_MODE (cmp_op_type)) != CODE_FOR_nothing) in expand_vec_cond_expr_p()
451 && optab_handler (ot, TYPE_MODE (type)) != CODE_FOR_nothing); in target_supports_op_p()
H A Doptabs.c296 gcc_assert (icode != CODE_FOR_nothing); in expand_widen_pattern_expr()
350 gcc_assert (optab_handler (ternary_optab, mode) != CODE_FOR_nothing); in expand_ternary_op()
414 if (icode != CODE_FOR_nothing) in expand_vector_broadcast()
431 if (icode == CODE_FOR_nothing) in expand_vector_broadcast()
1207 if (icode != CODE_FOR_nothing) in expand_binop()
1219 && (icode = optab_handler (rotr_optab, mode)) != CODE_FOR_nothing) in expand_binop()
1221 && (icode = optab_handler (rotl_optab, mode)) != CODE_FOR_nothing)) in expand_binop()
1251 wider_mode, mode) != CODE_FOR_nothing)) in expand_binop()
1289 && (icode = optab_handler (otheroptab, mode)) != CODE_FOR_nothing) in expand_binop()
1320 if (optab_handler (binoptab, wider_mode) != CODE_FOR_nothing in expand_binop()
[all …]
H A Dtree-vect-generic.c455 && optab_handler (op, TYPE_MODE (type)) != CODE_FOR_nothing) in add_rshift()
462 && optab_handler (op, TYPE_MODE (type)) != CODE_FOR_nothing) in add_rshift()
503 || optab_handler (op, TYPE_MODE (type)) == CODE_FOR_nothing) in expand_vector_divmod()
731 && optab_handler (op, TYPE_MODE (type)) != CODE_FOR_nothing) in expand_vector_divmod()
751 && optab_handler (op, TYPE_MODE (type)) != CODE_FOR_nothing) in expand_vector_divmod()
764 != CODE_FOR_nothing) in expand_vector_divmod()
774 != CODE_FOR_nothing) in expand_vector_divmod()
845 || optab_handler (op, TYPE_MODE (type)) == CODE_FOR_nothing) in expand_vector_divmod()
851 || optab_handler (op, TYPE_MODE (type)) == CODE_FOR_nothing) in expand_vector_divmod()
873 || optab_handler (op, TYPE_MODE (type)) == CODE_FOR_nothing) in expand_vector_divmod()
[all …]
H A Doptabs-query.h117 enum insn_code icode = CODE_FOR_nothing; in get_vcond_icode()
209 if (icode != CODE_FOR_nothing && found_mode) in find_widening_optab_handler_and_mode()
H A Dinternal-fn.c778 if (icode != CODE_FOR_nothing) in expand_addsub_overflow()
999 if (icode != CODE_FOR_nothing) in expand_addsub_overflow()
1150 if (icode != CODE_FOR_nothing) in expand_neg_overflow()
1173 icode = CODE_FOR_nothing; in expand_neg_overflow()
1177 if (icode == CODE_FOR_nothing) in expand_neg_overflow()
1223 != CODE_FOR_nothing) in can_widen_mult_without_libcall()
1227 != CODE_FOR_nothing) in can_widen_mult_without_libcall()
1507 && (optimize_insn_for_speed_p () || icode == CODE_FOR_nothing)) in expand_mul_overflow()
1548 if (icode != CODE_FOR_nothing) in expand_mul_overflow()
1572 icode = CODE_FOR_nothing; in expand_mul_overflow()
[all …]
H A Dexpmed.c766 && optab_handler (vec_set_optab, outermode) != CODE_FOR_nothing in store_bit_field_1()
901 && optab_handler (movstrict_optab, fieldmode) != CODE_FOR_nothing) in store_integral_bit_field()
1681 != CODE_FOR_nothing) in extract_bit_field_1()
1747 if (icode != CODE_FOR_nothing in extract_bit_field_1()
2539 && optab_handler (bswap_optab, mode) != CODE_FOR_nothing)
3474 && optab_handler (vashl_optab, mode) == CODE_FOR_nothing in expand_mult()
3475 && optab_handler (ashl_optab, mode) == CODE_FOR_nothing) in expand_mult()
3854 if (convert_optab_handler (moptab, wider_mode, mode) != CODE_FOR_nothing in expmed_mult_highpart_optab()
3864 if (optab_handler (smul_optab, wider_mode) != CODE_FOR_nothing in expmed_mult_highpart_optab()
3893 if (convert_optab_handler (moptab, wider_mode, mode) != CODE_FOR_nothing in expmed_mult_highpart_optab()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-builtins.def259 DEF_BUILTIN (SPU_CONVTF, CODE_FOR_nothing, "spu_convtf", B_OVERLOAD, _A1(…
262 DEF_BUILTIN (SPU_EXTEND, CODE_FOR_nothing, "spu_extend", B_OVERLOAD, _A1(…
267 DEF_BUILTIN (SPU_ADD, CODE_FOR_nothing, "spu_add", B_OVERLOAD, _A1(…
278 DEF_BUILTIN (SPU_ADDX, CODE_FOR_nothing, "spu_addx", B_OVERLOAD, _A1(…
281 DEF_BUILTIN (SPU_GENC, CODE_FOR_nothing, "spu_genc", B_OVERLOAD, _A1(…
284 DEF_BUILTIN (SPU_GENCX, CODE_FOR_nothing, "spu_gencx", B_OVERLOAD, _A1(…
287 DEF_BUILTIN (SPU_MADD, CODE_FOR_nothing, "spu_madd", B_OVERLOAD, _A1(…
291 DEF_BUILTIN (SPU_MSUB, CODE_FOR_nothing, "spu_msub", B_OVERLOAD, _A1(…
294 DEF_BUILTIN (SPU_MHHADD, CODE_FOR_nothing, "spu_mhhadd", B_OVERLOAD, _A1(…
297 DEF_BUILTIN (SPU_MULE, CODE_FOR_nothing, "spu_mule", B_OVERLOAD, _A1(…
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-builtins.cc400 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_WM64", (enum ix86_builtins) BUILT_IN_T…
401 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_WaRM64", (enum ix86_builtins) BUILT_IN…
402 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_WaWM64", (enum ix86_builtins) BUILT_IN…
403 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_RM64", (enum ix86_builtins) BUILT_IN_T…
404 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_RaRM64", (enum ix86_builtins) BUILT_IN…
405 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_RaWM64", (enum ix86_builtins) BUILT_IN…
406 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_RfWM64", (enum ix86_builtins) BUILT_IN…
408 …{ OPTION_MASK_ISA_SSE, 0, CODE_FOR_nothing, "__builtin__ITM_WM128", (enum ix86_builtins) BUILT_IN_…
409 …{ OPTION_MASK_ISA_SSE, 0, CODE_FOR_nothing, "__builtin__ITM_WaRM128", (enum ix86_builtins) BUILT_I…
410 …{ OPTION_MASK_ISA_SSE, 0, CODE_FOR_nothing, "__builtin__ITM_WaWM128", (enum ix86_builtins) BUILT_I…
[all …]
H A Di386-builtin.def91 …0, 0, CODE_FOR_nothing, "__builtin_ia32_rdtsc", IX86_BUILTIN_RDTSC, UNKNOWN, (int) UINT64_FTYPE_VO…
92 BDESC (0, 0, CODE_FOR_nothing, "__builtin_ia32_rdtscp", IX86_BUILTIN_RDTSCP, UNKNOWN, (int) UINT64_…
93 BDESC (0, 0, CODE_FOR_nothing, "__builtin_ia32_rdpmc", IX86_BUILTIN_RDPMC, UNKNOWN, (int) UINT64_FT…
109 BDESC (OPTION_MASK_ISA_FXSR, 0, CODE_FOR_nothing, "__builtin_ia32_fxsave", IX86_BUILTIN_FXSAVE, UNK…
110 BDESC (OPTION_MASK_ISA_FXSR, 0, CODE_FOR_nothing, "__builtin_ia32_fxrstor", IX86_BUILTIN_FXRSTOR, U…
111 BDESC (OPTION_MASK_ISA_XSAVE, 0, CODE_FOR_nothing, "__builtin_ia32_xsave", IX86_BUILTIN_XSAVE, UNKN…
112 BDESC (OPTION_MASK_ISA_XSAVE, 0, CODE_FOR_nothing, "__builtin_ia32_xrstor", IX86_BUILTIN_XRSTOR, UN…
113 BDESC (OPTION_MASK_ISA_XSAVEOPT, 0, CODE_FOR_nothing, "__builtin_ia32_xsaveopt", IX86_BUILTIN_XSAVE…
114 BDESC (OPTION_MASK_ISA_XSAVES, 0, CODE_FOR_nothing, "__builtin_ia32_xsaves", IX86_BUILTIN_XSAVES, U…
115 BDESC (OPTION_MASK_ISA_XSAVES, 0, CODE_FOR_nothing, "__builtin_ia32_xrstors", IX86_BUILTIN_XRSTORS,…
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-builtins.c394 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_WM64", (enum ix86_builtins) BUILT_IN_T…
395 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_WaRM64", (enum ix86_builtins) BUILT_IN…
396 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_WaWM64", (enum ix86_builtins) BUILT_IN…
397 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_RM64", (enum ix86_builtins) BUILT_IN_T…
398 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_RaRM64", (enum ix86_builtins) BUILT_IN…
399 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_RaWM64", (enum ix86_builtins) BUILT_IN…
400 …{ OPTION_MASK_ISA_MMX, 0, CODE_FOR_nothing, "__builtin__ITM_RfWM64", (enum ix86_builtins) BUILT_IN…
402 …{ OPTION_MASK_ISA_SSE, 0, CODE_FOR_nothing, "__builtin__ITM_WM128", (enum ix86_builtins) BUILT_IN_…
403 …{ OPTION_MASK_ISA_SSE, 0, CODE_FOR_nothing, "__builtin__ITM_WaRM128", (enum ix86_builtins) BUILT_I…
404 …{ OPTION_MASK_ISA_SSE, 0, CODE_FOR_nothing, "__builtin__ITM_WaWM128", (enum ix86_builtins) BUILT_I…
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-builtin.def204 CODE_FOR_nothing) /* ICODE */
213 CODE_FOR_nothing) /* ICODE */
222 CODE_FOR_nothing) /* ICODE */
230 CODE_FOR_nothing) /* ICODE */
238 CODE_FOR_nothing) /* ICODE */
246 CODE_FOR_nothing) /* ICODE */
254 CODE_FOR_nothing) /* ICODE */
263 CODE_FOR_nothing) /* ICODE */
271 CODE_FOR_nothing) /* ICODE */
321 CODE_FOR_nothing) /* ICODE */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dmul-tables.c35 CODE_FOR_nothing /* must be first */ , enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dmul-tables.c35 CODE_FOR_nothing /* must be first */ , enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dmul-tables.cc35 CODE_FOR_nothing /* must be first */ , enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dmul-tables.cc35 CODE_FOR_nothing /* must be first */ , enumerator

12345