summaryrefslogtreecommitdiff
path: root/tcg/aarch64
AgeCommit message (Expand)AuthorFilesLines
2018-02-08tcg/aarch64: Add vector operationsRichard Henderson3-47/+569
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 Henderson2-30/+33
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson2-1/+6
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2-9/+9
2017-09-05tcg: Add tcg target default memory orderingPranith Kumar1-0/+2
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 Henderson2-3/+21
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota1-0/+1
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: Add opcode for ctpopRichard Henderson1-0/+2
2017-01-10tcg/aarch64: Handle ctz and clz opcodesRichard Henderson2-4/+52
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson1-0/+4
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 Henderson2-4/+18
2017-01-10tcg: Add field extraction primitivesRichard Henderson1-0/+4
2016-09-16tcg/aarch64: Add support for fencePranith Kumar1-0/+22
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson1-6/+7
2016-07-12tcg: Clean up tcg-target.h header guardsMarkus Armbruster1-3/+3
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/+0
2016-01-29tcg: Clean up includesPeter Maydell1-0/+1
2015-09-02tcg/aarch64: Fix tcg_out_qemu_{ld, st} for guest_base == 0Richard Henderson1-7/+20
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier1-5/+5
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier1-6/+2
2015-08-24tcg/aarch64: Use softmmu fast path for unaligned accessesRichard Henderson1-13/+24
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson1-1/+2
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno1-0/+4
2015-08-24tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno1-1/+1
2015-07-23tcg/aarch64: use 32-bit offset for 32-bit softmmu emulationRichard Henderson1-6/+6
2015-07-23tcg/aarch64: use 32-bit offset for 32-bit user-mode emulationPaolo Bonzini1-10/+16
2015-07-23tcg/aarch64: add ext argument to tcg_out_insn_3310Paolo Bonzini1-19/+22
2015-06-09tcg: Mask TCGMemOp appropriately for indexingRichard Henderson1-2/+2
2015-06-03tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini1-0/+1
2015-05-14tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson1-17/+18
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson1-4/+8