Searched refs:r0 (Results 1 - 12 of 12) sorted by relevance

/openwrt/target/linux/at91/image/dfboot/src/
H A Dasm_mci_isr.S39 /* Save SPSR and r0 in IRQ stack */
41 stmfd sp!, {r0, r14}
44 mrs r0, CPSR
45 bic r0, r0, #I_BIT
46 orr r0, r0, #ARM_MODE_SYS
47 msr CPSR_c, r0
60 mrs r0, CPSR
61 bic r0, r
[all...]
H A Dasm_isr.S39 /* Save SPSR and r0 in IRQ stack */
41 stmfd sp!, {r0, r14}
44 mrs r0, CPSR
45 bic r0, r0, #I_BIT
46 orr r0, r0, #ARM_MODE_SYS
47 msr CPSR_c, r0
60 mrs r0, CPSR
61 bic r0, r
[all...]
H A Djump.S3 Jump: mov pc, r0
H A Dcstartup_ram.S74 ldr r0,= MEMEND
78 mov r13, r0 /* Init stack Undef*/
79 sub r0, r0, #SVC_STACK_SIZE
83 mov r13, r0 /* Init stack IRQ*/
84 sub r0, r0, #IRQ_STACK_SIZE
88 mov r13, r0 /* Init stack FIQ*/
89 sub r0, r0, #FIQ_STACK_SIZ
[all...]
H A D_udivsi3.S4 dividend .req r0
63 mov r0, result
68 mov r0, #0 @ about as wrong as it could be
H A D_umodsi3.S5 dividend .req r0
80 mov r0, #0 @ about as wrong as it could be
/openwrt/package/boot/uboot-oxnas/files/board/ox820/
H A Dlowlevel_init.S9 ldr r0, src /* Address of exception table in flash */
11 ldmia r0!, {r3-r10} /* Copy exception table and jump values from */
13 ldmia r0!, {r3-r10}
/openwrt/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/
H A Dheadsmp.S22 mrc p15, 0, r0, c0, c0, 5
23 and r0, r0, #15
29 cmp r7, r0
/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dbn_mul.h446 asm( "addc r13, r13, r0 " ); \
448 asm( "addc r13, r13, r0 " ); \
451 asm( "addc r13, r13, r0 " ); \
453 asm( "addc r5, r13, r0 " ); \
495 asm( "ldr r0, %0 " :: "m" (s)); \
501 asm( "ldr r4, [r0], #4 " ); \
512 asm( "str r0, %0 " : "=m" (s) :: \
513 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7" );
690 t_int r0, r1;
694 r0
[all...]
/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn_lcl.h282 #define sqr(r0,r1,a) { \
285 (r0)=Lw(t); \
313 #define sqr(r0,r1,a) { \
315 (r0) = tmp * tmp; \
/openwrt/package/utils/px5g-standalone/src/library/
H A Dbignum.c514 t_int r0 = 0, r1; local
547 X->p[i] |= r0;
548 r0 = r1;
563 t_int r0 = 0, r1; local
589 X->p[i] |= r0;
590 r0 = r1;
1059 t_int q0, q1, r0, r1;
1081 r0 = r1 - d1 * q0;
1082 r0 <<= biH;
1083 r0 |
[all...]
/openwrt/target/linux/brcm63xx/image/
H A Dbcm63xx.mk922 DEVICE_DTS := nb4-ser-r0
946 DEVICE_DTS := nb6-ser-r0
947 CFE_BOARD_ID := NB6-SER-r0

Completed in 209 milliseconds