mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
tcg: Add INDEX_op_qemu_{ld,st}_i128
Add opcodes for backend support for 128-bit memory operations. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
@ -2186,11 +2186,13 @@ void tcg_optimize(TCGContext *s)
|
||||
break;
|
||||
case INDEX_op_qemu_ld_i32:
|
||||
case INDEX_op_qemu_ld_i64:
|
||||
case INDEX_op_qemu_ld_i128:
|
||||
done = fold_qemu_ld(&ctx, op);
|
||||
break;
|
||||
case INDEX_op_qemu_st_i32:
|
||||
case INDEX_op_qemu_st8_i32:
|
||||
case INDEX_op_qemu_st_i64:
|
||||
case INDEX_op_qemu_st_i128:
|
||||
done = fold_qemu_st(&ctx, op);
|
||||
break;
|
||||
CASE_OP_32_64(rem):
|
||||
|
Reference in New Issue
Block a user