• R
    tcg: Support arbitrary size + alignment · 85aa8081
    Richard Henderson 提交于
    Previously we allowed fully unaligned operations, but not operations
    that are aligned but with less alignment than the operation size.
    
    In addition, arm32, ia64, mips, and sparc had been omitted from the
    previous overalignment patch, which would have led to that alignment
    being enforced.
    Signed-off-by: NRichard Henderson <rth@twiddle.net>
    85aa8081
tcg-target.inc.c 78.8 KB