aboutsummaryrefslogtreecommitdiff
path: root/tcg/arm/tcg-target.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-14tcg/arm: Simplify use_armv5t_instructionsRichard Henderson1-7/+1
2021-09-14tcg/arm: Remove fallback definition of __ARM_ARCHRichard Henderson1-19/+0
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson1-1/+0
2021-06-29tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson1-1/+1
2021-06-11tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.hRichard Henderson1-0/+1
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_bitsel_vecRichard Henderson1-1/+1
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_minmax_vecRichard Henderson1-1/+1
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_sat_vecRichard Henderson1-1/+1
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_mul_vecRichard Henderson1-1/+1
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_shi_vecRichard Henderson1-1/+1
2021-06-04tcg/arm: Implement andc, orc, abs, neg, not vector operationsRichard Henderson1-5/+5
2021-06-04tcg/arm: Implement minimal vector operationsRichard Henderson1-1/+5
2021-06-04tcg/arm: Add host vector frameworkRichard Henderson1-6/+42
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson1-1/+0
2021-01-07tcg/arm: Support split-wx code generationRichard Henderson1-1/+1
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson1-0/+1
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson1-1/+1
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson1-0/+1
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson1-5/+0
2019-04-24tcg/arm: Support INDEX_op_extract2_i32Richard Henderson1-1/+1
2019-04-24tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson1-0/+1
2018-12-17tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson1-0/+1
2017-09-07tcg/arm: Use constant pool for moviRichard Henderson1-0/+1
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson1-0/+4
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson1-1/+5
2017-09-05tcg: Add tcg target default memory orderingPranith Kumar1-0/+2
2017-06-05tcg/arm: Implement goto_ptrRichard Henderson1-1/+1
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota1-0/+1
2017-04-20Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1Peter Maydell1-7/+0
2017-01-10tcg: Add opcode for ctpopRichard Henderson1-0/+1
2017-01-10tcg/arm: Handle ctz and clz opcodesRichard Henderson1-2/+2
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson1-0/+2
2017-01-10tcg/arm: Implement field extraction opcodesRichard Henderson1-2/+2
2017-01-10tcg/arm: Move isa detection to tcg-target.hRichard Henderson1-4/+32
2017-01-10tcg: Add field extraction primitivesRichard Henderson1-0/+2
2016-07-12tcg: Clean up tcg-target.h header guardsMarkus Armbruster1-2/+3
2015-06-03tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini1-0/+1
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson1-2/+0
2014-05-12tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson1-0/+1
2014-04-18tcg: Use HOST_WORDS_BIGENDIANRichard Henderson1-1/+0
2014-04-18tcg: Relax requirement for mulu2_i32 on 32-bit hostsRichard Henderson1-0/+1
2013-10-12tcg-arm: Convert to new ldst opcodesRichard Henderson1-1/+1
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson1-0/+2
2013-09-02tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson1-5/+4
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson1-0/+2
2013-07-09tcg-arm: Make use of conditional availability of opcodes for divideRichard Henderson1-6/+8
2013-07-09tcg-arm: Don't implement remRichard Henderson1-2/+1
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson1-0/+2
2013-04-27tcg-arm: Implement division instructionsRichard Henderson1-1/+6
2013-04-27tcg-arm: Implement deposit for armv7Richard Henderson1-1/+4