index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-m68k
/
translate.c
Age
Commit message (
Expand
)
Author
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
2016-11-24
target-m68k: fix muluw/mulsw
Laurent Vivier
2016-11-24
target-m68k: Fix cmpa operand size
Laurent Vivier
2016-11-24
target-m68k: fix EXG instruction
Laurent Vivier
2016-11-01
log: Add locking to large logging blocks
Richard Henderson
2016-10-28
target-m68k: immediate ops manage word and byte operands
Laurent Vivier
2016-10-28
target-m68k: cmp manages word and bytes operands
Laurent Vivier
2016-10-28
target-m68k: add/sub manage word and byte operands
Laurent Vivier
2016-10-28
target-m68k: add addressing modes to neg
Laurent Vivier
2016-10-28
target-m68k: introduce byte and word cc_ops
Laurent Vivier
2016-10-28
target-m68k: some bit ops cleanup
Laurent Vivier
2016-10-28
target-m68k: suba/adda can manage word operand
Laurent Vivier
2016-10-28
target-m68k: and can manage word and byte operands
Laurent Vivier
2016-10-28
target-m68k: or can manage word and byte operands
Laurent Vivier
2016-10-28
target-m68k: eor can manage word and byte operands
Laurent Vivier
2016-10-28
target-m68k: add addressing modes to not
Laurent Vivier
2016-10-28
target-m68k: Inline addx, subx, negx
Richard Henderson
2016-10-28
target-m68k: add dbcc
Laurent Vivier
2016-10-28
target-m68k: add addressing modes to scc
Laurent Vivier
2016-10-28
target-m68k: add exg ops
Laurent Vivier
2016-10-28
target-m68k: add linkl
Laurent Vivier
2016-10-28
target-m68k: add bkpt instruction
Laurent Vivier
2016-10-25
target-m68k: Optimize gen_flush_flags
Richard Henderson
2016-10-25
target-m68k: Optimize some comparisons
Richard Henderson
2016-10-25
target-m68k: Use setcond for scc
Richard Henderson
2016-10-25
target-m68k: Introduce DisasCompare
Richard Henderson
2016-10-25
target-m68k: Reorg flags handling
Richard Henderson
2016-10-25
target-m68k: Some fixes to SR and flags management
Richard Henderson
2016-10-25
target-m68k: Print flags properly
Richard Henderson
2016-10-25
target-m68k: update CPU flags management
Laurent Vivier
2016-10-25
target-m68k: don't update cc_dest in helpers
Laurent Vivier
2016-10-25
target-m68k: update move to/from ccr/sr
Laurent Vivier
2016-10-25
target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit()
Laurent Vivier
2016-10-25
target-m68k: Replace helper_xflag_lt with setcond
Richard Henderson
2016-10-25
target-m68k: allow to update flags with operation on words and bytes
Laurent Vivier
2016-10-25
target-m68k: REG() macro cleanup
Laurent Vivier
2016-10-25
target-m68k: define operand sizes
Laurent Vivier
2016-10-25
target-m68k: introduce read_imXX() functions
Laurent Vivier
2016-10-25
target-m68k: manage scaled index
Laurent Vivier
2016-10-25
target-m68k: define m680x0 CPUs and features
Laurent Vivier
2016-10-25
target-m68k: Build the opcode table only once to avoid multithreading issues
John Paul Adrian Glaubitz
2016-10-25
target-m68k: fix DEBUG_DISPATCH
Laurent Vivier
2016-06-20
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
2016-06-05
target-*: dfilter support for in_asm
Richard Henderson
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-12
tcg: Allow goto_tb to any target PC in user mode
Sergey Fedorov
2016-05-12
tcg: Clean up direct block chaining safety checks
Sergey Fedorov
2016-03-01
tcg: Add type for vCPU pointers
Lluís Vilanova
2016-02-09
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
Richard Henderson
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
[next]