summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-27target-m68k: Inline shiftsRichard Henderson3-80/+201
2016-12-27target-m68k: Do not cpu_abort on undefined insnsRichard Henderson1-3/+5
2016-12-27target-m68k: Implement 680x0 movemLaurent Vivier1-23/+107
2016-12-27target-m68k: add cas/cas2 opsLaurent Vivier3-0/+265
2016-12-27target-m68k: add abcd/sbcd/nbcdLaurent Vivier1-0/+220
2016-12-27target-m68k: add 680x0 divu/divs variantsLaurent Vivier5-70/+211
2016-12-27target-m68k: add 64bit mullLaurent Vivier1-12/+50
2016-12-27target-m68k: add cmpmLaurent Vivier1-0/+16
2016-12-27target-m68k: Split gen_lea and gen_eaRichard Henderson1-53/+59
2016-12-27target-m68k: Delay autoinc writebackRichard Henderson1-20/+64