summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-01-16Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.9-pull-request' ...Peter Maydell4-8/+636
2017-01-14target-m68k: increment/decrement with SPLaurent Vivier1-2/+12
2017-01-14target-m68k: CAS doesn't need aligned accessLaurent Vivier1-1/+0
2017-01-14target-m68k: manage pre-dec et post-inc in CASLaurent Vivier1-0/+9
2017-01-14target-m68k: fix gen_flush_flags()Laurent Vivier1-1/+2
2017-01-14target-m68k: fix bit operation with immediate valueLaurent Vivier1-3/+10
2017-01-14target-m68k: Implement bfffoRichard Henderson3-1/+62
2017-01-14target-m68k: Implement bitfield ops for memoryRichard Henderson4-2/+333
2017-01-14target-m68k: Implement bitfield ops for registersRichard Henderson1-0/+210
2017-01-13target/arm: Fix ubfx et al for aarch64Richard Henderson1-1/+1
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell5-5/+9
2017-01-12Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2017-01-1...Peter Maydell4-1/+188
2017-01-12qmp: Report QOM type name on query-cpu-definitionsEduardo Habkost4-0/+4
2017-01-12target/i386: Fix bad patch application to translate.cDoug Evans1-5/+5
2017-01-11target-tricore: Add updfl instructionBastian Koppelmann3-0/+18
2017-01-11target-tricore: Added new JNE instruction variantPeer Adelt2-0/+20
2017-01-11target-tricore: Added new MOV instruction variantPeer Adelt2-0/+17
2017-01-11target-tricore: Added MADD.F and MSUB.F instructionsBastian Koppelmann3-1/+102
2017-01-11target-tricore: Added FTOUZ instructionBastian Koppelmann3-0/+31
2017-01-10target-i386: Use ctpop helperRichard Henderson5-29/+15
2017-01-10target-tilegx: Use ctpop helperRichard Henderson3-7/+1
2017-01-10target-sparc: Use ctpop helperRichard Henderson3-7/+1
2017-01-10target-s390x: Avoid a loop for popcntRichard Henderson1-9/+6
2017-01-10target-ppc: Use ctpop helperRichard Henderson3-18/+9
2017-01-10target-alpha: Use ctpop helperRichard Henderson3-8/+1
2017-01-10target-xtensa: Use clrsb helperRichard Henderson1-10/+1
2017-01-10target-tricore: Use clrsb helperRichard Henderson3-7/+1
2017-01-10target-arm: Use clrsb helperRichard Henderson3-16/+4
2017-01-10target-i386: Use clz and ctz opcodesRichard Henderson3-30/+14
2017-01-10target-arm: Use clz opcodeRichard Henderson6-25/+7
2017-01-10target-xtensa: Use clz opcodeRichard Henderson3-17/+11
2017-01-10target-unicore32: Use clz opcodeRichard Henderson3-16/+3
2017-01-10target-tricore: Use clz opcodeRichard Henderson3-14/+3
2017-01-10target-tilegx: Use clz and ctz opcodesRichard Henderson3-14/+2
2017-01-10target-s390x: Use clz opcodeRichard Henderson3-8/+1
2017-01-10target-ppc: Use clz and ctz opcodesRichard Henderson3-28/+16
2017-01-10target-openrisc: Use clz and ctz opcodesRichard Henderson3-23/+4
2017-01-10target-mips: Use clz opcodeRichard Henderson3-36/+16
2017-01-10target-microblaze: Use clz opcodeRichard Henderson3-7/+1
2017-01-10target-cris: Use clz opcodeRichard Henderson3-7/+1
2017-01-10target-alpha: Use the ctz and clz opcodesRichard Henderson3-14/+2
2017-01-10target-s390x: Use the new deposit and extract opsRichard Henderson1-12/+22
2017-01-10target-ppc: Use the new deposit and extract opsRichard Henderson1-16/+19
2017-01-10target-mips: Use the new extract opRichard Henderson1-7/+5
2017-01-10target-i386: Use new deposit and extract opsRichard Henderson1-22/+23
2017-01-10target-arm: Use new deposit and extract opsRichard Henderson2-81/+37
2017-01-10target-alpha: Use deposit and extract opsRichard Henderson1-25/+42
2016-12-28Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.9-pull-request' ...Peter Maydell6-265/+1616
2016-12-27target-m68k: free TCG variables that are notLaurent Vivier1-9/+32
2016-12-27target-m68k: add rol/ror/roxl/roxr instructionsLaurent Vivier1-0/+391