aboutsummaryrefslogtreecommitdiff
path: root/tcg/arm
AgeCommit message (Expand)Author
2022-02-09tcg/arm: Support raising sigbus for user-onlyRichard Henderson
2022-02-09tcg/arm: Reserve a register for guest_baseRichard Henderson
2022-02-09tcg/arm: Support unaligned access for softmmuRichard Henderson
2022-02-09tcg/arm: Check alignment for ldrd and strdRichard Henderson
2022-02-09tcg/arm: Remove use_armv6_instructionsRichard Henderson
2022-02-09tcg/arm: Remove use_armv5t_instructionsRichard Henderson
2022-02-09tcg/arm: Drop support for armv4 and armv5 hostsRichard Henderson
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-12-07tcg/arm: Reduce vector alignment requirement for NEONRichard Henderson
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson
2021-09-14tcg/arm: More use of the TCGReg enumRichard Henderson
2021-09-14tcg/arm: More use of the ARMInsn enumRichard Henderson
2021-09-14tcg/arm: Give enum arm_cond_code_e a typedef and use itRichard Henderson
2021-09-14tcg/arm: Drop inline markersRichard Henderson
2021-09-14tcg/arm: Simplify usage of encode_immRichard Henderson
2021-09-14tcg/arm: Split out tcg_out_ldstmRichard Henderson
2021-09-14tcg/arm: Support armv4t in tcg_out_goto and tcg_out_callRichard Henderson
2021-09-14tcg/arm: Simplify use_armv5t_instructionsRichard Henderson
2021-09-14tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}Richard Henderson
2021-09-14tcg/arm: Remove fallback definition of __ARM_ARCHRichard Henderson
2021-09-14tcg/arm: Fix tcg_out_vec_op function signatureJose R. Ziviani
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson
2021-07-09misc: Fix "havn't" typoPhilippe Mathieu-Daudé
2021-06-29tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson
2021-06-29tcg/arm: Support bswap flagsRichard Henderson
2021-06-13tcg/arm: Fix tcg_out_op function signatureJose R. Ziviani
2021-06-11tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.hRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_rotv_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_roti_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_shv_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_bitsel_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_minmax_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_sat_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_mul_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_shi_vecRichard Henderson
2021-06-04tcg/arm: Implement andc, orc, abs, neg, not vector operationsRichard Henderson
2021-06-04tcg/arm: Implement minimal vector operationsRichard Henderson
2021-06-04tcg/arm: Implement tcg_out_dup*_vecRichard Henderson
2021-06-04tcg/arm: Implement tcg_out_mov for vector typesRichard Henderson
2021-06-04tcg/arm: Implement tcg_out_ld/st for vector typesRichard Henderson
2021-06-04tcg/arm: Add host vector frameworkRichard Henderson
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson
2021-02-02tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson
2021-02-02tcg/arm: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson
2021-02-02tcg/arm: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson