RE: [PATCH 16/70] target/hexagon/idef-parser: Use gen_tmp for LPCFG

2023-02-27 Thread Taylor Simpson
.uni-paderborn.de; ys...@users.sourceforge.jp; > gaos...@loongson.cn; jiaxun.y...@flygoat.com; Taylor Simpson > ; a...@rev.ng; mrol...@gmail.com; > edgar.igles...@gmail.com > Subject: [PATCH 16/70] target/hexagon/idef-parser: Use gen_tmp for LPCFG > > The GET_USR_FIELD macro initializes the outp

[PATCH 16/70] target/hexagon/idef-parser: Use gen_tmp for LPCFG

2023-02-26 Thread Richard Henderson
The GET_USR_FIELD macro initializes the output, so the initial assignment of zero is discarded. This is the only use of get_tmp_value outside of parser-helper.c, so make it static. Signed-off-by: Richard Henderson --- target/hexagon/idef-parser/parser-helpers.h | 6 -- target/hexagon/idef-p