Re: [Qemu-devel] [RFC v2 07/24] riscv: tcg-target: Add support for the constraints

2018-11-28 Thread Richard Henderson
On 11/27/18 1:07 PM, Alistair Francis wrote: > +OPC_FENCE_RW_RW = 0x033f, > +OPC_FENCE_R_R = 0x022f, > +OPC_FENCE_W_R = 0x012f, > +OPC_FENCE_R_W = 0x021f, > +OPC_FENCE_W_W = 0x011f, > +OPC_FENCE_R_RW = 0x023f, > +OPC_FENCE_RW_W = 0x031f, A fu

[Qemu-devel] [RFC v2 07/24] riscv: tcg-target: Add support for the constraints

2018-11-27 Thread Alistair Francis
Signed-off-by: Alistair Francis Signed-off-by: Michael Clark --- tcg/riscv/tcg-target.inc.c | 138 + 1 file changed, 138 insertions(+) diff --git a/tcg/riscv/tcg-target.inc.c b/tcg/riscv/tcg-target.inc.c index a4a1579440..5719af3c08 100644 --- a/tcg/riscv/tcg