summaryrefslogtreecommitdiffstats
path: root/target/arm/translate.c
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove workarounds for old M-profile exception return implementationPeter Maydell2017-04-201-8/+0Star
* arm: Implement M profile exception return properlyPeter Maydell2017-04-201-6/+60
* arm: Track M profile handler mode state in TB flagsPeter Maydell2017-04-201-0/+1
* arm: Abstract out "are we singlestepping" test to utility functionPeter Maydell2017-04-201-5/+15
* arm: Move condition-failed codepath generation out of if()Peter Maydell2017-04-201-13/+11Star
* arm: Move gen_set_condexec() and gen_set_pc_im() up in the filePeter Maydell2017-04-201-16/+15Star
* arm: Factor out "generate right kind of step exception"Peter Maydell2017-04-201-12/+16
* arm: Thumb shift operations should not permit interworking branchesPeter Maydell2017-04-201-1/+1
* arm: Don't implement BXJ on M-profile CPUsPeter Maydell2017-04-201-1/+6
* arm: Fix APSR writes via M profile MSRPeter Maydell2017-03-201-1/+2
* arm: Enforce should-be-1 bits in MRS decodingPeter Maydell2017-03-201-0/+14
* arm: Don't decode MRS(banked) or MSR(banked) for M profilePeter Maydell2017-03-201-2/+4
* arm: HVC and SMC encodings don't exist for M profilePeter Maydell2017-03-201-0/+3
* armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell2017-02-281-2/+6
* target-arm: don't generate WFE/YIELD calls for MTTCGAlex Bennée2017-02-241-4/+16
* target/arm: A32, T32: Create Instruction Syndromes for Data AbortsPeter Maydell2017-02-071-49/+135
* target/arm: Abstract out pbit/wbit tests in ARM ldr/str decodePeter Maydell2017-02-071-3/+6
* armv7m: Report no-coprocessor faults correctlyPeter Maydell2017-01-271-0/+8
* armv7m: Replace armv7m.hack with unassigned_access handlerMichael Davidsaver2017-01-271-6/+6
* target-arm: Use clz opcodeRichard Henderson2017-01-101-3/+3
* target-arm: Use new deposit and extract opsRichard Henderson2017-01-101-29/+8Star
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+12055