]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: generalize operand size "ph" for use in CVTPS2PD
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 Aug 2023 16:25:46 +0000 (18:25 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 4 Oct 2023 14:58:16 +0000 (17:58 +0300)
commit796468c24a8ff2b752710d5577d0bda545ed3a46
treeac75d2cee14194b7e441db817df837128b6d6c8a
parent327d65ea97f708638771b510f9faf07eae4dad23
target/i386: generalize operand size "ph" for use in CVTPS2PD

CVTPS2PD only loads a half-register for memory, like CVTPH2PS.  It can
reuse the "ph" packed half-precision size to load a half-register,
but rename it to "xh" because it is now a variation of "x" (it is not
used only for half-precision values).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit a48b26978a090fe1f3f3e54319902d4ab56a6b3a)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/i386/tcg/decode-new.c.inc
target/i386/tcg/decode-new.h