Searched refs:r12 (Results 1 - 25 of 75) sorted by relevance

123

/macosx-10.10.1/Csu-85/
H A Ddyld_glue.s46 // for ppc the mach_header parameter is place in r12
51 L1: mflr r12
53 mr r0,r12
54 addis r12,r12,ha16(Ldyld_content_lazy_binder-L1)
55 lwz r12,lo16(Ldyld_content_lazy_binder-L1)(r12)
56 mtctr r12
57 mr r12,r0
58 addis r12,r1
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dlink-order.s8 mov r2 = r12
11 mov r12 = r2
/macosx-10.10.1/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-arm.s52 MI_GET_EXTERN(r12,var) ;\
53 blx r12
255 // On exit: r9 and r12 clobbered
271 ldr r12, [r9, #4] // r12 = bucket->imp
274 bx r12 // call imp
276 ldr r12, [r9, #4] // r12 = bucket->imp
279 bx r12 // call imp
281 ldr r12, [r
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/
H A Dppc.pl312 .set r12,12
928 # r10, r11, r12 are the equivalents of c1, c2, and c3.
942 adde r12,r9,r0
950 adde r12,r9,r12
957 addc r12,r8,r12
965 addc r12,r8,r12
973 addc r12,r
[all...]
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/
H A D__commpage_gettimeofday.s87 pushq %r12 // push callee-saved registers we want to use
92 movq %rdi,%r12 // save ptr to timeval
117 movq %r8,(%r12) // store 64-bit seconds into timeval
118 movl %eax,8(%r12) // store 32-bit useconds into timeval
124 popq %r12
/macosx-10.10.1/objc4-646/runtime/
H A Da1a2-blocktramps-arm.s28 r12 == pc of trampoline's first instruction + PC bias
36 sub r12, #PAGE_MAX_SIZE
37 ldr r0, [r12, #-4] // self = block object
45 mov r12, pc
H A Da2a3-blocktramps-arm.s28 r12 == pc of trampoline's first instruction + PC bias
36 sub r12, #PAGE_MAX_SIZE
37 ldr r1, [r12, #-4] // self = block object
45 mov r12, pc
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dpal_routines_asm.s65 push %r12
104 pop %r12
123 push %r12
164 pop %r12
H A Dcswitch.s94 movq %r12,KSS_R12(%rcx)
114 movq KSS_R12(%rcx),%r12
143 movq %r12,KSS_R12(%rcx)
H A DWKdmDecompress_new.s78 pushq %r12
84 movq %rsi, %r12 // dest_buf
209 #define dest_buf %r12
255 popq %r12
/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dunwind_test_x86_64_disable_compact_frame.s65 movq %r12, -8(%rbp)
70 movq $0, %r12
73 movq 8(%rsp), %r12
111 movq %r12, -16(%rbp)
118 movq $0, %r12
122 movq -16(%rbp), %r12
137 movq %r12, -24(%rbp)
146 movq $0, %r12
151 movq 8(%rsp), %r12
169 movq %r12,
[all...]
H A Dunwind_test_x86_64_frameless.s52 movq %r12, -8(%rsp)
57 movq $0, %r12
60 movq 16(%rsp), %r12
90 movq %r12, -16(%rsp)
97 movq $0, %r12
101 movq 8(%rsp), %r12
114 movq %r12, -24(%rsp)
123 movq $0, %r12
128 movq 16(%rsp), %r12
141 movq %r12,
[all...]
H A Dunwind_test_x86_64_frameless_big.s58 movq %r12, -8(%rsp)
63 movq $0, %r12
66 movq 160016(%rsp), %r12
96 movq %r12, -16(%rsp)
103 movq $0, %r12
107 movq 160008(%rsp), %r12
119 movq %r12, -8(%rsp)
124 movq $0, %r12
128 movq 160016(%rsp), %r12
141 movq %r12,
[all...]
H A Dunwind_test_x86_64_frame.s69 movq %r12, -8(%rbp)
74 movq $0, %r12
77 movq 8(%rsp), %r12
115 movq %r12, -16(%rbp)
122 movq $0, %r12
126 movq -16(%rbp), %r12
141 movq %r12, -24(%rbp)
150 movq $0, %r12
155 movq 8(%rsp), %r12
173 movq %r12,
[all...]
H A Dunwind_test_x86_64.s16 movq %r12, -32(%rbp)
28 movq $0x02468ACEECA86420, %r12
39 cmpq %rax, %r12
55 movq -32(%rbp), %r12
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c120 tstate->r12 = cpstate->r12;
135 tstate->r12 = iks->k_r12;
/macosx-10.10.1/OpenSSL098-52/src/crypto/aes/asm/
H A Daes-x86_64.pl356 push %r12
383 pop %r12
670 push %r12
709 pop %r12
1067 push %r12
1090 mov $key,%r12
1093 and \$0xFFF,%r12 # p = %rsp&0xfff
1095 cmp %r11,%r12 # if (p=>e) %rsp =- (p-e);
1097 sub %r11,%r12
1098 sub %r12,
[all...]
/macosx-10.10.1/libffi-18.1/powerpc/
H A Dppc-darwin.S48 mr r12,r8 /* We only need r12 until the call,
99 mtctr r12 /* r12 holds address of _ffi_prep_args. */
163 mr r12,r29 // Put the target address in r12 as specified.
164 mtctr r12 // Get the address to call into CTR.
355 lgu r12,lo16(L_ffi64_struct_to_ram_form$lazy_ptr - LO$ffi64_struct_to_ram_form)(r11)
356 mtctr r12
H A Dppc64-darwin_closure.S368 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
369 mtctr r12
389 lgu r12,lo16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form)(r11)
390 mtctr r12
405 lgu r12,lo16(L_ffi64_data_size$lazy_ptr - LO$ffi64_data_size)(r11)
406 mtctr r12
/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,
99 mtctr r12 /* r12 holds address of _ffi_prep_args. */
163 mr r12,r29 // Put the target address in r12 as specified.
164 mtctr r12 // Get the address to call into CTR.
359 lgu r12,lo16(L_ffi64_struct_to_ram_form$lazy_ptr - LO$ffi64_struct_to_ram_form)(r11)
360 mtctr r12
H A Dppc64-darwin_closure.S368 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
369 mtctr r12
394 lgu r12,lo16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form)(r11)
395 mtctr r12
410 lgu r12,lo16(L_ffi64_data_size$lazy_ptr - LO$ffi64_data_size)(r11)
411 mtctr r12
/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,
99 mtctr r12 /* r12 holds address of _ffi_prep_args. */
163 mr r12,r29 // Put the target address in r12 as specified.
164 mtctr r12 // Get the address to call into CTR.
355 lgu r12,lo16(L_ffi64_struct_to_ram_form$lazy_ptr - LO$ffi64_struct_to_ram_form)(r11)
356 mtctr r12
H A Dppc64-darwin_closure.S368 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
369 mtctr r12
389 lgu r12,lo16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form)(r11)
390 mtctr r12
405 lgu r12,lo16(L_ffi64_data_size$lazy_ptr - LO$ffi64_data_size)(r11)
406 mtctr r12
/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,
99 mtctr r12 /* r12 holds address of _ffi_prep_args. */
163 mr r12,r29 // Put the target address in r12 as specified.
164 mtctr r12 // Get the address to call into CTR.
355 lgu r12,lo16(L_ffi64_struct_to_ram_form$lazy_ptr - LO$ffi64_struct_to_ram_form)(r11)
356 mtctr r12
H A Dppc64-darwin_closure.S368 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
369 mtctr r12
389 lgu r12,lo16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form)(r11)
390 mtctr r12
405 lgu r12,lo16(L_ffi64_data_size$lazy_ptr - LO$ffi64_data_size)(r11)
406 mtctr r12

Completed in 883 milliseconds

123