aboutsummaryrefslogtreecommitdiff
path: root/target/mips/msa_helper.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22target/mips: Fix emulation of MSA pack instructions on big endian hostsAleksandar Markovic1-0/+74
2019-07-02target/mips: Correct helper for MSA FCLASS.<W|D> instructionsAleksandar Markovic1-1/+3
2019-07-02target/mips: Unroll loops for MSA float max/min instructionsAleksandar Markovic1-73/+125
2019-07-02target/mips: Correct comments in msa_helper.cAleksandar Markovic1-17/+41
2019-06-26target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic1-12/+12
2019-06-21target/mips: Fix emulation of ILVR.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix emulation of ILVL.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix emulation of ILVOD.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix emulation of ILVEV.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-07target/mips: Unroll loops in helpers for MSA logic instructionsAleksandar Markovic1-4/+40
2019-06-07target/mips: Outline places for future MSA helpersAleksandar Markovic1-0/+461
2019-06-06target/mips: Fix block-comment-related issues in msa_helper.cAleksandar Markovic1-15/+27
2019-06-06target/mips: Fix space-related format issues in msa_helper.cAleksandar Markovic1-14/+14
2019-06-01target/mips: Improve performance of certain MSA instructionsMateja Marjanovic1-109/+433
2019-05-26target/mips: Refactor and fix INSERT.<B|H|W|D> instructionsMateja Marjanovic1-16/+49
2019-05-26target/mips: Refactor and fix COPY_U.<B|H|W> instructionsMateja Marjanovic1-19/+36
2019-05-26target/mips: Refactor and fix COPY_S.<B|H|W|D> instructionsMateja Marjanovic1-19/+43
2019-05-26target/mips: Make the results of MOD_<U|S>.<B|H|W|D> the same as on hardwareMateja Marjanovic1-2/+2
2019-05-26target/mips: Make the results of DIV_<U|S>.<B|H|W|D> the same as on hardwareMateja Marjanovic1-2/+3
2018-05-17target/mips: Remove floatX_maybe_silence_nan from conversionsRichard Henderson1-4/+0
2018-01-16mips: Tweak location of ';' in macrosEric Blake1-16/+18
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé1-0/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+3453