Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 3 of 3) sorted by relevance

/hal_xtensa-latest/src/hal/
Ddebug.c69 unsigned inst; in xthal_set_soft_break() local
74 inst = ((((char *)addr)[0])<<24) + in xthal_set_soft_break()
78 inst = ((((char *)addr)[0])) + in xthal_set_soft_break()
84 ret_val = XTHAL_24_BIT_BREAK & ((inst>>8)&0xffffff); in xthal_set_soft_break()
89 ret_val = XTHAL_16_BIT_BREAK & ((inst>>16)&0xffff); in xthal_set_soft_break()
95 ret_val = XTHAL_24_BIT_BREAK & (inst&0xffffff); in xthal_set_soft_break()
100 ret_val = XTHAL_16_BIT_BREAK & (inst&0xffff); in xthal_set_soft_break()
105 *((unsigned int *)addr) = inst; in xthal_set_soft_break()
118 xthal_remove_soft_break(void *addr, unsigned int inst) in xthal_remove_soft_break() argument
121 if (inst&XTHAL_24_BIT_BREAK) { in xthal_remove_soft_break()
[all …]
/hal_xtensa-latest/include/xtensa/config/
Dcore.h1042 .macro xchal_atmps_loadstore inst ptr offset nreq aa=0 ab=0 ac=0 ad=0
1050 \inst \reg, \ptr, .Laofs_+\offset
/hal_xtensa-latest/zephyr/soc/sample_controller32/xtensa/config/
Dcore.h948 .macro xchal_atmps_loadstore inst ptr offset nreq aa=0 ab=0 ac=0 ad=0
956 \inst \reg, \ptr, .Laofs_+\offset