Home
last modified time | relevance | path

Searched refs:ASM_STORE8_REG_REG (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dasmx86.h209 #define ASM_STORE8_REG_REG(as, reg_src, reg_base) asm_x86_mov_r8_to_mem8((as), (reg_src), (reg_base… macro
A Dasmx64.h214 #define ASM_STORE8_REG_REG(as, reg_src, reg_base) asm_x64_mov_r8_to_mem8((as), (reg_src), (reg_base… macro
A Dasmarm.h210 #define ASM_STORE8_REG_REG(as, reg_value, reg_base) asm_arm_strb_reg_reg((as), (reg_value), (reg_ba… macro
A Dasmthumb.h421 #define ASM_STORE8_REG_REG(as, reg_src, reg_base) asm_thumb_strb_rlo_rlo_i5((as), (reg_src), (reg_b… macro
A Dasmxtensa.h402 #define ASM_STORE8_REG_REG(as, reg_src, reg_base) asm_xtensa_op_s8i((as), (reg_src), (reg_base), 0) macro
A Demitnative.c1803ASM_STORE8_REG_REG(emit->as, reg_value, reg_base); // store value to (base+index) in emit_native_store_subscr()
1879ASM_STORE8_REG_REG(emit->as, reg_value, REG_ARG_1); // store value to (base+index) in emit_native_store_subscr()

Completed in 17 milliseconds