1. 29 6月, 2015 1 次提交
  2. 22 5月, 2015 2 次提交
  3. 11 5月, 2015 2 次提交
  4. 04 4月, 2015 1 次提交
  5. 24 3月, 2015 2 次提交
    • B
      target-tricore: properly fix dvinit_b/h_13 · f69c24e4
      Bastian Koppelmann 提交于
      The TriCore documentation was wrong on how to calculate ovf bits for those two
      instructions, which I confirmed with real hardware (TC1796 chip). An ovf
      actually happens, if the result (without remainder) does not fit into 8/16 bits.
      Signed-off-by: NBastian Koppelmann <kbastian@mail.uni-paderborn.de>
      f69c24e4
    • S
      target-tricore: Fix two helper functions (clang warnings) · 30a0d72f
      Stefan Weil 提交于
      clang report:
      
      target-tricore/op_helper.c:1247:24: warning:
        taking the absolute value of unsigned type 'uint32_t' (aka 'unsigned int')
        has no effect [-Wabsolute-value]
      target-tricore/op_helper.c:1248:25: warning:
        taking the absolute value of unsigned type 'uint32_t' (aka 'unsigned int')
        has no effect [-Wabsolute-value]
      target-tricore/op_helper.c:1249:19: warning:
        taking the absolute value of unsigned type 'uint32_t' (aka 'unsigned int')
        has no effect [-Wabsolute-value]
      target-tricore/op_helper.c:1297:24: warning:
        taking the absolute value of unsigned type 'uint32_t' (aka 'unsigned int')
        has no effect [-Wabsolute-value]
      target-tricore/op_helper.c:1298:25: warning:
        taking the absolute value of unsigned type 'uint32_t' (aka 'unsigned int')
        has no effect [-Wabsolute-value]
      target-tricore/op_helper.c:1299:19: warning:
        taking the absolute value of unsigned type 'uint32_t' (aka 'unsigned int')
        has no effect [-Wabsolute-value]
      
      Fix also the divisor which was taken from the wrong register
      (thanks to Peter Maydell for this hint).
      
      Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Message-Id: <1425739412-8144-1-git-send-email-sw@weilnetz.de>
      Signed-off-by: NBastian Koppelmann <kbastian@mail.uni-paderborn.de>
      30a0d72f
  6. 16 3月, 2015 4 次提交
  7. 03 3月, 2015 4 次提交
  8. 27 1月, 2015 5 次提交
  9. 22 12月, 2014 5 次提交
  10. 10 12月, 2014 3 次提交
  11. 20 10月, 2014 3 次提交
  12. 01 9月, 2014 6 次提交
  13. 29 5月, 2014 1 次提交
  14. 27 1月, 2013 1 次提交