diff mbox series

[v5,10/16] tcg/ppc: Add empty file tcg-target.opc.h

Message ID 1561309489-16146-11-git-send-email-aleksandar.markovic@rt-rk.com
State New
Headers show
Series [v5,01/16] tcg/ppc: Introduce Altivec registers | expand

Commit Message

Aleksandar Markovic June 23, 2019, 5:04 p.m. UTC
From: Richard Henderson <richard.henderson@linaro.org>


Add empty file tcg-target.opc.h to be used in future.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>

---
 tcg/ppc/tcg-target.opc.h | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 tcg/ppc/tcg-target.opc.h

-- 
2.7.4
diff mbox series

Patch

diff --git a/tcg/ppc/tcg-target.opc.h b/tcg/ppc/tcg-target.opc.h
new file mode 100644
index 0000000..4816a6c
--- /dev/null
+++ b/tcg/ppc/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.  */