HomeSort by: relevance | last modified time | path
    Searched refs:subl (Results 1 - 25 of 105) sorted by relevancy

1 2 3 4 5

  /src/sys/crypto/camellia/
camellia.c 74 #define SUBL(INDEX) (subkey[(INDEX)*2+1])
433 #define subl(x) subL[(x)] macro
442 uint32_t subL[26];
455 subl(0) = kll; subr(0) = klr;
456 subl(1) = krl; subr(1) = krr;
458 subl(4) = kll; subr(4) = klr;
459 subl(5) = krl; subr(5) = krr;
461 subl(10) = kll; subr(10) = klr;
462 subl(11) = krl; subr(11) = krr
    [all...]
  /src/tests/lib/csu/arch/x86_64/
h_initfini_align.S 10 subl $8, %eax
  /src/lib/libc/arch/i386/gen/
fpsetmask.S 16 subl $4,%esp
28 subl %ecx,%edx
fpsetprec.S 16 subl $4,%esp
25 subl %eax,%edx
fpsetsticky.S 16 subl $28,%esp
24 subl %eax,%edx
fpgetmask.S 16 subl $4,%esp
fpgetprec.S 16 subl $4,%esp
fpgetsticky.S 16 subl $4,%esp
alloca.S 50 subl %eax,%esp
  /src/common/lib/libc/arch/i386/string/
strcmp.S 43 subl $4,%ebx
44 subl $4,%esi
54 subl $0x01010101,%edx
74 subl %edx,%eax
strlen.S 121 subl $4,%eax
126 subl $3,%eax
132 subl $2,%eax
140 subl 4(%esp),%eax
memchr.S 48 subl $4,%esi
49 subl $0x01010101,%edx
71 subl $4,%eax
78 subl $3,%eax
85 subl $2,%eax
strchr.S 48 subl $0x01010101,%esi
67 subl $4,%eax
74 subl $3,%eax
82 subl $2,%eax
strcat.S 53 subl $4,%ecx
58 subl $3,%ecx
64 subl $2,%ecx
69 subl $1,%ecx
  /src/lib/libm/arch/i387/
lrint.S 14 subl $4,%esp
  /src/lib/libc/arch/m68k/gen/
alloca.S 51 subl 4(%sp),%d0 /* allocate requested space */
resumecontext.S 46 subl #(4 + UC_SIZE),%sp /* retaddr preservation + ucontext_t */
  /src/sys/lib/libkern/arch/x86_64/
random.S 88 subl $0x7fffffff,%eax
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
divdi3.S 36 subl %ecx, %eax
48 subl %ecx, %eax
85 subl %eax, %ebx
89 subl %eax, %ecx // ECX:EBX = a - q*b
106 subl %ebx, %edx // subtract bhi from ahi so that divide will not
123 subl %eax, %ebx
127 subl %eax, %ecx // ECX:EBX = a - q*b
moddi3.S 36 subl %ecx, %eax
47 subl %ecx, %eax
84 subl %eax, %ebx
88 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
udivdi3.S 56 subl %eax, %ebx
60 subl %eax, %ecx // ECX:EBX = a - q*b
71 subl %ebx, %edx // subtract bhi from ahi so that divide will not
88 subl %eax, %ebx
92 subl %eax, %ecx // ECX:EBX = a - q*b
umoddi3.S 57 subl %eax, %ebx
61 subl %eax, %ecx // ECX:EBX = a - q*b
76 subl %ebx, %edx // subtract bhi from ahi so that divide will not
93 subl %eax, %ebx
97 subl %eax, %ecx // ECX:EBX = a - q*b
  /src/regress/lib/libc/ieeefp/testfloat/arch/i386/
systmodes.S 87 subl $2,%esp
  /src/sys/arch/news68k/stand/boot/
locore.S 37 subl #_C_LABEL(edata),%d0
  /src/sys/lib/libkern/arch/i386/
random.S 92 subl $0x7fffffff,%eax

Completed in 29 milliseconds

1 2 3 4 5