Home
last modified time | relevance | path

Searched refs:r8 (Results 1 – 20 of 20) sorted by relevance

/bsp/smartfusion2/CMSIS/startup_gcc/
A Dstartup_m2sxxx.S341 push {r3, r4, r5, r6, r7, r8, lr}
357 mov r8,r2 /* ; Save copy of byte count */
368 and r8, #15 /* ; get spare bytes --check can you do an ands? */
369 cmp r8, #0 /* ; no spare bytes at end- end now */
376 subs r8, r8, #1
379 pop {r3, r4, r5, r6, r7, r8, pc}
430 ror r9, r9, r8 /* ; Rotate right to keep pattern consistent */
443 mov r8,r1 /* ; Save copy of byte count */
457 and.w r8, r8, #15 /* ; get spare bytes --check can you do an ands? */
459 cmp r8, #0 /* ; no spare bytes at end- end now */
[all …]
/bsp/raspberry-pi/raspi3-32/cpu/
A Darmv7.h25 unsigned long r8; member
47 unsigned long r8; member
A Dstart_gcc.S102 mov r8, #0x1A
103 cmp r0, r8
250 mov r8, r0
257 mov sp, r8
258 mov r0, r8
A Dtrap.c36 rt_kprintf("r08:0x%08x r09:0x%08x r10:0x%08x\n", regs->r8, regs->r9, regs->r10); in rt_hw_show_register()
/bsp/raspberry-pi/raspi2/cpu/
A Darmv7.h15 unsigned long r8; member
37 unsigned long r8; member
A Dstart_gcc.S54 mov r8, #0x1A
55 cmp r0, r8
A Dtrap.c32 rt_kprintf("r08:0x%08x r09:0x%08x r10:0x%08x\n", regs->r8, regs->r9, regs->r10); in rt_hw_show_register()
/bsp/nxp/imx/imx6sx/cortex-a9/cpu/
A Darmv7.h15 unsigned long r8; member
37 unsigned long r8; member
A Dtrap.c34 rt_kprintf("r08:0x%08x r09:0x%08x r10:0x%08x\n", regs->r8, regs->r9, regs->r10); in rt_hw_show_register()
/bsp/smartfusion2/CMSIS/startup_arm/
A Dstartup_m2sxxx.s202 … ; fill_memory takes r0 - r2 as arguments uses r4, r5, r6, r7, r8, r9, and does not pr…
245 … ; fill_memory takes r0 - r2 as arguments uses r4, r5, r6, r7, r8, r9, and does not pr…
276 ; * register contents r4, r5, r6, r7, r8, r9, will are used and will be returned undefined
281 ;push {r4, r5, r6, r7, r8, r9, lr} We will not use stack as may be not available */
291 …mul r8, r7, r6 ; calculate number of shifts required to initalise pattern for non-aligned byt…
293 ror r9, r9, r8 ; Rotate right to keep pattern consistent */
306 mov r8,r1 ; Save copy of byte count */
320 and.w r8, r8, #15 ; get spare bytes --check can you do an ands? */
322 cmp r8, #0 ; no spare bytes at end- end now */
327 subs r8, r8, #1 ; subtract one from byte count 1 */
/bsp/allwinner_tina/libcpu/
A Dstart_gcc.S127 ldmia r0!, {r2-r8, r10}
128 stmia r1!, {r2-r8, r10}
129 ldmia r0!, {r2-r8, r10}
130 stmia r1!, {r2-r8, r10}
A Dtrap.c32 rt_uint32_t r8; member
62 regs->r8, regs->r9, regs->r10); in rt_hw_show_register()
/bsp/phytium/aarch32/boot/
A Daarch32_boot.S177 mov r8, #0
/bsp/dm365/platform/
A Dtrap.c38 rt_kprintf("r08:0x%08x r09:0x%08x r10:0x%08x\n", regs->r8, regs->r9, regs->r10); in rt_hw_show_register()
A Ddm36x.h222 rt_uint32_t r8; member
/bsp/at91/at91sam9260/platform/
A Dat91sam926x.h189 rt_uint32_t r8; member
/bsp/raspberry-pico/RP2040/libcpu/
A Dcpuport.c180 rt_uint32_t r8; member
/bsp/ft2004/libraries/cpu/
A Dft_aarch32_asm.h304 u32 r8; member
/bsp/qemu-vexpress-a9/drivers/
A Drealview.h316 unsigned long r8; member
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_ge2d.c3218 UINT8 *ptr8, r8, g8, b8; in ge2dInitColorPattern() local
3233 r8 = (UINT8)(*ptr_pat++) & 0xe0; // 3 bits in ge2dInitColorPattern()
3235 *ptr8++ = r8 | (g8 >> 3) | (b8 >> 6); in ge2dInitColorPattern()
3273 r8 = (UINT8)(*ptr_pat++) & 0x000e0; // 3bits in ge2dInitColorPattern()
3274 *ptr8++ = r8 | (g8 << 2) | (b8 >> 3); in ge2dInitColorPattern()

Completed in 46 milliseconds