OSDN Git Service

tcg: add negsetcondi
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Oct 2023 10:46:43 +0000 (12:46 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2023 23:32:28 +0000 (16:32 -0700)
commit93c86ecd77a308e023fe158936abc78ea01072d5
tree8a96cfd8a4463e3d4fc3e07d776a56b0d769017c
parent46c684c86260489eef485311aa76bb7aa94cedfc
tcg: add negsetcondi

This can be useful to write a shift bit extraction that does not
depend on TARGET_LONG_BITS.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20231019104648.389942-15-pbonzini@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg-op-common.h
include/tcg/tcg-op.h
tcg/tcg-op.c