Home
last modified time | relevance | path

Searched refs:iv0 (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dloop-iv.cc511 iv_add (class rtx_iv *iv0, class rtx_iv *iv1, enum rtx_code op) in iv_add() argument
517 if (iv0->extend == IV_UNKNOWN_EXTEND in iv_add()
518 && iv0->mode == iv0->extend_mode in iv_add()
519 && iv0->step == const0_rtx in iv_add()
520 && GET_MODE_SIZE (iv0->extend_mode) < GET_MODE_SIZE (iv1->extend_mode)) in iv_add()
522 iv0->extend_mode = iv1->extend_mode; in iv_add()
523 iv0->base = simplify_gen_unary (ZERO_EXTEND, iv0->extend_mode, in iv_add()
524 iv0->base, iv0->mode); in iv_add()
529 && GET_MODE_SIZE (iv1->extend_mode) < GET_MODE_SIZE (iv0->extend_mode)) in iv_add()
531 iv1->extend_mode = iv0->extend_mode; in iv_add()
[all …]
Dtree-ssa-loop-niter.cc1162 number_of_iterations_lt_to_ne (tree type, affine_iv *iv0, affine_iv *iv1, in number_of_iterations_lt_to_ne() argument
1200 (iv0->no_overflow && integer_nonzerop (iv0->step)) in number_of_iterations_lt_to_ne()
1203 if (integer_nonzerop (iv0->step)) in number_of_iterations_lt_to_ne()
1221 iv0->base, in number_of_iterations_lt_to_ne()
1225 iv0->base, in number_of_iterations_lt_to_ne()
1239 iv0->base, bound); in number_of_iterations_lt_to_ne()
1247 fold_build_pointer_plus (iv0->base, in number_of_iterations_lt_to_ne()
1254 iv0->base, tmod), in number_of_iterations_lt_to_ne()
1281 assert_no_overflow_lt (tree type, affine_iv *iv0, affine_iv *iv1, in assert_no_overflow_lt() argument
1287 if (integer_nonzerop (iv0->step)) in assert_no_overflow_lt()
[all …]
Dpredict.cc1512 affine_iv iv0, iv1; in is_comparison_with_loop_invariant_p() local
1539 if (!simple_iv (loop, loop_containing_stmt (stmt), op0, &iv0, true)) in is_comparison_with_loop_invariant_p()
1543 if (TREE_CODE (iv0.step) != INTEGER_CST in is_comparison_with_loop_invariant_p()
1546 if ((integer_zerop (iv0.step) && integer_zerop (iv1.step)) in is_comparison_with_loop_invariant_p()
1547 || (!integer_zerop (iv0.step) && !integer_zerop (iv1.step))) in is_comparison_with_loop_invariant_p()
1550 if (integer_zerop (iv0.step)) in is_comparison_with_loop_invariant_p()
1554 bound = iv0.base; in is_comparison_with_loop_invariant_p()
1564 base = iv0.base; in is_comparison_with_loop_invariant_p()
1565 if (tree_fits_shwi_p (iv0.step)) in is_comparison_with_loop_invariant_p()
1566 step = iv0.step; in is_comparison_with_loop_invariant_p()
Dtree-ssa-loop-ivopts.cc1703 struct iv *iv0 = &const_iv, *iv1 = &const_iv; in extract_cond_operands() local
1722 iv0 = get_iv (data, *op0); in extract_cond_operands()
1727 if (iv0 && iv1 && !integer_zerop (iv0->step) && !integer_zerop (iv1->step)) in extract_cond_operands()
1734 if ((!iv0 || integer_zerop (iv0->step)) in extract_cond_operands()
1739 if (!iv0 || integer_zerop (iv0->step)) in extract_cond_operands()
1742 std::swap (iv0, iv1); in extract_cond_operands()
1748 else if (!integer_zerop (iv0->step) && integer_zerop (iv1->step)) in extract_cond_operands()
1755 *iv_var = iv0; in extract_cond_operands()
DChangeLog-201340377 iv0.step, iv1.step and step.
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
Daesv8-armx.pl2231 my ($iv0,$iv1,$iv2,$iv3,$iv4)=("v6.16b","v8.16b","v9.16b","v10.16b","v11.16b");
2265 vld1.8 {$iv0},[$ivp]
2270 aese $iv0,$dat
2271 aesmc $iv0,$iv0
2274 aese $iv0,$dat1
2275 aesmc $iv0,$iv0
2279 aese $iv0,$dat
2280 aesmc $iv0,$iv0
2282 aese $iv0,$dat1
2283 veor $iv0,$iv0,$dat
[all …]
Daesfx-sparcv9.pl394 my ($iv0,$iv1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift)
654 fmovd %f0, $iv0
691 fxor $iv0, $rlhi, %f6 ! ivec^round[last]
693 fmovd $in0, $iv0
725 st $iv0, [$ivp + 0] ! output ivec
726 st $iv0#lo, [$ivp + 4]
820 fxor $iv0, $rlhi, %f6 ! ivec^round[last]
822 fmovd $in0, $iv0
850 st $iv0, [$ivp + 0] ! output ivec
851 st $iv0#lo, [$ivp + 4]
Daes-s390x.pl1390 my $key="%r5"; my $iv0="%r5";
1468 lg $iv0,0($ivp) # load ivec
1517 stg $iv0,0($s2)
1546 stg $iv0,0($s2)
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Deaytest.c595 vchar_t *iv0, in ciphertest_1() argument
616 memcpy(iv->v, iv0->v, iv_length); in ciphertest_1()
625 memcpy(iv->v, iv0->v, iv_length); in ciphertest_1()
655 vchar_t iv0; local
664 iv0.v = str2val("26b68c90 9467b4ab 7ec29fa0 0b696b55", 16, &iv0.l);
669 &iv0, 8,
676 &iv0, 8,
683 &iv0, 16,
690 &iv0, 8,
697 &iv0, 8,
[all …]