qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 08/11] target-avr: adding instruction transla


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v6 08/11] target-avr: adding instruction translation
Date: Mon, 13 Jun 2016 14:31:44 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0

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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]