Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dasmx86.h179 #define ASM_JUMP_REG(as, reg) asm_x86_jmp_reg((as), (reg)) macro
A Dasmx64.h184 #define ASM_JUMP_REG(as, reg) asm_x64_jmp_reg((as), (reg)) macro
A Dasmarm.h180 #define ASM_JUMP_REG(as, reg) asm_arm_bx_reg((as), (reg)) macro
A Dasmthumb.h387 #define ASM_JUMP_REG(as, reg) asm_thumb_bx_reg((as), (reg)) macro
A Dasmxtensa.h363 #define ASM_JUMP_REG(as, reg) asm_xtensa_op_jx((as), (reg)) macro
A Demitnative.c1250 ASM_JUMP_REG(emit->as, REG_LOCAL_1); in emit_native_global_exc_entry()
1290 ASM_JUMP_REG(emit->as, REG_TEMP0); in emit_native_global_exc_entry()
2239 ASM_JUMP_REG(emit->as, REG_RET); in emit_native_end_finally()

Completed in 16 milliseconds