summaryrefslogtreecommitdiff
path: root/tcg/aarch64/tcg-target.inc.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-08tcg/aarch64: Add vector operationsRichard Henderson1-46/+542
2017-09-17tcg/aarch64: Fully convert tcg_target_op_defRichard Henderson1-131/+151
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson1-16/+17
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson1-1/+1
2017-09-07tcg/aarch64: Use constant pool for moviRichard Henderson1-30/+32
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson1-1/+2
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson1-8/+5
2017-07-09tcg/aarch64: Enable indirect jump path using LDR (literal)Pranith Kumar1-14/+28
2017-07-09tcg/aarch64: Use ADRP+ADD to compute target addressPranith Kumar1-6/+30
2017-07-09tcg/aarch64: Introduce and use long branch to registerPranith Kumar1-2/+13
2017-06-19tcg/aarch64: Use ADR in tcg_out_moviRichard Henderson1-1/+6
2017-06-05tcg/aarch64: Implement goto_ptrRichard Henderson1-2/+20
2017-03-01aarch64: Change ext type to TCGType to fix warningsPranith Kumar1-2/+2
2017-01-13tcg/aarch64: Fix tcg_out_moviRichard Henderson1-33/+24
2017-01-13tcg/aarch64: Fix addsub2 for 0+CRichard Henderson1-0/+9
2017-01-10tcg/aarch64: Handle ctz and clz opcodesRichard Henderson1-0/+48
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson1-10/+5
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson1-2/+12
2017-01-10tcg/aarch64: Implement field extraction opcodesRichard Henderson1-0/+14
2016-09-16tcg/aarch64: Add support for fencePranith Kumar1-0/+22
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson1-6/+7
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin1-4/+5
2016-07-05tcg: Optimize spills of constantsRichard Henderson1-0/+10
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov1-3/+4
2016-05-12tcg/aarch64: Make direct jump patching thread-safeSergey Fedorov1-1/+13
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno1-2/+2
2016-04-21tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno1-12/+12
2016-02-23tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell1-1/+0
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell1-0/+1893