aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate.c
AgeCommit message (Expand)Author
2017-03-20arm: Fix APSR writes via M profile MSRPeter Maydell
2017-03-20arm: Enforce should-be-1 bits in MRS decodingPeter Maydell
2017-03-20arm: Don't decode MRS(banked) or MSR(banked) for M profilePeter Maydell
2017-03-20arm: HVC and SMC encodings don't exist for M profilePeter Maydell
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell
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-02-07target/arm: Abstract out pbit/wbit tests in ARM ldr/str decodePeter Maydell
2017-01-27armv7m: Report no-coprocessor faults correctlyPeter Maydell
2017-01-27armv7m: Replace armv7m.hack with unassigned_access handlerMichael Davidsaver
2017-01-10target-arm: Use clz opcodeRichard Henderson
2017-01-10target-arm: Use new deposit and extract opsRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth