From: Aleksandar Markovic <amarko...@wavecomp.com> Add wrappers for MSA bit copy instructions.
Signed-off-by: Aleksandar Markovic <amarko...@wavecomp.com> --- tests/tcg/mips/include/wrappers_msa.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tcg/mips/include/wrappers_msa.h b/tests/tcg/mips/include/wrappers_msa.h index 171a547..61ab3b9 100644 --- a/tests/tcg/mips/include/wrappers_msa.h +++ b/tests/tcg/mips/include/wrappers_msa.h @@ -207,5 +207,8 @@ DO_MSA__WD__WS_WT(SRLR_H, srlr.h) DO_MSA__WD__WS_WT(SRLR_W, srlr.w) DO_MSA__WD__WS_WT(SRLR_D, srlr.d) +DO_MSA__WD__WS_WT(BMNZ_V, bmnz.v) +DO_MSA__WD__WS_WT(BMZ_V, bmz.v) + #endif -- 2.7.4