summaryrefslogtreecommitdiff
path: root/target/arm/translate-a64.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-19target/arm: Exit after clearing aarch64 interrupt maskRichard Henderson1-1/+6
2017-06-05target/aarch64: optimize indirect branchesEmilio G. Cota1-2/+1
2017-06-05target/aarch64: optimize cross-page direct jumps in softmmuEmilio G. Cota1-1/+1
2017-06-02arm: Add support for M profile CPUs having different MMU index semanticsPeter Maydell1-6/+12
2017-02-28Add missing fp_access_check() to aarch64 crypto instructionsNick Reilly1-0/+12
2017-02-24target-arm: don't generate WFE/YIELD calls for MTTCGAlex Bennée1-2/+6
2017-02-07target/arm: A32, T32: Create Instruction Syndromes for Data AbortsPeter Maydell1-14/+0
2017-01-13target/arm: Fix ubfx et al for aarch64Richard Henderson1-1/+1
2017-01-10target-arm: Use clrsb helperRichard Henderson1-4/+4
2017-01-10target-arm: Use clz opcodeRichard Henderson1-4/+4
2017-01-10target-arm: Use new deposit and extract opsRichard Henderson1-52/+29
2016-12-27target-arm: Fix aarch64 disas_ldst_single_structRichard Henderson1-2/+2
2016-12-27target-arm: Fix aarch64 vec_reg_offsetRichard Henderson1-1/+2
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+11430