]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/optimize.c
tcg: Add INDEX_op_extract2_{i32,i64}
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 25 Feb 2019 18:29:25 +0000 (10:29 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 24 Apr 2019 20:04:33 +0000 (13:04 -0700)
commitfce1296f135669eca85dc42154a2a352c818ad76
tree847ec48009722f8cc322e1661a080de798d77bc1
parent2089fcc9e7b4174d1c351eaa7d277c02188a6dd2
tcg: Add INDEX_op_extract2_{i32,i64}

This will let backends implement the double-word shift operation.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
15 files changed:
tcg/README
tcg/aarch64/tcg-target.h
tcg/arm/tcg-target.h
tcg/i386/tcg-target.h
tcg/mips/tcg-target.h
tcg/optimize.c
tcg/ppc/tcg-target.h
tcg/riscv/tcg-target.h
tcg/s390/tcg-target.h
tcg/sparc/tcg-target.h
tcg/tcg-op.c
tcg/tcg-opc.h
tcg/tcg.c
tcg/tcg.h
tcg/tci/tcg-target.h