Searched refs:asm_x86_write_byte_2 (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmx86.c | 113 STATIC void asm_x86_write_byte_2(asm_x86_t *as, byte b1, byte b2) { in asm_x86_write_byte_2() function 162 asm_x86_write_byte_2(as, op, MODRM_R32(src_r32) | MODRM_RM_REG | MODRM_RM_R32(dest_r32)); in asm_x86_generic_r32_r32() 205 asm_x86_write_byte_2(as, OP_SIZE_PREFIX, OPCODE_MOV_R32_TO_RM32); in asm_x86_mov_r16_to_mem16() 215 asm_x86_write_byte_2(as, 0x0f, OPCODE_MOVZX_RM8_TO_R32); in asm_x86_mov_mem8_to_r32zx() 220 asm_x86_write_byte_2(as, 0x0f, OPCODE_MOVZX_RM16_TO_R32); in asm_x86_mov_mem16_to_r32zx() 236 asm_x86_write_byte_2(as, OPCODE_MOV_I8_TO_R8 | dest_r32, src_i8); 309 … asm_x86_write_byte_2(as, OPCODE_SHL_RM32_BY_I8, MODRM_R32(4) | MODRM_RM_REG | MODRM_RM_R32(r32)); 353 asm_x86_write_byte_2(as, OPCODE_JMP_RM32, MODRM_R32(4) | MODRM_RM_REG | MODRM_RM_R32(src_r32)); in asm_x86_jmp_reg() 369 asm_x86_write_byte_2(as, OPCODE_JMP_REL8, rel & 0xff); in asm_x86_jmp_label() 391 asm_x86_write_byte_2(as, OPCODE_JCC_REL8 | jcc_type, rel & 0xff); in asm_x86_jcc_label() [all …]
|
Completed in 3 milliseconds