commit | 4e350091a2b87070967c85f9caeefeb85c4d2e8d | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Dec 28 14:35:59 2024 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 16 20:57:17 2025 -0800 |
tree | e812b639db0f2abb4697140f79170f3f1c759170 | |
parent | 6323b3639cfd362abcd1f29c52455ae550d5ac99 [diff] |
tcg: Add TCGType argument to tcg_out_op Pass TCGOp.type to the output function. For aarch64 and tci, use this instead of testing TCG_OPF_64BIT. For s390x, use this instead of testing INDEX_op_deposit_i64. For i386, use this to initialize rexw. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>