Searched refs:r3 (Results 1 – 11 of 11) sorted by relevance
| /xnu-8796.121.2/bsd/dev/arm/ |
| H A D | cpu_in_cksum.s | 149 mov r8, r3 /* Accumulate sum in r8 */ 253 and r3, r1, #~0x3f 264 subs r3, r3, #0x80 276 subs r3, r3, #0x40 // decrement size by 64 318 ldmia r0!, {r3, r4, r5, r6} 319 adds r2, r2, r3 322 ldmia r0!, {r3, r4, r5, r7} 324 adcs r2, r2, r3 327 ldmia r0!, {r3, r4, r5, r6} 329 adcs r2, r2, r3 [all …]
|
| H A D | cpu_copy_in_cksum.s | 82 #define sum r3
|
| /xnu-8796.121.2/libsyscall/custom/ |
| H A D | __getpid.s | 118 ldr r3, L__current_pid 119 L1: add r3, pc, r3 // r3 = &__current_pid 120 ldr r0, [r3] // get the cached pid 127 ldrex r2, [r3] // see if we can cache it 130 strex r2, r0, [r3] // ignore conflicts 133 swp r2, r1, [r3] // look at the value, lock others out 137 streq r0, [r3] // if zero, we can 138 strne r2, [r3] // otherwise restore previous value
|
| H A D | __vfork.s | 139 MI_GET_ADDRESS(r3, __current_pid) // get address of __current_pid 142 ldrex r1, [r3] 145 strex r2, r1, [r3] 151 swp r1, r2, [r3] // look at the value, lock others out 156 str r1, [r3] 175 MI_GET_ADDRESS(r3, __current_pid) // get address of __current_pid 184 ldrex r1, [r3] 186 strex r2, r1, [r3] 190 swp r1, r2, [r3] // look at the value, lock others out 194 str r1, [r3]
|
| H A D | __pipe.s | 53 mov r3,r0 // save fildes across syscall 55 str r0, [r3, #0] 56 str r1, [r3, #4]
|
| H A D | __fork.s | 119 MI_GET_ADDRESS(r3, __current_pid) 121 str r0, [r3] // clear cached pid in child
|
| H A D | custom.s | 130 mov r3, #2
|
| /xnu-8796.121.2/libsyscall/wrappers/ |
| H A D | mach_absolute_time.s | 191 mrrc p15, 0, r3, r1, c14 // Read timebase high to r1 192 mrrc p15, 0, r0, r3, c14 // Read timebase low to r0 193 mrrc p15, 0, r3, r2, c14 // Read timebase high to r2 197 ldr r3, [ip, #4] // Load offset high bits 199 eor r5, r3 203 adcs r1, r1, r3
|
| H A D | mach_approximate_time.s | 65 ldr r3, [r2,#4] // load high again 66 cmp r1, r3 // check that high1 == high2
|
| /xnu-8796.121.2/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccchacha20poly1305.h | 37 uint32_t r0, r1, r2, r3, r4; member
|
| /xnu-8796.121.2/tools/lldbmacros/core/ |
| H A D | operating_system.py | 257 self.r3 = 0 298 return struct.pack('19I', self.r0, self.r1, self.r2, self.r3, 312 self.r3 = saved_state.GetChildMemberWithName('r').GetChildAtIndex(3).GetValueAsUnsigned() 338 self.r3 = saved_state.GetChildMemberWithName('r').GetChildAtIndex(3).GetValueAsUnsigned()
|