Ryan Houdek
c37fcf136a
Merge pull request #2187 from lioncash/and
...
OpcodeDispatcher: Handle VANDPD/VANDPS/VPAND/VANDNPD/VANDNPS/VPANDN
2022-11-30 16:22:42 -08:00
lioncash
02a2292115
OpcodeDispatcher: Handle VPANDN
2022-11-30 15:51:10 +00:00
lioncash
a483bc9837
OpcodeDispatcher: Handle VANDNPD
2022-11-30 15:51:10 +00:00
lioncash
120a6b85f4
OpcodeDispatcher: Handle VANDNPS
2022-11-30 15:51:05 +00:00
lioncash
bf1e619ead
unittests: Expand vpclmulqdq unit test
...
Now that we have some AVX instructions in place, we can make the test
use them and also enforce correctness behavior in the upper lane.
2022-11-29 22:07:38 +00:00
lioncash
0f8fcfc43e
OpcodeDispatcher: Handle VPAND
2022-11-29 19:08:58 +00:00
lioncash
698b7fda06
OpcodeDispatcher: Handle VANDPD
2022-11-29 19:06:25 +00:00
lioncash
23caa6e20f
OpcodeDispatcher: Handle VANDPS
2022-11-29 19:04:29 +00:00
lioncash
16ed20cfae
OpcodeDispatcher: Handle VPOR
2022-11-29 18:43:38 +00:00
lioncash
ef368ceafa
OpcodeDispatcher: Handle VORPD
2022-11-29 18:40:04 +00:00
lioncash
45480ef32c
OpcodeDispatcher: Handle VORPS
2022-11-29 18:38:13 +00:00
lioncash
c065770f48
OpcodeDispatcher: Handle VPXOR
2022-11-29 18:12:04 +00:00
lioncash
27957ea051
OpcodeDispatcher: Handle VXORPD
2022-11-29 18:05:28 +00:00
lioncash
94e9d1ab3b
OpcodeDispatcher: Handle VXORPS
2022-11-29 18:04:29 +00:00
lioncash
3e80416eb6
OpcodeDispatcher: Handle VZEROUPPER/VZEROALL
2022-11-29 16:15:32 +00:00
lioncash
69d26cfee6
OpcodeDispatcher: Handle combined VMOVQ/VMOVD
2022-11-29 01:49:58 +00:00
lioncash
e3be1540f1
OpcodeDispatcher: Handle VMOVQ
...
Fairly trivial, we can reuse the existing implementation for MOVQ.
2022-11-29 01:49:15 +00:00
lioncash
45115384b5
OpcodeDispatcher: Handle VMOVNTPD
2022-11-28 16:58:37 +00:00
lioncash
dae2563850
OpcodeDispatcher: Handle VMOVNTPS
2022-11-28 16:56:00 +00:00
lioncash
fb4df5a0b7
OpcodeDispatcher: Handle VMOVNTDQA
2022-11-28 16:51:06 +00:00
lioncash
b2f0303d1e
OpcodeDispatcher: Handle VMOVNTDQ
2022-11-28 16:49:01 +00:00
Ryan Houdek
df761a99ce
Merge pull request #2171 from lioncash/dqa
...
OpcodeDispatcher: Handle VMOVDQA/VMOVDQU
2022-11-21 23:29:21 -08:00
lioncash
e140c0d60c
OpcodeDispatcher: Handle VMOVDQU
2022-11-22 06:47:55 +00:00
lioncash
3a90aaf1e6
OpcodeDispatcher: Implement VMOVDQA
2022-11-22 06:40:07 +00:00
lioncash
3a5de8e10c
OpcodeDispatcher: Handle VMOVDDUP
2022-11-22 05:33:53 +00:00
lioncash
9d21e1efd5
OpcodeDispatcher: Handle VMOVSLDUP
2022-11-22 04:37:48 +00:00
lioncash
815cdc5b3c
OpcodeDispatcher: Handle VMOVSHDUP
2022-11-22 04:16:34 +00:00
lioncash
20e5f2bec6
OpcodeDispatcher: Handle VMOVHPD
2022-11-22 01:06:47 +00:00
lioncash
c3b6fa55b6
OpcodeDispatcher: Handle VMOVHPS
2022-11-22 01:01:28 +00:00
lioncash
7b2240c80b
OpcodeDispatcher: Handle VMOVLPD
2022-11-21 21:45:58 +00:00
lioncash
dcfbd90dd7
OpcodeDispatcher: Handle VMOVLPS
2022-11-21 21:45:36 +00:00
lioncash
0c40497a01
OpcodeDispatcher: Handle VMOVUPD
2022-11-21 17:14:25 +00:00
lioncash
45dff0f550
OpcodeDecoder: Handle VMOVUPS
2022-11-21 17:06:31 +00:00
lioncash
e9035ef6ee
OpcodeDecoder: Handle VMOVAPD
2022-11-21 17:06:27 +00:00
lioncash
ecf82c90ee
OpcodeDispatcher: Handle VMOVAPS
2022-11-15 19:57:05 +00:00
Ryan Houdek
edad24479b
unittests: Support skipping unit tests based on host feature support
...
For these unit tests we no longer need to put them in the disabled tests
file. Instead it will be skipped if the host doesn't support the feature
required.
2022-08-14 20:04:26 -07:00
lioncash
a2469f48e7
OpcodeDispatcher: Handle VPCLMULQDQ
2022-06-09 12:42:34 -04:00
lioncash
6ff80670b3
OpcodeDispatcher: Handle PDEP
...
Now all of BMI2 is handled.
2021-12-13 14:06:55 -05:00
lioncash
dbf571fdfb
OpcodeDispatcher: Handle PEXT
2021-12-10 19:03:58 -05:00
Ryan Houdek
d47182b631
Merge pull request #1376 from lioncash/vex
...
Frontend: Handle VEX RXB bits
2021-11-18 01:48:24 -08:00
lioncash
77c969b424
Frontend: Handle VEX RXB bits
...
These are equivalent to the REX prefix's RXB bits, except that they're
in 1's complement form.
These are trivial to handle and fix usages of the upper range of
registers for ModRM encoded fields.
To ensure that we have coverage for this, I've altered the BEXTR test to
make use of R14 and R15.
2021-11-17 14:50:21 -05:00
lioncash
95aabc0947
OpcodeDispatcher: Implement BZHI
2021-11-17 13:44:57 -05:00
lioncash
59469705e4
OpcodeDispatcher: Implement MULX
2021-11-12 16:46:38 -05:00
lioncash
1d88b499e0
OpcodeDispatcher: Handle RORX
2021-11-12 07:28:28 -05:00
lioncash
9df8245ef2
OpcodeDispatcher: Implement BMI2 SARX/SHLX/SHRX
...
Gets the basic BMI2 shifts out of the way.
2021-11-07 02:12:06 -05:00
lioncash
e0973e19fc
OpcodeDispatcher: Implement handling for BLSMSK
2021-11-06 23:36:52 -04:00
lioncash
ff9190204c
OpcodeDispatcher: Implement handling for BLSR
2021-11-06 23:28:23 -04:00
lioncash
b47cb20619
OpcodeDispatcher: Implement handling for BLSI
...
Now all that remains is handling for BLSMSK and BLSR
2021-11-04 18:49:15 -04:00
lioncash
79d6bf2840
OpcodeDispatcher: Handle BMI BEXTR
2021-11-02 16:07:37 -04:00
Lioncash
877db85428
OpcodeDecoder: Handle ANDN
2021-10-22 11:18:46 -04:00