[Qemu-devel] [PATCH v2 02/20] tcg: Replace MO_16 with MO_UW alias

2019-07-22 Thread tony.nguyen
Preparation for splitting MO_16 out from TCGMemOp into new accelerator independent MemOp. As MO_16 will be a value of MemOp, existing TCGMemOp comparisons and coercions will trigger -Wenum-compare and -Wenum-conversion. Signed-off-by: Tony Nguyen --- target/arm/sve_helper.c | 4 +-

Re: [Qemu-devel] [PATCH v2 02/20] tcg: Replace MO_16 with MO_UW alias

2019-07-22 Thread tony.nguyen
Preparation for splitting MO_16 out from TCGMemOp into new accelerator independent MemOp. As MO_16 will be a value of MemOp, existing TCGMemOp comparisons and coercions will trigger -Wenum-compare and -Wenum-conversion. Signed-off-by: Tony Nguyen --- target/arm/sve_helper.c | 4 +-