[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 15/38] target/arm: Fix whitespace near gen_srshr64_i64
From: |
Peter Maydell |
Subject: |
[PULL 15/38] target/arm: Fix whitespace near gen_srshr64_i64 |
Date: |
Thu, 19 Sep 2024 14:10:43 +0100 |
From: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240912024114.1097832-16-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
target/arm/tcg/gengvec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/arm/tcg/gengvec.c b/target/arm/tcg/gengvec.c
index 33c5084ea64..3abdc572022 100644
--- a/target/arm/tcg/gengvec.c
+++ b/target/arm/tcg/gengvec.c
@@ -304,7 +304,7 @@ void gen_srshr32_i32(TCGv_i32 d, TCGv_i32 a, int32_t sh)
tcg_gen_add_i32(d, d, t);
}
- void gen_srshr64_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh)
+void gen_srshr64_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh)
{
TCGv_i64 t = tcg_temp_new_i64();
--
2.34.1
- [PULL 16/38] target/arm: Convert handle_vec_simd_shri to decodetree, (continued)
- [PULL 16/38] target/arm: Convert handle_vec_simd_shri to decodetree, Peter Maydell, 2024/09/19
- [PULL 17/38] target/arm: Convert handle_vec_simd_shli to decodetree, Peter Maydell, 2024/09/19
- [PULL 21/38] target/arm: Split out subroutines of handle_shri_with_rndacc, Peter Maydell, 2024/09/19
- [PULL 29/38] target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetree, Peter Maydell, 2024/09/19
- [PULL 36/38] kvm: Remove unreachable code in kvm_dirty_ring_reaper_thread(), Peter Maydell, 2024/09/19
- [PULL 06/38] target/arm: Convert EXT to decodetree, Peter Maydell, 2024/09/19
- [PULL 08/38] target/arm: Convert UZP, TRN, ZIP to decodetree, Peter Maydell, 2024/09/19
- [PULL 07/38] target/arm: Convert TBL, TBX to decodetree, Peter Maydell, 2024/09/19
- [PULL 09/38] target/arm: Simplify do_reduction_op, Peter Maydell, 2024/09/19
- [PULL 10/38] target/arm: Convert ADDV, *ADDLV, *MAXV, *MINV to decodetree, Peter Maydell, 2024/09/19
- [PULL 15/38] target/arm: Fix whitespace near gen_srshr64_i64,
Peter Maydell <=
- [PULL 18/38] target/arm: Use {, s}extract in handle_vec_simd_wshli, Peter Maydell, 2024/09/19
- [PULL 20/38] target/arm: Push tcg_rnd into handle_shri_with_rndacc, Peter Maydell, 2024/09/19
- [PULL 19/38] target/arm: Convert SSHLL, USHLL to decodetree, Peter Maydell, 2024/09/19
- [PULL 28/38] target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetree, Peter Maydell, 2024/09/19
- [PULL 25/38] target/arm: Convert VQSHL, VQSHLU to gvec, Peter Maydell, 2024/09/19
- [PULL 30/38] hw/char/stm32l4x5_usart.c: Enable USART ACK bit response, Peter Maydell, 2024/09/19
- [PULL 27/38] target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetree, Peter Maydell, 2024/09/19
- [PULL 23/38] target/arm: Convert handle_scalar_simd_shri to decodetree, Peter Maydell, 2024/09/19
- [PULL 22/38] target/arm: Convert SHRN, RSHRN to decodetree, Peter Maydell, 2024/09/19
- [PULL 24/38] target/arm: Convert handle_scalar_simd_shli to decodetree, Peter Maydell, 2024/09/19