[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 43/53] target/mips: Use MO_ALIGN instead of 0
|
From: |
Richard Henderson |
|
Subject: |
[PULL 43/53] target/mips: Use MO_ALIGN instead of 0 |
|
Date: |
Thu, 11 May 2023 09:04:40 +0100 |
The opposite of MO_UNALN is MO_ALIGN.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/mips/tcg/nanomips_translate.c.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/mips/tcg/nanomips_translate.c.inc
b/target/mips/tcg/nanomips_translate.c.inc
index b96dcd2ae9..a98dde0d2e 100644
--- a/target/mips/tcg/nanomips_translate.c.inc
+++ b/target/mips/tcg/nanomips_translate.c.inc
@@ -4305,7 +4305,7 @@ static int decode_nanomips_32_48_opc(CPUMIPSState *env,
DisasContext *ctx)
TCGv va = tcg_temp_new();
TCGv t1 = tcg_temp_new();
MemOp memop = (extract32(ctx->opcode, 8, 3)) ==
- NM_P_LS_UAWM ? MO_UNALN : 0;
+ NM_P_LS_UAWM ? MO_UNALN : MO_ALIGN;
count = (count == 0) ? 8 : count;
while (counter != count) {
--
2.34.1
- [PULL 29/53] tcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_path, (continued)
- [PULL 29/53] tcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_path, Richard Henderson, 2023/05/11
- [PULL 24/53] tcg/arm: Convert tcg_out_qemu_{ld,st}_slow_path, Richard Henderson, 2023/05/11
- [PULL 03/53] disas: Fix tabs and braces in disas.c, Richard Henderson, 2023/05/11
- [PULL 35/53] tcg/ppc: Adjust constraints on qemu_ld/st, Richard Henderson, 2023/05/11
- [PULL 37/53] tcg/ppc: Remove unused constraint J, Richard Henderson, 2023/05/11
- [PULL 32/53] tcg/mips: Reorg tlb load within prepare_host_addr, Richard Henderson, 2023/05/11
- [PULL 40/53] tcg/s390x: Simplify constraints on qemu_ld/st, Richard Henderson, 2023/05/11
- [PULL 42/53] target/mips: Add missing default_tcg_memop_mask, Richard Henderson, 2023/05/11
- [PULL 41/53] target/mips: Add MO_ALIGN to gen_llwp, gen_scwp, Richard Henderson, 2023/05/11
- [PULL 44/53] target/mips: Remove TARGET_ALIGNED_ONLY, Richard Henderson, 2023/05/11
- [PULL 43/53] target/mips: Use MO_ALIGN instead of 0,
Richard Henderson <=
- [PULL 45/53] target/nios2: Remove TARGET_ALIGNED_ONLY, Richard Henderson, 2023/05/11
- [PULL 48/53] tcg: Remove TARGET_ALIGNED_ONLY, Richard Henderson, 2023/05/11
- [PULL 47/53] target/sh4: Remove TARGET_ALIGNED_ONLY, Richard Henderson, 2023/05/11
- [PULL 46/53] target/sh4: Use MO_ALIGN where required, Richard Henderson, 2023/05/11
- [PULL 49/53] accel/tcg: Add cpu_in_serial_context, Richard Henderson, 2023/05/11
- [PULL 51/53] accel/tcg: Reorg system mode load helpers, Richard Henderson, 2023/05/11
- [PULL 52/53] accel/tcg: Reorg system mode store helpers, Richard Henderson, 2023/05/11
- [PULL 53/53] target/loongarch: Do not include tcg-ldst.h, Richard Henderson, 2023/05/11
- [PULL 50/53] accel/tcg: Introduce tlb_read_idx, Richard Henderson, 2023/05/11