]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - tcg/ppc/tcg-target.opc.h
tcg/ppc: Support vector multiply
[thirdparty/qemu.git] / tcg / ppc / tcg-target.opc.h
index fa680dd6a0e4f9d5548235353bfe17af41872640..db24a11987c7cbb89b83a0c8f627f0a7572211a8 100644 (file)
@@ -3,3 +3,11 @@
  * emitted by tcg_expand_vec_op.  For those familiar with GCC internals,
  * consider these to be UNSPEC with names.
  */
+
+DEF(ppc_mrgh_vec, 1, 2, 0, IMPLVEC)
+DEF(ppc_mrgl_vec, 1, 2, 0, IMPLVEC)
+DEF(ppc_msum_vec, 1, 3, 0, IMPLVEC)
+DEF(ppc_muleu_vec, 1, 2, 0, IMPLVEC)
+DEF(ppc_mulou_vec, 1, 2, 0, IMPLVEC)
+DEF(ppc_pkum_vec, 1, 2, 0, IMPLVEC)
+DEF(ppc_rotl_vec, 1, 2, 0, IMPLVEC)