/openbsd/gnu/gcc/gcc/ |
H A D | loop-iv.c | 483 && iv0->mode == iv0->extend_mode in iv_add() 489 iv0->base, iv0->mode); in iv_add() 1014 *iv = iv0; in iv_analyze_expr() 1882 if (iv0->first_special || iv0->mult != const1_rtx || iv0->delta != const0_rtx) in canonicalize_iv_subregs() 1942 if (iv0->mode != iv0->extend_mode in canonicalize_iv_subregs() 1947 comp_mode, iv0->base, iv0->mode); in canonicalize_iv_subregs() 1965 if (iv0->mode == iv0->extend_mode in canonicalize_iv_subregs() 2037 iv0.mode = iv0.extend_mode = mode; in iv_number_of_iterations() 2057 tmp_iv = iv0; iv0 = iv1; iv1 = tmp_iv; in iv_number_of_iterations() 2284 ? iv0.base in iv_number_of_iterations() [all …]
|
H A D | tree-ssa-loop-niter.c | 241 iv0->base, in number_of_iterations_lt_to_ne() 261 iv0->base, tmod), in number_of_iterations_lt_to_ne() 333 iv0->base, bound); in assert_no_overflow_lt() 435 if ((iv0->step && integer_onep (iv0->step) in number_of_iterations_lt() 577 SWAP (iv0, iv1); in number_of_iterations_cond() 611 if (!zero_p (iv0->step) && iv0->no_overflow) in number_of_iterations_cond() 642 if (iv0->step && tree_int_cst_sign_bit (iv0->step)) in number_of_iterations_cond() 1052 affine_iv iv0, iv1; in number_of_iterations_exit() local 1098 iv0.base = expand_simple_operations (iv0.base); in number_of_iterations_exit() 1150 : (iv0.step in number_of_iterations_exit() [all …]
|
H A D | tree-ssa-loop-ivopts.c | 1241 struct iv *iv0 = NULL, *iv1 = NULL, *civ; in find_interesting_uses_cond() local 1263 iv0 = get_iv (data, *op0_p); in find_interesting_uses_cond() 1265 iv0 = &const_iv; in find_interesting_uses_cond() 1274 (!iv0 || !iv1) in find_interesting_uses_cond() 1277 || (!zero_p (iv0->step) && !zero_p (iv1->step))) in find_interesting_uses_cond() 1284 if (zero_p (iv0->step) && zero_p (iv1->step)) in find_interesting_uses_cond() 1291 *civ = zero_p (iv0->step) ? *iv1: *iv0; in find_interesting_uses_cond()
|
/openbsd/regress/sys/crypto/enc/ |
H A D | des3.c | 57 docrypt(const unsigned char *key, size_t klen, const unsigned char *iv0, in docrypt() argument 64 memcpy(iv, iv0, 8); in docrypt() 117 unsigned char iv0[8], iv[8], key[24] = "012345670123456701234567"; in main() local 129 for (i = 0; i < sizeof(iv0); i++ ) { in main() 132 iv0[i] = rand; in main() 143 memcpy(iv, iv0, sizeof(iv0)); in main() 146 memcpy(iv, iv0, sizeof(iv0)); in main() 158 memcpy(iv, iv0, sizeof(iv0)); in main() 163 memcpy(iv, iv0, sizeof(iv0)); in main()
|
/openbsd/lib/libcrypto/aes/asm/ |
H A D | aesni-x86_64.pl | 1060 pxor $iv0,$iv0 # vector of 3 32-bit counters 1062 pinsrd \$0,$rnds_,$iv0 1066 pinsrd \$1,$rnds_,$iv0 1070 pinsrd \$2,$rnds_,$iv0 1073 movdqa $iv0,0x00(%rsp) 1074 pshufb $bswap_mask,$iv0 1079 pshufd \$`2<<6`,$iv0,$inout1 1080 pshufd \$`1<<6`,$iv0,$inout2 1115 movdqa (%rsp),$iv0 1173 pshufd \$`3<<6`,$iv0,$inout0 [all …]
|
/openbsd/gnu/usr.bin/perl/t/opbasic/ |
H A D | cmp.t | 13 my ($iv0, $iv1, $ivm1, $iv_min, $iv_max, $iv_big, $iv_small); 19 $iv0 = 2 - 2; 47 $uv_big, $uv_bigi, $iv0, $iv1, $ivm1, $iv_min, $iv_max, $iv_big,
|
/openbsd/gnu/usr.bin/perl/ |
H A D | op.c | 12188 bool iv0; in Perl_ck_cmp() local 12249 iv0 = (iv == 0); in Perl_ck_cmp() 12252 if (!(iv0 ^ reverse)) in Perl_ck_cmp() 12254 neg = iv0; in Perl_ck_cmp() 12257 if (iv0 ^ reverse) in Perl_ck_cmp() 12259 neg = !iv0; in Perl_ck_cmp() 12264 neg = !iv0; in Perl_ck_cmp() 12267 if (iv0 ^ reverse) in Perl_ck_cmp() 12269 neg = iv0; in Perl_ck_cmp() 12272 if (iv0) in Perl_ck_cmp() [all …]
|