index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-arm
/
helper.c
Age
Commit message (
Expand
)
Author
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-09
Merge remote-tracking branch 'pm-arm/for-upstream' into pm
Edgar E. Iglesias
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
2011-07-26
target-arm: Mark 1136r1 as a v6K core
Peter Maydell
2011-07-26
target-arm: support for ARM1176JZF-s cores
Jamie Iles
2011-07-26
target-arm: make VMSAv7 remapping and AP dependent on V6K
Jamie Iles
2011-07-20
Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm
Blue Swirl
2011-06-26
Remove exec-all.h include directives
Blue Swirl
2011-06-22
target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK access
Sebastian Huber
2011-06-22
target-arm: Minimal implementation of performance counters
Peter Maydell
2011-06-22
target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUState
Peter Maydell
2011-06-03
target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010
Alex Zuepke
2011-05-23
target-arm: Use correct float status for Neon int-float conversions
Peter Maydell
2011-05-23
target-arm: Signal Underflow when denormal flushed to zero on output
Peter Maydell
2011-05-23
target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTS
Peter Maydell
2011-05-23
target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fns
Peter Maydell
2011-04-20
target-arm: Set Invalid flag for NaN in float-to-int conversions
Peter Maydell
2011-04-20
Implement basic part of SA-1110/SA-1100
Dmitry Eremin-Solenikov
2011-04-17
move helpers.h to helper.h
Lluís
2011-04-16
Fix some typos in comments and documentation
Stefan Weil
2011-04-12
target-arm: Detect tininess before rounding for FP operations
Peter Maydell
2011-04-10
arm: basic support for ARMv4/ARMv4T emulation
Dmitry Eremin-Solenikov
2011-04-03
target-arm/helper.c: For float-int conversion helpers pass ints as ints
Peter Maydell
2011-03-22
target-arm: use make_float32() to make constant floats for VRSQRTS
Peter Maydell
2011-03-22
target-arm: Fix VRECPS edge cases handling
Peter Maydell
2011-03-22
target-arm: Fix GE bits for v6media signed modulo arithmetic
Peter Maydell
2011-03-06
target-arm: Implement cp15 VA->PA translation
Adam Lackorzynski
2011-02-24
target-arm: fix support for VRSQRTE.
Christophe Lyon
2011-02-24
target-arm: fix support for VRECPE.
Christophe Lyon
2011-02-24
target-arm: Introduce float64_256 and float64_512 constants.
Christophe Lyon
2011-02-10
target-arm: Use standard FPSCR for Neon half-precision operations
Peter Maydell
2011-02-10
target-arm: Silence NaNs resulting from half-precision conversions
Peter Maydell
2011-02-10
softfloat: Add float16 type and float16 NaN handling functions
Peter Maydell
2011-02-04
target-arm: Clean up handling of MPIDR
Peter Maydell
2011-02-04
target-arm: Add CPU feature flag for v7MP
Peter Maydell
2011-01-14
target-arm: Don't generate code specific to current CPU mode for SRS
Peter Maydell
2011-01-14
target-arm: Use the standard FPSCR value for VRSQRTS
Peter Maydell
2011-01-14
target-arm: Add support for 'Standard FPSCR Value' as used by Neon
Peter Maydell
2011-01-14
target-arm: Fix implementation of VRSQRTS
Peter Maydell
2011-01-06
target-arm: wire up the softfloat flush_input_to_zero flag
Peter Maydell
2011-01-06
target-arm: Set softfloat cumulative exc flags from correct FPSCR bits
Peter Maydell
2010-12-27
target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9
Juha Riihimäki
2010-12-27
target-arm: correct cp15 c1_sys reset value for cortex-a8
Mattias Holm
2010-12-27
target-arm: fix vmsav6 access control
Juha Riihimäki
2010-12-07
ARM: Implement VCVT to 16 bit integer using new softfloat routines
Peter Maydell
2010-12-07
ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point
Peter Maydell
2010-12-07
ARM: Return correct result for single<->double conversion of NaN
Peter Maydell
2010-12-07
ARM: Return correct result for float-to-integer conversion of NaN
Peter Maydell
2010-12-03
ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C code
Peter Maydell
2010-12-03
ARM: enable XScale/iWMMXT in linux-user mode
Peter Maydell
[next]