tests/tcg: target/mips: Add wrappers for MSA integer compare instructions
Add wrappers for MSA integer compare instructions. Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
This commit is contained in:
parent
e7bbc9b1c2
commit
a4719aa85e
@ -97,5 +97,30 @@ DO_MSA__WD__WS_WT(NOR_V, nor.v)
|
||||
DO_MSA__WD__WS_WT(OR_V, or.v)
|
||||
DO_MSA__WD__WS_WT(XOR_V, xor.v)
|
||||
|
||||
DO_MSA__WD__WS_WT(CEQ_B, ceq.b)
|
||||
DO_MSA__WD__WS_WT(CEQ_H, ceq.h)
|
||||
DO_MSA__WD__WS_WT(CEQ_W, ceq.w)
|
||||
DO_MSA__WD__WS_WT(CEQ_D, ceq.d)
|
||||
|
||||
DO_MSA__WD__WS_WT(CLE_S_B, cle_s.b)
|
||||
DO_MSA__WD__WS_WT(CLE_S_H, cle_s.h)
|
||||
DO_MSA__WD__WS_WT(CLE_S_W, cle_s.w)
|
||||
DO_MSA__WD__WS_WT(CLE_S_D, cle_s.d)
|
||||
|
||||
DO_MSA__WD__WS_WT(CLE_U_B, cle_u.b)
|
||||
DO_MSA__WD__WS_WT(CLE_U_H, cle_u.h)
|
||||
DO_MSA__WD__WS_WT(CLE_U_W, cle_u.w)
|
||||
DO_MSA__WD__WS_WT(CLE_U_D, cle_u.d)
|
||||
|
||||
DO_MSA__WD__WS_WT(CLT_S_B, clt_s.b)
|
||||
DO_MSA__WD__WS_WT(CLT_S_H, clt_s.h)
|
||||
DO_MSA__WD__WS_WT(CLT_S_W, clt_s.w)
|
||||
DO_MSA__WD__WS_WT(CLT_S_D, clt_s.d)
|
||||
|
||||
DO_MSA__WD__WS_WT(CLT_U_B, clt_u.b)
|
||||
DO_MSA__WD__WS_WT(CLT_U_H, clt_u.h)
|
||||
DO_MSA__WD__WS_WT(CLT_U_W, clt_u.w)
|
||||
DO_MSA__WD__WS_WT(CLT_U_D, clt_u.d)
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user