commit | 5c2d2a9ee5f1978ae980598fba80151c761105a0 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Mon Sep 10 13:56:24 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Sep 19 21:40:46 2012 +0200 |
tree | 62f7159d7e4d0e9d872ad920fdf0852c78dfec6d | |
parent | 8354cd722e0afae63bee3e4cb21c8f0ddb6874c2 [diff] |
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>