aarch64: implement emits for some vector instructions and ORC ops (add)
authorDongju Chae <dongju.chae@samsung.com>
Mon, 21 Oct 2019 11:18:35 +0000 (20:18 +0900)
committerMarek Vasut <marex@denx.de>
Wed, 16 Sep 2020 12:27:27 +0000 (14:27 +0200)
commit1f36d3a371ecf2dc1166e0434a9b83b074806a2a
tree4f2ec4ed9427f74bec35c2084d9bcb3f39f012b6
parentbfe55f0c5c4b3359db11692338528e655f79269c
aarch64: implement emits for some vector instructions and ORC ops (add)

This commit implements vector load/store/add instructions and ORC 'add' ops.
They reuse existing macros like 'BINARY', and aarch64-specific arguments are added.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
orc/orcrules-neon.c