diff options
Diffstat (limited to 'tests/tcg/mips/include/wrappers_msa.h')
-rw-r--r-- | tests/tcg/mips/include/wrappers_msa.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tcg/mips/include/wrappers_msa.h b/tests/tcg/mips/include/wrappers_msa.h index 17fd277fc9..2692394754 100644 --- a/tests/tcg/mips/include/wrappers_msa.h +++ b/tests/tcg/mips/include/wrappers_msa.h @@ -574,6 +574,14 @@ DO_MSA__WD__WS_WT(XOR_V, xor.v) /* + * Move + * ---- + */ + +DO_MSA__WD__WS(MOVE_V, move.v) + + +/* * Pack * ---- */ |