summaryrefslogtreecommitdiffstats
path: root/target/mips/msa_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/mips: rationalise softfloat includesAlex Bennée2019-08-191-0/+1
* target/mips: Fix emulation of MSA pack instructions on big endian hostsAleksandar Markovic2019-07-221-0/+74
* target/mips: Correct helper for MSA FCLASS.<W|D> instructionsAleksandar Markovic2019-07-021-1/+3
* target/mips: Unroll loops for MSA float max/min instructionsAleksandar Markovic2019-07-021-73/+125
* target/mips: Correct comments in msa_helper.cAleksandar Markovic2019-07-021-17/+41
* target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic2019-06-261-12/+12
* target/mips: Fix emulation of ILVR.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
* target/mips: Fix emulation of ILVL.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
* target/mips: Fix emulation of ILVOD.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
* target/mips: Fix emulation of ILVEV.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
* target/mips: Unroll loops in helpers for MSA logic instructionsAleksandar Markovic2019-06-071-4/+40
* target/mips: Outline places for future MSA helpersAleksandar Markovic2019-06-071-0/+461
* target/mips: Fix block-comment-related issues in msa_helper.cAleksandar Markovic2019-06-061-15/+27
* target/mips: Fix space-related format issues in msa_helper.cAleksandar Markovic2019-06-061-14/+14
* target/mips: Improve performance of certain MSA instructionsMateja Marjanovic2019-06-011-109/+433
* target/mips: Refactor and fix INSERT.<B|H|W|D> instructionsMateja Marjanovic2019-05-261-16/+49
* target/mips: Refactor and fix COPY_U.<B|H|W> instructionsMateja Marjanovic2019-05-261-19/+36
* target/mips: Refactor and fix COPY_S.<B|H|W|D> instructionsMateja Marjanovic2019-05-261-19/+43
* target/mips: Make the results of MOD_<U|S>.<B|H|W|D> the same as on hardwareMateja Marjanovic2019-05-261-2/+2
* target/mips: Make the results of DIV_<U|S>.<B|H|W|D> the same as on hardwareMateja Marjanovic2019-05-261-2/+3
* target/mips: Remove floatX_maybe_silence_nan from conversionsRichard Henderson2018-05-181-4/+0Star
* mips: Tweak location of ';' in macrosEric Blake2018-01-161-16/+18
* mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé2017-09-211-0/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+3453