]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Widen gen_insn_data to uint64_t
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Mar 2023 20:24:41 +0000 (12:24 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 16 May 2023 23:30:29 +0000 (16:30 -0700)
commitc9ad8d27caa01b13f01c22e04788f4e33068afb4
tree1c879406015ec194a896eaa52a6fd8c69eea78fa
parenta1429ca26e13bdfd10f16348c2d9e5d2a23c1377
tcg: Widen gen_insn_data to uint64_t

We already pass uint64_t to restore_state_to_opc; this changes all
of the other uses from insn_start through the encoding to decoding.

Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
include/tcg/tcg-op.h
include/tcg/tcg-opc.h
include/tcg/tcg.h
tcg/tcg.c