summaryrefslogtreecommitdiff
path: root/target-mips/msa_helper.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-11target-mips: add missing MSACSR and restore fp_status and hflagsLeon Alrae1-11/+1
2015-02-06softfloat: expand out STATUS_VARPeter Maydell1-28/+28
2015-02-06softfloat: Expand out the STATUS_PARAM macroPeter Maydell1-8/+10
2014-12-16target-mips: Use local float status pointer across MSA macrosMaciej W. Rozycki1-35/+34
2014-11-03target-mips: add MSA 2RF format instructionsYongbok Kim1-0/+530
2014-11-03target-mips: add MSA VEC/2R format instructionsYongbok Kim1-0/+140
2014-11-03target-mips: add MSA 3RF format instructionsYongbok Kim1-0/+1494
2014-11-03target-mips: add MSA ELM format instructionsYongbok Kim1-0/+162
2014-11-03target-mips: add MSA 3R format instructionsYongbok Kim1-0/+657
2014-11-03target-mips: add MSA BIT format instructionsYongbok Kim1-0/+196
2014-11-03target-mips: add MSA I5 format instructionYongbok Kim1-0/+142
2014-11-03target-mips: add MSA I8 format instructionsYongbok Kim1-0/+66
2014-11-03target-mips: add msa_helper.cYongbok Kim1-0/+49