]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Rename TCGMemOpIdx to MemOpIdx
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 25 Jul 2021 22:06:49 +0000 (12:06 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 5 Oct 2021 23:53:17 +0000 (16:53 -0700)
commit9002ffcb7264947d9a193567b457dea42f15c321
treee2cb1ee1ad3036f4e6f7472d2411422536bd1fb7
parent4b473e0c60d802bb69accab3177d350fc580e2a4
tcg: Rename TCGMemOpIdx to MemOpIdx

We're about to move this out of tcg.h, so rename it
as we did when moving MemOp.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
25 files changed:
accel/tcg/atomic_common.c.inc
accel/tcg/atomic_template.h
accel/tcg/cputlb.c
accel/tcg/user-exec.c
include/tcg/tcg.h
target/arm/helper-a64.c
target/arm/m_helper.c
target/i386/tcg/mem_helper.c
target/m68k/op_helper.c
target/mips/tcg/msa_helper.c
target/s390x/tcg/mem_helper.c
target/sparc/ldst_helper.c
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc
tcg/i386/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/optimize.c
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390/tcg-target.c.inc
tcg/sparc/tcg-target.c.inc
tcg/tcg-ldst.c.inc
tcg/tcg-op.c
tcg/tcg.c
tcg/tci.c