Age | Commit message (Expand) | Author |
---|---|---|
2023-11-29 | add cfcmov | MITSUNARI Shigeo |
2023-11-29 | add ctestscc | MITSUNARI Shigeo |
2023-11-23 | remove warnings | MITSUNARI Shigeo |
2023-11-23 | add ccmpscc with imm | MITSUNARI Shigeo |
2023-11-23 | add ccmpscc | MITSUNARI Shigeo |
2023-11-22 | setcc supports apx | MITSUNARI Shigeo |
2023-11-22 | add 3-op cmovcc | MITSUNARI Shigeo |
2023-11-22 | CMPccXADD supports APX | MITSUNARI Shigeo |
2023-11-22 | add push2/pop2 | MITSUNARI Shigeo |
2023-11-22 | support jmpabs | MITSUNARI Shigeo |
2023-11-22 | add 3-op shift | MITSUNARI Shigeo |
2023-11-21 | disable rol/ror to support NF | MITSUNARI Shigeo |
2023-11-20 | remove some warnings | MITSUNARI Shigeo |
2023-11-20 | crc32 supports apx | MITSUNARI Shigeo |
2023-11-20 | split T_F2 from T_66|T_F3 | MITSUNARI Shigeo |
2023-11-20 | movbe supports apx and append test | MITSUNARI Shigeo |
2023-11-20 | movdiri supports apx | MITSUNARI Shigeo |
2023-11-20 | movdir64b supports apx | MITSUNARI Shigeo |
2023-11-20 | shld/shrd support apx | MITSUNARI Shigeo |
2023-11-20 | lzcnt and tzcnt support apx | MITSUNARI Shigeo |
2023-11-17 | tweak | MITSUNARI Shigeo |
2023-11-17 | add T_zu | MITSUNARI Shigeo |
2023-11-17 | add 2op neg/not_ | MITSUNARI Shigeo |
2023-11-16 | add tests of imul/mul/neg/not_ with 1-op | MITSUNARI Shigeo |
2023-11-15 | div supports apx | MITSUNARI Shigeo |
2023-11-12 | 2-op inc/dec | MITSUNARI Shigeo |
2023-11-12 | tweak inc/dec | MITSUNARI Shigeo |
2023-11-10 | change detection of pp with type | MITSUNARI Shigeo |
2023-11-10 | rorx supports apx | MITSUNARI Shigeo |
2023-11-10 | blsmsk, blsr support apx | MITSUNARI Shigeo |
2023-11-10 | blsi supports apx | MITSUNARI Shigeo |
2023-11-10 | sarx/shlx/shrx support apx and add tests | MITSUNARI Shigeo |
2023-11-10 | test bzhi with apx | MITSUNARI Shigeo |
2023-11-10 | bextr supports apx | MITSUNARI Shigeo |
2023-11-10 | pdep, pext support apx | MITSUNARI Shigeo |
2023-11-10 | mulx supports apx | MITSUNARI Shigeo |
2023-11-09 | andn supports APX | MITSUNARI Shigeo |
2023-11-09 | fix type for adc | MITSUNARI Shigeo |
2023-11-09 | 3-op add supports T_nf | MITSUNARI Shigeo |
2023-11-09 | the type of all type is uint64_t | MITSUNARI Shigeo |
2023-11-09 | fix type | MITSUNARI Shigeo |
2023-11-09 | add test of 3op apx | MITSUNARI Shigeo |
2023-11-09 | remove space | MITSUNARI Shigeo |
2023-11-09 | reorder of opRO | MITSUNARI Shigeo |
2023-11-08 | simplify condR | MITSUNARI Shigeo |
2023-11-08 | simplify opRO | MITSUNARI Shigeo |
2023-11-08 | use Reg instead of Operand if possible | MITSUNARI Shigeo |
2023-11-08 | rename opGen with opSSE | MITSUNARI Shigeo |
2023-11-08 | refactor opGpr as opRRO | MITSUNARI Shigeo |
2023-11-08 | rename | MITSUNARI Shigeo |