commit | ae8b75dc6ec808378487064922f25f1e7ea7a9be | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 15 13:27:56 2017 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Oct 24 21:47:46 2017 +0200 |
tree | 706ea97a6b29077f7dc1f73c5b2922be28c416a0 | |
parent | 960c50e07746048a5c74f4dd29bb04763fc80eba [diff] |
tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} Transform TCGv_* to an "argument" or a temporary. For now, an argument is simply the temporary index. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>