commit | 401c227b0a1134245ec61c6c5a9997cfc963c8e4 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Jul 25 07:16:52 2013 -1000 |
committer | Richard Henderson <rth@twiddle.net> | Mon Aug 26 13:31:54 2013 -0700 |
tree | 753453aebeb53f96d70405928289994b2f2a5f07 | |
parent | aac1fb0576e5bea72681e91c38caffc17741eb80 [diff] |
tcg-i386: Use new return-argument ld/st helpers Discontinue the jump-around-jump-to-jump scheme, trading it for a single immediate move instruction. The two extra jumps always consume 7 bytes, whereas the immediate move is either 5 or 7 bytes depending on where the code_gen_buffer gets located. Signed-off-by: Richard Henderson <rth@twiddle.net>