| /src/common/lib/libc/arch/powerpc/string/ |
| memmove.S | 113 stbu %r6, 4(%r8) /* since we pre-adjusted by 4 */ 119 stbu %r6, 1(%r8) /* updating addr by 1 */ 172 stbu %r6, -1(%r8) /* byte */
|
| memcpy.S | 139 stbu %r6, 4(%r8) 145 stbu %r6, 1(%r8)
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/powerpc/ |
| poly1305-ppc.S | 302 stbu 6,1(3) 304 stbu 8,1(4) 307 stbu 6,1(3) 309 stbu 8,1(4) 312 stbu 6,1(3) 314 stbu 8,1(4) 317 stbu 6,1(3) 318 stbu 8,1(4) 320 stbu 7,1(3) 322 stbu 9,1(4 [all...] |
| keccak1600p8-ppc.S | 611 stbu 7,1(4) 613 stbu 7,1(4) 615 stbu 7,1(4) 617 stbu 7,1(4) 618 stbu 0,1(4) 620 stbu 0,1(4) 622 stbu 0,1(4) 624 stbu 0,1(4) 668 stbu 7,1(4) 674 stbu 0,1(4 [all...] |
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/powerpc64/ |
| poly1305-ppc.S | 218 stbu 7,1(3) 220 stbu 8,1(4) 223 stbu 7,1(3) 225 stbu 8,1(4) 228 stbu 7,1(3) 230 stbu 8,1(4) 233 stbu 7,1(3) 235 stbu 8,1(4) 238 stbu 7,1(3) 240 stbu 8,1(4 [all...] |
| keccak1600p8-ppc.S | 621 stbu 7,1(4) 623 stbu 7,1(4) 625 stbu 7,1(4) 627 stbu 7,1(4) 628 stbu 0,1(4) 630 stbu 0,1(4) 632 stbu 0,1(4) 634 stbu 0,1(4) 678 stbu 7,1(4) 684 stbu 0,1(4 [all...] |
| keccak1600-ppc64.S | 594 stbu 0,8(29) 613 stbu 0,1(29)
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ |
| poly1305-ppc.S | 302 stbu 6,1(3) 304 stbu 8,1(4) 307 stbu 6,1(3) 309 stbu 8,1(4) 312 stbu 6,1(3) 314 stbu 8,1(4) 317 stbu 6,1(3) 318 stbu 8,1(4) 320 stbu 7,1(3) 322 stbu 9,1(4 [all...] |
| keccak1600p8-ppc.S | 611 stbu 7,1(4) 613 stbu 7,1(4) 615 stbu 7,1(4) 617 stbu 7,1(4) 618 stbu 0,1(4) 620 stbu 0,1(4) 622 stbu 0,1(4) 624 stbu 0,1(4) 668 stbu 7,1(4) 674 stbu 0,1(4 [all...] |
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ |
| poly1305-ppc.S | 218 stbu 7,1(3) 220 stbu 8,1(4) 223 stbu 7,1(3) 225 stbu 8,1(4) 228 stbu 7,1(3) 230 stbu 8,1(4) 233 stbu 7,1(3) 235 stbu 8,1(4) 238 stbu 7,1(3) 240 stbu 8,1(4 [all...] |
| keccak1600p8-ppc.S | 621 stbu 7,1(4) 623 stbu 7,1(4) 625 stbu 7,1(4) 627 stbu 7,1(4) 628 stbu 0,1(4) 630 stbu 0,1(4) 632 stbu 0,1(4) 634 stbu 0,1(4) 678 stbu 7,1(4) 684 stbu 0,1(4 [all...] |
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc/ |
| keccak1600p8-ppc.S | 611 stbu 7,1(4) 613 stbu 7,1(4) 615 stbu 7,1(4) 617 stbu 7,1(4) 618 stbu 0,1(4) 620 stbu 0,1(4) 622 stbu 0,1(4) 624 stbu 0,1(4) 668 stbu 7,1(4) 674 stbu 0,1(4 [all...] |
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc64/ |
| keccak1600p8-ppc.S | 621 stbu 7,1(4) 623 stbu 7,1(4) 625 stbu 7,1(4) 627 stbu 7,1(4) 628 stbu 0,1(4) 630 stbu 0,1(4) 632 stbu 0,1(4) 634 stbu 0,1(4) 678 stbu 7,1(4) 684 stbu 0,1(4 [all...] |
| keccak1600-ppc64.S | 580 stbu 0,1(29) 582 stbu 0,1(29) 584 stbu 0,1(29) 586 stbu 0,1(29) 588 stbu 0,1(29) 590 stbu 0,1(29) 592 stbu 0,1(29) 594 stbu 0,1(29) 612 stbu 0,1(29)
|
| /src/sys/lib/libkern/arch/powerpc/ |
| memset.S | 63 subi r_dst, r_dst, 1 /* presubtract for stbu */ 65 1: stbu r_val, 1(r_dst) /* update memory */
|
| /src/lib/libc/arch/powerpc/string/ |
| bzero.S | 126 1: stbu r_val, 1(r_dst) /* Fill bytewise */ 201 1: stbu r_val, 1(r_dst) 252 1: stbu r_val, 1(r_dst)
|
| /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/ |
| keccak1600p8-ppc.pl | 693 subi $out,$out,1 ; prepare for stbu 705 stbu r7,1($out) ; write lo 707 stbu r7,1($out) 709 stbu r7,1($out) 711 stbu r7,1($out) 712 stbu r0,1($out) ; write hi 714 stbu r0,1($out) 716 stbu r0,1($out) 718 stbu r0,1($out) 762 stbu r7,1($out [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| keccak1600p8-ppc.pl | 693 subi $out,$out,1 ; prepare for stbu 705 stbu r7,1($out) ; write lo 707 stbu r7,1($out) 709 stbu r7,1($out) 711 stbu r7,1($out) 712 stbu r0,1($out) ; write hi 714 stbu r0,1($out) 716 stbu r0,1($out) 718 stbu r0,1($out) 762 stbu r7,1($out [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| keccak1600p8-ppc.pl | 689 subi $out,$out,1 ; prepare for stbu 701 stbu r7,1($out) ; write lo 703 stbu r7,1($out) 705 stbu r7,1($out) 707 stbu r7,1($out) 708 stbu r0,1($out) ; write hi 710 stbu r0,1($out) 712 stbu r0,1($out) 714 stbu r0,1($out) 758 stbu r7,1($out [all...] |
| keccak1600-ppc64.pl | 649 subi $out,r4,1 ; prepare for stbu 660 stbu r0,1($out) 662 stbu r0,1($out) 664 stbu r0,1($out) 666 stbu r0,1($out) 668 stbu r0,1($out) 670 stbu r0,1($out) 672 stbu r0,1($out) 674 stbu r0,1($out) 692 stbu r0,1($out [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/ |
| poly1305-ppc.pl | 324 stbu $h0,1($ctx) # write [little-endian] result 326 stbu $h1,1($mac) 329 stbu $h0,1($ctx) 331 stbu $h1,1($mac) 334 stbu $h0,1($ctx) 336 stbu $h1,1($mac) 339 stbu $h0,1($ctx) 341 stbu $h1,1($mac) 344 stbu $h0,1($ctx) 346 stbu $h1,1($mac [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/ |
| poly1305-ppc.pl | 324 stbu $h0,1($ctx) # write [little-endian] result 326 stbu $h1,1($mac) 329 stbu $h0,1($ctx) 331 stbu $h1,1($mac) 334 stbu $h0,1($ctx) 336 stbu $h1,1($mac) 339 stbu $h0,1($ctx) 341 stbu $h1,1($mac) 344 stbu $h0,1($ctx) 346 stbu $h1,1($mac [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ec/asm/ |
| x25519-ppc64.pl | 480 stbu @a[0],1($rp) 482 stbu $t0,1($rp) 484 stbu @a[0],1($rp) 486 stbu $t0,1($rp) 488 stbu @a[0],1($rp) 490 stbu $t0,1($rp) 492 stbu @a[0],1($rp) 493 stbu $t0,1($rp)
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/asm/ |
| x25519-ppc64.pl | 480 stbu @a[0],1($rp) 482 stbu $t0,1($rp) 484 stbu @a[0],1($rp) 486 stbu $t0,1($rp) 488 stbu @a[0],1($rp) 490 stbu $t0,1($rp) 492 stbu @a[0],1($rp) 493 stbu $t0,1($rp)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/ |
| x25519-ppc64.pl | 477 stbu @a[0],1($rp) 479 stbu $t0,1($rp) 481 stbu @a[0],1($rp) 483 stbu $t0,1($rp) 485 stbu @a[0],1($rp) 487 stbu $t0,1($rp) 489 stbu @a[0],1($rp) 490 stbu $t0,1($rp)
|