1. 18 4月, 2014 4 次提交
  2. 19 3月, 2014 2 次提交
  3. 18 3月, 2014 2 次提交
  4. 10 3月, 2014 1 次提交
  5. 27 2月, 2014 2 次提交
  6. 20 2月, 2014 2 次提交
    • P
      target-arm: Split cpreg access checks out from read/write functions · f59df3f2
      Peter Maydell 提交于
      Several of the system registers handled via the ARMCPRegInfo
      mechanism have access trap control bits controlling whether the
      registers are accessible to lower privilege levels. Replace
      the existing mechanism (allowing the read and write functions
      to return EXCP_UDEF if access is denied) with a dedicated
      "check access rights" function pointer in the ARMCPRegInfo.
      This will allow us to simplify some of the register definitions,
      which no longer need read/write functions purely to handle
      the access checks.
      
      We take the opportunity to define the return value from the
      access checking function in a way that allows us to set the
      correct exception syndrome information for exceptions taken
      to AArch64 (which may need to distinguish access failures due
      to a configurable trap or enable from other kinds of access
      failure).
      
      This commit defines the new mechanism but does not move any
      of the registers across to use it.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NPeter Crosthwaite <peter.crosthwaite@xilinx.com>
      f59df3f2
    • P
      target-arm: A64: Implement remaining 3-same instructions · 057d5f62
      Peter Maydell 提交于
      Implement the remaining instructions in the SIMD 3-reg-same
      and scalar-3-reg-same groups: FMULX, FRECPS, FRSQRTS, FACGE,
      FACGT, FMLA and FMLS.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NRichard Henderson <rth@twiddle.net>
      057d5f62
  7. 08 2月, 2014 1 次提交
  8. 31 1月, 2014 1 次提交
  9. 09 1月, 2014 6 次提交
  10. 08 1月, 2014 6 次提交
  11. 18 12月, 2013 2 次提交
  12. 10 12月, 2013 1 次提交
  13. 11 10月, 2013 1 次提交
  14. 24 2月, 2013 3 次提交
  15. 19 12月, 2012 1 次提交
  16. 28 10月, 2012 1 次提交
  17. 24 10月, 2012 2 次提交
  18. 05 10月, 2012 2 次提交