summaryrefslogtreecommitdiff
path: root/target-m68k
AgeCommit message (Expand)AuthorFilesLines
2016-11-01log: Add locking to large logging blocksRichard Henderson1-0/+2
2016-10-28target-m68k: immediate ops manage word and byte operandsLaurent Vivier1-22/+35
2016-10-28target-m68k: cmp manages word and bytes operandsLaurent Vivier1-6/+11
2016-10-28target-m68k: add/sub manage word and byte operandsLaurent Vivier1-33/+40
2016-10-28target-m68k: add addressing modes to negLaurent Vivier1-8/+12
2016-10-28target-m68k: introduce byte and word cc_opsLaurent Vivier3-69/+93
2016-10-28target-m68k: some bit ops cleanupLaurent Vivier1-19/+15
2016-10-28target-m68k: suba/adda can manage word operandLaurent Vivier1-2/+3
2016-10-28target-m68k: and can manage word and byte operandsLaurent Vivier1-6/+10
2016-10-28target-m68k: or can manage word and byte operandsLaurent Vivier1-6/+8
2016-10-28target-m68k: eor can manage word and byte operandsLaurent Vivier1-6/+7
2016-10-28target-m68k: add addressing modes to notLaurent Vivier1-4/+10
2016-10-28target-m68k: Inline addx, subx, negxRichard Henderson3-60/+178
2016-10-28target-m68k: add dbccLaurent Vivier1-0/+25
2016-10-28target-m68k: add addressing modes to sccLaurent Vivier1-20/+20
2016-10-28target-m68k: add exg opsLaurent Vivier1-0/+30
2016-10-28target-m68k: add linklLaurent Vivier1-5/+21
2016-10-28target-m68k: add bkpt instructionLaurent Vivier1-0/+6
2016-10-25target-m68k: Optimize gen_flush_flagsRichard Henderson1-4/+52
2016-10-25target-m68k: Optimize some comparisonsRichard Henderson1-6/+103
2016-10-25target-m68k: Use setcond for sccRichard Henderson1-9/+11
2016-10-25target-m68k: Introduce DisasCompareRichard Henderson1-24/+61
2016-10-25target-m68k: Reorg flags handlingRichard Henderson7-497/+359
2016-10-25target-m68k: Remove incorrect clearing of cc_xRichard Henderson1-7/+0
2016-10-25target-m68k: Some fixes to SR and flags managementRichard Henderson4-6/+21
2016-10-25target-m68k: Print flags properlyRichard Henderson3-8/+9
2016-10-25target-m68k: update CPU flags managementLaurent Vivier2-40/+86
2016-10-25target-m68k: don't update cc_dest in helpersLaurent Vivier4-18/+17
2016-10-25target-m68k: update move to/from ccr/srLaurent Vivier1-31/+22
2016-10-25target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit()Laurent Vivier4-26/+6
2016-10-25target-m68k: Replace helper_xflag_lt with setcondRichard Henderson3-13/+7
2016-10-25target-m68k: allow to update flags with operation on words and bytesLaurent Vivier3-84/+151
2016-10-25target-m68k: REG() macro cleanupLaurent Vivier1-3/+4
2016-10-25target-m68k: set PAGE_BITS to 12 for m68kLaurent Vivier1-2/+5
2016-10-25target-m68k: define operand sizesLaurent Vivier2-32/+23
2016-10-25target-m68k: set disassembler mode to 680x0 or coldfireLaurent Vivier1-1/+6
2016-10-25target-m68k: introduce read_imXX() functionsLaurent Vivier1-50/+41
2016-10-25target-m68k: manage scaled indexLaurent Vivier1-0/+5
2016-10-25target-m68k: define m680x0 CPUs and featuresLaurent Vivier3-45/+142
2016-10-25target-m68k: Build the opcode table only once to avoid multithreading issuesJohn Paul Adrian Glaubitz1-0/+5
2016-10-25target-m68k: fix DEBUG_DISPATCHLaurent Vivier1-1/+1
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier1-8/+7
2016-10-07qemu-tech: document lazy condition code evaluation in cpu.hPaolo Bonzini1-0/+8
2016-09-15Remove unused function declarationsLadi Prosek1-1/+0
2016-09-13target-m68k: fix get_mac_extf helperPaolo Bonzini1-1/+1
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster1-2/+3
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin1-3/+3
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+0
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite1-2/+0
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic1-3/+3