/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | nios2-opc.c | 180 MATCH_R1_ADD, MASK_R1_ADD, 0, no_overflow}, 184 MATCH_R1_AND, MASK_R1_AND, 0, no_overflow}, 216 MATCH_R1_BREAK, MASK_R1_BREAK, NIOS2_INSN_OPTARG, no_overflow}, 218 MATCH_R1_BRET, MASK_R1_BRET, 0, no_overflow}, 222 MATCH_R1_CALLR, MASK_R1_CALLR, 0, no_overflow}, 224 MATCH_R1_CMPEQ, MASK_R1_CMPEQ, 0, no_overflow}, 228 MATCH_R1_CMPGE, MASK_R1_CMPGE, 0, no_overflow}, 232 MATCH_R1_CMPGEU, MASK_R1_CMPGEU, 0, no_overflow}, 236 MATCH_R1_CMPGT, MASK_R1_CMPGT, NIOS2_INSN_MACRO, no_overflow}, 240 MATCH_R1_CMPGTU, MASK_R1_CMPGTU, NIOS2_INSN_MACRO, no_overflow}, [all …]
|
H A D | pru-opc.c | 116 OP_MASK_FMT1_OP | OP_MASK_SUBOP | OP_MASK_IO, 0, no_overflow}, 127 OP_MATCH_HALT, OP_MASK_FMT2_OP | OP_MASK_SUBOP, 0, no_overflow}, 129 OP_MATCH_SLP, OP_MASK_FMT2_OP | OP_MASK_SUBOP, 0, no_overflow}, 192 PRU_INSN_MACRO, no_overflow}, 196 PRU_INSN_MACRO, no_overflow},
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | nios2-opc.c | 180 MATCH_R1_ADD, MASK_R1_ADD, 0, no_overflow}, 184 MATCH_R1_AND, MASK_R1_AND, 0, no_overflow}, 216 MATCH_R1_BREAK, MASK_R1_BREAK, NIOS2_INSN_OPTARG, no_overflow}, 218 MATCH_R1_BRET, MASK_R1_BRET, 0, no_overflow}, 222 MATCH_R1_CALLR, MASK_R1_CALLR, 0, no_overflow}, 224 MATCH_R1_CMPEQ, MASK_R1_CMPEQ, 0, no_overflow}, 228 MATCH_R1_CMPGE, MASK_R1_CMPGE, 0, no_overflow}, 232 MATCH_R1_CMPGEU, MASK_R1_CMPGEU, 0, no_overflow}, 236 MATCH_R1_CMPGT, MASK_R1_CMPGT, NIOS2_INSN_MACRO, no_overflow}, 240 MATCH_R1_CMPGTU, MASK_R1_CMPGTU, NIOS2_INSN_MACRO, no_overflow}, [all …]
|
H A D | pru-opc.c | 116 OP_MASK_FMT1_OP | OP_MASK_SUBOP | OP_MASK_IO, 0, no_overflow}, 127 OP_MATCH_HALT, OP_MASK_FMT2_OP | OP_MASK_SUBOP, 0, no_overflow}, 129 OP_MATCH_SLP, OP_MASK_FMT2_OP | OP_MASK_SUBOP, 0, no_overflow}, 192 PRU_INSN_MACRO, no_overflow}, 196 PRU_INSN_MACRO, no_overflow},
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-niter.cc | 915 number_of_iterations_ne_max (mpz_t bnd, bool no_overflow, tree c, tree s, in number_of_iterations_ne_max() argument 921 bool bnds_u_valid = ((no_overflow && exit_must_be_taken) in number_of_iterations_ne_max() 938 no_overflow = true; in number_of_iterations_ne_max() 945 if (!no_overflow) in number_of_iterations_ne_max() 1019 number_of_iterations_ne_max (max, iv->no_overflow, c, s, bnds, in number_of_iterations_ne() 1058 if (!niter->control.no_overflow in number_of_iterations_ne() 1108 niter->control.no_overflow = true; in number_of_iterations_ne() 1200 (iv0->no_overflow && integer_nonzerop (iv0->step)) in number_of_iterations_lt_to_ne() 1201 || (iv1->no_overflow && integer_nonzerop (iv1->step)); in number_of_iterations_lt_to_ne() 1290 if (iv0->no_overflow) in assert_no_overflow_lt() [all …]
|
H A D | tree-ssa-loop.h | 32 bool no_overflow; member
|
H A D | tree-ssa-loop-ivopts.cc | 176 bool no_overflow; /* True if the iv doesn't overflow. */ member 804 p, iv->no_overflow ? "No-overflow" : "Overflow"); in dump_iv() 1183 bool no_overflow = false) in alloc_iv() argument 1210 if (!no_overflow in alloc_iv() 1213 no_overflow = true; in alloc_iv() 1214 iv->no_overflow = no_overflow; in alloc_iv() 1225 bool no_overflow) in set_iv() argument 1232 info->iv = alloc_iv (data, base, step, no_overflow); in set_iv() 1342 set_iv (data, PHI_RESULT (phi), base, step, iv.no_overflow); in find_bivs() 1391 if (iv->no_overflow) in mark_bivs() [all …]
|
H A D | tree-scalar-evolution.cc | 3202 iv->no_overflow = false; in simple_iv_with_niters() 3219 iv->no_overflow = true; in simple_iv_with_niters() 3242 iv->no_overflow = !folded_casts && nowrap_type_p (type); in simple_iv_with_niters() 3244 if (!iv->no_overflow in simple_iv_with_niters() 3246 iv->no_overflow = true; in simple_iv_with_niters()
|
H A D | tree-ssa-loop-split.cc | 130 if (!iv->no_overflow) in split_at_bb_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-niter.c | 897 number_of_iterations_ne_max (mpz_t bnd, bool no_overflow, tree c, tree s, in number_of_iterations_ne_max() argument 903 bool bnds_u_valid = ((no_overflow && exit_must_be_taken) in number_of_iterations_ne_max() 920 no_overflow = true; in number_of_iterations_ne_max() 927 if (!no_overflow) in number_of_iterations_ne_max() 1001 number_of_iterations_ne_max (max, iv->no_overflow, c, s, bnds, in number_of_iterations_ne() 1034 if (!niter->control.no_overflow in number_of_iterations_ne() 1087 niter->control.no_overflow = true; in number_of_iterations_ne() 1096 if (niter->control.no_overflow && multiple_of_p (type, c, s)) in number_of_iterations_ne() 1188 (iv0->no_overflow && integer_nonzerop (iv0->step)) in number_of_iterations_lt_to_ne() 1189 || (iv1->no_overflow && integer_nonzerop (iv1->step)); in number_of_iterations_lt_to_ne() [all …]
|
H A D | tree-ssa-loop.h | 32 bool no_overflow; member
|
H A D | tree-ssa-loop-ivopts.c | 176 bool no_overflow; /* True if the iv doesn't overflow. */ member 803 p, iv->no_overflow ? "No-overflow" : "Overflow"); in dump_iv() 1182 bool no_overflow = false) 1209 if (!no_overflow 1212 no_overflow = true; 1213 iv->no_overflow = no_overflow; 1224 bool no_overflow) in set_iv() argument 1231 info->iv = alloc_iv (data, base, step, no_overflow); in set_iv() 1341 set_iv (data, PHI_RESULT (phi), base, step, iv.no_overflow); in find_bivs() 1390 if (iv->no_overflow) in mark_bivs() [all …]
|
H A D | tree-scalar-evolution.c | 3211 iv->no_overflow = false; in simple_iv_with_niters() 3228 iv->no_overflow = true; in simple_iv_with_niters() 3251 iv->no_overflow = !folded_casts && nowrap_type_p (type); in simple_iv_with_niters() 3253 if (!iv->no_overflow in simple_iv_with_niters() 3255 iv->no_overflow = true; in simple_iv_with_niters()
|
H A D | graphite-scop-detection.c | 567 && niter_desc.control.no_overflow in can_represent_loop()
|
H A D | tree-ssa-loop-split.c | 130 if (!iv->no_overflow) in split_at_bb_p()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tilegx.c | 1384 int no_overflow = 0; in tilegx_cons_fix_new() local 1392 no_overflow = 1; in tilegx_cons_fix_new() 1396 no_overflow = 1; in tilegx_cons_fix_new() 1400 no_overflow = 1; in tilegx_cons_fix_new() 1404 no_overflow = 1; in tilegx_cons_fix_new() 1459 fixP->fx_no_overflow |= no_overflow; in tilegx_cons_fix_new()
|
H A D | tc-tilepro.c | 1256 int no_overflow = 0; in tilepro_cons_fix_new() local 1264 no_overflow = 1; in tilepro_cons_fix_new() 1268 no_overflow = 1; in tilepro_cons_fix_new() 1272 no_overflow = 1; in tilepro_cons_fix_new() 1318 fixP->fx_no_overflow |= no_overflow; in tilepro_cons_fix_new()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-tilegx.c | 1384 int no_overflow = 0; in tilegx_cons_fix_new() local 1392 no_overflow = 1; in tilegx_cons_fix_new() 1396 no_overflow = 1; in tilegx_cons_fix_new() 1400 no_overflow = 1; in tilegx_cons_fix_new() 1404 no_overflow = 1; in tilegx_cons_fix_new() 1459 fixP->fx_no_overflow |= no_overflow; in tilegx_cons_fix_new()
|
H A D | tc-tilepro.c | 1256 int no_overflow = 0; in tilepro_cons_fix_new() local 1264 no_overflow = 1; in tilepro_cons_fix_new() 1268 no_overflow = 1; in tilepro_cons_fix_new() 1272 no_overflow = 1; in tilepro_cons_fix_new() 1318 fixP->fx_no_overflow |= no_overflow; in tilepro_cons_fix_new()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | nios2.h | 86 no_overflow enumerator
|
H A D | pru.h | 44 no_overflow enumerator
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | nios2.h | 86 no_overflow enumerator
|
H A D | pru.h | 44 no_overflow enumerator
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf64-x86-64.c | 1482 bool no_overflow; in elf_x86_64_convert_load_reloc() local 1511 no_overflow = link_info->disable_target_specific_optimizations > 1; in elf_x86_64_convert_load_reloc() 1535 || no_overflow in elf_x86_64_convert_load_reloc() 1589 if (no_overflow) in elf_x86_64_convert_load_reloc() 1632 if (no_overflow) in elf_x86_64_convert_load_reloc() 1648 if (no_overflow) in elf_x86_64_convert_load_reloc()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf64-x86-64.c | 1619 bool no_overflow; in elf_x86_64_convert_load_reloc() local 1659 no_overflow = link_info->disable_target_specific_optimizations > 1; in elf_x86_64_convert_load_reloc() 1683 || no_overflow in elf_x86_64_convert_load_reloc() 1737 if (no_overflow) in elf_x86_64_convert_load_reloc() 1780 if (no_overflow) in elf_x86_64_convert_load_reloc() 1796 if (no_overflow) in elf_x86_64_convert_load_reloc()
|