]> git.proxmox.com Git - qemu.git/commit - tcg/mips/tcg-target.h
tcg: Add qemu_ld_st_i32/64
authorRichard Henderson <rth@twiddle.net>
Wed, 4 Sep 2013 15:11:05 +0000 (08:11 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 10 Oct 2013 20:19:21 +0000 (13:19 -0700)
commitf713d6ad7b9f52129695d5e3e63541abcd0375c0
tree4b124c9065daa1d8a800f7c4e08d8f85b31b1172
parent6c5f4ead649dd876c5762c468b205563288d5ecd
tcg: Add qemu_ld_st_i32/64

Step two in the transition, adding the new ldst opcodes.  Keep the old
opcodes around until all backends support the new opcodes.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 files changed:
tcg/README
tcg/aarch64/tcg-target.h
tcg/arm/tcg-target.h
tcg/i386/tcg-target.h
tcg/ia64/tcg-target.h
tcg/mips/tcg-target.h
tcg/ppc/tcg-target.h
tcg/ppc64/tcg-target.h
tcg/s390/tcg-target.h
tcg/sparc/tcg-target.h
tcg/tcg-op.h
tcg/tcg-opc.h
tcg/tcg.c
tcg/tci/tcg-target.h