Re: [Qemu-devel] [PATCH 12/13] target/openrisc: Implement l.adrp
On Mon, Aug 26, 2019 at 05:07:44PM -0700, Richard Henderson wrote: > This was added to the 1.3 spec. > > Signed-off-by: Richard Henderson Reviewed-by: Stafford Horne
[Qemu-devel] [PATCH 12/13] target/openrisc: Implement l.adrp
This was added to the 1.3 spec. Signed-off-by: Richard Henderson --- target/openrisc/disas.c | 1 + target/openrisc/translate.c | 13 + target/openrisc/insns.decode | 2 ++ 3 files changed, 16 insertions(+) diff --git a/target/openrisc/disas.c b/target/openrisc/disas.c index