index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-m68k
/
helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-28
target-m68k: introduce byte and word cc_ops
Laurent Vivier
1
-8
/
+17
2016-10-28
target-m68k: Inline addx, subx, negx
Richard Henderson
1
-40
/
+0
2016-10-25
target-m68k: Reorg flags handling
Richard Henderson
1
-224
/
+135
2016-10-25
target-m68k: Remove incorrect clearing of cc_x
Richard Henderson
1
-7
/
+0
2016-10-25
target-m68k: Some fixes to SR and flags management
Richard Henderson
1
-2
/
+15
2016-10-25
target-m68k: Print flags properly
Richard Henderson
1
-1
/
+1
2016-10-25
target-m68k: don't update cc_dest in helpers
Laurent Vivier
1
-14
/
+14
2016-10-25
target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit()
Laurent Vivier
1
-20
/
+0
2016-10-25
target-m68k: Replace helper_xflag_lt with setcond
Richard Henderson
1
-5
/
+0
2016-10-25
target-m68k: allow to update flags with operation on words and bytes
Laurent Vivier
1
-39
/
+100
2016-09-13
target-m68k: fix get_mac_extf helper
Paolo Bonzini
1
-1
/
+1
2016-06-24
softfloat: Implement run-time-configurable meaning of signaling NaN bit
Aleksandar Markovic
1
-3
/
+3
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-01-29
m68k: Clean up includes
Peter Maydell
1
-0
/
+1
2014-09-25
target-m68k: Use cpu_exec_enter/exit qom hooks
Richard Henderson
1
-0
/
+20
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
1
-1
/
+1
2014-03-13
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
1
-2
/
+1
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
1
-2
/
+5
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
1
-7
/
+10
2013-10-11
Merge remote-tracking branch 'rth/tcg-pull' into staging
Anthony Liguori
1
-1
/
+1
2013-10-10
target-m68k: Rename helpers.h to helper.h
Richard Henderson
1
-1
/
+1
2013-10-07
cpu: Drop cpu_model_str from CPU_COMMON
Andreas Färber
1
-1
/
+0
2013-07-23
gdbstub: Change gdb_register_coprocessor() argument to CPUState
Andreas Färber
1
-1
/
+2
2013-07-23
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
1
-1
/
+1
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
1
-1
/
+1
2013-03-12
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
1
-3
/
+5
2013-02-16
target-m68k: Pass M68kCPU to m68k_set_irq_level()
Andreas Färber
1
-1
/
+3
2013-02-16
target-m68k: Return M68kCPU from cpu_m68k_init()
Andreas Färber
1
-2
/
+2
2013-02-16
target-m68k: Move TCG initialization to M68kCPU initfn
Andreas Färber
1
-7
/
+0
2013-02-16
target-m68k: Introduce QOM realizefn for M68kCPU
Andreas Färber
1
-4
/
+10
2013-02-01
target-m68k: Rename CPU subtypes
Andreas Färber
1
-3
/
+8
2013-01-27
target-m68k: Detect attempt to instantiate non-CPU type in cpu_init()
Andreas Färber
1
-2
/
+4
2012-12-23
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
1
-1
/
+1
2012-12-19
cpu: Introduce CPUListState struct
Andreas Färber
1
-7
/
+2
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-1
/
+1
2012-06-04
Kill off cpu_state_reset()
Andreas Färber
1
-5
/
+0
2012-04-30
target-m68k: Add QOM CPU subclasses
Andreas Färber
1
-89
/
+49
2012-04-30
target-m68k: Start QOM'ifying CPU init
Andreas Färber
1
-1
/
+1
2012-04-30
target-m68k: QOM'ify CPU reset
Andreas Färber
1
-16
/
+2
2012-04-30
target-m68k: QOM'ify CPU
Andreas Färber
1
-7
/
+4
2012-03-14
target-m68k: Don't overuse CPUState
Andreas Färber
1
-39
/
+39
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
1
-2
/
+2
2012-02-28
target-m68k: Clean includes
Stefan Weil
1
-5
/
+0
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
1
-2
/
+2
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+0
2011-05-08
Fix typos in comments and code (occured -> occurred and related)
Stefan Weil
1
-1
/
+1
2011-01-02
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
Peter Maydell
1
-3
/
+3
[next]