/openbsd/lib/libcrypto/sha/asm/ |
H A D | sha512-sparcv9.pl | 255 or $tmp0,$tmp1,$tmp1 ! Maj(a,b,c) 280 sll $tmp1,`@sigma0[2]-@sigma0[1]`,$tmp1 297 sll $tmp1,`@sigma1[2]-@sigma1[1]`,$tmp1 308 add $tmp2,$tmp1,$tmp1 322 add $tmp2,$tmp1,$tmp1 348 sllx $tmp1,`@sigma0[2]-@sigma0[1]`,$tmp1 361 xor $tmp0,$tmp1,$tmp1 363 xor $tmp2,$tmp1,$tmp1 365 xor $tmp0,$tmp1,$tmp1 550 or %l3,$tmp1,$tmp1 [all …]
|
H A D | sha1-sparcv9.pl | 49 $tmp1="%i4"; 59 srl $a,27,$tmp1 62 add $tmp1,$e,$e 66 or $tmp1,$tmp0,$tmp1 75 add $tmp1,$e,$e 127 or $tmp1,$tmp0,$tmp1 171 or $c,$b,$tmp1 173 and $d,$tmp1,$tmp1 175 or $tmp1,$tmp0,$tmp1 222 sll $tmp1,3,$tmp1 [all …]
|
H A D | sha1-586.pl | 124 $tmp1="ebp"; 150 &lea($tmp1,&DWP(0x5a827999,$tmp1,$e)); # tmp1+=K_00_19+xi 184 &xor($tmp1,$d); 186 &and($tmp1,$b); 229 &xor($tmp1,$c); 254 &mov($tmp1,$d); 273 &xor($tmp1,$d); 275 &and($tmp1,$b); 300 &picsymbol($tmp1, &label("K_XX_XX"), $tmp1); 421 &picsymbol($tmp1, &label("K_XX_XX"), $tmp1); [all …]
|
H A D | sha512-mips.pl | 140 or $tmp1,$tmp2 141 or @X[0],$tmp1 149 dsll $tmp1,24 152 or $tmp1,$tmp2 157 or $tmp1,$tmp2 158 or @X[0],$tmp1 161 or @X[0],$tmp1 170 xor $h,$tmp1 174 xor $h,$tmp1 186 xor $h,$tmp1 [all …]
|
/openbsd/gnu/usr.bin/gcc/contrib/ |
H A D | compare_tests | 13 tmp1=/tmp/$tool-testing.$$a 23 sed 's/^XFAIL/FAIL/; s/^XPASS/PASS/' < "$1" >$tmp1 26 before=$tmp1 29 trap "rm -f $tmp1 $tmp2 $now_s $before_s" 0 1 2 3 5 9 13 15 34 grep '^FAIL' "$now_s" | sed 's/^....: //' >$tmp1 35 grep '^PASS' "$before_s" | sed 's/^....: //' | comm -12 $tmp1 - >$tmp2 45 grep '^PASS' "$now_s" | sed 's/^....: //' >$tmp1 56 grep '^FAIL' "$now_s" | sed 's/^....: //' >$tmp1 67 grep '^PASS' "$now_s" | sed 's/^....: //' >$tmp1 78 grep '^[PF]A[SI][SL]' "$now_s" | sed 's/^....: //' >$tmp1 [all …]
|
/openbsd/lib/libcrypto/md5/asm/ |
H A D | md5-586.pl | 20 $tmp1="edi"; 60 &add($a,$tmp1); 85 &add($a,$tmp1); 110 &add($a,$tmp1); 115 &mov($tmp1,&Np($c)); 131 &add($a,$tmp1); 157 &add($a,$tmp1); 278 &add($A,$tmp1); 281 &add($B,$tmp1); 284 &add($C,$tmp1); [all …]
|
/openbsd/lib/libc/stdlib/ |
H A D | heapsort.c | 55 #define COPY(a, b, count, size, tmp1, tmp2) { \ argument 57 tmp1 = a; \ 60 *tmp1++ = *tmp2++; \ 103 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ argument 111 COPY(par, child, count, size, tmp1, tmp2); \ 119 COPY(child, k, count, size, tmp1, tmp2); \ 122 COPY(child, par, count, size, tmp1, tmp2); \ 138 char tmp, *tmp1, *tmp2; in heapsort() local 167 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2); in heapsort() 168 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2); in heapsort() [all …]
|
/openbsd/lib/libcrypto/sha/ |
H A D | sha256_amd64_generic.S | 42 #define tmp1 %ebx macro 66 movl wt, tmp1; /* sigma1 */ \ 68 xorl wt, tmp1; /* sigma1 */ \ 69 rorl $17, tmp1; /* sigma1 */ \ 71 xorl tmp1, wt; /* sigma1 */ \ 104 movl e, tmp1; /* T1 Sigma1 */ \ 106 xorl e, tmp1; /* T1 Sigma1 */ \ 108 xorl e, tmp1; /* T1 Sigma1 */ \ 110 addl tmp1, h; /* T1 Sigma1 */ \ 120 movl a, tmp1; /* T2 Sigma0 */ \ [all …]
|
H A D | sha512_amd64_generic.S | 42 #define tmp1 %rbx macro 67 movq wt, tmp1; /* sigma1 */ \ 69 xorq wt, tmp1; /* sigma1 */ \ 70 rorq $19, tmp1; /* sigma1 */ \ 72 xorq tmp1, wt; /* sigma1 */ \ 105 movq e, tmp1; /* T1 Sigma1 */ \ 107 xorq e, tmp1; /* T1 Sigma1 */ \ 109 xorq e, tmp1; /* T1 Sigma1 */ \ 111 addq tmp1, h; /* T1 Sigma1 */ \ 121 movq a, tmp1; /* T2 Sigma0 */ \ [all …]
|
/openbsd/lib/libcrypto/bn/asm/ |
H A D | bn-586.pl | 436 $tmp1="ecx"; 456 &add($tmp1,$c); 459 &add($tmp1,$tmp2); 479 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a 481 &add($tmp1,$c); 484 &add($tmp1,$tmp2); 508 $tmp1="ecx"; 528 &sub($tmp1,$c); 531 &sub($tmp1,$tmp2); 553 &sub($tmp1,$c); [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/aarch64/ |
H A D | lse.S | 104 #define tmp1 17 macro 136 STXR w(tmp1), s(1), [x2] 137 cbnz w(tmp1), 0b 153 mov x(tmp1), x1 157 ccmp x1, x(tmp1), #0, eq 181 STXR w(tmp1), s(tmp0), [x1] 182 cbnz w(tmp1), 0b 224 OP s(tmp1), s(0), s(tmp0) 225 STXR w(tmp2), s(tmp1), [x1]
|
/openbsd/gnu/gcc/gcc/ |
H A D | sreal.c | 454 unsigned HOST_WIDE_INT tmp1, tmp2, tmp3; in sreal_mul() local 465 tmp1 = a->sig_lo * b->sig_lo; in sreal_mul() 473 tmp1 = tmp2 + tmp3; in sreal_mul() 476 r->sig_hi += tmp1 >> SREAL_PART_BITS; in sreal_mul() 502 unsigned HOST_WIDE_INT tmp, tmp1, tmp2; in sreal_div() local 516 tmp1 = (a->sig_hi << SREAL_PART_BITS) + a->sig_lo; in sreal_div() 523 tmp = tmp1 / tmp2; in sreal_div() 524 tmp1 = (tmp1 % tmp2) << (SREAL_PART_BITS / 2); in sreal_div() 527 tmp = tmp1 / tmp2; in sreal_div() 528 tmp1 = (tmp1 % tmp2) << (SREAL_PART_BITS / 2); in sreal_div() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | target.c | 1068 ffetargetReal1 tmp1, tmp2, tmp3, tmp4; in ffetarget_divide_complex1() local 1076 bad = ffetarget_add_real1 (&tmp3, tmp1, tmp2); in ffetarget_divide_complex1() 1093 bad = ffetarget_add_real1 (&tmp4, tmp1, tmp2); in ffetarget_divide_complex1() 1125 ffetargetReal2 tmp1, tmp2, tmp3, tmp4; in ffetarget_divide_complex2() local 1133 bad = ffetarget_add_real2 (&tmp3, tmp1, tmp2); in ffetarget_divide_complex2() 1150 bad = ffetarget_add_real2 (&tmp4, tmp1, tmp2); in ffetarget_divide_complex2() 1615 ffetargetReal1 tmp1, tmp2; in ffetarget_multiply_complex1() local 1648 ffetargetReal2 tmp1, tmp2; in ffetarget_multiply_complex2() local 1682 ffetargetRealDefault tmp1; in ffetarget_power_complexdefault_integerdefault() local 1710 bad = ffetarget_add_real1 (&tmp, tmp1, tmp2); in ffetarget_power_complexdefault_integerdefault() [all …]
|
/openbsd/sys/dev/fdt/ |
H A D | amltemp.c | 185 int64_t tmp1, tmp2; in amltemp_calc_temp() local 187 tmp1 = (code * m) / 100; in amltemp_calc_temp() 189 tmp1 = (tmp1 * (1 << 16)) / ((1 << 16) + tmp2); in amltemp_calc_temp() 190 tmp1 = ((tmp1 + sc->sc_calib) * A) / (1 << 16); in amltemp_calc_temp() 191 return (tmp1 - B) * 100; in amltemp_calc_temp()
|
/openbsd/sys/dev/pci/ |
H A D | cs4280.c | 416 for (tmp1 = 2; tmp1 <= 64; tmp1 *= 2) { in cs4280_set_adc_rate() 417 if (((rate / tmp1) * tmp1) != rate) in cs4280_set_adc_rate() 422 for (tmp1 = 5; tmp1 <= 125; tmp1 *= 5) { in cs4280_set_adc_rate() 423 if (((rate / tmp1) * tmp1) != rate) in cs4280_set_adc_rate() 429 tmp1 |= csrc<<16; in cs4280_set_adc_rate() 443 tmp1 |= cci<<16; in cs4280_set_adc_rate() 444 BA1WRITE4(sc, CS4280_CCI, tmp1); in cs4280_set_adc_rate() 450 tmp1 |= cdlay <<18; in cs4280_set_adc_rate() 451 BA1WRITE4(sc, CS4280_CD, tmp1); in cs4280_set_adc_rate() 456 tmp1 |= cgl; in cs4280_set_adc_rate() [all …]
|
/openbsd/usr.bin/sdiff/ |
H A D | sdiff.c | 165 *tmp1, *tmp2, *s1, *s2; in main() local 287 tmp1 = tmp2 = NULL; in main() 290 if ((tmp1 = mktmpcpy(filename1))) in main() 291 filename1 = filename2 = tmp1; in main() 294 if ((tmp1 = mktmpcpy(filename1))) in main() 295 filename1 = tmp1; in main() 357 if (tmp1) in main() 358 if (unlink(tmp1)) in main() 359 warn("error deleting %s", tmp1); in main() 363 free(tmp1); in main() [all …]
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | rcscmds.c | 245 char *tmp1, *tmp2; local 268 tmp1 = cvs_temp_name(); 269 if (RCS_checkout (rcs, NULL, xrev1, rev1, options, tmp1, 312 call_diff_arg (tmp1); 329 if (unlink_file (tmp1) < 0) 332 error (0, errno, "cannot remove temp file %s", tmp1); 334 free (tmp1);
|
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.h | 1546 rtx tmp1, tmp2; \ 1547 tmp1 = expand_shift (RSHIFT_EXPR, QImode, FNADDR, \ 1551 emit_insn (gen_iorqi3 (tmp1, tmp1, tmp2)); \ 1553 plus_constant (TRAMP, 0)), tmp1); \ 1557 emit_insn (gen_iorqi3 (tmp1, tmp1, tmp2)); \ 1559 plus_constant (TRAMP, 2)), tmp1); \ 1560 tmp1 = expand_shift (RSHIFT_EXPR, QImode, CXT, \ 1564 emit_insn (gen_iorqi3 (tmp1, tmp1, tmp2)); \ 1566 plus_constant (TRAMP, 3)), tmp1); \ 1570 emit_insn (gen_iorqi3 (tmp1, tmp1, tmp2)); \ [all …]
|
/openbsd/sys/dev/isa/ |
H A D | i82365_isapnp.c | 109 int tmp1, i; in pcic_isapnp_attach() local 133 tmp1 = bus_space_read_1(iot, ioh, PCIC_REG_DATA); in pcic_isapnp_attach() 134 printf("(ident 0x%x", tmp1); in pcic_isapnp_attach() 135 if (pcic_ident_ok(tmp1)) { in pcic_isapnp_attach()
|
H A D | ad1848.c | 288 u_char tmp, tmp1 = 0xff, tmp2 = 0xff; in ad1848_probe() local 323 if ((tmp1 = ad_read(sc, 0)) != 0xaa || in ad1848_probe() 325 DPRINTF(("ad_detect_B (%x/%x)\n", tmp1, tmp2)); in ad1848_probe() 332 if ((tmp1 = ad_read(sc, 0)) != 0x45 || in ad1848_probe() 346 DPRINTF(("ad_detect_D (%x)\n", tmp1)); in ad1848_probe() 359 switch (tmp1 & 0x8f) { in ad1848_probe() 416 tmp1 = ad_read(sc, SP_MISC_INFO); in ad1848_probe() 417 if ((tmp1 & 0xc0) == (0x80 | MODE2)) { in ad1848_probe() 439 if ((tmp1 & 0x8f) == 0x8a) { in ad1848_probe() 440 tmp1 = ad_read(sc, CS_VERSION_ID); in ad1848_probe() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 990117-1.c | 4 double tmp1 = ((double) x / y); in foo() local 7 return tmp1 < tmp2; in foo()
|
/openbsd/lib/libcrypto/aes/asm/ |
H A D | aes-x86_64.pl | 243 my $tmp1=$acc1; 249 $tmp1=$s[2]; 259 $code.=" shr \$16,$tmp1\n"; 263 $code.=" movzb ".&lo($tmp1).",$tmp1\n"; 279 my $tmp1=$acc1; 285 $tmp1=$s[2]; 297 $code.=" movzb ".&lo($tmp1).",$tmp1\n"; 301 $code.=" mov 0($sbox,$tmp1,8),$tmp1\n"; 818 my $tmp1=$acc1; 850 my $tmp1=$acc1; [all …]
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | lib1funcs.asm | 145 #define tmp1 $28 macro 268 $49: cmpule D,N,tmp1 272 cmovne tmp1,tmp0,N 275 bis Q,tmp1,Q
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | lib1funcs.asm | 145 #define tmp1 $28 macro 268 $49: cmpule D,N,tmp1 272 cmovne tmp1,tmp0,N 275 bis Q,tmp1,Q
|
/openbsd/sys/arch/riscv64/include/ |
H A D | asm.h | 111 #define SWAP_FAULT_HANDLER(handler, tmp0, tmp1) \ argument 113 ld tmp1, PCB_ONFAULT(tmp0); /* Save old handler */ \ 115 mv handler, tmp1
|