summaryrefslogtreecommitdiff
path: root/target-arm/helper.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-10target-arm: Implement WFE as a yield operationPeter Maydell1-0/+1
2014-02-26target-arm: Add support for AArch32 ARMv8 CRC32 instructionsWill Newton1-0/+3
2014-02-26target-arm: A64: Implement MSR (immediate) instructionsPeter Maydell1-0/+2
2014-02-20target-arm: Split cpreg access checks out from read/write functionsPeter Maydell1-0/+1
2014-02-20target-arm: A64: Implement remaining 3-same instructionsPeter Maydell1-0/+2
2014-02-08target-arm: A64: Implement 2-reg-misc CNT, NOT and RBITPeter Maydell1-0/+1
2014-01-31target-arm: Add set_neon_rmode helperWill Newton1-0/+1
2014-01-08target-arm: A64: Add support for FCVT between half, single and doublePeter Maydell1-0/+2
2014-01-08target-arm: A64: Add 1-source 32-to-32 and 64-to-64 FP instructionsPeter Maydell1-0/+5
2014-01-08target-arm: A64: Add floating-point<->fixed-point instructionsAlexander Graf1-0/+2
2014-01-08target-arm: A64: Add extra VFP fixed point conversion helpersWill Newton1-0/+16
2014-01-08target-arm: Rename A32 VFP conversion helpersWill Newton1-8/+8
2014-01-08target-arm: Use VFP_BINOP macro for min, max, minnum, maxnumPeter Maydell1-7/+8
2013-12-17target-arm: A64: add stubs for a64 specific helpersAlexander Graf1-0/+4
2013-12-17target-arm: add support for v8 AES instructionsArd Biesheuvel1-0/+3
2013-12-10target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions.Will Newton1-0/+5
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson1-4/+4
2013-02-23target-arm: Implement sbc_cc inlineRichard Henderson1-2/+0
2013-02-23target-arm: Implement adc_cc inlineRichard Henderson1-1/+0
2013-02-23target-arm: Use mul[us]2 and add2 in umlal et alRichard Henderson1-2/+0
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2
2012-10-28target-arm: rename helper flagsAurelien Jarno1-8/+8
2012-10-24target-arm: Implement abs_i32 inline rather than as a helperPeter Maydell1-1/+0
2012-10-24target-arm: Use TCG operation for Neon 64 bit negationPeter Maydell1-1/+0
2012-10-05target-arm: mark a few integer helpers const and pureAurelien Jarno1-9/+10
2012-10-05target-arm: convert sar, shl and shr helpers to TCGAurelien Jarno1-3/+0
2012-10-05target-arm: convert add_cc and sub_cc helpers to TCGAurelien Jarno1-2/+0
2012-09-15target-arm: convert remaining helpersBlue Swirl1-26/+26
2012-09-15target-arm: convert void helpersBlue Swirl1-4/+4
2012-06-20target-arm: Remove remaining old cp15 infrastructurePeter Maydell1-3/+0
2012-06-20target-arm: Convert TEECR, TEEHBR to new schemePeter Maydell1-2/+0
2012-06-20target-arm: Remove old cpu_arm_set_cp_io infrastructurePeter Maydell1-3/+0
2012-06-20target-arm: initial coprocessor register frameworkPeter Maydell1-0/+5
2011-10-19target-arm: Implement VFPv4 fused multiply-accumulate insnsPeter Maydell1-0/+3
2011-06-22Revert "target-arm: Use global env in neon_helper.c helpers"Peter Maydell1-67/+67
2011-06-22target-arm: Pass fp status pointer explicitly to neon fp helpersPeter Maydell1-11/+8
2011-06-22target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUStatePeter Maydell1-8/+8
2011-06-22Revert "target-arm: Use global env in iwmmxt_helper.c helpers"Peter Maydell1-61/+61
2011-05-23target-arm: Use correct float status for Neon int-float conversionsPeter Maydell1-30/+30
2011-04-17move helpers.h to helper.hLluĂ­s1-0/+475