mirror of
https://github.com/frida/tinycc
synced 2025-01-31 07:25:02 +03:00
ed35ac841b
In particular those that are extensions of existing mmx (or sse1) instructions by a simple 0x66 prefix. There's one caveat for x86-64: as we don't yet correctly handle the 0xf3 prefix the movq mem64->xmm is wrong (tested in asmtest.S). Needs some refactoring of the instr_type member.