Searched refs:ASM_JUMP_REG (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmx86.h | 179 #define ASM_JUMP_REG(as, reg) asm_x86_jmp_reg((as), (reg)) macro
|
A D | asmx64.h | 184 #define ASM_JUMP_REG(as, reg) asm_x64_jmp_reg((as), (reg)) macro
|
A D | asmarm.h | 180 #define ASM_JUMP_REG(as, reg) asm_arm_bx_reg((as), (reg)) macro
|
A D | asmthumb.h | 387 #define ASM_JUMP_REG(as, reg) asm_thumb_bx_reg((as), (reg)) macro
|
A D | asmxtensa.h | 363 #define ASM_JUMP_REG(as, reg) asm_xtensa_op_jx((as), (reg)) macro
|
A D | emitnative.c | 1250 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