mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
tcg: Merge INDEX_op_deposit_{i32,i64}
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
a5a8dd33aa
commit
4d137ff819
7 changed files with 16 additions and 20 deletions
|
|
@ -2858,7 +2858,7 @@ void tcg_optimize(TCGContext *s)
|
|||
case INDEX_op_ctpop:
|
||||
done = fold_ctpop(&ctx, op);
|
||||
break;
|
||||
CASE_OP_32_64(deposit):
|
||||
case INDEX_op_deposit:
|
||||
done = fold_deposit(&ctx, op);
|
||||
break;
|
||||
case INDEX_op_divs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue