/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-x86_64.pl | 492 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("%r$_",(8..15)); 538 mov %rax, $acc0 553 mov $acc0, $acc5 554 imulq %r15,$acc0 559 mov $acc0, %rax 565 mov $acc0, $t1 567 mov $acc0, %rax 571 sub $acc0, $acc2 572 sbb \$0, $acc0 # can't borrow 581 adc \$0, $acc0 # ca [all...] |
H A D | ecp_nistz256-ppc64.pl | 45 my ($rp,$ap,$bp,$bi,$acc0,$acc1,$acc2,$acc3,$poly1,$poly3, 211 ld $acc0,0($ap) 250 ld $acc0,0($ap) 285 ld $acc0,0($ap) 290 mr $t0,$acc0 325 ld $acc0,0($ap) 330 mr $t0,$acc0 331 std $acc0,64($sp) 377 ld $acc0,0($ap) 413 li $acc0, [all...] |
H A D | ecp_nistz256-armv8.pl | 50 $acc0,$acc1,$acc2,$acc3,$acc4,$acc5) = 228 ldp $acc0,$acc1,[$ap] 251 ldp $acc0,$acc1,[$ap] 272 ldp $acc0,$acc1,[$ap] 276 mov $t0,$acc0 297 ldp $acc0,$acc1,[$ap] 301 mov $t0,$acc0 305 mov $a0,$acc0 334 ldp $acc0,$acc1,[$ap] 356 mov $acc0,xz [all...] |
H A D | ecp_nistz256-sparcv9.pl | 1603 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5)=map("%o$_",(0..5)); 1611 addcc $acc0,$acc0,$acc0 1629 addcc $t0,$acc0,$acc0 1637 addcc $acc0,1,$t0 ! add -modulus, i.e. subtract 1643 movrz $acc4,$t0,$acc0 ! ret = borrow ? ret : ret-modulus 1645 stx $acc0,[$rp] 1657 ! $acc0 [all...] |
H A D | x25519-x86_64.pl | 485 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7) = map("%r$_",(8..15)); 533 mulx %rbp,$acc0,%rax # a[0]*b[0] 624 mulx %rdx,$acc0,$acc7 # a[0]*a[0] 675 adcx %rax,$acc0 691 add $acc4,$acc0 699 add %rax,$acc0 703 mov $acc0,8*0(%rdi) 731 mulx 8*0(%rsi),$acc0,%rcx 742 add %rax,$acc0 750 add %rax,$acc0 [all...] |
H A D | x25519-ppc64.pl | 50 $acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7) = 81 mulld $acc0,$a0,$bi # a[0]*b[0] 90 for(my @acc=($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7), 126 addc $acc0,$acc0,$t0 143 addc $acc0,$acc0,$acc4 152 add $acc0,$acc0,$acc4 154 std $acc0, [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-x86_64.pl | 492 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("%r$_",(8..15)); 538 mov %rax, $acc0 553 mov $acc0, $acc5 554 imulq %r15,$acc0 559 mov $acc0, %rax 565 mov $acc0, $t1 567 mov $acc0, %rax 571 sub $acc0, $acc2 572 sbb \$0, $acc0 # can't borrow 581 adc \$0, $acc0 # ca [all...] |
H A D | ecp_nistz256-ppc64.pl | 45 my ($rp,$ap,$bp,$bi,$acc0,$acc1,$acc2,$acc3,$poly1,$poly3, 211 ld $acc0,0($ap) 250 ld $acc0,0($ap) 285 ld $acc0,0($ap) 290 mr $t0,$acc0 325 ld $acc0,0($ap) 330 mr $t0,$acc0 331 std $acc0,64($sp) 377 ld $acc0,0($ap) 413 li $acc0, [all...] |
H A D | ecp_nistz256-armv8.pl | 50 $acc0,$acc1,$acc2,$acc3,$acc4,$acc5) = 241 ldp $acc0,$acc1,[$ap] 266 ldp $acc0,$acc1,[$ap] 289 ldp $acc0,$acc1,[$ap] 295 mov $t0,$acc0 316 ldp $acc0,$acc1,[$ap] 322 mov $t0,$acc0 326 mov $a0,$acc0 355 ldp $acc0,$acc1,[$ap] 379 mov $acc0,xz [all...] |
H A D | ecp_nistz256-sparcv9.pl | 1603 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5)=map("%o$_",(0..5)); 1611 addcc $acc0,$acc0,$acc0 1629 addcc $t0,$acc0,$acc0 1637 addcc $acc0,1,$t0 ! add -modulus, i.e. subtract 1643 movrz $acc4,$t0,$acc0 ! ret = borrow ? ret : ret-modulus 1645 stx $acc0,[$rp] 1657 ! $acc0 [all...] |
H A D | x25519-x86_64.pl | 485 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7) = map("%r$_",(8..15)); 533 mulx %rbp,$acc0,%rax # a[0]*b[0] 624 mulx %rdx,$acc0,$acc7 # a[0]*a[0] 675 adcx %rax,$acc0 691 add $acc4,$acc0 699 add %rax,$acc0 703 mov $acc0,8*0(%rdi) 731 mulx 8*0(%rsi),$acc0,%rcx 742 add %rax,$acc0 750 add %rax,$acc0 [all...] |
H A D | x25519-ppc64.pl | 50 $acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7) = 81 mulld $acc0,$a0,$bi # a[0]*b[0] 90 for(my @acc=($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7), 126 addc $acc0,$acc0,$t0 143 addc $acc0,$acc0,$acc4 152 add $acc0,$acc0,$acc4 154 std $acc0, [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc-mont.pl | 364 $acc0,$acc1,$acc2,$acc3,$acc4, 434 li $acc0,0 464 addc $acc0,$acc0,$t0 469 $UMULL $mi,$acc0,$n0 # t[0]*n0 484 # (*) addc $acc0,$acc0,$t0 492 # $acc0 being non-zero. So that carry can be calculated 493 # by adding -1 to $acc0. That's what next instruction does. 494 addic $acc0, [all...] |
H A D | armv8-mont.pl | 663 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("x$_",(19..26)); 712 mov $acc0,xzr 773 stp $acc0,$acc1,[$tp],#8*2 // t[0..1] 774 adc $acc0,xzr,xzr // t[8] 787 adc $acc0,$acc0,$t1 800 adcs $acc0,$acc0,$t3 812 adcs $acc0,$acc0, [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc-mont.pl | 364 $acc0,$acc1,$acc2,$acc3,$acc4, 434 li $acc0,0 464 addc $acc0,$acc0,$t0 469 $UMULL $mi,$acc0,$n0 # t[0]*n0 484 # (*) addc $acc0,$acc0,$t0 492 # $acc0 being non-zero. So that carry can be calculated 493 # by adding -1 to $acc0. That's what next instruction does. 494 addic $acc0, [all...] |
H A D | armv8-mont.pl | 663 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("x$_",(19..26)); 712 mov $acc0,xzr 773 stp $acc0,$acc1,[$tp],#8*2 // t[0..1] 774 adc $acc0,xzr,xzr // t[8] 787 adc $acc0,$acc0,$t1 800 adcs $acc0,$acc0,$t3 812 adcs $acc0,$acc0, [all...] |
/third_party/mbedtls/library/ |
H A D | poly1305.c | 82 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_process() local 97 acc0 = ctx->acc[0]; in poly1305_process() 112 d0 += (uint64_t) acc0; in poly1305_process() 116 acc0 = (uint32_t) d0; in poly1305_process() 123 d0 = mul64(acc0, r0) + in poly1305_process() 127 d1 = mul64(acc0, r1) + in poly1305_process() 132 d2 = mul64(acc0, r2) + in poly1305_process() 137 d3 = mul64(acc0, r3) + in poly1305_process() 148 acc0 = (uint32_t) d0; in poly1305_process() 154 d0 = (uint64_t) acc0 in poly1305_process() 188 uint32_t acc0, acc1, acc2, acc3, acc4; poly1305_compute_mac() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-x86_64.pl | 62 $acc0="%esi"; $mask80="%rsi"; 105 movzb `&lo("$s0")`,$acc0 108 mov 0($sbox,$acc0,8),$t0 112 movzb `&hi("$s1")`,$acc0 115 xor 3($sbox,$acc0,8),$t0 119 movzb `&hi("$s3")`,$acc0 122 xor 3($sbox,$acc0,8),$t2 130 movzb `&lo("$s2")`,$acc0 133 xor 2($sbox,$acc0,8),$t0 137 movzb `&hi("$s3")`,$acc0 [all...] |
H A D | aes-sparcv9.pl | 46 $acc0="%l0"; 212 srl $s0,21,$acc0 220 and $acc0,2040,$acc0 226 ldx [$tbl+$acc0],$acc0 278 xor $acc0,$t0,$t0 309 srl $t0,21,$acc0 314 and $acc0,2040,$acc0 ! [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-x86_64.pl | 62 $acc0="%esi"; $mask80="%rsi"; 105 movzb `&lo("$s0")`,$acc0 108 mov 0($sbox,$acc0,8),$t0 112 movzb `&hi("$s1")`,$acc0 115 xor 3($sbox,$acc0,8),$t0 119 movzb `&hi("$s3")`,$acc0 122 xor 3($sbox,$acc0,8),$t2 130 movzb `&lo("$s2")`,$acc0 133 xor 2($sbox,$acc0,8),$t0 137 movzb `&hi("$s3")`,$acc0 [all...] |
H A D | aes-sparcv9.pl | 46 $acc0="%l0"; 212 srl $s0,21,$acc0 220 and $acc0,2040,$acc0 226 ldx [$tbl+$acc0],$acc0 278 xor $acc0,$t0,$t0 309 srl $t0,21,$acc0 314 and $acc0,2040,$acc0 ! [all...] |
/third_party/pulseaudio/speex/tmv/ |
H A D | filterbank_tm.h | 166 register int acc0, acc1, ps10; in filterbank_compute_psd16() local 168 acc0 = acc1 = s; in filterbank_compute_psd16() 179 acc0 += ifir16(mel0, lr0); in filterbank_compute_psd16() 180 acc0 >>= 15; in filterbank_compute_psd16() 192 ps10 = pack16lsb(acc1, acc0); in filterbank_compute_psd16()
|
H A D | mdf_tm.h | 110 register float acc0, acc1; in mdf_inner_prod() local 112 acc0 = (*x++) * (*y++); in mdf_inner_prod() 115 sum += acc0 + acc1; in mdf_inner_prod()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_eu_validate.cpp | 124 #define acc0 brw_acc_reg(8) macro 1602 retype(inst[i].read_acc ? acc0 : g0, inst[i].src0_type), in TEST_P() 1684 retype(inst[i].read_acc ? acc0: g0, inst[i].src0_type), in TEST_P() 1993 retype(inst[i].read_acc ? acc0 : g0, inst[i].src0_type), in TEST_P() 2510 INST(MOV, 4, acc0, F, 1, g0, F, 4, 4, 1, 0, true ), in TEST_P() 2511 INST(MOV, 4, g0, F, 1, acc0, F, 4, 4, 1, 0, true ), in TEST_P() 2514 INST(MOV, 4, acc0, D, 1, g0, D, 4, 4, 1, 0, true ), in TEST_P() 2515 INST(MOV, 4, g0, D, 1, acc0, D, 4, 4, 1, 0, true ), in TEST_P() 2518 INST(MOV, 4, acc0, UD, 1, g0, UD, 4, 4, 1, 0, true ), in TEST_P() 2519 INST(MOV, 4, g0, UD, 1, acc0, U in TEST_P() [all...] |