Searched refs:dest_r8 (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmx64.c | 475 void asm_x64_setcc_r8(asm_x64_t *as, int jcc_type, int dest_r8) { in asm_x64_setcc_r8() argument 476 assert(dest_r8 < 8); in asm_x64_setcc_r8() 477 …E_SETCC_RM8_A, OPCODE_SETCC_RM8_B | jcc_type, MODRM_R64(0) | MODRM_RM_REG | MODRM_RM_R64(dest_r8)); in asm_x64_setcc_r8()
|
A D | asmx86.c | 348 void asm_x86_setcc_r8(asm_x86_t *as, mp_uint_t jcc_type, int dest_r8) { in asm_x86_setcc_r8() argument 349 …E_SETCC_RM8_A, OPCODE_SETCC_RM8_B | jcc_type, MODRM_R32(0) | MODRM_RM_REG | MODRM_RM_R32(dest_r8)); in asm_x86_setcc_r8()
|
A D | asmx86.h | 107 void asm_x86_setcc_r8(asm_x86_t *as, mp_uint_t jcc_type, int dest_r8);
|
A D | asmx64.h | 112 void asm_x64_setcc_r8(asm_x64_t *as, int jcc_type, int dest_r8);
|
Completed in 8 milliseconds