summaryrefslogtreecommitdiffstats
path: root/tcg/arm/tcg-target.h
Commit message (Expand)AuthorAgeFilesLines
* tcg/arm: Use constant pool for moviRichard Henderson2017-09-071-0/+1
* tcg: Rearrange ldst label trackingRichard Henderson2017-09-071-0/+4
* tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2017-09-071-1/+5
* tcg: Add tcg target default memory orderingPranith Kumar2017-09-051-0/+2
* tcg/arm: Implement goto_ptrRichard Henderson2017-06-051-1/+1
* tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota2017-06-051-0/+1
* Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1Peter Maydell2017-04-201-7/+0Star
* tcg: Add opcode for ctpopRichard Henderson2017-01-101-0/+1
* tcg/arm: Handle ctz and clz opcodesRichard Henderson2017-01-101-2/+2
* tcg: Add clz and ctz opcodesRichard Henderson2017-01-101-0/+2
* tcg/arm: Implement field extraction opcodesRichard Henderson2017-01-101-2/+2
* tcg/arm: Move isa detection to tcg-target.hRichard Henderson2017-01-101-4/+32
* tcg: Add field extraction primitivesRichard Henderson2017-01-101-0/+2
* tcg: Clean up tcg-target.h header guardsMarkus Armbruster2016-07-121-2/+3
* tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini2015-06-031-0/+1
* tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson2014-06-041-2/+0Star
* tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-121-0/+1
* tcg: Use HOST_WORDS_BIGENDIANRichard Henderson2014-04-191-1/+0Star
* tcg: Relax requirement for mulu2_i32 on 32-bit hostsRichard Henderson2014-04-191-0/+1
* tcg-arm: Convert to new ldst opcodesRichard Henderson2013-10-131-1/+1
* tcg: Add qemu_ld_st_i32/64Richard Henderson2013-10-101-0/+2
* tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson2013-09-021-5/+4Star
* tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-021-0/+2
* tcg-arm: Make use of conditional availability of opcodes for divideRichard Henderson2013-07-091-6/+8
* tcg-arm: Don't implement remRichard Henderson2013-07-091-2/+1Star
* tcg: Split rem requirement from div requirementRichard Henderson2013-07-091-0/+2
* tcg-arm: Implement division instructionsRichard Henderson2013-04-271-1/+6
* tcg-arm: Implement deposit for armv7Richard Henderson2013-04-271-1/+4
* tcg-arm: Use bic to implement and with constantRichard Henderson2013-04-271-2/+0Star
* tcg-arm: Implement muls2_i32Richard Henderson2013-02-231-1/+1
* tcg: Add signed multiword multiplication operationsRichard Henderson2013-02-231-0/+1
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+3
* Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno2012-10-191-2/+0Star
|\
| * tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell2012-10-121-2/+0Star
* | tcg/arm: Implement movcond_i32Peter Maydell2012-10-171-1/+1
|/
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+1
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-1/+0Star
* w64: Change data type of parameters for flush_icache_rangeStefan Weil2012-03-031-1/+2
* tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointerPeter Maydell2012-01-101-1/+1
* tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson2011-11-141-2/+2
* tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil2011-10-011-1/+0Star
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-14/+16
* tcg/arm: add bswap opsAurelien Jarno2010-04-191-2/+2
* tcg/arm: add ext16u opAurelien Jarno2010-04-191-2/+2
* tcg/arm: add rotation opsAurelien Jarno2010-04-191-1/+1
* tcg/arm: align 64-bit arguments in function callsAurelien Jarno2010-04-191-0/+1
* tcg/arm: explicitely list clobbered/reserved regsAurelien Jarno2010-04-191-1/+2
* tcg: Allow target-specific implementation of NOR.Richard Henderson2010-03-261-0/+1
* tcg: Allow target-specific implementation of NAND.Richard Henderson2010-03-261-0/+1
* tcg: Allow target-specific implementation of EQV.Richard Henderson2010-03-261-0/+1