Lioncache 95393b07fb OpcodeDispatcher: Share MOVHPD implementation with MOVHPS
These instructions essentially have the same behavior. This also allows
us to remove the only used instance of FLAGS_SF_HIGH_XMM_REG, which,
given that we now support AVX, has ambiguous use.

While we're at it, we can expand the tests to make use of the store to
memory variant.

Also removes an erroneous copy-pasted comment about ZEXTing. This is
from the MOVQ implementation function. MOVHPS/MOVHPD don't do any
ZEXTing, they either store to memory or insert into a register.
2023-02-23 14:07:22 -05:00
..
2020-04-01 20:04:05 -07:00
2021-12-07 22:06:36 -08:00
2021-12-07 22:06:36 -08:00
2020-04-01 20:04:05 -07:00
2020-04-24 23:36:01 -07:00
2020-04-01 20:04:05 -07:00
2020-09-16 22:21:41 +03:00
2020-09-16 22:21:41 +03:00
2020-09-27 17:49:54 -07:00
2020-04-01 20:04:05 -07:00
2020-04-01 20:04:05 -07:00
2020-09-22 23:23:06 -07:00
2020-09-27 16:54:57 -07:00
2020-09-27 16:54:57 -07:00