]> git.proxmox.com Git - mirror_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)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Sep 2023 21:44:39 +0000 (23:44 +0200)
commita48b26978a090fe1f3f3e54319902d4ab56a6b3a
tree441c273c098951c808f830e25a8bbb56b6866fd9
parentc1f27a0c6ae4059a1d809e9c2bc4d47b823c32a3
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>
target/i386/tcg/decode-new.c.inc
target/i386/tcg/decode-new.h