Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dasmx86.c275 STATIC void asm_x86_add_i32_to_r32(asm_x86_t *as, int src_i32, int dest_r32) { in asm_x86_add_i32_to_r32() function
498 asm_x86_add_i32_to_r32(as, asm_x86_local_offset_from_esp(as, local_num), temp_r32);
531 asm_x86_add_i32_to_r32(as, (n_args + align) * WORD_SIZE, ASM_X86_REG_ESP); in asm_x86_call_ind()

Completed in 4 milliseconds