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

123

/macosx-10.9.5/Csu-79/
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.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dlink-order.s8 mov r2 = r12
11 mov r12 = r2
/macosx-10.9.5/objc4-551.1/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.9.5/xnu-2422.115.4/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.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpal_routines_asm.s65 push %r12
104 pop %r12
123 push %r12
164 pop %r12
H A Dcswitch.s95 movq %r12,KSS_R12(%rcx)
115 movq KSS_R12(%rcx),%r12
144 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
H A DWKdmCompress_new.s163 pushq %r12
178 #define dest_buf %r12
184 movq %rsi, %r12 // dest_buf
400 popq %r12
/macosx-10.9.5/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.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubsMSVC64.asm42 push r12
50 mov r12, 512
60 pop r12
77 pop r12
/macosx-10.9.5/objc4-551.1/runtime/
H A Da1a2-blocktramps-arm.s54 adr r12, __a1a2_tramphead_nt // text page
55 sub r12, r12, #PAGE_SIZE // data page precedes text page
56 ldr r12, [r12, r1, LSL #3] // load block pointer from data + index*8
60 mov r0, r12 // self = block pointer
63 ldr pc, [r12, #12]
H A Da2a3-blocktramps-arm.s52 adr r12, __a2a3_tramphead_nt // text page
53 sub r12, r12, #PAGE_SIZE // data page precedes text page
54 ldr r12, [r12, r2, LSL #3] // load block pointer from data + index*8
58 mov r1, r12 // self = block pointer
61 ldr pc, [r12, #12]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c120 tstate->r12 = cpstate->r12;
135 tstate->r12 = iks->k_r12;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/powerpc/
H A Ddarwin.S54 mr r12,r8 /* We only need r12 until the call,
85 mtctr r12 /* r12 holds address of _ffi_prep_args. */
127 mr r12,r29 /* Put the target address in r12 as specified. */
128 mtctr r12
/macosx-10.9.5/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.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/cctools-845/include/mach/ppc/
H A D_structs.h108 unsigned int r12; variable
207 unsigned long long r12; variable

Completed in 413 milliseconds

123