Searched refs:asm_xtensa_op_add_n (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmxtensa.c | 98 asm_xtensa_op_add_n(as, ASM_XTENSA_REG_A1, ASM_XTENSA_REG_A1, ASM_XTENSA_REG_A9); in asm_xtensa_exit() 209 asm_xtensa_op_add_n(as, reg_dest, reg_dest, ASM_XTENSA_REG_A1); in asm_xtensa_mov_reg_local_addr() 232 asm_xtensa_op_add_n(as, reg_dest, reg_dest, ASM_XTENSA_REG_A0); in asm_xtensa_mov_reg_pcrel()
|
A D | asmxtensa.h | 138 static inline void asm_xtensa_op_add_n(asm_xtensa_t *as, uint reg_dest, uint reg_src_a, uint reg_sr… in asm_xtensa_op_add_n() function 392 #define ASM_ADD_REG_REG(as, reg_dest, reg_src) asm_xtensa_op_add_n((as), (reg_dest), (reg_dest), (r…
|
Completed in 7 milliseconds