summaryrefslogtreecommitdiff
path: root/target-mips/msa_helper.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-23mips: Clean up includesPeter Maydell1-0/+1
2016-01-22fpu: Replace int32 typedef with int32_tPeter Maydell1-12/+12
2016-01-22fpu: Replace int64 typedef with int64_tPeter Maydell1-6/+6
2015-09-18target-mips: improve exception handlingPavel Dovgaluk1-73/+85
2015-07-15target-mips: fix to clear MSACSR.CauseYongbok Kim1-0/+6
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