On 16/9/25 16:22, Richard Henderson wrote:
The order of the parameters in the Arm ARM is
op0, op1, crn, crm, op2
Reorder the arguments of ENCODE_AA64_CP_REG to match.
Reviewed-by: Manos Pitsidianakis <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
---
target/arm/cpregs.h | 2 +-
target/arm/helper.c | 4 ++--
target/arm/hvf/hvf.c | 6 +++---
target/arm/tcg/translate-a64.c | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>