aboutsummaryrefslogtreecommitdiff
path: root/target-m68k
AgeCommit message (Expand)Author
2016-11-01log: Add locking to large logging blocksRichard Henderson
2016-10-28target-m68k: immediate ops manage word and byte operandsLaurent Vivier
2016-10-28target-m68k: cmp manages word and bytes operandsLaurent Vivier
2016-10-28target-m68k: add/sub manage word and byte operandsLaurent Vivier
2016-10-28target-m68k: add addressing modes to negLaurent Vivier
2016-10-28target-m68k: introduce byte and word cc_opsLaurent Vivier
2016-10-28target-m68k: some bit ops cleanupLaurent Vivier
2016-10-28target-m68k: suba/adda can manage word operandLaurent Vivier
2016-10-28target-m68k: and can manage word and byte operandsLaurent Vivier
2016-10-28target-m68k: or can manage word and byte operandsLaurent Vivier
2016-10-28target-m68k: eor can manage word and byte operandsLaurent Vivier
2016-10-28target-m68k: add addressing modes to notLaurent Vivier
2016-10-28target-m68k: Inline addx, subx, negxRichard Henderson
2016-10-28target-m68k: add dbccLaurent Vivier
2016-10-28target-m68k: add addressing modes to sccLaurent Vivier
2016-10-28target-m68k: add exg opsLaurent Vivier
2016-10-28target-m68k: add linklLaurent Vivier
2016-10-28target-m68k: add bkpt instructionLaurent Vivier
2016-10-25target-m68k: Optimize gen_flush_flagsRichard Henderson
2016-10-25target-m68k: Optimize some comparisonsRichard Henderson
2016-10-25target-m68k: Use setcond for sccRichard Henderson
2016-10-25target-m68k: Introduce DisasCompareRichard Henderson
2016-10-25target-m68k: Reorg flags handlingRichard Henderson
2016-10-25target-m68k: Remove incorrect clearing of cc_xRichard Henderson
2016-10-25target-m68k: Some fixes to SR and flags managementRichard Henderson
2016-10-25target-m68k: Print flags properlyRichard Henderson
2016-10-25target-m68k: update CPU flags managementLaurent Vivier
2016-10-25target-m68k: don't update cc_dest in helpersLaurent Vivier
2016-10-25target-m68k: update move to/from ccr/srLaurent Vivier
2016-10-25target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit()Laurent Vivier
2016-10-25target-m68k: Replace helper_xflag_lt with setcondRichard Henderson
2016-10-25target-m68k: allow to update flags with operation on words and bytesLaurent Vivier
2016-10-25target-m68k: REG() macro cleanupLaurent Vivier
2016-10-25target-m68k: set PAGE_BITS to 12 for m68kLaurent Vivier
2016-10-25target-m68k: define operand sizesLaurent Vivier
2016-10-25target-m68k: set disassembler mode to 680x0 or coldfireLaurent Vivier
2016-10-25target-m68k: introduce read_imXX() functionsLaurent Vivier
2016-10-25target-m68k: manage scaled indexLaurent Vivier
2016-10-25target-m68k: define m680x0 CPUs and featuresLaurent Vivier
2016-10-25target-m68k: Build the opcode table only once to avoid multithreading issuesJohn Paul Adrian Glaubitz
2016-10-25target-m68k: fix DEBUG_DISPATCHLaurent Vivier
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier
2016-10-07qemu-tech: document lazy condition code evaluation in cpu.hPaolo Bonzini
2016-09-15Remove unused function declarationsLadi Prosek
2016-09-13target-m68k: fix get_mac_extf helperPaolo Bonzini
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic