aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-09-05target/arm: Convert CLZRichard Henderson3-16/+24
2019-09-05target/arm: Convert BX, BXJ, BLX (register)Richard Henderson3-40/+47
2019-09-05target/arm: Convert Cyclic Redundancy CheckRichard Henderson3-65/+72
2019-09-05target/arm: Convert MRS/MSR (banked, register)Richard Henderson3-141/+145
2019-09-05target/arm: Convert MSR (immediate) and hintsRichard Henderson3-18/+84
2019-09-05target/arm: Simplify op_smlawx for SMLAW*Richard Henderson1-8/+8
2019-09-05target/arm: Simplify op_smlaxxx for SMLAL*Richard Henderson1-7/+8
2019-09-05target/arm: Convert Halfword multiply and multiply accumulateRichard Henderson3-97/+170
2019-09-05target/arm: Convert Saturating addition and subtractionRichard Henderson3-27/+67
2019-09-05target/arm: Simplify UMAALRichard Henderson1-22/+12
2019-09-05target/arm: Convert multiply and multiply accumulateRichard Henderson3-107/+177
2019-09-05target/arm: Convert Data Processing (immediate)Richard Henderson3-334/+186
2019-09-05target/arm: Convert Data Processing (reg-shifted-reg)Richard Henderson3-20/+87
2019-09-05target/arm: Convert Data Processing (register)Richard Henderson3-36/+271
2019-09-05target/arm: Add stubs for aa32 decodetreeRichard Henderson5-1/+114
2019-09-05target/arm: Use store_reg_from_load in thumb2 codeRichard Henderson1-9/+3
2019-09-04target/openrisc: Update cpu "any" to v1.3Richard Henderson1-1/+1
2019-09-04target/openrisc: Implement l.adrpRichard Henderson3-0/+16
2019-09-04target/openrisc: Implement move to/from FPCSRRichard Henderson5-5/+38
2019-09-04target/openrisc: Implement unordered fp comparisonsRichard Henderson5-0/+145
2019-09-04target/openrisc: Add support for ORFPX64A32Richard Henderson6-3/+332
2019-09-04target/openrisc: Check CPUCFG_OF32S for float insnsRichard Henderson2-50/+36
2019-09-04target/openrisc: Fix lf.ftoi.sRichard Henderson1-1/+1
2019-09-04target/openrisc: Add VR2 and AVR special processor registersRichard Henderson3-6/+19
2019-09-04target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu initRichard Henderson3-13/+22
2019-09-04target/openrisc: Make VR and PPC read-onlyRichard Henderson2-12/+1
2019-09-04target/openrisc: Cache R0 in DisasContextRichard Henderson1-7/+12
2019-09-04target/openrisc: Replace cpu register array with a functionRichard Henderson1-97/+116
2019-09-04target/openrisc: Add DisasContext parameter to check_r0_writeRichard Henderson1-47/+49
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell25-197/+197
2019-09-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190903'...Peter Maydell7-22/+160
2019-09-04Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-29-2019' ...Peter Maydell3-586/+685
2019-09-03s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand1-3/+1
2019-09-03hppa/tcg: Call probe_write() also for CONFIG_USER_ONLYDavid Hildenbrand1-2/+0
2019-09-03mips/tcg: Call probe_write() for CONFIG_USER_ONLY as wellDavid Hildenbrand1-5/+3
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand1-7/+0
2019-09-03s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand1-1/+1
2019-09-03s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()David Hildenbrand1-1/+1
2019-09-03target/sparc: sun4u Invert Endian TTE bitTony Nguyen2-1/+9
2019-09-03target/sparc: Add TLB entry with attributesTony Nguyen1-14/+18
2019-09-03target/mips: Hard code size with MO_{8|16|32|64}Tony Nguyen1-2/+2
2019-09-03target/mips: Access MemoryRegion with MemOpTony Nguyen1-2/+3
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen20-162/+162
2019-09-03target/arm: Don't abort on M-profile exception return in linux-user modePeter Maydell1-1/+20
2019-09-03target/arm: Free TCG temps in trans_VMOV_64_sp()Peter Maydell1-0/+2
2019-09-03target/arm: Fix SMMLS argument orderRichard Henderson1-2/+18
2019-09-03target/arm: Take exceptions on ATS instructions when neededPeter Maydell1-15/+92
2019-09-03target/arm: Allow ARMCPRegInfo read/write functions to throw exceptionsPeter Maydell3-1/+18
2019-09-03target/arm: Factor out unallocated_encoding for aarch32Richard Henderson2-12/+13
2019-09-03Revert "target/arm: Use unallocated_encoding for aarch32"Richard Henderson5-15/+21