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-sparc
/
helper.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-12
target-sparc: Use explicit writes to cpu_fsr
Richard Henderson
1
-55
/
+57
2016-07-12
target-sparc: Remove helper_ldf_asi, helper_stf_asi
Richard Henderson
1
-2
/
+0
2016-07-12
target-sparc: Pass TCGMemOp constants to helper_ld/st_asi
Richard Henderson
1
-2
/
+2
2016-07-12
target-sparc: Use QT0 to return results from ldda
Richard Henderson
1
-1
/
+1
2016-07-12
target-sparc: Remove softint as a TCG global
Richard Henderson
1
-3
/
+3
2016-07-12
target-sparc: Mark more flags for helpers
Richard Henderson
1
-24
/
+24
2016-01-07
target-sparc: implement NPT timer bit
Mark Cave-Ayland
1
-1
/
+1
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
1
-4
/
+0
2014-03-12
target-sparc: Add and use CPU_FEATURE_CASA
Sebastian Huber
1
-1
/
+3
2013-10-10
tcg: Remove stray semi-colons from target-*/helper.h
Richard Henderson
1
-9
/
+9
2013-02-23
SPARC LEON power-down support added
Ronald Hecht
1
-0
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-2
/
+2
2012-10-28
target-sparc: rename helper flags
Aurelien Jarno
1
-25
/
+25
2012-10-07
target-sparc: Move taddcctv and tsubcctv out of line
Richard Henderson
1
-0
/
+2
2012-10-07
target-sparc: Move sdivx and udivx out of line
Richard Henderson
1
-0
/
+4
2012-03-24
target-sparc: Add compiler attribute to some functions which don't return
Stefan Weil
1
-1
/
+1
2012-03-18
Sparc: avoid AREG0 for memory access helpers
Blue Swirl
1
-10
/
+10
2011-11-19
Improve "ta 0" shutdown
Fabien Chouteau
1
-1
/
+0
2011-10-26
target-sparc: Implement FALIGNDATA inline.
Richard Henderson
1
-1
/
+0
2011-10-26
target-sparc: Implement BMASK/BSHUFFLE.
Richard Henderson
1
-0
/
+1
2011-10-26
target-sparc: Implement ALIGNADDR* inline.
Richard Henderson
1
-1
/
+0
2011-10-26
target-sparc: Implement fpack{16,32,fix}.
Richard Henderson
1
-0
/
+3
2011-10-26
target-sparc: Implement PDIST.
Richard Henderson
1
-0
/
+1
2011-10-26
target-sparc: Do exceptions management fully inside the helpers.
Richard Henderson
1
-2
/
+0
2011-10-26
target-sparc: Make FPU/VIS helpers const when possible.
Richard Henderson
1
-22
/
+28
2011-10-26
target-sparc: Pass float64 parameters instead of dt0/1 temporaries.
Richard Henderson
1
-48
/
+47
2011-10-26
Sparc: avoid AREG0 for division op helpers
Blue Swirl
1
-4
/
+4
2011-10-26
Sparc: avoid AREG0 for softint op helpers and Leon cache control
Blue Swirl
1
-3
/
+3
2011-10-26
Sparc: avoid AREG0 for CWP and PSTATE helpers
Blue Swirl
1
-16
/
+16
2011-10-23
Sparc: avoid AREG0 for lazy condition code helpers
Blue Swirl
1
-2
/
+2
2011-10-23
Sparc: avoid AREG0 for float and VIS ops
Blue Swirl
1
-86
/
+86
2011-10-23
Sparc: avoid AREG0 for raise_exception and helper_debug
Blue Swirl
1
-2
/
+2
2011-07-20
SPARC64: fix VIS1 SIMD signed compare instructions
Tsuneo Saito
1
-2
/
+2
2011-05-22
Delete unused tb_invalidate_page_range
Blue Swirl
1
-1
/
+0
2011-01-24
SPARC: Emulation of Leon3
Fabien Chouteau
1
-0
/
+1
2010-12-28
target-sparc: fix udiv(cc) and sdiv(cc)
Aurelien Jarno
1
-0
/
+2
2010-05-20
target-sparc: Inline some generation of carry for ADDX/SUBX.
Richard Henderson
1
-1
/
+1
2010-05-19
target-sparc: Fix compilation with --enable-debug.
Richard Henderson
1
-1
/
+1
2010-01-08
sparc64: use helper_wrpil to check pending irq on write
Igor V. Kovalenko
1
-0
/
+1
2009-05-10
Use dynamical computation for condition codes
Blue Swirl
1
-0
/
+2
2008-11-17
TCG variable type checking.
pbrook
1
-109
/
+101
2008-09-26
Implement UA2005 hypervisor traps
blueswir1
1
-2
/
+0
2008-09-22
Add software and timer interrupt support
blueswir1
1
-0
/
+3
2008-09-21
Use the new concat_i32_i64 op for std and stda
blueswir1
1
-1
/
+0
2008-09-10
Convert rest of ops using float32 to TCG, remove FT0 and FT1
blueswir1
1
-11
/
+8
2008-09-10
Partially convert float128 conversion ops to TCG
blueswir1
1
-4
/
+5
2008-09-10
Convert basic 64 bit VIS ops to TCG
blueswir1
1
-9
/
+0
2008-09-10
Convert basic 32 bit VIS ops to TCG
blueswir1
1
-15
/
+2
2008-09-10
Convert basic float32 ops to TCG
blueswir1
1
-18
/
+29
2008-09-09
Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCG
blueswir1
1
-2
/
+2
[next]