target/i386: add FSRM to TCG
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Feb 2023 09:57:09 +0000 (10:57 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Feb 2023 17:43:53 +0000 (18:43 +0100)
commitc0728d4e3d23356691e4182eac54c67e1ca26618
tree8d6c05184dfb64ca799905aa878c842cb02fdfec
parentfc3b9dfacc4017aed8e2b010bc85f4dd50ca6e8b
target/i386: add FSRM to TCG

Fast short REP MOVS can be added to TCG, since a trivial translation
of string operation is a good option for short lengths.

Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c