On 06/13/2016 01:25 PM, Michael Rolnik wrote:
what is the difference between tcg_gen_qemu_st16 and tcg_gen_qemu_st_tl
st16 is a legacy interface; st_tl is newer and has an argument that is a mask of MO_* bits. MO_BEUW is a convenience name for MO_BE | MO_16.
r~