Re: [PATCH v2 05/28] translator: Use cpu_ld*_code instead of open-coding

2019-12-20 Thread Alex Bennée
Richard Henderson writes: > The DO_LOAD macros replicate the distinction already performed > by the cpu_ldst.h functions. Use them. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > include/exec/cpu_ldst.h | 11 - > include/exec/translator.h | 48 +++-

[PATCH v2 05/28] translator: Use cpu_ld*_code instead of open-coding

2019-12-16 Thread Richard Henderson
The DO_LOAD macros replicate the distinction already performed by the cpu_ldst.h functions. Use them. Signed-off-by: Richard Henderson --- include/exec/cpu_ldst.h | 11 - include/exec/translator.h | 48 +++ 2 files changed, 13 insertions(+), 46 dele