mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
tcg/optimize: Lower TCG_COND_TST{EQ,NE} if unsupported
After having performed other simplifications, lower any remaining test comparisons with AND. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
ceb9ee06b7
commit
fb04ab7ddd
3 changed files with 55 additions and 9 deletions
|
@ -83,6 +83,8 @@ static inline TCGv_i64 TCGV128_HIGH(TCGv_i128 t)
|
|||
|
||||
bool tcg_target_has_memory_bswap(MemOp memop);
|
||||
|
||||
TCGTemp *tcg_temp_new_internal(TCGType type, TCGTempKind kind);
|
||||
|
||||
/*
|
||||
* Locate or create a read-only temporary that is a constant.
|
||||
* This kind of temporary need not be freed, but for convenience
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue