commit | b603136402d2ae217b5051cd041a8591f09b04ba | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 28 11:15:43 2024 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 07 08:53:26 2024 +0200 |
tree | e65d23ac6a1438892580a8d72958ea8affe71348 | |
parent | 5e9e21bcc4d22dbd4473cab494a1beefbd3786a9 [diff] |
target/i386: generalize gen_movl_seg_T0 In the new decoder it is sometimes easier to put the segment in T1 instead of T0, usually because another operand was loaded by common code in T0. Genrealize gen_movl_seg_T0 to allow using any source. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>