aboutsummaryrefslogtreecommitdiff
path: root/target-mips/msa_helper.c
AgeCommit message (Expand)Author
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-01-23mips: Clean up includesPeter Maydell
2016-01-22fpu: Replace int32 typedef with int32_tPeter Maydell
2016-01-22fpu: Replace int64 typedef with int64_tPeter Maydell
2015-09-18target-mips: improve exception handlingPavel Dovgaluk
2015-07-15target-mips: fix to clear MSACSR.CauseYongbok Kim
2015-03-11target-mips: add missing MSACSR and restore fp_status and hflagsLeon Alrae
2015-02-06softfloat: expand out STATUS_VARPeter Maydell
2015-02-06softfloat: Expand out the STATUS_PARAM macroPeter Maydell
2014-12-16target-mips: Use local float status pointer across MSA macrosMaciej W. Rozycki
2014-11-03target-mips: add MSA 2RF format instructionsYongbok Kim
2014-11-03target-mips: add MSA VEC/2R format instructionsYongbok Kim
2014-11-03target-mips: add MSA 3RF format instructionsYongbok Kim
2014-11-03target-mips: add MSA ELM format instructionsYongbok Kim
2014-11-03target-mips: add MSA 3R format instructionsYongbok Kim
2014-11-03target-mips: add MSA BIT format instructionsYongbok Kim
2014-11-03target-mips: add MSA I5 format instructionYongbok Kim
2014-11-03target-mips: add MSA I8 format instructionsYongbok Kim
2014-11-03target-mips: add msa_helper.cYongbok Kim