aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-08target-arm: A64: Add support for FCVT between half, single and doublepull-target-arm-20140108Peter Maydell
2014-01-08target-arm: A64: Add 1-source 32-to-32 and 64-to-64 FP instructionsPeter Maydell
2014-01-08target-arm: A64: Add floating-point<->integer conversion instructionsWill Newton
2014-01-08target-arm: A64: Add floating-point<->fixed-point instructionsAlexander Graf
2014-01-08target-arm: A64: Add extra VFP fixed point conversion helpersWill Newton
2014-01-08target-arm: Ignore most exceptions from scalbn when doing fixpoint conversionPeter Maydell
2014-01-08target-arm: Rename A32 VFP conversion helpersWill Newton
2014-01-08target-arm: Prepare VFP_CONV_FIX helpers for A64 usesWill Newton
2014-01-08softfloat: Add support for ties-away roundingPeter Maydell
2014-01-08softfloat: Refactor code handling various rounding modesPeter Maydell
2014-01-08softfloat: Add float16 <=> float64 conversion functionsPeter Maydell
2014-01-08softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16SubnormalPeter Maydell
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell
2014-01-08softfloat: Fix float64_to_uint32_round_to_zeroTom Musta
2014-01-08softfloat: Fix float64_to_uint32Tom Musta
2014-01-08softfloat: Fix float64_to_uint64_round_to_zeroTom Musta
2014-01-08softfloat: Add float32_to_uint64()Tom Musta
2014-01-08softfloat: Fix factor 2 error for scalbn on denormal inputsPeter Maydell
2014-01-08softfloat: Only raise Invalid when conversions to int are out of rangePeter Maydell
2014-01-08softfloat: Fix float64_to_uint64Tom Musta
2014-01-08softfloat: Make the int-to-float functions take exact-width typesPeter Maydell
2014-01-08softfloat: Add 16 bit integer to float conversionsPeter Maydell
2014-01-08softfloat: Add float to 16bit integer conversions.Will Newton
2014-01-08softfloat: Fix exception flag handling for float32_to_float16()Peter Maydell
2014-01-08hw: arm_gic: Introduce gic_set_priority functionChristoffer Dall
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall
2014-01-08target-arm: fix build with gcc 4.8.2Michael S. Tsirkin
2014-01-08arm/xilinx_zynq: Always instantiate the GEMsPeter Crosthwaite
2014-01-08target-arm: remove raw_read|write duplicationPeter Crosthwaite
2014-01-08target-arm: use c13_context field for CONTEXTIDRSergey Fedorov
2014-01-08char/cadence_uart: Implement Tx flow controlPeter Crosthwaite
2014-01-08char/cadence_uart: Delete redundant rx rst logicPeter Crosthwaite
2014-01-08char/cadence_uart: Use the TX fifo for transmissionPeter Crosthwaite
2014-01-08char/cadence_uart: Fix can_receive logicPeter Crosthwaite
2014-01-08char/cadence_uart: Remove TX timer & add TX FIFO statePeter Crosthwaite
2014-01-08char/cadence_uart: Define Missing SR/ISR fieldsPeter Crosthwaite
2014-01-08char/cadence_uart: Simplify status generationPeter Crosthwaite
2014-01-08char/cadence_uart: s/r_fifo/rx_fifoPeter Crosthwaite
2014-01-08char/cadence_uart: Fix reset.Peter Crosthwaite
2014-01-08char/cadence_uart: Add missing uart_update_statePeter Crosthwaite
2014-01-08char/cadence_uart: Mark struct fields as public/privatePeter Crosthwaite
2014-01-08target-arm: Give the FPSCR rounding modes namesAlexander Graf
2014-01-08target-arm: A64: Add support for floating point cond selectClaudio Fontana
2014-01-08target-arm: A64: Add support for floating point conditional compareClaudio Fontana
2014-01-08target-arm: A64: Add support for floating point compareClaudio Fontana
2014-01-08target-arm: A64: Add fmov (scalar, immediate) instructionAlexander Graf
2014-01-08target-arm: A64: Add "Floating-point data-processing (3 source)" insnsAlexander Graf
2014-01-08target-arm: A64: Add "Floating-point data-processing (2 source)" insnsAlexander Graf
2014-01-08target-arm: Use VFP_BINOP macro for min, max, minnum, maxnumPeter Maydell
2014-01-08target-arm: A64: Fix vector register access on bigendian hostsPeter Maydell