OSDN Git Service

tcg/s390x: Remove DISTINCT_OPERANDS facility check
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 7 Dec 2022 17:50:15 +0000 (17:50 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 6 Jan 2023 23:07:04 +0000 (23:07 +0000)
commit238da1c942037412033a08288f73bc9815bb8c2c
treed0db1bea27a5f028cf7ce5b918c2553afa7ff1ff
parente62d5752f5e7fdddb6b309230589281d9fa4d609
tcg/s390x: Remove DISTINCT_OPERANDS facility check

The distinct-operands facility is bundled into facility 45,
along with load-on-condition.  We are checking this at startup.
Remove the a0 == a1 checks for 64-bit sub, and, or, xor, as there
is no space savings for avoiding the distinct-operands insn.

Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/s390x/tcg-target.c.inc
tcg/s390x/tcg-target.h