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-arm
/
helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-20
Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm
Blue Swirl
1
-29
/
+164
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+0
2011-06-22
target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK access
Sebastian Huber
1
-12
/
+12
2011-06-22
target-arm: Minimal implementation of performance counters
Peter Maydell
1
-13
/
+146
2011-06-22
target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUState
Peter Maydell
1
-4
/
+6
2011-06-03
target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010
Alex Zuepke
1
-0
/
+1
2011-05-23
target-arm: Use correct float status for Neon int-float conversions
Peter Maydell
1
-95
/
+37
2011-05-23
target-arm: Signal Underflow when denormal flushed to zero on output
Peter Maydell
1
-1
/
+1
2011-05-23
target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTS
Peter Maydell
1
-0
/
+12
2011-05-23
target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fns
Peter Maydell
1
-2
/
+10
2011-04-20
target-arm: Set Invalid flag for NaN in float-to-int conversions
Peter Maydell
1
-0
/
+9
2011-04-20
Implement basic part of SA-1110/SA-1100
Dmitry Eremin-Solenikov
1
-0
/
+9
2011-04-17
move helpers.h to helper.h
Lluís
1
-1
/
+1
2011-04-16
Fix some typos in comments and documentation
Stefan Weil
1
-1
/
+1
2011-04-12
target-arm: Detect tininess before rounding for FP operations
Peter Maydell
1
-0
/
+4
2011-04-10
arm: basic support for ARMv4/ARMv4T emulation
Dmitry Eremin-Solenikov
1
-1
/
+28
2011-04-03
target-arm/helper.c: For float-int conversion helpers pass ints as ints
Peter Maydell
1
-100
/
+55
2011-03-22
target-arm: use make_float32() to make constant floats for VRSQRTS
Peter Maydell
1
-6
/
+5
2011-03-22
target-arm: Fix VRECPS edge cases handling
Peter Maydell
1
-3
/
+8
2011-03-22
target-arm: Fix GE bits for v6media signed modulo arithmetic
Peter Maydell
1
-2
/
+2
2011-03-06
target-arm: Implement cp15 VA->PA translation
Adam Lackorzynski
1
-2
/
+46
2011-02-24
target-arm: fix support for VRSQRTE.
Christophe Lyon
1
-10
/
+113
2011-02-24
target-arm: fix support for VRECPE.
Christophe Lyon
1
-12
/
+71
2011-02-24
target-arm: Introduce float64_256 and float64_512 constants.
Christophe Lyon
1
-0
/
+5
2011-02-10
target-arm: Use standard FPSCR for Neon half-precision operations
Peter Maydell
1
-4
/
+22
2011-02-10
target-arm: Silence NaNs resulting from half-precision conversions
Peter Maydell
1
-2
/
+10
2011-02-10
softfloat: Add float16 type and float16 NaN handling functions
Peter Maydell
1
-2
/
+2
2011-02-04
target-arm: Clean up handling of MPIDR
Peter Maydell
1
-5
/
+21
2011-02-04
target-arm: Add CPU feature flag for v7MP
Peter Maydell
1
-0
/
+6
2011-01-14
target-arm: Don't generate code specific to current CPU mode for SRS
Peter Maydell
1
-2
/
+10
2011-01-14
target-arm: Use the standard FPSCR value for VRSQRTS
Peter Maydell
1
-1
/
+1
2011-01-14
target-arm: Add support for 'Standard FPSCR Value' as used by Neon
Peter Maydell
1
-0
/
+5
2011-01-14
target-arm: Fix implementation of VRSQRTS
Peter Maydell
1
-1
/
+9
2011-01-06
target-arm: wire up the softfloat flush_input_to_zero flag
Peter Maydell
1
-1
/
+7
2011-01-06
target-arm: Set softfloat cumulative exc flags from correct FPSCR bits
Peter Maydell
1
-1
/
+1
2010-12-27
target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9
Juha Riihimäki
1
-0
/
+2
2010-12-27
target-arm: correct cp15 c1_sys reset value for cortex-a8
Mattias Holm
1
-0
/
+1
2010-12-27
target-arm: fix vmsav6 access control
Juha Riihimäki
1
-15
/
+19
2010-12-07
ARM: Implement VCVT to 16 bit integer using new softfloat routines
Peter Maydell
1
-1
/
+1
2010-12-07
ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point
Peter Maydell
1
-1
/
+1
2010-12-07
ARM: Return correct result for single<->double conversion of NaN
Peter Maydell
1
-2
/
+10
2010-12-07
ARM: Return correct result for float-to-integer conversion of NaN
Peter Maydell
1
-0
/
+27
2010-12-03
ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C code
Peter Maydell
1
-0
/
+10
2010-12-03
ARM: enable XScale/iWMMXT in linux-user mode
Peter Maydell
1
-0
/
+6
2010-10-30
target-xxx: Use fprintf_function (format checking)
Stefan Weil
1
-1
/
+1
2010-07-01
target-arm : fix parallel saturated subtraction implementation
Chih-Min Chao
1
-2
/
+2
2010-05-31
arm: fix arm kernel boot for non zero start addr
Lars Munch
1
-1
/
+0
2010-04-05
Fix arm-linux-user
Paul Brook
1
-0
/
+2
2010-04-05
ARMv7-M reset fixes
Paul Brook
1
-9
/
+24
2010-03-27
target-arm: disable PAGE_EXEC for XN pages
Rabin Vincent
1
-3
/
+7
[next]