]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: rename trunc_shr_i32 into trunc_shr_i64_i32
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 27 Jul 2015 10:41:45 +0000 (12:41 +0200)
committerRichard Henderson <rth@twiddle.net>
Mon, 24 Aug 2015 18:10:54 +0000 (11:10 -0700)
commit0632e555fc4d281d69cb08d98d500d96185b041f
treeafda468f981062df0f88c1dc63be187731f2ad8f
parent299f80130401153af1a6ddb3cc011781bcd47600
tcg: rename trunc_shr_i32 into trunc_shr_i64_i32

The op is sometimes named trunc_shr_i32 and sometimes trunc_shr_i64_i32,
and the name in the README doesn't match the name offered to the
frontends.

Always use the long name to make it clear it is a size changing op.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
13 files changed:
tcg/README
tcg/aarch64/tcg-target.h
tcg/i386/tcg-target.h
tcg/ia64/tcg-target.h
tcg/optimize.c
tcg/ppc/tcg-target.h
tcg/s390/tcg-target.h
tcg/sparc/tcg-target.c
tcg/sparc/tcg-target.h
tcg/tcg-op.c
tcg/tcg-opc.h
tcg/tcg.h
tcg/tci/tcg-target.h