summaryrefslogtreecommitdiffstats
path: root/tcg/arm/tcg-target.c.inc
Commit message (Expand)AuthorAgeFilesLines
* tcg/arm: Implement TCG_TARGET_HAS_rotv_vecRichard Henderson2021-06-041-1/+34
* tcg/arm: Implement TCG_TARGET_HAS_roti_vecRichard Henderson2021-06-041-0/+15
* tcg/arm: Implement TCG_TARGET_HAS_shv_vecRichard Henderson2021-06-041-1/+60
* tcg/arm: Implement TCG_TARGET_HAS_bitsel_vecRichard Henderson2021-06-041-2/+20
* tcg/arm: Implement TCG_TARGET_HAS_minmax_vecRichard Henderson2021-06-041-0/+24
* tcg/arm: Implement TCG_TARGET_HAS_sat_vecRichard Henderson2021-06-041-0/+24
* tcg/arm: Implement TCG_TARGET_HAS_mul_vecRichard Henderson2021-06-041-0/+6
* tcg/arm: Implement TCG_TARGET_HAS_shi_vecRichard Henderson2021-06-041-0/+27
* tcg/arm: Implement andc, orc, abs, neg, not vector operationsRichard Henderson2021-06-041-0/+38
* tcg/arm: Implement minimal vector operationsRichard Henderson2021-06-041-5/+192
* tcg/arm: Implement tcg_out_dup*_vecRichard Henderson2021-06-041-8/+275
* tcg/arm: Implement tcg_out_mov for vector typesRichard Henderson2021-06-041-6/+46
* tcg/arm: Implement tcg_out_ld/st for vector typesRichard Henderson2021-06-041-6/+64
* tcg/arm: Add host vector frameworkRichard Henderson2021-06-041-18/+99
* tcg: Change parameters for tcg_target_const_matchRichard Henderson2021-06-041-4/+1Star
* tcg/arm: Split out constraint sets to tcg-target-con-set.hRichard Henderson2021-02-021-63/+33Star
* tcg/arm: Split out target constraints to tcg-target-con-str.hRichard Henderson2021-02-021-56/+18Star
* tcg: Remove movi and dupi opcodesRichard Henderson2021-01-131-1/+0Star
* tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson2021-01-071-2/+1Star
* tcg: Constify tcg_code_gen_epilogueRichard Henderson2021-01-071-2/+1Star
* tcg/arm: Support split-wx code generationRichard Henderson2021-01-071-16/+21
* tcg: Adjust tcg_register_jit for constRichard Henderson2021-01-071-1/+1
* tcg: Adjust tcg_out_call for constRichard Henderson2021-01-071-1/+1
* tcg: Adjust TCGLabel for constRichard Henderson2021-01-071-1/+1
* tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson2021-01-071-1/+1
* tcg: Remove TCG_CT_REGRichard Henderson2020-10-081-3/+0Star
* tcg: Drop union from TCGArgConstraintRichard Henderson2020-10-081-13/+13
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-0/+2362