Searched refs:REG_LOCAL_1 (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmxtensa.h | 309 #define REG_LOCAL_1 ASM_XTENSA_REG_A12 macro 339 #define REG_LOCAL_1 ASM_XTENSA_REG_A4 macro
|
A D | asmx86.h | 142 #define REG_LOCAL_1 ASM_X86_REG_EBX macro
|
A D | emitnative.c | 252 STATIC const uint8_t reg_local_table[REG_LOCAL_NUM] = {REG_LOCAL_1, REG_LOCAL_2, REG_LOCAL_3}; 1233 ASM_MOV_REG_PCREL(emit->as, REG_LOCAL_1, start_label); in emit_native_global_exc_entry() 1250 ASM_JUMP_REG(emit->as, REG_LOCAL_1); in emit_native_global_exc_entry() 1256 emit_native_mov_reg_state(emit, REG_LOCAL_1, LOCAL_IDX_FUN_OBJ(emit)); in emit_native_global_exc_entry() 1257 …ASM_LOAD_REG_REG_OFFSET(emit->as, REG_LOCAL_1, REG_LOCAL_1, offsetof(mp_obj_fun_bc_t, const_table)… in emit_native_global_exc_entry() 1258 …ASM_LOAD_REG_REG_OFFSET(emit->as, REG_FUN_TABLE, REG_LOCAL_1, emit->scope->num_pos_args + emit->sc… in emit_native_global_exc_entry() 1260 ASM_MOV_REG_LOCAL(emit->as, REG_LOCAL_1, LOCAL_IDX_EXC_HANDLER_PC(emit)); in emit_native_global_exc_entry() 1261 ASM_JUMP_IF_REG_NONZERO(emit->as, REG_LOCAL_1, nlr_label, false); in emit_native_global_exc_entry()
|
A D | asmx64.h | 147 #define REG_LOCAL_1 ASM_X64_REG_RBX macro
|
A D | asmarm.h | 151 #define REG_LOCAL_1 ASM_ARM_REG_R4 macro
|
A D | asmthumb.h | 359 #define REG_LOCAL_1 ASM_THUMB_REG_R4 macro
|
Completed in 17 milliseconds