mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
tcg: Remove INDEX_op_qemu_st8_*
The i386 backend can now check TCGOP_FLAGS to select the correct set of constraints. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
bf7ca5fb30
commit
33aba058c8
17 changed files with 7 additions and 44 deletions
|
@ -3192,7 +3192,6 @@ void tcg_optimize(TCGContext *s)
|
|||
case INDEX_op_qemu_ld_i128:
|
||||
done = fold_qemu_ld_2reg(&ctx, op);
|
||||
break;
|
||||
case INDEX_op_qemu_st8_i32:
|
||||
case INDEX_op_qemu_st_i32:
|
||||
case INDEX_op_qemu_st_i64:
|
||||
case INDEX_op_qemu_st_i128:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue