Home
last modified time | relevance | path

Searched refs:do_main_label (Results 1 – 18 of 18) sorted by relevance

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dinternal-fn.c1078 rtx_code_label *do_main_label; in expand_mul_overflow() local
1079 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1081 NULL, do_main_label, PROB_VERY_LIKELY); in expand_mul_overflow()
1083 NULL, do_main_label, PROB_VERY_LIKELY); in expand_mul_overflow()
1085 emit_label (do_main_label); in expand_mul_overflow()
1179 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1187 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1203 emit_jump (do_main_label); in expand_mul_overflow()
1208 NULL, do_main_label, PROB_VERY_LIKELY); in expand_mul_overflow()
1214 NULL, do_main_label, PROB_VERY_LIKELY); in expand_mul_overflow()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dinternal-fn.c1078 rtx_code_label *do_main_label; in expand_mul_overflow() local
1079 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1081 NULL, do_main_label, PROB_VERY_LIKELY); in expand_mul_overflow()
1083 NULL, do_main_label, PROB_VERY_LIKELY); in expand_mul_overflow()
1085 emit_label (do_main_label); in expand_mul_overflow()
1179 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1187 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1203 emit_jump (do_main_label); in expand_mul_overflow()
1208 NULL, do_main_label, PROB_VERY_LIKELY); in expand_mul_overflow()
1214 NULL, do_main_label, PROB_VERY_LIKELY); in expand_mul_overflow()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dinternal-fn.c1325 rtx_code_label *do_main_label; in expand_mul_overflow() local
1326 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1328 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1332 emit_label (do_main_label); in expand_mul_overflow()
1424 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1432 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1448 emit_jump (do_main_label); in expand_mul_overflow()
1453 NULL, do_main_label, in expand_mul_overflow()
1461 NULL, do_main_label, in expand_mul_overflow()
1465 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dinternal-fn.c1347 rtx_code_label *do_main_label; in expand_mul_overflow() local
1348 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1350 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1354 emit_label (do_main_label); in expand_mul_overflow()
1446 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1454 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1470 emit_jump (do_main_label); in expand_mul_overflow()
1475 NULL, do_main_label, in expand_mul_overflow()
1483 NULL, do_main_label, in expand_mul_overflow()
1487 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dinternal-fn.c1325 rtx_code_label *do_main_label; in expand_mul_overflow() local
1326 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1328 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1332 emit_label (do_main_label); in expand_mul_overflow()
1424 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1432 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1448 emit_jump (do_main_label); in expand_mul_overflow()
1453 NULL, do_main_label, in expand_mul_overflow()
1461 NULL, do_main_label, in expand_mul_overflow()
1465 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dinternal-fn.c1325 rtx_code_label *do_main_label; in expand_mul_overflow() local
1326 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1328 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1332 emit_label (do_main_label); in expand_mul_overflow()
1424 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1432 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1448 emit_jump (do_main_label); in expand_mul_overflow()
1453 NULL, do_main_label, in expand_mul_overflow()
1461 NULL, do_main_label, in expand_mul_overflow()
1465 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dinternal-fn.c1325 rtx_code_label *do_main_label; in expand_mul_overflow() local
1326 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1328 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1332 emit_label (do_main_label); in expand_mul_overflow()
1424 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1432 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1448 emit_jump (do_main_label); in expand_mul_overflow()
1453 NULL, do_main_label, in expand_mul_overflow()
1461 NULL, do_main_label, in expand_mul_overflow()
1465 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dinternal-fn.c1347 rtx_code_label *do_main_label; in expand_mul_overflow() local
1348 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1350 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1354 emit_label (do_main_label); in expand_mul_overflow()
1446 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1454 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1470 emit_jump (do_main_label); in expand_mul_overflow()
1475 NULL, do_main_label, in expand_mul_overflow()
1483 NULL, do_main_label, in expand_mul_overflow()
1487 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dinternal-fn.c1325 rtx_code_label *do_main_label; in expand_mul_overflow() local
1326 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1328 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1332 emit_label (do_main_label); in expand_mul_overflow()
1424 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1432 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1448 emit_jump (do_main_label); in expand_mul_overflow()
1453 NULL, do_main_label, in expand_mul_overflow()
1461 NULL, do_main_label, in expand_mul_overflow()
1465 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dinternal-fn.c1351 rtx_code_label *do_main_label; in expand_mul_overflow() local
1352 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1354 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1358 emit_label (do_main_label); in expand_mul_overflow()
1450 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1458 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1474 emit_jump (do_main_label); in expand_mul_overflow()
1479 NULL, do_main_label, in expand_mul_overflow()
1487 NULL, do_main_label, in expand_mul_overflow()
1491 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dinternal-fn.c1351 rtx_code_label *do_main_label; in expand_mul_overflow() local
1352 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1354 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1358 emit_label (do_main_label); in expand_mul_overflow()
1450 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1458 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1474 emit_jump (do_main_label); in expand_mul_overflow()
1479 NULL, do_main_label, in expand_mul_overflow()
1487 NULL, do_main_label, in expand_mul_overflow()
1491 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dinternal-fn.c1351 rtx_code_label *do_main_label; in expand_mul_overflow() local
1352 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1354 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1358 emit_label (do_main_label); in expand_mul_overflow()
1450 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1458 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1474 emit_jump (do_main_label); in expand_mul_overflow()
1479 NULL, do_main_label, in expand_mul_overflow()
1487 NULL, do_main_label, in expand_mul_overflow()
1491 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dinternal-fn.c1325 rtx_code_label *do_main_label; in expand_mul_overflow() local
1326 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1328 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1330 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1332 emit_label (do_main_label); in expand_mul_overflow()
1426 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1434 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1450 emit_jump (do_main_label); in expand_mul_overflow()
1455 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1461 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dinternal-fn.c1347 rtx_code_label *do_main_label; in expand_mul_overflow() local
1348 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1350 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1352 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1354 emit_label (do_main_label); in expand_mul_overflow()
1448 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1456 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1472 emit_jump (do_main_label); in expand_mul_overflow()
1477 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1483 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dinternal-fn.c1516 rtx_code_label *do_main_label; in expand_mul_overflow() local
1517 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1519 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1523 emit_label (do_main_label); in expand_mul_overflow()
1655 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1663 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1679 emit_jump (do_main_label); in expand_mul_overflow()
1684 NULL, do_main_label, in expand_mul_overflow()
1692 NULL, do_main_label, in expand_mul_overflow()
1696 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dinternal-fn.c1516 rtx_code_label *do_main_label; in expand_mul_overflow() local
1517 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1519 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1523 emit_label (do_main_label); in expand_mul_overflow()
1655 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1663 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1679 emit_jump (do_main_label); in expand_mul_overflow()
1684 NULL, do_main_label, in expand_mul_overflow()
1692 NULL, do_main_label, in expand_mul_overflow()
1696 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dinternal-fn.c1516 rtx_code_label *do_main_label; in expand_mul_overflow() local
1517 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1519 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1523 emit_label (do_main_label); in expand_mul_overflow()
1655 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1663 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1679 emit_jump (do_main_label); in expand_mul_overflow()
1684 NULL, do_main_label, in expand_mul_overflow()
1692 NULL, do_main_label, in expand_mul_overflow()
1696 NULL, do_main_label, in expand_mul_overflow()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dinternal-fn.c1521 rtx_code_label *do_main_label; in expand_mul_overflow() local
1522 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1524 NULL, do_main_label, profile_probability::very_likely ()); in expand_mul_overflow()
1528 emit_label (do_main_label); in expand_mul_overflow()
1660 rtx_code_label *do_main_label, *after_negate_label; in expand_mul_overflow() local
1668 do_main_label = gen_label_rtx (); in expand_mul_overflow()
1684 emit_jump (do_main_label); in expand_mul_overflow()
1689 NULL, do_main_label, in expand_mul_overflow()
1697 NULL, do_main_label, in expand_mul_overflow()
1701 NULL, do_main_label, in expand_mul_overflow()
[all …]