Searched refs:asm_xtensa_op16 (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmxtensa.h | 129 void asm_xtensa_op16(asm_xtensa_t *as, uint16_t op); 139 asm_xtensa_op16(as, ASM_XTENSA_ENCODE_RRRN(10, reg_dest, reg_src_a, reg_src_b)); in asm_xtensa_op_add_n() 191 asm_xtensa_op16(as, ASM_XTENSA_ENCODE_RRRN(8, word_offset & 0xf, reg_base, reg_dest)); in asm_xtensa_op_l32i_n() 199 asm_xtensa_op16(as, ASM_XTENSA_ENCODE_RRRN(13, 0, reg_src, reg_dest)); in asm_xtensa_op_mov_n() 207 asm_xtensa_op16(as, ASM_XTENSA_ENCODE_RI7(12, reg_dest, imm4)); in asm_xtensa_op_movi_n() 219 asm_xtensa_op16(as, ASM_XTENSA_ENCODE_RRRN(13, 15, 0, 0)); in asm_xtensa_op_ret_n() 223 asm_xtensa_op16(as, ASM_XTENSA_ENCODE_RRRN(13, 15, 0, 1)); in asm_xtensa_op_retw_n() 239 asm_xtensa_op16(as, ASM_XTENSA_ENCODE_RRRN(9, word_offset & 0xf, reg_base, reg_src)); in asm_xtensa_op_s32i_n()
|
A D | asmxtensa.c | 125 void asm_xtensa_op16(asm_xtensa_t *as, uint16_t op) { in asm_xtensa_op16() function
|
Completed in 5 milliseconds