Searched refs:r8 (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/
H A Dppc.pl308 .set r8,8
365 # Freely use registers r5,r6,r7,r8,r9,r10,r11 as follows:
368 # r7,r8 are the results of the 32x32 giving 64 bit multiply.
388 $UMULH r8,r5,r6
390 addc r7,r7,r7 # compute (r7,r8)=2*(r7,r8)
391 adde r8,r8,r8
396 addze r11,r8 # r
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dpal_routines_asm.s80 COPY_STACK(%rdx, %rcx, %r8)
85 mov 16(%rsi), %r8
138 COPY_STACK(%rdx, %rcx, %r8)
178 * rtc_nanotime_t *dst); // %r8
181 movl RNT_GENERATION(%r8),%eax /* get current generation */
182 movl $0,RNT_GENERATION(%r8) /* flag data as being updated */
183 movq %rdi,RNT_TSC_BASE(%r8)
184 movq %rsi,RNT_NS_BASE(%r8)
185 movl %edx,RNT_SCALE(%r8)
186 movl %ecx,RNT_SHIFT(%r8)
[all...]
H A Dbzero.s66 movq %rdi, %r8
84 movq %r8 ,%rax /* returns its first argument */
H A DWKdmDecompress_new.s128 movl 12(%rdi,%r8, 4), %eax
129 movl 12(%rdi,%r8, 4), %edx
137 incq %r8 // i++
141 cmpq $64, %r8 // i vs 64
151 leaq (%rdi,%rax,4), %r8 // QPOS_AREA_START
153 cmpq %r8, %r9 // QPOS_AREA_END vs QPOS_AREA_START
159 movl (%r8), %eax // w = *next_word
163 addq $4, %r8 // next_word++
167 cmpq %r8, %r9 // QPOS_AREA_END vs QPOS_AREA_START
190 shlq $12, %r8
[all...]
H A Dmcount.s67 pushq %r8
75 popq %r8
/macosx-10.10.1/MITKerberosShim-66/
H A Dheim-sym.x86_64.s14 pushq %r8
18 popq %r8
39 pushq %r8
43 popq %r8
64 pushq %r8
68 popq %r8
89 pushq %r8
93 popq %r8
114 pushq %r8
118 popq %r8
[all...]
H A Dheim-proxy.x86_64.s14 pushq %r8
18 popq %r8
39 pushq %r8
43 popq %r8
64 pushq %r8
68 popq %r8
89 pushq %r8
93 popq %r8
114 pushq %r8
118 popq %r8
[all...]
/macosx-10.10.1/Libc-1044.1.2/x86_64/gen/
H A Dmcount.s36 movq %r8, 40(%rsp)
43 movq 40(%rsp), %r8
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dx86_64cpuid.pl15 \$Lspin: lea r8,DWORD PTR[rdx+rax]
34 xor r8,r8
57 .Lspin: leaq (%rsi,%rax),%r8
89 xorq %r8,%r8
120 mov %rbx,%r8
154 mov %r8,%rbx
H A Dia64cpuid.S7 { .mib; mov r8=ar.itc
20 add r8=r2,r33
23 cmpxchg4.acq r2=[r32],r8,ar.ccv
29 sxt4 r8=r8
53 mov r8=pr
117 mov pr=r8,0x1ffff }
118 { .mib; mov r8=sp
/macosx-10.10.1/ruby-106/ruby/
H A Dia64.s39 mov r8 = ar.bsp
/macosx-10.10.1/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha512-ia64.pl147 { .mib; add r8=0*$SZ,ctx
156 { .mmi; $LDW A_=[r8],4*$SZ
162 { .mmi; $LDW E_=[r8]
170 { .mii; and r8=7,input
172 cmp.eq p9,p0=1,r8 }
173 { .mmi; cmp.eq p10,p0=2,r8
174 cmp.eq p11,p0=3,r8
175 cmp.eq p12,p0=4,r8 }
176 { .mmi; cmp.eq p13,p0=5,r8
177 cmp.eq p14,p0=6,r8
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/masmx64/
H A Dinffasx64.asm29 ; rax, rcx, rdx, r8, r-9, r10, and r11, which are scratch.
70 mov r8, r12 ; /* r8 = lmask */
89 mov r8, r12 ; /* r8 = lmask */
100 and r8, rdx ; /* r8 &= hold */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
110 mov r8, r12 ; /* r8
[all...]
H A Dgvmat64.asm66 ; register used : rax,rbx,rcx,rdx,rsi,rdi,r8,r9,r10,r11,r12
100 ; windowbestlen r8
193 ; parameter 1 in r8(deflate state s), param 2 in rdx (cur match)
199 ; rax, rcx, rdx, r8, r9, r10, and r11, which are scratch.
212 ; parameter 1 in rcx (deflate_state* s), param 2 in edx -> r8 (cur match)
214 ; this clear high 32 bits of r8, which can be garbage in both r8 and rdx
317 cmp bx,word ptr [rsi + r8 - 1]
323 movzx r8d, word ptr [rdi + r8*2]
330 cmp bx,word ptr [rsi + r8
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S68 ; register used : rax,rbx,rcx,rdx,rsi,rdi,r8,r9,r10,r11,r12
176 ; rax, rcx, rdx, r8, r9, r10, and r11, which are scratch.
193 ; ms: parameter 1 in rcx (deflate_state* s), param 2 in edx -> r8 (cur match)
195 ; this clear high 32 bits of r8, which can be garbage in both r8 and rdx
298 cmp bx,word ptr [rsi + r8 - 1]
306 movzx r8d, word ptr [rdi + r8*2]
318 cmp bx,word ptr [rsi + r8 - 1]
326 movzx r8d, word ptr [rdi + r8*2]
337 cmp bx,word ptr [rsi + r8
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldStartup.s164 movq __dyld_start_static(%rip), %r8
166 subq %r8, %rcx # param4 = slide into %rcx
167 leaq ___dso_handle(%rip),%r8 # param5 = dyldsMachHeader
187 Lapple: movq (%rcx),%r8
189 testq %r8,%r8 # look for NULL ending env[] array
218 mov r8, sp // save stack pointer
230 ldr r0, [r8] // r0 = mach_header
231 ldr r1, [r8, #4] // r1 = argc
232 add r2, r8, #
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Array/
H A D15.4.4.4-2.js138 var r8 = String( r6 );
141 var r10 = array[r8];
144 array[r8] = r9;
/macosx-10.10.1/libffi-18.1/powerpc/
H A Dppc-darwin.S48 mr r12,r8 /* We only need r12 until the call,
53 mr r8,r1
74 std r27,-40(r8)
76 stg r28,MODE_CHOICE(-16,-32)(r8)
77 stg r29,MODE_CHOICE(-12,-24)(r8)
78 stg r30,MODE_CHOICE(-8,-16)(r8)
79 stg r31,MODE_CHOICE(-4,-8)(r8)
80 stg r9,SF_RETURN(r8) /* return address */
93 mr r28,r8 /* our AP. */
117 lg r8,SF_ARG
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-darwin.S48 mr r12,r8 /* We only need r12 until the call,
53 mr r8,r1
74 std r27,-40(r8)
76 stg r28,MODE_CHOICE(-16,-32)(r8)
77 stg r29,MODE_CHOICE(-12,-24)(r8)
78 stg r30,MODE_CHOICE(-8,-16)(r8)
79 stg r31,MODE_CHOICE(-4,-8)(r8)
80 stg r9,SF_RETURN(r8) /* return address */
93 mr r28,r8 /* our AP. */
117 lg r8,SF_ARG
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-darwin.S48 mr r12,r8 /* We only need r12 until the call,
53 mr r8,r1
74 std r27,-40(r8)
76 stg r28,MODE_CHOICE(-16,-32)(r8)
77 stg r29,MODE_CHOICE(-12,-24)(r8)
78 stg r30,MODE_CHOICE(-8,-16)(r8)
79 stg r31,MODE_CHOICE(-4,-8)(r8)
80 stg r9,SF_RETURN(r8) /* return address */
93 mr r28,r8 /* our AP. */
117 lg r8,SF_ARG
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/powerpc/
H A Dppc-darwin.S48 mr r12,r8 /* We only need r12 until the call,
53 mr r8,r1
74 std r27,-40(r8)
76 stg r28,MODE_CHOICE(-16,-32)(r8)
77 stg r29,MODE_CHOICE(-12,-24)(r8)
78 stg r30,MODE_CHOICE(-8,-16)(r8)
79 stg r31,MODE_CHOICE(-4,-8)(r8)
80 stg r9,SF_RETURN(r8) /* return address */
93 mr r28,r8 /* our AP. */
117 lg r8,SF_ARG
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantPort_PPC_Gnu.s190 mulhwu r8, r3, r4 /* r8 - hi(dig1 * dig2) */
193 stw r8, 0(r6)
232 #define lastCarry r8
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantPort_PPC_Gnu.s190 mulhwu r8, r3, r4 /* r8 - hi(dig1 * dig2) */
193 stw r8, 0(r6)
232 #define lastCarry r8
/macosx-10.10.1/Libc-1044.1.2/x86_64/string/
H A Dstrncpy.s52 movq %rdi,%r8 // preserve destination pointer so we can return it
182 movq %r8,%rax // original dest ptr is return value
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86CompilationCallback_Win64.asm27 push r8
59 pop r8

Completed in 238 milliseconds

12345