Searched refs:asm_thumb_strh_rlo_rlo_i5 (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmthumb.h | 266 static inline void asm_thumb_strh_rlo_rlo_i5(asm_thumb_t *as, uint rlo_src, uint rlo_base, uint byt… in asm_thumb_strh_rlo_rlo_i5() function 422 #define ASM_STORE16_REG_REG(as, reg_src, reg_base) asm_thumb_strh_rlo_rlo_i5((as), (reg_src), (reg_…
|
A D | emitnative.c | 1812 asm_thumb_strh_rlo_rlo_i5(emit->as, reg_value, reg_base, index_value); in emit_native_store_subscr()
|
Completed in 10 milliseconds