aboutsummaryrefslogtreecommitdiff
path: root/tcg/arm/tcg-target.c.inc
AgeCommit message (Expand)AuthorFilesLines
2021-09-14tcg/arm: More use of the TCGReg enumRichard Henderson1-30/+35
2021-09-14tcg/arm: More use of the ARMInsn enumRichard Henderson1-10/+10
2021-09-14tcg/arm: Give enum arm_cond_code_e a typedef and use itRichard Henderson1-68/+68
2021-09-14tcg/arm: Drop inline markersRichard Henderson1-120/+114
2021-09-14tcg/arm: Simplify usage of encode_immRichard Henderson1-64/+77
2021-09-14tcg/arm: Split out tcg_out_ldstmRichard Henderson1-2/+17
2021-09-14tcg/arm: Support armv4t in tcg_out_goto and tcg_out_callRichard Henderson1-15/+34
2021-09-14tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}Richard Henderson1-16/+22
2021-09-14tcg/arm: Fix tcg_out_vec_op function signatureJose R. Ziviani1-1/+2
2021-07-09misc: Fix "havn't" typoPhilippe Mathieu-Daudé1-2/+4
2021-06-29tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson1-138/+76
2021-06-29tcg/arm: Support bswap flagsRichard Henderson1-38/+63
2021-06-13tcg/arm: Fix tcg_out_op function signatureJose R. Ziviani1-1/+2
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_rotv_vecRichard Henderson1-1/+34
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_roti_vecRichard Henderson1-0/+15
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_shv_vecRichard Henderson1-1/+60
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_bitsel_vecRichard Henderson1-2/+20
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_minmax_vecRichard Henderson1-0/+24
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_sat_vecRichard Henderson1-0/+24
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_mul_vecRichard Henderson1-0/+6
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_shi_vecRichard Henderson1-0/+27
2021-06-04tcg/arm: Implement andc, orc, abs, neg, not vector operationsRichard Henderson1-0/+38
2021-06-04tcg/arm: Implement minimal vector operationsRichard Henderson1-5/+192
2021-06-04tcg/arm: Implement tcg_out_dup*_vecRichard Henderson1-8/+275
2021-06-04tcg/arm: Implement tcg_out_mov for vector typesRichard Henderson1-6/+46
2021-06-04tcg/arm: Implement tcg_out_ld/st for vector typesRichard Henderson1-6/+64
2021-06-04tcg/arm: Add host vector frameworkRichard Henderson1-18/+99
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson1-4/+1
2021-02-02tcg/arm: Split out constraint sets to tcg-target-con-set.hRichard Henderson1-63/+33
2021-02-02tcg/arm: Split out target constraints to tcg-target-con-str.hRichard Henderson1-56/+18
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson1-1/+0
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson1-2/+1
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson1-2/+1
2021-01-07tcg/arm: Support split-wx code generationRichard Henderson1-16/+21
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson1-1/+1
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson1-1/+1
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson1-1/+1
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson1-1/+1
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson1-3/+0
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson1-13/+13
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-0/+2362