Re: [PATCH 02/84] tcg: Widen gen_insn_data to uint64_t

2023-05-11 Thread Alex Bennée
Richard Henderson writes: > 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. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

Re: [PATCH 02/84] tcg: Widen gen_insn_data to uint64_t

2023-05-04 Thread Anton Johansson via
On 5/3/23 09:22, Richard Henderson wrote: 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. Signed-off-by: Richard Henderson --- include/tcg/tcg-op.h | 39 +-- incl

[PATCH 02/84] tcg: Widen gen_insn_data to uint64_t

2023-05-03 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- include/tcg/tcg-op.h | 39 +-- include/tcg/tcg-opc.h | 2 +- include/tcg/tcg.h

[PATCH 02/84] tcg: Widen gen_insn_data to uint64_t

2023-05-03 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- include/tcg/tcg-op.h | 39 +-- include/tcg/tcg-opc.h | 2 +- include/tcg/tcg.h