/freebsd/sys/crypto/camellia/ |
H A D | camellia.c | 433 #define subl(x) subL[(x)] macro 455 subl(0) = kll; subr(0) = klr; in camellia_setup128() 456 subl(1) = krl; subr(1) = krr; in camellia_setup128() 458 subl(4) = kll; subr(4) = klr; in camellia_setup128() 459 subl(5) = krl; subr(5) = krr; in camellia_setup128() 461 subl(10) = kll; subr(10) = klr; in camellia_setup128() 462 subl(11) = krl; subr(11) = krr; in camellia_setup128() 464 subl(13) = krl; subr(13) = krr; in camellia_setup128() 466 subl(16) = kll; subr(16) = klr; in camellia_setup128() 467 subl(17) = krl; subr(17) = krr; in camellia_setup128() [all …]
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | bn-586.S | 86 subl $8,%ecx 100 subl $1,%ecx 198 subl $8,%ecx 320 subl $1,%ecx 401 subl $8,%ebp 504 subl $1,%ecx 565 subl $8,%ebx 740 subl $8,%ebp 854 subl %eax,%ecx 857 subl %edx,%ecx [all …]
|
H A D | rmd-586.S | 23 subl $108,%esp 225 subl %ecx,%eax 238 subl %ebp,%edx 251 subl %ebx,%eax 264 subl %edi,%edx 277 subl %esi,%eax 290 subl %ecx,%edx 303 subl %ebp,%eax 316 subl %ebx,%edx 329 subl %edi,%eax [all …]
|
H A D | rc5-586.S | 226 subl %eax,%esi 231 subl %eax,%edi 236 subl %eax,%esi 241 subl %eax,%edi 246 subl %eax,%esi 251 subl %eax,%edi 256 subl %eax,%esi 261 subl %eax,%edi 267 subl %eax,%esi 272 subl %eax,%edi [all …]
|
H A D | cast-586.S | 45 subl %ebx,%ecx 64 subl %ebx,%ecx 73 subl %esi,%edx 89 subl %ebx,%ecx 108 subl %ebx,%ecx 127 subl %ebx,%ecx 136 subl %edi,%edx 152 subl %ebx,%ecx 171 subl %ebx,%ecx 190 subl %ebx,%ecx [all …]
|
H A D | x86cpuid.S | 203 subl (%esp),%eax 323 subl $1,%ecx 416 subl %esi,%eax 423 subl $1,%ecx 467 subl %esi,%eax 476 subl $1,%ebp 480 subl %esi,%eax 486 subl %edx,%ecx 491 subl %ecx,%eax 529 subl $4,%ebx [all …]
|
H A D | e_padlock-x86.S | 88 subl $1,%ecx 250 subl %ebx,%edi 266 subl %ebx,%edi 272 subl %ebx,%ecx 281 subl %eax,%esp 316 subl %ebp,%ecx 329 subl %ecx,%esp 434 subl %ebx,%edi 452 subl %ebx,%edi 458 subl %ebx,%ecx [all …]
|
H A D | aes-586.S | 115 subl %ebp,%esi 133 subl %ebp,%esi 151 subl %ebp,%esi 169 subl %ebp,%esi 1012 subl $36,%esp 1015 subl %esp,%ebx 1018 subl %ebx,%esp 1027 subl %ebp,%ebx 1169 subl %edi,%esi 1178 subl %edi,%esi [all …]
|
H A D | aesni-x86.S | 445 subl $96,%eax 467 subl $96,%eax 547 subl $96,%eax 569 subl $96,%eax 671 subl $60,%esp 693 subl %ecx,%ebx 764 subl $60,%esp 801 subl %ebx,%ecx 812 subl $1,%eax 891 subl $88,%esp [all …]
|
H A D | cmll-x86.S | 22 subl $28,%esp 25 subl %esp,%ecx 28 subl %ecx,%esp 74 subl 4(%esp),%eax 97 subl $28,%esp 101 subl %esp,%ecx 104 subl %ecx,%esp 390 subl $28,%esp 393 subl %esp,%ecx 396 subl %ecx,%esp [all …]
|
H A D | vpaes-x86.S | 122 subl $1,%eax 216 subl $1,%eax 670 subl $16,%eax 678 subl %esi,%edi 700 subl $16,%edi 715 subl $16,%edi 865 subl $1,%eax 959 subl $1,%eax 1413 subl $16,%eax 1421 subl %esi,%edi [all …]
|
/freebsd/lib/libmd/i386/ |
H A D | rmd160.S | 66 subl $64, %ecx 67 subl $88, %esp 276 subl %eax, %esi 289 subl %ebp, %edi 302 subl %edx, %esi 315 subl %ecx, %edi 328 subl %ebx, %esi 341 subl %eax, %edi 354 subl %ebp, %esi 367 subl %edx, %edi [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/ |
H A D | divdi3.S | 37 subl %ecx, %eax 49 subl %ecx, %eax 86 subl %eax, %ebx 90 subl %eax, %ecx // ECX:EBX = a - q*b 107 subl %ebx, %edx // subtract bhi from ahi so that divide will not 124 subl %eax, %ebx 128 subl %eax, %ecx // ECX:EBX = a - q*b
|
H A D | moddi3.S | 37 subl %ecx, %eax 48 subl %ecx, %eax 85 subl %eax, %ebx 89 subl %eax, %ecx // ECX:EBX = a - q*b 108 subl %ebx, %edx // subtract bhi from ahi so that divide will not 125 subl %eax, %ebx 129 subl %eax, %ecx // ECX:EBX = a - q*b
|
H A D | udivdi3.S | 57 subl %eax, %ebx 61 subl %eax, %ecx // ECX:EBX = a - q*b 72 subl %ebx, %edx // subtract bhi from ahi so that divide will not 89 subl %eax, %ebx 93 subl %eax, %ecx // ECX:EBX = a - q*b
|
H A D | umoddi3.S | 58 subl %eax, %ebx 62 subl %eax, %ecx // ECX:EBX = a - q*b 77 subl %ebx, %edx // subtract bhi from ahi so that divide will not 94 subl %eax, %ebx 98 subl %eax, %ecx // ECX:EBX = a - q*b
|
/freebsd/lib/libc/i386/string/ |
H A D | memcmp.S | 64 subl %ecx,%edi /* four pairs of bytes do not */ 65 subl %ecx,%esi /* match. */ 70 subl %edx,%eax
|
H A D | bcopy.S | 63 subl %esi,%edx 97 subl $3,%esi 98 subl $3,%edi
|
/freebsd/lib/csu/i386/ |
H A D | crti.S | 34 subl $8,%esp /* re-align stack pointer */ 43 subl $8,%esp /* re-align stack pointer */
|
H A D | crt1_s.S | 43 subl $4,%esp # Align stack for 7 arguments 48 subl $12,%esp # Align stack for 5 arguments
|
/freebsd/lib/libsys/i386/ |
H A D | rfork_thread.S | 54 subl $4, %esi 58 subl $4, %esi
|
/freebsd/sys/i386/i386/ |
H A D | support.S | 86 subl $4,%edi 98 subl %ebx,%ecx 101 subl %ecx,%edx 141 subl %esi,%eax 170 subl $3,%esi 171 subl $3,%edi 403 subl $4, %esp
|
/freebsd/contrib/tcpdump/ |
H A D | print-isoclns.c | 1865 const uint8_t *tptr, u_int subt, u_int subl, in isis_print_ip_reach_subtlv() argument 1871 subt, subl); in isis_print_ip_reach_subtlv() 1873 ND_TCHECK_LEN(tptr, subl); in isis_print_ip_reach_subtlv() 1878 while (subl >= 4) { in isis_print_ip_reach_subtlv() 1883 subl-=4; in isis_print_ip_reach_subtlv() 1887 while (subl >= 8) { in isis_print_ip_reach_subtlv() 1892 subl-=8; in isis_print_ip_reach_subtlv() 1904 if (subl < 5) in isis_print_ip_reach_subtlv() 1908 subl-=5; in isis_print_ip_reach_subtlv() 1910 if (subl < 6) in isis_print_ip_reach_subtlv() [all …]
|
/freebsd/sys/cddl/dev/dtrace/i386/ |
H A D | dtrace_asm.S | 39 subl $8, (%esp) /* skip first arg and segment regs */ 68 subl $4, %esp /* make room for %ebp */ 118 subl $8, %ebx /* adjust for three pushes, one pop */
|
/freebsd/libexec/rtld-elf/i386/ |
H A D | rtld_start.S | 41 subl $16,%esp # A place to store exit procedure addr 45 subl $4,%esp # Keep stack aligned
|