Paolo Bonzini
620abfb004
target-i386: fix 32-bit addresses in LEA
...
This was found with test-i386. The issue is that instructions
such as
addr32 lea (%eax), %rax
did not perform a 32-bit extension, because the LEA translation
skipped the gen_lea_v_seg step. That step does not just add
segments, it also takes care of extending from address size to
pointer size.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-10-24 15:27:19 +02:00
..
2016-01-29 15:07:22 +00:00
2016-01-29 15:07:22 +00:00
2016-06-09 15:55:02 +01:00
2013-02-18 15:52:05 -08:00
2016-02-13 07:59:59 +11:00
2016-10-17 15:44:49 -02:00
2016-10-17 15:50:57 -02:00
2016-10-07 10:05:22 +02:00
2016-05-19 16:42:29 +02:00
2016-09-19 15:34:35 -03:00
2016-05-19 16:42:29 +02:00
2016-09-27 11:57:29 +02:00
2016-03-24 14:01:08 +01:00
2016-04-22 16:43:56 +02:00
2016-07-12 16:19:16 +02:00
2016-05-19 16:42:29 +02:00
2016-10-17 15:44:49 -02:00
2016-10-17 15:44:49 -02:00
2016-10-17 15:44:49 -02:00
2016-07-07 15:25:16 -03:00
2016-02-13 07:59:59 +11:00
2016-07-12 13:06:08 +01:00
2016-05-19 16:42:29 +02:00
2016-10-04 17:16:15 +01:00
2016-05-19 16:42:29 +02:00
2016-01-21 12:47:15 -02:00
2016-01-21 12:47:16 -02:00
2016-09-14 22:52:44 +02:00
2013-02-18 15:03:56 -08:00
2016-02-13 07:59:59 +11:00
2016-05-19 16:42:29 +02:00
2016-07-12 16:20:46 +02:00
2012-01-11 09:55:28 +01:00
2016-08-12 10:36:01 +01:00
2016-10-24 15:27:19 +02:00