aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-a64.c
AgeCommit message (Expand)Author
2017-02-28Add missing fp_access_check() to aarch64 crypto instructionsNick Reilly
2017-02-24target-arm: don't generate WFE/YIELD calls for MTTCGAlex Bennée
2017-02-07target/arm: A32, T32: Create Instruction Syndromes for Data AbortsPeter Maydell
2017-01-13target/arm: Fix ubfx et al for aarch64Richard Henderson
2017-01-10target-arm: Use clrsb helperRichard Henderson
2017-01-10target-arm: Use clz opcodeRichard Henderson
2017-01-10target-arm: Use new deposit and extract opsRichard Henderson
2016-12-27target-arm: Fix aarch64 disas_ldst_single_structRichard Henderson
2016-12-27target-arm: Fix aarch64 vec_reg_offsetRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth