Home
last modified time | relevance | path

Searched refs:reg (Results 1 – 25 of 42) sorted by relevance

12

/ThreadX-v6.4.1/ports/xtensa/xcc/inc/
Dxtensa_rtos.h117 #define XT_INTS_DISABLE(reg) movi reg, PS_DI; xps reg, reg argument
118 #define XT_INTS_ENABLE(reg) wsr reg, PS; rsync argument
120 #define XT_INTS_DISABLE(reg) rsil reg, XCHAL_EXCM_LEVEL argument
121 #define XT_INTS_ENABLE(reg) wsr reg, PS; rsync argument
/ThreadX-v6.4.1/ports_smp/cortex_r8_smp/ac5/example_build/sample_threadx/
DMP_GlobalTimer.s38 LDR r3, [r2, #0x208] ; Read control reg
40 STR r3, [r2, #0x208] ; Write control reg
42 ; Form control reg value
71 LDR r1, [r2, #0x208] ; Read control reg
96 LDR r1, [r0, #0x208] ; Read control reg
113 LDR r1, [r0, #0x208] ; Read control reg
DMP_PrivateTimer.s41 ; Form control reg value
61 LDR r1, [r0, #0x608] ; Read control reg
77 LDR r1, [r0, #0x608] ; Read control reg
Dv7.S57 ISB ; ISB to sync the change to the CacheSizeID reg
112 ISB ; ISB to sync the change to the CacheSizeID reg
171 ISB ; ISB to sync the change to the CacheSizeID reg
225 ISB ; ISB to sync the change to the CacheSizeID reg
/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/example_build/sample_threadx/
DMP_GlobalTimer.s38 LDR r3, [r2, #0x208] ; Read control reg
40 STR r3, [r2, #0x208] ; Write control reg
42 ; Form control reg value
71 LDR r1, [r2, #0x208] ; Read control reg
96 LDR r1, [r0, #0x208] ; Read control reg
112 LDR r1, [r0, #0x208] ; Read control reg
DMP_PrivateTimer.s41 ; Form control reg value
61 LDR r1, [r0, #0x608] ; Read control reg
77 LDR r1, [r0, #0x608] ; Read control reg
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/
DMP_GlobalTimer.s38 LDR r3, [r2, #0x208] ; Read control reg
40 STR r3, [r2, #0x208] ; Write control reg
42 ; Form control reg value
71 LDR r1, [r2, #0x208] ; Read control reg
96 LDR r1, [r0, #0x208] ; Read control reg
112 LDR r1, [r0, #0x208] ; Read control reg
DMP_PrivateTimer.s41 ; Form control reg value
61 LDR r1, [r0, #0x608] ; Read control reg
77 LDR r1, [r0, #0x608] ; Read control reg
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/example_build/
Dm32c0.h583 #define _m32c0_mfc0(reg, sel) \
588 : "JK" (reg), "JK" (sel)); \
593 #define _m32c0_mtc0(reg, sel, val) \
597 : "dJ" ((reg32_t)(val)), "JK" (reg), "JK" (sel) \
601 #define _m32c0_mtc0(reg, sel, val) \
605 : "dJ" ((reg32_t)(val)), "JK" (reg), "JK" (sel) \
610 #define _m32c0_mxc0(reg, sel, val) \
613 __o = _m32c0_mfc0 (reg, sel); \
614 _m32c0_mtc0 (reg, sel, val); \
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/
Dm32c0.h583 #define _m32c0_mfc0(reg, sel) \
588 : "JK" (reg), "JK" (sel)); \
593 #define _m32c0_mtc0(reg, sel, val) \
597 : "dJ" ((reg32_t)(val)), "JK" (reg), "JK" (sel) \
601 #define _m32c0_mtc0(reg, sel, val) \
605 : "dJ" ((reg32_t)(val)), "JK" (reg), "JK" (sel) \
610 #define _m32c0_mxc0(reg, sel, val) \
613 __o = _m32c0_mfc0 (reg, sel); \
614 _m32c0_mtc0 (reg, sel, val); \
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/src/
Dtx_thread_smp_initialize_wait.S72 cfc1 $8, $31 # Pickup current FPU control reg
74 sw $8, ($9) # Save FPU control reg
Dtx_thread_context_save.S113 cfc1 $8, $31 # Pickup floating point control reg
205 cfc1 $8, $31 # Pickup floating point control reg
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_thread_smp_initialize_wait.mip72 cfc1 $8, $31 # Pickup current FPU control reg
74 sw $8, ($9) # Save FPU control reg
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dcrti.s3 .option %reg
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/
Dtx_port.h353 %reg a in restore_ints()
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/
Dtx_port.h353 %reg a in restore_ints()
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/
Dtx_port.h353 %reg a in restore_ints()
/ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/
Dtx_port.h358 %reg a in restore_ints()
/ThreadX-v6.4.1/ports/cortex_r7/ghs/inc/
Dtx_port.h361 %reg a in restore_ints()
/ThreadX-v6.4.1/ports/cortex_a8/ghs/inc/
Dtx_port.h361 %reg a in restore_ints()
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_port.h369 %reg a in restore_ints()
/ThreadX-v6.4.1/ports/cortex_a9/ghs/inc/
Dtx_port.h361 %reg a in restore_ints()
/ThreadX-v6.4.1/ports/cortex_r5/ghs/inc/
Dtx_port.h361 %reg a in restore_ints()
/ThreadX-v6.4.1/ports/cortex_a5/ghs/inc/
Dtx_port.h361 %reg a in restore_ints()
/ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/
Dtx_port.h361 %reg a in restore_ints()

12