aboutsummaryrefslogtreecommitdiff
path: root/include/tcg
AgeCommit message (Expand)AuthorFilesLines
2025-01-17tcg: Document tb_lookup() and tcg_tb_lookup()Ilya Leoshkevich1-0/+41
2025-01-16tcg: Replace IMPLVEC with TCG_OPF_VECTORRichard Henderson1-54/+51
2025-01-16tcg: Drop implementation checks from tcg-opc.hRichard Henderson1-171/+147
2025-01-16tcg: Remove TCG_OPF_64BITRichard Henderson2-13/+11
2025-01-16tcg: Add TCG_OPF_NOT_PRESENT to opcodes without inputs or outputsRichard Henderson1-4/+4
2025-01-16tcg: Constify tcg_op_defsRichard Henderson1-1/+1
2025-01-16tcg: Remove args_ct from TCGOpDefRichard Henderson1-1/+0
2025-01-16tcg: Reorg process_op_defsRichard Henderson1-6/+1
2025-01-16tcg: Only include 'tcg-has.h' when necessaryRichard Henderson1-2/+0
2025-01-16tcg: Extract default TCG_TARGET_HAS_foo definitions to 'tcg-has.h'Richard Henderson1-104/+1
2025-01-16tcg: Move fallback tcg_can_emit_vec_op out of lineRichard Henderson1-7/+0
2025-01-16tcg/tci: Move TCI specific opcodes to tcg-target-opc.h.incRichard Henderson1-6/+0
2025-01-16tcg: Rename tcg-target.opc.h to tcg-target-opc.h.incRichard Henderson1-3/+1
2025-01-16tcg: Remove TCG_TARGET_NEED_LDST_LABELS and TCG_TARGET_NEED_POOL_LABELSRichard Henderson1-4/+0
2025-01-16tcg: Add tcg_op_deposit_validRichard Henderson1-0/+6
2025-01-16tcg: Add type and flags arguments to tcg_op_supportedRichard Henderson1-1/+6
2025-01-16tcg: Add TCGOP_FLAGSRichard Henderson1-0/+1
2025-01-16tcg: Move tcg_op_insert_{after,before} decls to tcg-internal.hRichard Henderson1-4/+0
2025-01-16tcg: Replace TCGOP_VECL with TCGOP_TYPERichard Henderson1-1/+1
2024-12-12tcg: Reset free_temps before tcg_optimizeRichard Henderson1-0/+6
2024-10-22tcg/riscv: Add basic support for vectorHuang Shiyuan1-0/+6
2024-10-13include/exec/memop: Move get_alignment_bits from tcg.hRichard Henderson1-23/+0
2024-05-22tcg: Introduce TCG_TARGET_HAS_tst_vecRichard Henderson1-0/+1
2024-05-15accel/tcg: Record DisasContextBase in tcg_ctx for pluginsRichard Henderson1-0/+1
2024-05-06tcg: Add write_aofs to GVecGen3iRichard Henderson1-0/+2
2024-04-30plugins: Replace pr_ops with a proper debug dump flagRichard Henderson1-0/+1
2024-04-30tcg: Remove INDEX_op_plugin_cb_{start,end}Richard Henderson2-4/+0
2024-04-30tcg: Remove TCG_CALL_PLUGINRichard Henderson1-2/+0
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEMRichard Henderson2-0/+2
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSNRichard Henderson2-0/+2
2024-04-30tcg: Pass function pointer to tcg_gen_call*Richard Henderson1-9/+12
2024-04-30tcg: Make tcg/helper-info.h self-containedRichard Henderson2-2/+3
2024-04-09tcg: Add TCGContext.emit_before_opRichard Henderson1-0/+6
2024-02-13tcg: Increase width of temp_subindexRichard Henderson1-1/+1
2024-02-03tcg: Introduce TCG_COND_TST{EQ,NE}Richard Henderson1-16/+48
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich2-0/+128
2023-11-06tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson2-3/+2
2023-11-06tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson2-3/+2
2023-11-06tcg: Move tcg_temp_free_* out of lineRichard Henderson1-24/+5
2023-11-06tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of lineRichard Henderson3-74/+15
2023-11-06tcg: Move tcg_constant_* out of lineRichard Henderson2-26/+8
2023-11-06tcg: Unexport tcg_gen_op*_{i32,i64}Richard Henderson1-47/+0
2023-11-06tcg: Move tcg_gen_opN declarations to tcg-internal.hRichard Henderson1-7/+0
2023-11-06tcg: Move vec_gen_* declarations to tcg-internal.hRichard Henderson1-4/+0
2023-11-06tcg: Move 64-bit expanders out of lineRichard Henderson1-139/+5
2023-11-06tcg: Move 32-bit expanders out of lineRichard Henderson1-122/+24
2023-11-06tcg: Move generic expanders out of lineRichard Henderson1-16/+3
2023-11-06tcg: Move tcg_gen_op* out of lineRichard Henderson1-208/+44
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson1-3/+0
2023-10-22tcg: Export tcg_gen_ext_{i32,i64,tl}Richard Henderson2-0/+4