Age | Commit message (Expand) | Author |
2023-11-22 | CMPccXADD supports APX | MITSUNARI Shigeo |
2023-11-22 | add tests of push/pop | MITSUNARI Shigeo |
2023-11-22 | add push2/pop2 | MITSUNARI Shigeo |
2023-11-22 | support jmpabs | MITSUNARI Shigeo |
2023-11-22 | add tests of 3-op shift | MITSUNARI Shigeo |
2023-11-21 | disable rol/ror to support NF | MITSUNARI Shigeo |
2023-11-21 | add tests of ror/rol | MITSUNARI Shigeo |
2023-11-21 | add tests of shr/sar | MITSUNARI Shigeo |
2023-11-21 | 2-op shl supports apx | MITSUNARI Shigeo |
2023-11-20 | add crc32 tests | MITSUNARI Shigeo |
2023-11-20 | movbe supports apx and append test | MITSUNARI Shigeo |
2023-11-20 | tests of 1-byte opcode with rex2 | MITSUNARI Shigeo |
2023-11-20 | movdiri supports apx | MITSUNARI Shigeo |
2023-11-20 | movdir64b supports apx | MITSUNARI Shigeo |
2023-11-20 | add tests of shld/shrd | MITSUNARI Shigeo |
2023-11-20 | add tests of lzcnt and tzcnt | MITSUNARI Shigeo |
2023-11-17 | add 3-op imul with T_zu | MITSUNARI Shigeo |
2023-11-17 | add tests of 2-op imul | MITSUNARI Shigeo |
2023-11-17 | 2-op imul supports apx | 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-16 | add tests o idiv | MITSUNARI Shigeo |
2023-11-15 | add tests of div | MITSUNARI Shigeo |
2023-11-12 | add dec test | MITSUNARI Shigeo |
2023-11-12 | add inc test | 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 | add tests of bextr with 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 | add test of NF | MITSUNARI Shigeo |
2023-11-09 | add test of 3op apx | MITSUNARI Shigeo |
2023-11-08 | all opGen are replaced with opGen2 | MITSUNARI Shigeo |
2023-11-01 | adox passes the test | MITSUNARI Shigeo |
2023-11-01 | add adcx, adox with APX | MITSUNARI Shigeo |
2023-10-30 | add test of r, r/m | MITSUNARI Shigeo |
2023-10-27 | add test of adc/3op | MITSUNARI Shigeo |
2023-10-27 | add op(r, r/m, imm) and op(r, r/m, r/m) | MITSUNARI Shigeo |
2023-10-26 | test adc2(r, op, mem) and adc2(r, mem, op) | MITSUNARI Shigeo |
2023-10-26 | test of adc2 (3op APX) | MITSUNARI Shigeo |
2023-10-16 | add test of adc/add/and_/cmp/or_/sbb/sub/xor_ | MITSUNARI Shigeo |
2023-10-13 | add modRM with rex2 | MITSUNARI Shigeo |
2023-10-13 | add test of apx.cpp | MITSUNARI Shigeo |
2023-10-13 | add test of regs of apx | MITSUNARI Shigeo |
2023-10-06 | fix cvt test for extended r16-r31 | MITSUNARI Shigeo |