target/arm: Tidy do_ldrq
commit7924d239f42ba6e0f4edc8bda59571f50fcb34e2
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 May 2021 01:03:43 +0000 (24 18:03 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:44 +0000 (25 16:01 +0100)
tree40054abdd495427c617a57caa6350da6f166a5c3
parentc182c6dbd141e7d3e43f75e21630863a291acb89
target/arm: Tidy do_ldrq

Use tcg_constant_i32 for passing the simd descriptor,
as this hashed value does not need to be freed.
Rename dofs to doff to match poff.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210525010358.152808-78-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-sve.c