On 10/31/18 1:20 PM, Bastian Koppelmann wrote: > With decodetree we don't need to convert RISC-V opcodes into to MemOps > as the old gen_load() did. > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Signed-off-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> > Signed-off-by: Peer Adelt <peer.ad...@hni.uni-paderborn.de><Paste>
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > +static bool gen_load(DisasContext *ctx, arg_lb *a, int memop) Better with TCGMemOp instead of int. r~