1. 09 8月, 2013 1 次提交
    • J
      tcg/mips: fix invalid op definition errors · 85711e6b
      James Hogan 提交于
      tcg/mips/tcg-target.h defines various operations conditionally depending
      upon the isa revision, however these operations are included in
      mips_op_defs[] unconditionally resulting in the following runtime errors
      if CONFIG_DEBUG_TCG is defined:
      
      Invalid op definition for movcond_i32
      Invalid op definition for rotl_i32
      Invalid op definition for rotr_i32
      Invalid op definition for deposit_i32
      Invalid op definition for bswap16_i32
      Invalid op definition for bswap32_i32
      tcg/tcg.c:1196: tcg fatal error
      
      Fix with ifdefs like the i386 backend does for movcond_i32.
      Signed-off-by: NJames Hogan <james.hogan@imgtec.com>
      Cc: Aurelien Jarno <aurelien@aurel32.net>
      Cc: Richard Henderson <rth@twiddle.net>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      85711e6b
  2. 31 7月, 2013 1 次提交
  3. 15 7月, 2013 1 次提交
  4. 09 7月, 2013 14 次提交
  5. 03 7月, 2013 1 次提交
  6. 18 6月, 2013 4 次提交
  7. 12 6月, 2013 6 次提交
  8. 05 6月, 2013 1 次提交
  9. 09 5月, 2013 1 次提交
  10. 03 5月, 2013 2 次提交
  11. 27 4月, 2013 8 次提交