Re: [PATCH v2 14/19] tcg: add negsetcondi

2023-10-19 Thread Richard Henderson
On 10/19/23 03:46, Paolo Bonzini wrote: This can be useful to write a shift bit extraction that does not depend on TARGET_LONG_BITS. Signed-off-by: Paolo Bonzini --- include/tcg/tcg-op-common.h | 4 include/tcg/tcg-op.h| 2 ++ tcg/tcg-op.c| 12 3

[PATCH v2 14/19] tcg: add negsetcondi

2023-10-19 Thread Paolo Bonzini
This can be useful to write a shift bit extraction that does not depend on TARGET_LONG_BITS. Signed-off-by: Paolo Bonzini --- include/tcg/tcg-op-common.h | 4 include/tcg/tcg-op.h| 2 ++ tcg/tcg-op.c| 12 3 files changed, 18 insertions(+) diff --git a