| /openbsd-src/lib/libcrypto/sha/asm/ |
| H A D | sha512-sparcv9.pl | 109 $tmp1="%g4"; 141 srlx @X[$j+1],$tmp32,$tmp1 143 or $tmp1,@X[$j],@X[$j] 178 sllx @pair[0],$tmp0,$tmp1 181 or $tmp1,$tmp2,$tmp2 196 sllx @pair[0],$tmp0,$tmp1 199 or $tmp1,$tmp2,$tmp2 224 $SLL $e,`$SZ*8-@Sigma1[2]`,$tmp1 227 xor $tmp1,$h,$h 228 $SLL $e,`$SZ*8-@Sigma1[1]`,$tmp1 [all …]
|
| H A D | sha1-sparcv9.pl | 49 $tmp1="%i4"; 59 srl $a,27,$tmp1 62 add $tmp1,$e,$e 64 andn $d,$b,$tmp1 66 or $tmp1,$tmp0,$tmp1 75 add $tmp1,$e,$e 87 srl $a,27,$tmp1 93 srlx @X[($j+7)%8],32,$tmp1 96 or $tmp1,$Xi,$Xi 103 srl $a,27,$tmp1 !! [all …]
|
| H A D | sha1-586.pl | 124 $tmp1="ebp"; 139 if ($n==0) { &mov($tmp1,$a); } 140 else { &mov($a,$tmp1); } 141 &rotl($tmp1,5); # tmp1=ROTATE(a,5) 143 &add($tmp1,$e); # tmp1+=e; 150 &lea($tmp1,&DWP(0x5a827999,$tmp1,$e)); # tmp1+=K_00_19+xi 153 &add($f,$tmp1); } # f+=tmp1 154 else { &add($tmp1,$f); } # f becomes a in next round 155 &mov($tmp1,$a) if ($alt && $n==15); 167 &and($tmp1,$c); # tmp1 to hold F_00_19(b,c,d), b&=c^d [all …]
|
| H A D | sha512-mips.pl | 126 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]); 134 srl $tmp1,@X[0],8 137 andi $tmp1,0xFF00 140 or $tmp1,$tmp2 141 or @X[0],$tmp1 147 and $tmp1,@X[0],$tmp0 # byte swap($i) 149 dsll $tmp1,24 152 or $tmp1,$tmp2 157 or $tmp1,$tmp2 158 or @X[0],$tmp1 [all …]
|
| /openbsd-src/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 46 grep '^FAIL' "$before_s" | sed 's/^....: //' | comm -12 $tmp1 - >$tmp2 56 grep '^FAIL' "$now_s" | sed 's/^....: //' >$tmp1 57 grep '^[PF]A[SI][SL]' "$before_s" | sed 's/^....: //' | comm -23 $tmp1 - >$tmp2 [all …]
|
| /openbsd-src/lib/libcrypto/md5/asm/ |
| H A D | md5-586.pl | 20 $tmp1="edi"; 47 &mov($tmp1,$C) if $pos < 0; 53 &xor($tmp1,$d); # F function - part 2 55 &and($tmp1,$b); # F function - part 3 58 &xor($tmp1,$d); # F function - part 4 60 &add($a,$tmp1); 61 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0 62 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 fo [all...] |
| /openbsd-src/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-src/lib/libcrypto/ec/ |
| H A D | ecp_oct.c | |
| /openbsd-src/lib/libcrypto/bn/asm/ |
| H A D | bn-586.pl | 436 $tmp1="ecx"; 454 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a 456 &add($tmp1,$c); 459 &add($tmp1,$tmp2); 461 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r 479 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a 481 &add($tmp1,$c); 484 &add($tmp1,$tmp2); 487 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r 508 $tmp1="ecx"; [all …]
|
| /openbsd-src/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-src/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() 467 tmp3 = a->sig_hi * b->sig_lo + (tmp1 >> SREAL_PART_BITS); in sreal_mul() 473 tmp1 = tmp2 + tmp3; in sreal_mul() 475 r->sig_lo = tmp1 & (((uhwi) 1 << SREAL_PART_BITS) - 1); 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() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | target.c | 1068 ffetargetReal1 tmp1, tmp2, tmp3, tmp4; in ffetarget_divide_complex1() local 1070 bad = ffetarget_multiply_real1 (&tmp1, r.real, r.real); in ffetarget_divide_complex1() 1076 bad = ffetarget_add_real1 (&tmp3, tmp1, tmp2); in ffetarget_divide_complex1() 1087 bad = ffetarget_multiply_real1 (&tmp1, l.real, r.real); in ffetarget_divide_complex1() 1093 bad = ffetarget_add_real1 (&tmp4, tmp1, tmp2); in ffetarget_divide_complex1() 1100 bad = ffetarget_multiply_real1 (&tmp1, r.real, l.imaginary); in ffetarget_divide_complex1() 1106 bad = ffetarget_subtract_real1 (&tmp4, tmp1, tmp2); in ffetarget_divide_complex1() 1125 ffetargetReal2 tmp1, tmp2, tmp3, tmp4; in ffetarget_divide_complex2() local 1127 bad = ffetarget_multiply_real2 (&tmp1, r.real, r.real); in ffetarget_divide_complex2() 1133 bad = ffetarget_add_real2 (&tmp3, tmp1, tmp2); in ffetarget_divide_complex2() [all …]
|
| /openbsd-src/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-src/sys/dev/pci/ |
| H A D | cs4280.c | 369 u_int32_t cci,cpi,cnt,cx,cy, tmp1; in cs4280_set_adc_rate() local 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) * tmp in cs4280_set_adc_rate() [all...] |
| /openbsd-src/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-src/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-src/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); \ 1554 tmp1 = expand_and (QImode, FNADDR, GEN_INT (0xffff), 0); \ 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); \ [all …]
|
| /openbsd-src/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() 334 DPRINTF(("ad_detect_C (%x/%x)\n", tmp1, tmp2)); in ad1848_probe() 345 if ((tmp & 0x0f) != ((tmp1 = ad_read(sc, SP_MISC_INFO)) & 0x0f)) { in ad1848_probe() 346 DPRINTF(("ad_detect_D (%x)\n", tmp1)); in ad1848_probe() 359 switch (tmp1 & 0x8f) { in ad1848_probe() 382 DPRINTF(("ad1848: unknown codec version %#02X\n", (tmp1 & 0x8f))); in ad1848_probe() 401 if ((tmp1 = ad_read(sc, i)) != (tmp2 = ad_read(sc, i + 16))) { in ad1848_probe() [all …]
|
| /openbsd-src/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-src/lib/libcrypto/aes/asm/ |
| H A D | aes-x86_64.pl | 243 my $tmp1=$acc1; 249 $tmp1=$s[2]; 253 $code.=" mov $s[2],$tmp1\n" if ($i!=3); 259 $code.=" shr \$16,$tmp1\n"; 263 $code.=" movzb ".&lo($tmp1).",$tmp1\n"; 267 $code.=" xor 2($sbox,$tmp1,8),$out\n"; 279 my $tmp1=$acc1; 285 $tmp1=$s[2]; 289 $code.=" mov $s[2],$tmp1\n" if ($i!=3); 292 $code.=" shr \$16,$tmp1\n"; [all …]
|
| /openbsd-src/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-src/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-src/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
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | in4_cksum.c | 104 u_int tmp1, tmp2; in in4_cksum() local 119 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2) in in4_cksum()
|