Searched refs:ASM_XTENSA_REG_A9 (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmxtensa.c | 75 asm_xtensa_op_movi(as, ASM_XTENSA_REG_A9, as->stack_adjust); in asm_xtensa_entry() 76 asm_xtensa_op_sub(as, ASM_XTENSA_REG_A1, ASM_XTENSA_REG_A1, ASM_XTENSA_REG_A9); in asm_xtensa_entry() 97 asm_xtensa_op_movi(as, ASM_XTENSA_REG_A9, as->stack_adjust); in asm_xtensa_exit() 98 asm_xtensa_op_add_n(as, ASM_XTENSA_REG_A1, ASM_XTENSA_REG_A1, ASM_XTENSA_REG_A9); in asm_xtensa_exit()
|
A D | asmxtensa.h | 59 #define ASM_XTENSA_REG_A9 (9) macro
|
Completed in 5 milliseconds