Home
last modified time | relevance | path

Searched refs:r6 (Results 1 – 25 of 80) sorted by relevance

1234

/libcpu/ppc/ppc405/
A Dcontext_gcc.S141 li r6, 0x01
142 stw r6,0(r5)
147 li r6, 0x00
148 stw r6,0(r5)
166 lwz r6,0(r5)
170 stw r6,0(r5)
180 ori r6,r6,rt_interrupt_to_thread@l
181 stw r4,0(r6)
193 lwz r6,0(r5)
197 stw r6,0(r5)
[all …]
A Dcache_gcc.S29 mr r6,r3
35 2: icbi 0,r6
36 addi r6,r6,L1_CACHE_BYTES
133 addi r6,0,0x0000 /* clear GPR 6 */
140 dccci 0,r6 /* invalidate line */
141 addi r6,r6,L1_CACHE_BYTES /* bump to next line */
/libcpu/arm/realview-a8-vmm/
A Darmv7.h21 unsigned long r6; member
43 unsigned long r6; member
A Dstart_gcc.S183 ldr r6, =rt_interrupt_to_thread
184 ldr r6, [r6]
185 ldr sp, [r6] @ get new task's stack pointer
/libcpu/arm/cortex-r52/
A Dcpuport.h22 unsigned long r6; member
44 unsigned long r6; member
A Darmv8.h21 unsigned long r6; member
43 unsigned long r6; member
A Dcontext_gcc.S229 LDR r6, =rt_interrupt_to_thread
230 LDR r6, [r6]
231 LDR sp, [r6] @ get new task's stack pointer
A Dcontext_iar.S237 LDR r6, =rt_interrupt_to_thread
238 LDR r6, [r6]
239 LDR sp, [r6] ; get new task's stack pointer
/libcpu/arm/cortex-a/
A Dstart_gcc.S353 vmrs r6, fpexc
354 tst r6, #(1<<30)
361 stmfd r0!, {r6}
405 cmp r6, #0x10
453 vmrs r6, fpexc
454 tst r6, #(1<<30)
461 stmfd sp!, {r6}
469 ldr r6, [r6]
482 ldmfd sp!, {r6}
483 vmsr fpexc, r6
[all …]
A Dcpuport.h24 unsigned long r6; member
46 unsigned long r6; member
A Dcontext_gcc.S234 ldmfd sp!, {r6}
235 vmsr fpexc, r6
236 tst r6, #(1<<30)
/libcpu/arm/am335x/
A Dstart_iar.s269 LDR r6, =rt_interrupt_to_thread
270 LDR r6, [r6]
271 LDR sp, [r6] ; get new task's stack pointer
/libcpu/arm/cortex-r4/
A Dcontext_ccs.asm238 LDR r6, ptothread
239 LDR r6, [r6]
240 LDR sp, [r6] ; get new task's stack pointer
A Dcontext_gcc.S232 LDR r6, =rt_interrupt_to_thread
233 LDR r6, [r6]
234 LDR sp, [r6] @ get new task's stack pointer
A Darmv7.h25 unsigned long r6; member
/libcpu/arm/s3c24x0/
A Dstart_gcc.S255 mrs r6, spsr
256 str r6, [r8, #4] /* Save CPSR */
277 mrs r6, spsr
278 str r6, [r8, #4] /* Save CPSR */
346 ldr r6, =rt_interrupt_to_thread
347 ldr r6, [r6]
348 ldr sp, [r6] /* get new task's stack pointer */
/libcpu/arm/armv6/
A Darmv6.h36 rt_uint32_t r6; member
55 rt_uint32_t r6; member
A Darm_entry_gcc.S89 ldr r6, .neon_opcode
91 ldr r7, [r6], #4 @ load mask value
95 ldr r7, [r6], #4 @ load opcode value
/libcpu/arm/arm926/
A Dstart_gcc.S262 ldr r6, =rt_interrupt_to_thread
263 ldr r6, [r6]
264 ldr sp, [r6]
276 mrs r6, spsr
278 str r6, [r0, #16*4]
/libcpu/nios/nios_ii/
A Dcontext_gcc.S63 stw r6, 20(sp)
102 ldw r6, 20(sp)
144 stw r6, 20(sp)
184 ldw r6, 20(sp)
256 ldw r6, 20(sp)
/libcpu/unicore32/sep6200/
A Dcontext_gcc.S51 stm.w (r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, r12, r13, r14, r15), [sp-]
65 ldm.w (r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, r12, r13, r14, r15), [sp]+
79 ldm.w (r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, r12, r13, r14, r15), [sp]+
/libcpu/arm/cortex-m23/
A Dcpuport.h33 rt_uint32_t r6; member
/libcpu/arm/zynqmp-r5/
A Darmv7.h23 unsigned long r6; member
/libcpu/arm/AT91SAM7S/
A Dstart_gcc.S224 ldr r6, =rt_interrupt_to_thread
225 ldr r6, [r6]
226 ldr sp, [r6] /* get new task's stack pointer */
/libcpu/arm/AT91SAM7X/
A Dstart_gcc.S266 ldr r6, =rt_interrupt_to_thread
267 ldr r6, [r6]
268 ldr sp, [r6] @ get new task's stack pointer

Completed in 26 milliseconds

1234