Re: [PATCH 08/21] target/xtensa: don't access BR regfile directly

2020-07-08 Thread Richard Henderson
On 7/6/20 4:47 PM, Max Filippov wrote: > BR registers used in FPU comparison opcodes are available as opcode > arguments for translators. Use them. This simplifies comparison helpers > interface and makes them usable in FLIX bundles. > > Signed-off-by: Max Filippov > --- > target/xtensa/fpu_help

[PATCH 08/21] target/xtensa: don't access BR regfile directly

2020-07-06 Thread Max Filippov
BR registers used in FPU comparison opcodes are available as opcode arguments for translators. Use them. This simplifies comparison helpers interface and makes them usable in FLIX bundles. Signed-off-by: Max Filippov --- target/xtensa/fpu_helper.c | 42 +- tar