mbox series

[0/2] tcg/sparc64: Implement CTPOP

Message ID 20250425200024.853260-1-richard.henderson@linaro.org
Headers show
Series tcg/sparc64: Implement CTPOP | expand

Message

Richard Henderson April 25, 2025, 8 p.m. UTC
Based-on: 20250415192515.232910-1-richard.henderson@linaro.org
("[PATCH v4 000/163] tcg: Convert to TCGOutOp structures")

The POPC instruction is present in all but the earliest sparc64 cpus.
Not sure why this got missed once upon a time...


r~

Richard Henderson (2):
  tcg/sparc64: Unexport use_vis3_instructions
  tcg/sparc64: Implement CTPOP

 tcg/sparc64/tcg-target-has.h |  6 ------
 tcg/sparc64/tcg-target.c.inc | 33 ++++++++++++++++++++++++++-------
 2 files changed, 26 insertions(+), 13 deletions(-)