qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 000/162] tcg: Convert to TCGOutOp structures
@ 2025-02-16 23:07 Richard Henderson
  2025-02-16 23:07 ` [PATCH v3 001/162] tcg: Add all_outop[] Richard Henderson
                   ` (161 more replies)
  0 siblings, 162 replies; 230+ messages in thread
From: Richard Henderson @ 2025-02-16 23:07 UTC (permalink / raw)
  To: qemu-devel

v2: 20250107080112.1175095-1-richard.henderson@linaro.org
("[RFC PATCH v2 00/81] tcg: Merge *_i32 and *_i64 opcodes")

Changes for v3:
  - Merged lots of patches -- patch 1 of v3 is patch 50 of v2.
  - Finish the conversion of all integer opcodes.
  - Replace add2/sub2 opcodes with add/sub with carry/borrow.


r~


Richard Henderson (162):
  tcg: Add all_outop[]
  tcg: Remove INDEX_op_ext{8,16,32}*
  tcg: Merge INDEX_op_mov_{i32,i64}
  tcg: Convert add to TCGOutOpBinary
  tcg: Merge INDEX_op_add_{i32,i64}
  tcg: Convert and to TCGOutOpBinary
  tcg: Merge INDEX_op_and_{i32,i64}
  tcg/optimize: Fold andc with immediate to and
  tcg/optimize: Emit add r,r,-1 in fold_setcond_tst_pow2
  tcg: Convert andc to TCGOutOpBinary
  tcg: Merge INDEX_op_andc_{i32,i64}
  tcg: Convert or to TCGOutOpBinary
  tcg: Merge INDEX_op_or_{i32,i64}
  tcg/optimize: Fold orc with immediate to or
  tcg: Convert orc to TCGOutOpBinary
  tcg: Merge INDEX_op_orc_{i32,i64}
  tcg: Convert xor to TCGOutOpBinary
  tcg: Merge INDEX_op_xor_{i32,i64}
  tcg/optimize: Fold eqv with immediate to xor
  tcg: Convert eqv to TCGOutOpBinary
  tcg: Merge INDEX_op_eqv_{i32,i64}
  tcg: Convert nand to TCGOutOpBinary
  tcg: Merge INDEX_op_nand_{i32,i64}
  tcg/loongarch64: Do not accept constant argument to nor
  tcg: Convert nor to TCGOutOpBinary
  tcg: Merge INDEX_op_nor_{i32,i64}
  tcg/arm: Fix constraints for sub
  tcg: Convert sub to TCGOutOpSubtract
  tcg: Merge INDEX_op_sub_{i32,i64}
  tcg: Convert neg to TCGOutOpUnary
  tcg: Merge INDEX_op_neg_{i32,i64}
  tcg: Convert not to TCGOutOpUnary
  tcg: Merge INDEX_op_not_{i32,i64}
  tcg: Convert mul to TCGOutOpBinary
  tcg: Merge INDEX_op_mul_{i32,i64}
  tcg: Convert muluh to TCGOutOpBinary
  tcg: Merge INDEX_op_muluh_{i32,i64}
  tcg: Convert mulsh to TCGOutOpBinary
  tcg: Merge INDEX_op_mulsh_{i32,i64}
  tcg: Convert div to TCGOutOpBinary
  tcg: Merge INDEX_op_div_{i32,i64}
  tcg: Convert divu to TCGOutOpBinary
  tcg: Merge INDEX_op_divu_{i32,i64}
  tcg: Convert div2 to TCGOutOpDivRem
  tcg: Merge INDEX_op_div2_{i32,i64}
  tcg: Convert divu2 to TCGOutOpDivRem
  tcg: Merge INDEX_op_divu2_{i32,i64}
  tcg: Convert rem to TCGOutOpBinary
  tcg: Merge INDEX_op_rem_{i32,i64}
  tcg: Convert remu to TCGOutOpBinary
  tcg: Merge INDEX_op_remu_{i32,i64}
  tcg: Convert shl to TCGOutOpBinary
  tcg: Merge INDEX_op_shl_{i32,i64}
  tcg: Convert shr to TCGOutOpBinary
  tcg: Merge INDEX_op_shr_{i32,i64}
  tcg: Convert sar to TCGOutOpBinary
  tcg: Merge INDEX_op_sar_{i32,i64}
  tcg: Do not require both rotr and rotl from the backend
  tcg: Convert rotl, rotr to TCGOutOpBinary
  tcg: Merge INDEX_op_rot{l,r}_{i32,i64}
  tcg: Convert clz to TCGOutOpBinary
  tcg: Merge INDEX_op_clz_{i32,i64}
  tcg: Convert ctz to TCGOutOpBinary
  tcg: Merge INDEX_op_ctz_{i32,i64}
  tcg: Convert ctpop to TCGOutOpUnary
  tcg: Merge INDEX_op_ctpop_{i32,i64}
  tcg: Convert muls2 to TCGOutOpMul2
  tcg: Merge INDEX_op_muls2_{i32,i64}
  tcg: Convert mulu2 to TCGOutOpMul2
  tcg: Merge INDEX_op_mulu2_{i32,i64}
  tcg/loongarch64: Support negsetcond
  tcg/mips: Support negsetcond
  tcg/tci: Support negsetcond
  tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64}
  tcg: Convert setcond, negsetcond to TCGOutOpSetcond
  tcg: Merge INDEX_op_{neg}setcond_{i32,i64}`
  tcg: Convert brcond to TCGOutOpBrcond
  tcg: Merge INDEX_op_brcond_{i32,i64}
  tcg: Convert movcond to TCGOutOpMovcond
  tcg: Merge INDEX_op_movcond_{i32,i64}
  tcg/ppc: Drop fallback constant loading in tcg_out_cmp
  tcg/arm: Expand arguments to tcg_out_cmp2
  tcg/ppc: Expand arguments to tcg_out_cmp2
  tcg: Convert brcond2_i32 to TCGOutOpBrcond2
  tcg: Convert setcond2_i32 to TCGOutOpSetcond2
  tcg: Convert bswap16 to TCGOutOpBswap
  tcg: Merge INDEX_op_bswap16_{i32,i64}
  tcg: Convert bswap32 to TCGOutOpBswap
  tcg: Merge INDEX_op_bswap32_{i32,i64}
  tcg: Convert bswap64 to TCGOutOpUnary
  tcg: Rename INDEX_op_bswap64_i64 to INDEX_op_bswap64
  tcg: Convert extract to TCGOutOpExtract
  tcg: Merge INDEX_op_extract_{i32,i64}
  tcg: Convert sextract to TCGOutOpExtract
  tcg: Merge INDEX_op_sextract_{i32,i64}
  tcg: Convert ext_i32_i64 to TCGOutOpUnary
  tcg: Convert extu_i32_i64 to TCGOutOpUnary
  tcg: Convert extrl_i64_i32 to TCGOutOpUnary
  tcg: Convert extrh_i64_i32 to TCGOutOpUnary
  tcg: Convert deposit to TCGOutOpDeposit
  tcg/aarch64: Improve deposit
  tcg: Merge INDEX_op_deposit_{i32,i64}
  tcg: Convert extract2 to TCGOutOpExtract2
  tcg: Merge INDEX_op_extract2_{i32,i64}
  tcg: Expand fallback add2 with 32-bit operations
  tcg: Expand fallback sub2 with 32-bit operations
  tcg: Do not default add2/sub2_i32 for 32-bit hosts
  tcg/mips: Drop support for add2/sub2
  tcg/riscv: Drop support for add2/sub2
  tcg: Move i into each for loop in liveness_pass_1
  tcg: Sink def, nb_iargs, nb_oargs loads in liveness_pass_1
  tcg: Add add/sub with carry opcodes and infrastructure
  tcg: Add TCGOutOp structures for add/sub carry opcodes
  tcg/optimize: Handle add/sub with carry opcodes
  tcg/optimize: With two const operands, prefer 0 in arg1
  tcg: Use add carry opcodes to expand add2
  tcg: Use sub carry opcodes to expand sub2
  tcg/i386: Honor carry_live in tcg_out_movi
  tcg/i386: Implement add/sub carry opcodes
  tcg/i386: Remove support for add2/sub2
  tcg/i386: Special case addci r, 0, 0
  tcg: Add tcg_gen_addcio_{i32,i64,tl}
  target/arm: Use tcg_gen_addcio_* for ADCS
  target/hppa: Use tcg_gen_addcio_i64
  target/microblaze: Use tcg_gen_addcio_i32
  target/openrisc: Use tcg_gen_addcio_* for ADDC
  target/ppc: Use tcg_gen_addcio_tl for ADD and SUBF
  target/s390x: Use tcg_gen_addcio_i64 for op_addc64
  target/sh4: Use tcg_gen_addcio_i32 for addc
  target/sparc: Use tcg_gen_addcio_tl for gen_op_addcc_int
  target/tricore: Use tcg_gen_addcio_i32 for gen_addc_CC
  tcg/aarch64: Implement add/sub carry opcodes
  tcg/aarch64: Remove support for add2/sub2
  tcg/arm: Implement add/sub carry opcodes
  tcg/arm: Remove support for add2/sub2
  tcg/ppc: Implement add/sub carry opcodes
  tcg/ppc: Remove support for add2/sub2
  tcg/s390x: Honor carry_live in tcg_out_movi
  tcg/s390: Add TCG_CT_CONST_N32
  tcg/s390x: Implement add/sub carry opcodes
  tcg/s390x: Use ADD LOGICAL WITH SIGNED IMMEDIATE
  tcg/s390x: Remove support for add2/sub2
  tcg/sparc64: Hoist tcg_cond_to_bcond lookup out of tcg_out_movcc
  tcg/sparc64: Implement add/sub carry opcodes
  tcg/sparc64: Remove support for add2/sub2
  tcg/tci: Implement add/sub carry opcodes
  tcg/tci: Remove support for add2/sub2
  tcg: Remove add2/sub2 opcodes
  tcg: Formalize tcg_out_mb
  tcg: Formalize tcg_out_br
  tcg: Formalize tcg_out_goto_ptr
  tcg: Assign TCGOP_TYPE in liveness_pass_2
  tcg: Convert ld to TCGOutOpLoad
  tcg: Merge INDEX_op_ld*_{i32,i64}
  tcg: Convert st to TCGOutOpStore
  tcg: Merge INDEX_op_st*_{i32,i64}
  tcg: Stash MemOp size in TCGOP_FLAGS
  tcg: Remove INDEX_op_qemu_st8_*
  tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128}
  tcg: Convert qemu_ld{2} to TCGOutOpLoad{2}
  tcg: Convert qemu_st{2} to TCGOutOpLdSt{2}
  tcg: Remove tcg_out_op

 include/tcg/tcg-op-common.h          |    4 +
 include/tcg/tcg-op.h                 |    2 +
 include/tcg/tcg-opc.h                |  212 +--
 include/tcg/tcg.h                    |   15 +-
 tcg/aarch64/tcg-target-con-set.h     |    5 +-
 tcg/aarch64/tcg-target-has.h         |   57 -
 tcg/arm/tcg-target-con-set.h         |    5 +-
 tcg/arm/tcg-target-has.h             |   27 -
 tcg/i386/tcg-target-con-set.h        |    4 +-
 tcg/i386/tcg-target-con-str.h        |    2 +-
 tcg/i386/tcg-target-has.h            |   57 -
 tcg/loongarch64/tcg-target-con-set.h |    9 +-
 tcg/loongarch64/tcg-target-con-str.h |    1 -
 tcg/loongarch64/tcg-target-has.h     |   60 -
 tcg/mips/tcg-target-con-set.h        |   15 +-
 tcg/mips/tcg-target-con-str.h        |    1 -
 tcg/mips/tcg-target-has.h            |   64 -
 tcg/ppc/tcg-target-con-set.h         |   12 +-
 tcg/ppc/tcg-target-con-str.h         |    1 +
 tcg/ppc/tcg-target-has.h             |   59 -
 tcg/riscv/tcg-target-con-set.h       |    7 +-
 tcg/riscv/tcg-target-con-str.h       |    2 -
 tcg/riscv/tcg-target-has.h           |   61 -
 tcg/s390x/tcg-target-con-set.h       |    7 +-
 tcg/s390x/tcg-target-con-str.h       |    1 +
 tcg/s390x/tcg-target-has.h           |   57 -
 tcg/sparc64/tcg-target-con-set.h     |    9 +-
 tcg/sparc64/tcg-target-has.h         |   59 -
 tcg/tcg-has.h                        |   47 -
 tcg/tci/tcg-target-has.h             |   59 -
 target/arm/tcg/translate-a64.c       |   10 +-
 target/arm/tcg/translate-sve.c       |    2 +-
 target/arm/tcg/translate.c           |   17 +-
 target/hppa/translate.c              |   17 +-
 target/microblaze/translate.c        |   10 +-
 target/openrisc/translate.c          |    3 +-
 target/ppc/translate.c               |   11 +-
 target/s390x/tcg/translate.c         |    6 +-
 target/sh4/translate.c               |   36 +-
 target/sparc/translate.c             |    3 +-
 target/tricore/translate.c           |   12 +-
 tcg/optimize.c                       | 1066 ++++++++------
 tcg/tcg-op-ldst.c                    |   74 +-
 tcg/tcg-op.c                         | 1242 ++++++++--------
 tcg/tcg.c                            | 1272 ++++++++++++-----
 tcg/tci.c                            |  766 ++++------
 docs/devel/tcg-ops.rst               |  220 ++-
 target/i386/tcg/emit.c.inc           |   12 +-
 tcg/aarch64/tcg-target.c.inc         | 1626 ++++++++++++---------
 tcg/arm/tcg-target.c.inc             | 1556 ++++++++++++--------
 tcg/i386/tcg-target.c.inc            | 1850 ++++++++++++++----------
 tcg/loongarch64/tcg-target.c.inc     | 1425 +++++++++++--------
 tcg/mips/tcg-target.c.inc            | 1709 ++++++++++++----------
 tcg/ppc/tcg-target.c.inc             | 1978 ++++++++++++++------------
 tcg/riscv/tcg-target.c.inc           | 1375 +++++++++---------
 tcg/s390x/tcg-target.c.inc           | 1945 +++++++++++++------------
 tcg/sparc64/tcg-target.c.inc         | 1295 +++++++++++------
 tcg/tci/tcg-target-opc.h.inc         |   11 +
 tcg/tci/tcg-target.c.inc             | 1175 +++++++++------
 59 files changed, 12075 insertions(+), 9570 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 230+ messages in thread

end of thread, other threads:[~2025-03-03 20:14 UTC | newest]

Thread overview: 230+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-16 23:07 [PATCH v3 000/162] tcg: Convert to TCGOutOp structures Richard Henderson
2025-02-16 23:07 ` [PATCH v3 001/162] tcg: Add all_outop[] Richard Henderson
2025-02-25 15:19   ` Philippe Mathieu-Daudé
2025-02-25 19:00   ` Alex Bennée
2025-02-16 23:07 ` [PATCH v3 002/162] tcg: Remove INDEX_op_ext{8,16,32}* Richard Henderson
2025-02-20 21:46   ` Philippe Mathieu-Daudé
2025-02-20 22:17   ` Philippe Mathieu-Daudé
2025-02-22 17:41     ` Richard Henderson
2025-02-26 21:51       ` Philippe Mathieu-Daudé
2025-02-26 21:52         ` Richard Henderson
2025-02-27  8:42           ` Philippe Mathieu-Daudé
2025-02-16 23:07 ` [PATCH v3 003/162] tcg: Merge INDEX_op_mov_{i32,i64} Richard Henderson
2025-02-16 23:07 ` [PATCH v3 004/162] tcg: Convert add to TCGOutOpBinary Richard Henderson
2025-02-25 18:17   ` Philippe Mathieu-Daudé
2025-02-25 19:20     ` Richard Henderson
2025-02-25 20:25       ` Philippe Mathieu-Daudé
2025-02-16 23:07 ` [PATCH v3 005/162] tcg: Merge INDEX_op_add_{i32,i64} Richard Henderson
2025-02-16 23:07 ` [PATCH v3 006/162] tcg: Convert and to TCGOutOpBinary Richard Henderson
2025-02-25 18:40   ` Philippe Mathieu-Daudé
2025-02-25 19:25     ` Richard Henderson
2025-02-25 20:26       ` Philippe Mathieu-Daudé
2025-02-16 23:07 ` [PATCH v3 007/162] tcg: Merge INDEX_op_and_{i32,i64} Richard Henderson
2025-02-16 23:07 ` [PATCH v3 008/162] tcg/optimize: Fold andc with immediate to and Richard Henderson
2025-02-16 23:07 ` [PATCH v3 009/162] tcg/optimize: Emit add r, r, -1 in fold_setcond_tst_pow2 Richard Henderson
2025-02-16 23:07 ` [PATCH v3 010/162] tcg: Convert andc to TCGOutOpBinary Richard Henderson
2025-02-26 21:48   ` Philippe Mathieu-Daudé
2025-02-16 23:07 ` [PATCH v3 011/162] tcg: Merge INDEX_op_andc_{i32,i64} Richard Henderson
2025-02-16 23:07 ` [PATCH v3 012/162] tcg: Convert or to TCGOutOpBinary Richard Henderson
2025-02-26  7:32   ` Philippe Mathieu-Daudé
2025-02-16 23:07 ` [PATCH v3 013/162] tcg: Merge INDEX_op_or_{i32,i64} Richard Henderson
2025-02-16 23:07 ` [PATCH v3 014/162] tcg/optimize: Fold orc with immediate to or Richard Henderson
2025-02-16 23:07 ` [PATCH v3 015/162] tcg: Convert orc to TCGOutOpBinary Richard Henderson
2025-02-26 21:57   ` Philippe Mathieu-Daudé
2025-02-16 23:07 ` [PATCH v3 016/162] tcg: Merge INDEX_op_orc_{i32,i64} Richard Henderson
2025-02-16 23:07 ` [PATCH v3 017/162] tcg: Convert xor to TCGOutOpBinary Richard Henderson
2025-02-26  7:43   ` Philippe Mathieu-Daudé
2025-02-16 23:07 ` [PATCH v3 018/162] tcg: Merge INDEX_op_xor_{i32,i64} Richard Henderson
2025-02-16 23:07 ` [PATCH v3 019/162] tcg/optimize: Fold eqv with immediate to xor Richard Henderson
2025-02-16 23:07 ` [PATCH v3 020/162] tcg: Convert eqv to TCGOutOpBinary Richard Henderson
2025-02-26 21:37   ` Philippe Mathieu-Daudé
2025-02-16 23:07 ` [PATCH v3 021/162] tcg: Merge INDEX_op_eqv_{i32,i64} Richard Henderson
2025-02-16 23:07 ` [PATCH v3 022/162] tcg: Convert nand to TCGOutOpBinary Richard Henderson
2025-02-26 22:09   ` Philippe Mathieu-Daudé
2025-02-16 23:07 ` [PATCH v3 023/162] tcg: Merge INDEX_op_nand_{i32,i64} Richard Henderson
2025-02-16 23:07 ` [PATCH v3 024/162] tcg/loongarch64: Do not accept constant argument to nor Richard Henderson
2025-02-16 23:07 ` [PATCH v3 025/162] tcg: Convert nor to TCGOutOpBinary Richard Henderson
2025-02-26 22:14   ` Philippe Mathieu-Daudé
2025-02-16 23:07 ` [PATCH v3 026/162] tcg: Merge INDEX_op_nor_{i32,i64} Richard Henderson
2025-02-16 23:07 ` [PATCH v3 027/162] tcg/arm: Fix constraints for sub Richard Henderson
2025-03-03 10:18   ` Philippe Mathieu-Daudé
2025-02-16 23:07 ` [PATCH v3 028/162] tcg: Convert sub to TCGOutOpSubtract Richard Henderson
2025-02-20 23:07   ` Philippe Mathieu-Daudé
2025-02-22 17:46     ` Richard Henderson
2025-02-16 23:07 ` [PATCH v3 029/162] tcg: Merge INDEX_op_sub_{i32,i64} Richard Henderson
2025-02-16 23:07 ` [PATCH v3 030/162] tcg: Convert neg to TCGOutOpUnary Richard Henderson
2025-02-27  8:54   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 031/162] tcg: Merge INDEX_op_neg_{i32,i64} Richard Henderson
2025-02-16 23:08 ` [PATCH v3 032/162] tcg: Convert not to TCGOutOpUnary Richard Henderson
2025-02-27  9:34   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 033/162] tcg: Merge INDEX_op_not_{i32,i64} Richard Henderson
2025-02-16 23:08 ` [PATCH v3 034/162] tcg: Convert mul to TCGOutOpBinary Richard Henderson
2025-02-27 22:13   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 035/162] tcg: Merge INDEX_op_mul_{i32,i64} Richard Henderson
2025-02-17  7:44   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 036/162] tcg: Convert muluh to TCGOutOpBinary Richard Henderson
2025-03-03 10:52   ` Philippe Mathieu-Daudé
2025-03-03 20:13     ` Richard Henderson
2025-02-16 23:08 ` [PATCH v3 037/162] tcg: Merge INDEX_op_muluh_{i32,i64} Richard Henderson
2025-03-03 10:20   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 038/162] tcg: Convert mulsh to TCGOutOpBinary Richard Henderson
2025-03-03 10:30   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 039/162] tcg: Merge INDEX_op_mulsh_{i32,i64} Richard Henderson
2025-02-17  7:46   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 040/162] tcg: Convert div to TCGOutOpBinary Richard Henderson
2025-02-16 23:08 ` [PATCH v3 041/162] tcg: Merge INDEX_op_div_{i32,i64} Richard Henderson
2025-02-16 23:08 ` [PATCH v3 042/162] tcg: Convert divu to TCGOutOpBinary Richard Henderson
2025-02-16 23:08 ` [PATCH v3 043/162] tcg: Merge INDEX_op_divu_{i32,i64} Richard Henderson
2025-02-17  7:47   ` Philippe Mathieu-Daudé
2025-02-17  8:29   ` Philippe Mathieu-Daudé
2025-02-17 19:42     ` Richard Henderson
2025-02-16 23:08 ` [PATCH v3 044/162] tcg: Convert div2 to TCGOutOpDivRem Richard Henderson
2025-02-27 22:42   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 045/162] tcg: Merge INDEX_op_div2_{i32,i64} Richard Henderson
2025-02-16 23:08 ` [PATCH v3 046/162] tcg: Convert divu2 to TCGOutOpDivRem Richard Henderson
2025-02-16 23:08 ` [PATCH v3 047/162] tcg: Merge INDEX_op_divu2_{i32,i64} Richard Henderson
2025-02-17  7:50   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 048/162] tcg: Convert rem to TCGOutOpBinary Richard Henderson
2025-02-16 23:08 ` [PATCH v3 049/162] tcg: Merge INDEX_op_rem_{i32,i64} Richard Henderson
2025-02-16 23:08 ` [PATCH v3 050/162] tcg: Convert remu to TCGOutOpBinary Richard Henderson
2025-02-16 23:08 ` [PATCH v3 051/162] tcg: Merge INDEX_op_remu_{i32,i64} Richard Henderson
2025-02-17  7:51   ` Philippe Mathieu-Daudé
2025-02-17  8:29   ` Philippe Mathieu-Daudé
2025-02-17 19:48     ` Richard Henderson
2025-02-16 23:08 ` [PATCH v3 052/162] tcg: Convert shl to TCGOutOpBinary Richard Henderson
2025-03-03 19:02   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 053/162] tcg: Merge INDEX_op_shl_{i32,i64} Richard Henderson
2025-02-17  7:53   ` Philippe Mathieu-Daudé
2025-02-17  8:31   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 054/162] tcg: Convert shr to TCGOutOpBinary Richard Henderson
2025-02-16 23:08 ` [PATCH v3 055/162] tcg: Merge INDEX_op_shr_{i32,i64} Richard Henderson
2025-02-17  7:54   ` Philippe Mathieu-Daudé
2025-02-17  8:38   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 056/162] tcg: Convert sar to TCGOutOpBinary Richard Henderson
2025-02-16 23:08 ` [PATCH v3 057/162] tcg: Merge INDEX_op_sar_{i32,i64} Richard Henderson
2025-02-17  7:56   ` Philippe Mathieu-Daudé
2025-02-17  8:37   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 058/162] tcg: Do not require both rotr and rotl from the backend Richard Henderson
2025-02-16 23:08 ` [PATCH v3 059/162] tcg: Convert rotl, rotr to TCGOutOpBinary Richard Henderson
2025-02-16 23:08 ` [PATCH v3 060/162] tcg: Merge INDEX_op_rot{l,r}_{i32,i64} Richard Henderson
2025-02-16 23:08 ` [PATCH v3 061/162] tcg: Convert clz to TCGOutOpBinary Richard Henderson
2025-02-16 23:08 ` [PATCH v3 062/162] tcg: Merge INDEX_op_clz_{i32,i64} Richard Henderson
2025-02-17  7:58   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 063/162] tcg: Convert ctz to TCGOutOpBinary Richard Henderson
2025-02-16 23:08 ` [PATCH v3 064/162] tcg: Merge INDEX_op_ctz_{i32,i64} Richard Henderson
2025-02-17  7:59   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 065/162] tcg: Convert ctpop to TCGOutOpUnary Richard Henderson
2025-02-16 23:08 ` [PATCH v3 066/162] tcg: Merge INDEX_op_ctpop_{i32,i64} Richard Henderson
2025-02-17  8:01   ` Philippe Mathieu-Daudé
2025-02-17 19:54     ` Richard Henderson
2025-02-16 23:08 ` [PATCH v3 067/162] tcg: Convert muls2 to TCGOutOpMul2 Richard Henderson
2025-02-16 23:08 ` [PATCH v3 068/162] tcg: Merge INDEX_op_muls2_{i32,i64} Richard Henderson
2025-02-17  8:03   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 069/162] tcg: Convert mulu2 to TCGOutOpMul2 Richard Henderson
2025-02-16 23:08 ` [PATCH v3 070/162] tcg: Merge INDEX_op_mulu2_{i32,i64} Richard Henderson
2025-02-17  8:03   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 071/162] tcg/loongarch64: Support negsetcond Richard Henderson
2025-02-16 23:08 ` [PATCH v3 072/162] tcg/mips: " Richard Henderson
2025-02-16 23:08 ` [PATCH v3 073/162] tcg/tci: " Richard Henderson
2025-02-16 23:08 ` [PATCH v3 074/162] tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64} Richard Henderson
2025-02-16 23:08 ` [PATCH v3 075/162] tcg: Convert setcond, negsetcond to TCGOutOpSetcond Richard Henderson
2025-02-16 23:08 ` [PATCH v3 076/162] tcg: Merge INDEX_op_{neg}setcond_{i32,i64}` Richard Henderson
2025-02-16 23:08 ` [PATCH v3 077/162] tcg: Convert brcond to TCGOutOpBrcond Richard Henderson
2025-02-16 23:08 ` [PATCH v3 078/162] tcg: Merge INDEX_op_brcond_{i32,i64} Richard Henderson
2025-02-17  8:06   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 079/162] tcg: Convert movcond to TCGOutOpMovcond Richard Henderson
2025-02-16 23:08 ` [PATCH v3 080/162] tcg: Merge INDEX_op_movcond_{i32,i64} Richard Henderson
2025-02-17  8:06   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 081/162] tcg/ppc: Drop fallback constant loading in tcg_out_cmp Richard Henderson
2025-02-16 23:08 ` [PATCH v3 082/162] tcg/arm: Expand arguments to tcg_out_cmp2 Richard Henderson
2025-02-16 23:08 ` [PATCH v3 083/162] tcg/ppc: " Richard Henderson
2025-02-16 23:08 ` [PATCH v3 084/162] tcg: Convert brcond2_i32 to TCGOutOpBrcond2 Richard Henderson
2025-02-16 23:08 ` [PATCH v3 085/162] tcg: Convert setcond2_i32 to TCGOutOpSetcond2 Richard Henderson
2025-02-16 23:08 ` [PATCH v3 086/162] tcg: Convert bswap16 to TCGOutOpBswap Richard Henderson
2025-02-16 23:08 ` [PATCH v3 087/162] tcg: Merge INDEX_op_bswap16_{i32,i64} Richard Henderson
2025-02-17  8:07   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 088/162] tcg: Convert bswap32 to TCGOutOpBswap Richard Henderson
2025-02-16 23:08 ` [PATCH v3 089/162] tcg: Merge INDEX_op_bswap32_{i32,i64} Richard Henderson
2025-02-17  8:08   ` Philippe Mathieu-Daudé
2025-02-16 23:08 ` [PATCH v3 090/162] tcg: Convert bswap64 to TCGOutOpUnary Richard Henderson
2025-02-16 23:09 ` [PATCH v3 091/162] tcg: Rename INDEX_op_bswap64_i64 to INDEX_op_bswap64 Richard Henderson
2025-02-17 13:15   ` Philippe Mathieu-Daudé
2025-02-16 23:09 ` [PATCH v3 092/162] tcg: Convert extract to TCGOutOpExtract Richard Henderson
2025-02-16 23:09 ` [PATCH v3 093/162] tcg: Merge INDEX_op_extract_{i32,i64} Richard Henderson
2025-02-17  8:12   ` Philippe Mathieu-Daudé
2025-02-16 23:09 ` [PATCH v3 094/162] tcg: Convert sextract to TCGOutOpExtract Richard Henderson
2025-02-16 23:09 ` [PATCH v3 095/162] tcg: Merge INDEX_op_sextract_{i32,i64} Richard Henderson
2025-02-17  8:13   ` Philippe Mathieu-Daudé
2025-02-16 23:09 ` [PATCH v3 096/162] tcg: Convert ext_i32_i64 to TCGOutOpUnary Richard Henderson
2025-02-16 23:09 ` [PATCH v3 097/162] tcg: Convert extu_i32_i64 " Richard Henderson
2025-02-16 23:09 ` [PATCH v3 098/162] tcg: Convert extrl_i64_i32 " Richard Henderson
2025-02-16 23:09 ` [PATCH v3 099/162] tcg: Convert extrh_i64_i32 " Richard Henderson
2025-02-16 23:09 ` [PATCH v3 100/162] tcg: Convert deposit to TCGOutOpDeposit Richard Henderson
2025-02-16 23:09 ` [PATCH v3 101/162] tcg/aarch64: Improve deposit Richard Henderson
2025-02-16 23:09 ` [PATCH v3 102/162] tcg: Merge INDEX_op_deposit_{i32,i64} Richard Henderson
2025-02-17  8:14   ` Philippe Mathieu-Daudé
2025-02-16 23:09 ` [PATCH v3 103/162] tcg: Convert extract2 to TCGOutOpExtract2 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 104/162] tcg: Merge INDEX_op_extract2_{i32,i64} Richard Henderson
2025-02-17  8:16   ` Philippe Mathieu-Daudé
2025-02-16 23:09 ` [PATCH v3 105/162] tcg: Expand fallback add2 with 32-bit operations Richard Henderson
2025-02-16 23:09 ` [PATCH v3 106/162] tcg: Expand fallback sub2 " Richard Henderson
2025-02-16 23:09 ` [PATCH v3 107/162] tcg: Do not default add2/sub2_i32 for 32-bit hosts Richard Henderson
2025-02-16 23:09 ` [PATCH v3 108/162] tcg/mips: Drop support for add2/sub2 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 109/162] tcg/riscv: " Richard Henderson
2025-02-16 23:09 ` [PATCH v3 110/162] tcg: Move i into each for loop in liveness_pass_1 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 111/162] tcg: Sink def, nb_iargs, nb_oargs loads " Richard Henderson
2025-02-16 23:09 ` [PATCH v3 112/162] tcg: Add add/sub with carry opcodes and infrastructure Richard Henderson
2025-02-16 23:09 ` [PATCH v3 113/162] tcg: Add TCGOutOp structures for add/sub carry opcodes Richard Henderson
2025-02-16 23:09 ` [PATCH v3 114/162] tcg/optimize: Handle add/sub with " Richard Henderson
2025-02-16 23:09 ` [PATCH v3 115/162] tcg/optimize: With two const operands, prefer 0 in arg1 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 116/162] tcg: Use add carry opcodes to expand add2 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 117/162] tcg: Use sub carry opcodes to expand sub2 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 118/162] tcg/i386: Honor carry_live in tcg_out_movi Richard Henderson
2025-02-16 23:09 ` [PATCH v3 119/162] tcg/i386: Implement add/sub carry opcodes Richard Henderson
2025-02-16 23:09 ` [PATCH v3 120/162] tcg/i386: Remove support for add2/sub2 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 121/162] tcg/i386: Special case addci r, 0, 0 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 122/162] tcg: Add tcg_gen_addcio_{i32,i64,tl} Richard Henderson
2025-02-21 15:41   ` Paolo Bonzini
2025-02-22 18:08     ` Richard Henderson
2025-02-16 23:09 ` [PATCH v3 123/162] target/arm: Use tcg_gen_addcio_* for ADCS Richard Henderson
2025-02-16 23:09 ` [PATCH v3 124/162] target/hppa: Use tcg_gen_addcio_i64 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 125/162] target/microblaze: Use tcg_gen_addcio_i32 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 126/162] target/openrisc: Use tcg_gen_addcio_* for ADDC Richard Henderson
2025-02-16 23:09 ` [PATCH v3 127/162] target/ppc: Use tcg_gen_addcio_tl for ADD and SUBF Richard Henderson
2025-02-16 23:09 ` [PATCH v3 128/162] target/s390x: Use tcg_gen_addcio_i64 for op_addc64 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 129/162] target/sh4: Use tcg_gen_addcio_i32 for addc Richard Henderson
2025-02-16 23:09 ` [PATCH v3 130/162] target/sparc: Use tcg_gen_addcio_tl for gen_op_addcc_int Richard Henderson
2025-02-16 23:09 ` [PATCH v3 131/162] target/tricore: Use tcg_gen_addcio_i32 for gen_addc_CC Richard Henderson
2025-02-16 23:09 ` [PATCH v3 132/162] tcg/aarch64: Implement add/sub carry opcodes Richard Henderson
2025-02-16 23:09 ` [PATCH v3 133/162] tcg/aarch64: Remove support for add2/sub2 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 134/162] tcg/arm: Implement add/sub carry opcodes Richard Henderson
2025-02-16 23:09 ` [PATCH v3 135/162] tcg/arm: Remove support for add2/sub2 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 136/162] tcg/ppc: Implement add/sub carry opcodes Richard Henderson
2025-02-16 23:09 ` [PATCH v3 137/162] tcg/ppc: Remove support for add2/sub2 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 138/162] tcg/s390x: Honor carry_live in tcg_out_movi Richard Henderson
2025-02-16 23:09 ` [PATCH v3 139/162] tcg/s390: Add TCG_CT_CONST_N32 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 140/162] tcg/s390x: Implement add/sub carry opcodes Richard Henderson
2025-02-16 23:09 ` [PATCH v3 141/162] tcg/s390x: Use ADD LOGICAL WITH SIGNED IMMEDIATE Richard Henderson
2025-02-16 23:09 ` [PATCH v3 142/162] tcg/s390x: Remove support for add2/sub2 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 143/162] tcg/sparc64: Hoist tcg_cond_to_bcond lookup out of tcg_out_movcc Richard Henderson
2025-02-16 23:09 ` [PATCH v3 144/162] tcg/sparc64: Implement add/sub carry opcodes Richard Henderson
2025-02-16 23:09 ` [PATCH v3 145/162] tcg/sparc64: Remove support for add2/sub2 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 146/162] tcg/tci: Implement add/sub carry opcodes Richard Henderson
2025-02-16 23:09 ` [PATCH v3 147/162] tcg/tci: Remove support for add2/sub2 Richard Henderson
2025-02-16 23:09 ` [PATCH v3 148/162] tcg: Remove add2/sub2 opcodes Richard Henderson
2025-02-16 23:09 ` [PATCH v3 149/162] tcg: Formalize tcg_out_mb Richard Henderson
2025-02-16 23:09 ` [PATCH v3 150/162] tcg: Formalize tcg_out_br Richard Henderson
2025-02-16 23:10 ` [PATCH v3 151/162] tcg: Formalize tcg_out_goto_ptr Richard Henderson
2025-02-16 23:10 ` [PATCH v3 152/162] tcg: Assign TCGOP_TYPE in liveness_pass_2 Richard Henderson
2025-02-16 23:10 ` [PATCH v3 153/162] tcg: Convert ld to TCGOutOpLoad Richard Henderson
2025-02-16 23:10 ` [PATCH v3 154/162] tcg: Merge INDEX_op_ld*_{i32,i64} Richard Henderson
2025-02-17  8:24   ` Philippe Mathieu-Daudé
2025-02-16 23:10 ` [PATCH v3 155/162] tcg: Convert st to TCGOutOpStore Richard Henderson
2025-02-16 23:10 ` [PATCH v3 156/162] tcg: Merge INDEX_op_st*_{i32,i64} Richard Henderson
2025-02-16 23:10 ` [PATCH v3 157/162] tcg: Stash MemOp size in TCGOP_FLAGS Richard Henderson
2025-02-16 23:10 ` [PATCH v3 158/162] tcg: Remove INDEX_op_qemu_st8_* Richard Henderson
2025-02-16 23:10 ` [PATCH v3 159/162] tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128} Richard Henderson
2025-02-16 23:10 ` [PATCH v3 160/162] tcg: Convert qemu_ld{2} to TCGOutOpLoad{2} Richard Henderson
2025-02-16 23:10 ` [PATCH v3 161/162] tcg: Convert qemu_st{2} to TCGOutOpLdSt{2} Richard Henderson
2025-02-16 23:10 ` [PATCH v3 162/162] tcg: Remove tcg_out_op Richard Henderson
2025-02-17  8:26   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).