Commit graph

313 commits

Author SHA1 Message Date
MITSUNARI Shigeo
bec145ba91 amx supports apx 2023-12-01 13:37:17 +09:00
MITSUNARI Shigeo
93bd6a0b79 rename T_VEX to T_APX 2023-11-30 14:31:24 +09:00
MITSUNARI Shigeo
e2d9685af9 add cfcmov 2023-11-29 17:54:42 +09:00
MITSUNARI Shigeo
45711c5021 add ctestscc 2023-11-29 14:41:13 +09:00
MITSUNARI Shigeo
c1c15848ce remove warnings 2023-11-23 16:37:44 +09:00
MITSUNARI Shigeo
be319626ba add ccmpscc with imm 2023-11-23 11:49:09 +09:00
MITSUNARI Shigeo
c4d05037e2 add ccmpscc 2023-11-23 10:35:54 +09:00
MITSUNARI Shigeo
ff01b1e20c setcc supports apx 2023-11-22 13:53:58 +09:00
MITSUNARI Shigeo
25ceea2eff add 3-op cmovcc 2023-11-22 13:30:53 +09:00
MITSUNARI Shigeo
2f8cfb9a86 CMPccXADD supports APX 2023-11-22 13:15:28 +09:00
MITSUNARI Shigeo
114152fedf add push2/pop2 2023-11-22 11:46:45 +09:00
MITSUNARI Shigeo
1aefdb6499 support jmpabs 2023-11-22 11:12:04 +09:00
MITSUNARI Shigeo
5e54ffdfaf add 3-op shift 2023-11-22 08:52:14 +09:00
MITSUNARI Shigeo
3f3d6095c7 disable rol/ror to support NF 2023-11-21 16:56:44 +09:00
MITSUNARI Shigeo
83f5bd25e8 remove some warnings 2023-11-20 18:06:34 +09:00
MITSUNARI Shigeo
92153b6f88 crc32 supports apx 2023-11-20 17:54:11 +09:00
MITSUNARI Shigeo
389d733473 movbe supports apx and append test 2023-11-20 14:43:11 +09:00
MITSUNARI Shigeo
083822b52c movdiri supports apx 2023-11-20 11:39:42 +09:00
MITSUNARI Shigeo
6703d43447 movdir64b supports apx 2023-11-20 11:35:52 +09:00
MITSUNARI Shigeo
b01c0ed40e shld/shrd support apx 2023-11-20 11:10:48 +09:00
MITSUNARI Shigeo
2cc22ea1b4 lzcnt and tzcnt support apx 2023-11-20 09:07:37 +09:00
MITSUNARI Shigeo
baddec2881 tweak 2023-11-17 17:34:40 +09:00
MITSUNARI Shigeo
dba2c174f3 add 2op neg/not_ 2023-11-17 10:06:37 +09:00
MITSUNARI Shigeo
95ad5927fd add tests of imul/mul/neg/not_ with 1-op 2023-11-16 12:08:36 +09:00
MITSUNARI Shigeo
1d7e2a6bbd div supports apx 2023-11-15 17:19:22 +09:00
MITSUNARI Shigeo
6f6423899b 2-op inc/dec 2023-11-12 17:30:55 +09:00
MITSUNARI Shigeo
95c0c4e6fe tweak inc/dec 2023-11-12 17:13:40 +09:00
MITSUNARI Shigeo
a18e5aeb5b rorx supports apx 2023-11-10 12:13:06 +09:00
MITSUNARI Shigeo
5bb8461b43 blsmsk, blsr support apx 2023-11-10 11:54:54 +09:00
MITSUNARI Shigeo
a493dc7b48 blsi supports apx 2023-11-10 11:51:29 +09:00
MITSUNARI Shigeo
7c1accedc7 sarx/shlx/shrx support apx and add tests 2023-11-10 11:35:07 +09:00
MITSUNARI Shigeo
125d8e740c test bzhi with apx 2023-11-10 11:17:26 +09:00
MITSUNARI Shigeo
e9603b79d6 bextr supports apx 2023-11-10 10:15:19 +09:00
MITSUNARI Shigeo
3a85aadc6c pdep, pext support apx 2023-11-10 09:53:25 +09:00
MITSUNARI Shigeo
16f1a5d8a6 mulx supports apx 2023-11-10 09:32:44 +09:00
MITSUNARI Shigeo
82529af93e andn supports APX 2023-11-09 17:16:31 +09:00
MITSUNARI Shigeo
e23f5ad751 fix type for adc 2023-11-09 14:20:52 +09:00
MITSUNARI Shigeo
1bcc833035 3-op add supports T_nf 2023-11-09 13:54:32 +09:00
MITSUNARI Shigeo
0a8ea9edf7 fix type 2023-11-09 13:31:24 +09:00
MITSUNARI Shigeo
b1f0fef4d0 add test of 3op apx 2023-11-09 11:16:40 +09:00
MITSUNARI Shigeo
9b21727ba0 remove space 2023-11-09 10:43:11 +09:00
MITSUNARI Shigeo
6fa1b4a903 reorder of opRO 2023-11-09 09:20:22 +09:00
MITSUNARI Shigeo
2d1f229a0a simplify condR 2023-11-08 18:43:19 +09:00
MITSUNARI Shigeo
b220be9721 simplify opRO 2023-11-08 18:20:34 +09:00
MITSUNARI Shigeo
24b71a1cee use Reg instead of Operand if possible 2023-11-08 17:40:32 +09:00
MITSUNARI Shigeo
de13534481 rename opGen with opSSE 2023-11-08 16:26:16 +09:00
MITSUNARI Shigeo
4cd8e8eac6 refactor opGpr as opRRO 2023-11-08 16:15:52 +09:00
MITSUNARI Shigeo
01d7569174 rename 2023-11-08 15:51:07 +09:00
MITSUNARI Shigeo
45fe94fddc rename opLoadSeg2 with opLoadSeg 2023-11-08 13:47:41 +09:00
MITSUNARI Shigeo
4f3939d92a rename opModM2 with opModM 2023-11-08 13:44:58 +09:00