]> 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:34:30 +0000 (17:34 +0300)
commitdb2d4bcb8e22347881eee326ec91c936237260b3
treead86a1f7755026326bac59f5e367684c87f3cdc3
parent6831048324b71934d2606e682fec852f6fc7112d
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