tests/tcg: target/mips: Add wrappers for MSA bit counting instructions
commit85c2a393005656e9712959ca95c9be1e9aee4629
authorAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 12 Feb 2019 17:01:44 +0000 (12 18:01 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 14 Feb 2019 16:47:37 +0000 (14 17:47 +0100)
tree4e581f3c449bd3d1e8e452b6c8871a210d76e644
parent08857c882d1da40793c3be27ae78cb3752902856
tests/tcg: target/mips: Add wrappers for MSA bit counting instructions

Add a header that contains wrappers around MSA instructions assembler
invocations. For now, only bit counting instructions (NLOC, NLZC, and
PCNT; each in four data format flavors) are supported.

Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
tests/tcg/mips/include/wrappers_msa.h [new file with mode: 0644]