summaryrefslogtreecommitdiff
path: root/target-arm/helper.h
AgeCommit message (Expand)AuthorFilesLines
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