tcg/arm: Introduce HostAddress
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 22 Apr 2023 04:32:22 +0000 (05:32 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 May 2023 16:20:01 +0000 (17:20 +0100)
commit1df6d611bdc2f019ed1ddfcda7448b00910029a8
tree51c169c5b4a09b72af01d15d651de07b6179a5fd
parent737fb471ededa05e9e8bbd800c9f19b5af38cdc5
tcg/arm: Introduce HostAddress

Collect the parts of the host address, and condition, into a struct.
Merge tcg_out_qemu_*_{index,direct} and use it.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/arm/tcg-target.c.inc