aboutsummaryrefslogtreecommitdiff
path: root/include/tcg/tcg-op-common.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-30tcg: Remove INDEX_op_plugin_cb_{start,end}Richard Henderson1-2/+0
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEMRichard Henderson1-0/+1
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSNRichard Henderson1-0/+1
2023-11-06tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of lineRichard Henderson1-0/+11
2023-11-06tcg: Move tcg_constant_* out of lineRichard Henderson1-0/+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-10-22tcg: Export tcg_gen_ext_{i32,i64,tl}Richard Henderson1-0/+2
2023-10-22tcg: add negsetcondiPaolo Bonzini1-0/+4
2023-10-22tcg: Add tcg_gen_{ld,st}_i128Richard Henderson1-0/+3
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-1/+1
2023-08-24tcg: Introduce negsetcond opcodesRichard Henderson1-0/+4
2023-06-05tcg: Split helper-proto.hRichard Henderson1-1/+1
2023-06-05tcg: Split helper-gen.hRichard Henderson1-1/+1
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson1-0/+996