Searched refs:asm_x86_write_byte_1 (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmx86.c | 152 asm_x86_write_byte_1(as, 0x24); in asm_x86_write_r32_disp() 167 asm_x86_write_byte_1(as, OPCODE_NOP); 177 asm_x86_write_byte_1(as, OPCODE_PUSH_I32); 182 asm_x86_write_byte_1(as, OPCODE_PUSH_M32); 192 asm_x86_write_byte_1(as, OPCODE_RET); in asm_x86_ret() 278 asm_x86_write_byte_1(as, src_i32 & 0xff); in asm_x86_add_i32_to_r32() 293 asm_x86_write_byte_1(as, src_i32 & 0xff); in asm_x86_sub_r32_i32() 310 asm_x86_write_byte_1(as, imm); 315 asm_x86_write_byte_1(as, imm); 320 asm_x86_write_byte_1(as, imm); [all …]
|
Completed in 4 milliseconds