mbox series

[v2,0/4] tcg/arm fixes

Message ID 20180116034503.31926-1-richard.henderson@linaro.org
Headers show
Series tcg/arm fixes | expand

Message

Richard Henderson Jan. 16, 2018, 3:45 a.m. UTC
Changes since v1:

Patch 1:
  * Use rsb/rsc for gt/le.  Now we always use "rI" as a constraint,
    so we never have to load immediates into registers by hand.

Patch 2:
  * We can't use add_ofs in the while condition and cmp_ofs in the
    reduction and converge; use cmp_ofs always.  Fixes the sparc64
    regression that Peter noticed.


r~


Richard Henderson (4):
  tcg/arm: Fix double-word comparisons
  tcg/arm: Support tlb offsets larger than 64k