]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tcg/i386: allow constants in load/store ops
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 10 Sep 2012 11:56:24 +0000 (13:56 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:08 +0000 (01:42 -0500)
commitea15fd7c1af0a87e768e1f55351eea3132653800
treec1518cfe74e89c8aff9f17f9db4db5b7caa804b8
parenta0969d7a4656c550fed40537aa269cc18b859a9f
tcg/i386: allow constants in load/store ops

On x86, it is possible to move a constant value to memory. Add code to
handle a constant argument to load/store ops.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/i386/tcg-target.c