On 22/07/19 17:59, Richard Henderson wrote: > On 7/22/19 8:34 AM, tony.ngu...@bt.com wrote: >> Tony Nguyen (20): >> tcg: Replace MO_8 with MO_UB alias >> tcg: Replace MO_16 with MO_UW alias >> tcg: Replace MO_32 with MO_UL alias >> tcg: Replace MO_64 with MO_UQ alias >> tcg: Move size+sign+endian from TCGMemOp to MemOp > I don't like any of these first 5 patches. > I don't understand your motivation here. Why?
He wants to avoid namespace collisions between MemOp and TCGMemOp, I think. Paolo