Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 51) sorted by relevance

123

/libcpu/aarch64/common/
A Dvector_gcc.S33 b vector_serror /* IRQ/vIRQ */
47 b vector_serror
51 b vector_exception
53 b vector_irq
55 b vector_fiq
57 b vector_serror
61 b vector_serror
63 b vector_serror
65 b vector_serror
67 b vector_serror
[all …]
A Dcpu_gcc.S177 b.eq 3f
179 b.eq 2f
181 b.eq 1f
184 b 0f
187 b 0f
190 b 0f
193 b 0f
202 b.eq 3f
204 b.eq 2f
206 b.eq 1f
[all …]
A Dcache.S48 b 2f
51 b.ge loop_way
53 b.ge loop_set
85 b.lt skip /* skip if no cache or icache */
90 b.gt loop_level
104 b __asm_dcache_all
109 b __asm_dcache_all
134 b.lo 1b
160 b.lo 1b
185 b.lo 1b
A Dstack_gcc.S28 b . /* never here */
/libcpu/arm/cortex-r52/
A Dvector_gcc.S34 b Reset_Handler
35 b Undefined_Handler
36 b SWI_Handler
37 b SVC_Handler
38 b Prefetch_Handler
39 b Abort_Handler
40 b Reserved_Handler
41 b IRQ_Handler
42 b FIQ_Handler
A Dvector_iar.S37 b Reset_Handler
38 b Undefined_Handler
39 b SWI_Handler
40 b SVC_Handler
41 b Prefetch_Handler
42 b Abort_Handler
43 b Reserved_Handler
44 b IRQ_Handler
45 b FIQ_Handler
A Dstart_gcc.S164 b ctor_loop
484 b .
490 b .
495 b rt_hw_trap_svc
496 b .
501 b rt_hw_trap_pabt
502 b .
507 b rt_hw_trap_dabt
508 b .
513 b rt_hw_trap_resv
[all …]
/libcpu/arm/cortex-r4/
A Dvector_ccs.asm25 b _reset
26 b turnon_VFP
27 b vector_svc
28 b vector_pabort
29 b vector_dabort
30 b vector_resv
31 b IRQ_Handler
A Dvector_gcc.S32 b _reset
33 b turnon_VFP
34 b vector_svc
35 b vector_pabort
36 b vector_dabort
37 b vector_resv
38 b IRQ_Handler
/libcpu/mips/gs232/
A Dmipscfg.c24 static rt_uint16_t m_pow(rt_uint16_t b, rt_uint16_t n) in m_pow() argument
29 rets *= b; in m_pow()
34 static rt_uint16_t m_log2(rt_uint16_t b) in m_log2() argument
38 while (b != 1) in m_log2()
40 b /= 2; in m_log2()
/libcpu/mips/gs264/
A Dmipscfg.c26 static rt_uint16_t m_pow(rt_uint16_t b, rt_uint16_t n) in m_pow() argument
31 rets *= b; in m_pow()
36 static rt_uint16_t m_log2(rt_uint16_t b) in m_log2() argument
40 while (b != 1) in m_log2()
42 b /= 2; in m_log2()
/libcpu/mips/common/
A Dexception_gcc.S27 b _general_exception_handler
32 b _general_exception_handler
45 b _general_exception_handler
53 b _general_exception_handler
/libcpu/aarch64/common/mp/
A Dvector_gcc.S22 b .
34 b rt_hw_irq_exit
A Dcontext_gcc.S55 b _context_switch_exit
83 b _context_switch_exit
138 b _context_switch_exit
/libcpu/unicore32/sep6200/
A Dstart_gcc.S72 b reset
168 b.l stack_setup
207 b ctor_loop
233 b rt_hw_trap_extn
235 b rt_hw_trap_swi
237 b rt_hw_trap_pabt
239 b rt_hw_trap_dabt
241 b rt_hw_trap_resv
254 b.l rt_interrupt_enter
255 b.l rt_hw_trap_irq
[all …]
/libcpu/aarch64/common/up/
A Dvector_gcc.S32 b rt_hw_irq_exit
61 b rt_hw_irq_exit
/libcpu/ppc/ppc405/
A Dcache_gcc.S32 bdnz 1b
37 bdnz 2b
61 bdnz 1b
83 bdnz 1b
106 bdnz 1b
127 bdnz 1b
/libcpu/arm/AT91SAM7X/
A Dstart_gcc.S41 b reset
187 b ctor_loop
197 vector_undef: b vector_undef
198 vector_swi : b vector_swi
199 vector_pabt : b vector_pabt
200 vector_dabt : b vector_dabt
201 vector_resv : b vector_resv
/libcpu/aarch64/common/include/
A Dvector_gcc.h96 b 2f
98 b arch_ret_to_user
108 b 2f
121 b 2f
/libcpu/arm/cortex-a/
A Dstart_gcc.S60 b init_mmu_page_table_early
104 b continue_exit
139 b continue_exit
214 b secondary_loop
410 b arch_ret_to_user
507 b arch_ret_to_user
538 b .
553 b .
580 b .
608 b .
[all …]
/libcpu/arm/AT91SAM7S/
A Dstart_gcc.S41 b reset
155 vector_undef: b vector_undef
156 vector_swi : b vector_swi
157 vector_pabt : b vector_pabt
158 vector_dabt : b vector_dabt
159 vector_resv : b vector_resv
/libcpu/aarch64/cortex-a/
A Dentry_point.S63 b _start /* Executable code */
117 b init_mmu_early
128 b cpu_idle
173 b enable_mmu_early
264 b .clean_bss_loop_quad
270 b .clean_bss_loop_byte
292 b enable_mmu_early
/libcpu/arm/armv6/
A Darm_entry_gcc.S22 b 1f
35 b 1f
50 b 1f
98 b vfp_entry
/libcpu/arm/lpc214x/
A Dstartup_gcc.S179 b ctor_loop
222 __undf: b . /* undefined */
223 __swi : b .
224 __pabt: b . /* program abort */
225 __dabt: b . /* data abort */
226 __fiq : b . /* FIQ */
/libcpu/c-sky/ck802/
A Dcore_ck802.h152 } b; /*!< Structure 用来按位访问 */ member
192 } b; /*!< Structure 用来按位访问 */ member
240 } b; /*!< Structure 用来按位访问 */ member
328 } b; /*!< Structure 用来按位访问 */ member
351 } b; /*!< Structure 用来按位访问 */ member

Completed in 28 milliseconds

123