Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 25 of 33) sorted by relevance

12

/libcpu/arm/cortex-a/
A Dcontext_gcc.S185 ldr ip, =rt_thread_switch_interrupt_flag
186 ldr r3, [ip]
192 str r3, [ip]
200 ldr ip, =rt_interrupt_to_thread @ set rt_interrupt_to_thread
201 str r1, [ip]
205 ldr ip, =rt_thread_switch_interrupt_flag
206 ldr r3, [ip]
212 str r3, [ip]
214 ldr ip, =rt_interrupt_to_thread @ set rt_interrupt_to_thread
215 str r1, [ip]
A Dcpuport.h30 unsigned long ip; member
52 unsigned long ip; member
A Dtrap.c105 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
/libcpu/arm/armv6/
A Darm_entry_gcc.S19 stmfd sp!, {r0-r3, ip, lr}
25 1: ldmfd sp!, {r0-r3, ip, lr}
31 stmfd sp!, {r0-r3, ip, lr}
38 1: ldmfd sp!, {r0-r3, ip, lr}
44 stmfd sp!, {r0-r3, ip, lr}
53 1: ldmfd sp!, {r0-r3, ip, lr}
A Darmv6.h42 rt_uint32_t ip; member
61 rt_uint32_t ip; member
/libcpu/arm/realview-a8-vmm/
A Darmv7.h27 unsigned long ip; member
49 unsigned long ip; member
A Dtrap.c35 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
/libcpu/arm/cortex-r52/
A Dcpuport.h28 unsigned long ip; member
50 unsigned long ip; member
A Darmv8.h27 unsigned long ip; member
49 unsigned long ip; member
A Dtrap.c65 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
/libcpu/mips/gs232/
A Dinterrupt.c137 void rt_do_mips_cpu_irq(rt_uint32_t ip) in rt_do_mips_cpu_irq() argument
141 if (ip == 7) { in rt_do_mips_cpu_irq()
144 n = ip - 2; in rt_do_mips_cpu_irq()
/libcpu/arm/common/
A Ddivsi3.S71 mov ip, #0
74 orr ip, ip, #0x20000000 /* ip bit 0x20000000 = -ve r1 */
76 orrcs ip, ip, #0x10000000 /* ip bit 0x10000000 = bit 0 of r1 */
97 ands ip, r0, #0x80000000
100 eor ip, ip, r2
102 orr ip, r2, ip, lsr #1 /* ip bit 0x40000000 = -ve division */
382 tst ip, #0x20000000
385 cmp ip, #0
387 movs ip, ip, lsl #1
393 tst ip, #0x10000000
/libcpu/mips/common/
A Dexception.h22 extern void rt_do_mips_cpu_irq(rt_uint32_t ip);
/libcpu/arm/zynqmp-r5/
A Darmv7.h29 unsigned long ip; member
A Dtrap.c34 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
/libcpu/arm/cortex-r4/
A Darmv7.h31 unsigned long ip; member
A Dtrap.c35 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
/libcpu/arm/arm926/
A Dtrap.c37 rt_uint32_t ip; member
65 regs->fp, regs->ip); in rt_hw_show_register()
/libcpu/arm/lpc24xx/
A Dtrap.c34 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
/libcpu/arm/s3c24x0/
A Dtrap.c41 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
/libcpu/arm/s3c44b0/
A Dtrap.c40 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
/libcpu/arm/sep4020/
A Dtrap.c38 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
/libcpu/arm/am335x/
A Dtrap.c43 rt_kprintf("fp :0x%08x ip :0x%08x\n", regs->fp, regs->ip); in rt_hw_show_register()
/libcpu/unicore32/sep6200/
A Dtrap.c38 …0x%08x sb:0x%08x sl:0x%08xfp :0x%08x ip :0x%08x\n",regs->r24,regs->sb,regs->sl,regs->fp,regs->ip); in rt_hw_show_register()
A Dstart_gcc.S329 mov ip, lr
346 mov lr, ip

Completed in 21 milliseconds

12