diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2017-09-11 22:09:28 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2018-02-08 15:54:08 +0000 |
commit | 14e4c1e2355473ccb2939afc69ac8f25de103b92 (patch) | |
tree | 16532fe6b3d3b777311043fb04733811e8837b11 /tcg/aarch64/tcg-target.opc.h | |
parent | 770c2fc7bb70804ae9869995fd02dadd6d7656ac (diff) |
tcg/aarch64: Add vector operations
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/aarch64/tcg-target.opc.h')
-rw-r--r-- | tcg/aarch64/tcg-target.opc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tcg/aarch64/tcg-target.opc.h b/tcg/aarch64/tcg-target.opc.h new file mode 100644 index 0000000000..4816a6c3d4 --- /dev/null +++ b/tcg/aarch64/tcg-target.opc.h @@ -0,0 +1,3 @@ +/* Target-specific opcodes for host vector expansion. These will be + emitted by tcg_expand_vec_op. For those familiar with GCC internals, + consider these to be UNSPEC with names. */ |