aarch64: Repair storeX instructions
authorMarek Vasut <marex@denx.de>
Sun, 28 Jun 2020 00:09:11 +0000 (02:09 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 16 Sep 2020 12:27:27 +0000 (14:27 +0200)
commit57ef9043bc219feb0a92ccd5e0b3926797c8f6cd
tree2c4ea2279036194aeadd9f97ea5158334898e567
parent8483656d7b950db260ae2c29ffb32edd59195686
aarch64: Repair storeX instructions

The storeX instructions are a mirror image of loadX instructions, however
the current implementation is a copy and the storeX arguments are swapped.
This does lead to incorrect store and either to segfault or invalid data.
Fix this by correcting the storeX instruction arguments.

Signed-off-by: Marek Vasut <marex@denx.de>
orc/orcrules-neon.c