aboutsummaryrefslogtreecommitdiff
path: root/target/mips/msa_helper.c
AgeCommit message (Expand)Author
2019-07-02target/mips: Correct comments in msa_helper.cAleksandar Markovic
2019-06-26target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic
2019-06-21target/mips: Fix emulation of ILVR.<B|H|W> on big endian hostAleksandar Markovic
2019-06-21target/mips: Fix emulation of ILVL.<B|H|W> on big endian hostAleksandar Markovic
2019-06-21target/mips: Fix emulation of ILVOD.<B|H|W> on big endian hostAleksandar Markovic
2019-06-21target/mips: Fix emulation of ILVEV.<B|H|W> on big endian hostAleksandar Markovic
2019-06-07target/mips: Unroll loops in helpers for MSA logic instructionsAleksandar Markovic
2019-06-07target/mips: Outline places for future MSA helpersAleksandar Markovic
2019-06-06target/mips: Fix block-comment-related issues in msa_helper.cAleksandar Markovic
2019-06-06target/mips: Fix space-related format issues in msa_helper.cAleksandar Markovic
2019-06-01target/mips: Improve performance of certain MSA instructionsMateja Marjanovic
2019-05-26target/mips: Refactor and fix INSERT.<B|H|W|D> instructionsMateja Marjanovic
2019-05-26target/mips: Refactor and fix COPY_U.<B|H|W> instructionsMateja Marjanovic
2019-05-26target/mips: Refactor and fix COPY_S.<B|H|W|D> instructionsMateja Marjanovic
2019-05-26target/mips: Make the results of MOD_<U|S>.<B|H|W|D> the same as on hardwareMateja Marjanovic
2019-05-26target/mips: Make the results of DIV_<U|S>.<B|H|W|D> the same as on hardwareMateja Marjanovic
2018-05-17target/mips: Remove floatX_maybe_silence_nan from conversionsRichard Henderson
2018-01-16mips: Tweak location of ';' in macrosEric Blake
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé
2016-12-20Move target-* CPU file into a target/ folderThomas Huth