aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2024-12-13target/arm: Introduce gen_gvec_cls, gen_gvec_clzRichard Henderson4-49/+49
2024-12-13target/arm: Convert ABS, NEG to decodetreeRichard Henderson2-15/+35
2024-12-13target/arm: Convert SQABS, SQNEG to decodetreeRichard Henderson2-45/+89
2024-12-13target/arm: Convert handle_fmov to decodetreeRichard Henderson2-154/+80
2024-12-13target/arm: Convert FJCVTZS to decodetreeRichard Henderson2-21/+22
2024-12-13target/arm: Convert handle_fpfpcvt to decodetreeRichard Henderson2-207/+194
2024-12-13target/arm: Convert FCVT (scalar) to decodetreeRichard Henderson2-103/+72
2024-12-13target/arm: Convert FRINT{32, 64}[ZX] (scalar) to decodetreeRichard Henderson2-130/+23
2024-12-13target/arm: Convert BFCVT to decodetreeRichard Henderson2-19/+10
2024-12-13target/arm: Convert FRINT[NPMSAXI] (scalar) to decodetreeRichard Henderson2-80/+47
2024-12-13target/arm: Convert FSQRT (scalar) to decodetreeRichard Henderson2-11/+62
2024-12-13target/arm: Remove helper_sqrt_f16Richard Henderson3-14/+2
2024-12-13target/arm: Pass fpstatus to vfp_sqrt*Richard Henderson4-20/+19
2024-12-13target/arm: Convert FMOV, FABS, FNEG (scalar) to decodetreeRichard Henderson2-31/+81
2024-12-13target/arm: Fix decode of fp16 vector fabs, fneg, fsqrtRichard Henderson1-3/+3
2024-12-13target/arm: Convert FCMP, FCMPE, FCCMP, FCCMPE to decodetreeRichard Henderson2-179/+112
2024-12-13target/arm: Introduce fp_access_check_vector_hsdRichard Henderson1-81/+54
2024-12-13target/arm: Introduce fp_access_check_scalar_hsdRichard Henderson1-30/+32
2024-12-13target/arm: Convert disas_cond_select to decodetreeRichard Henderson2-70/+17
2024-12-13target/arm: Convert CCMP, CCMN to decodetreeRichard Henderson2-47/+25
2024-12-13target/arm: Convert SETF8, SETF16 to decodetreeRichard Henderson2-41/+11
2024-12-13target/arm: Convert RMIF to decodetreeRichard Henderson2-23/+12
2024-12-13target/arm: Convert disas_adc_sbc to decodetreeRichard Henderson2-27/+22
2024-12-13target/arm: Convert disas_data_proc_3src to decodetreeRichard Henderson2-76/+59
2024-12-13target/arm: Convert disas_add_sub_reg to decodetreeRichard Henderson2-46/+27
2024-12-13target/arm: Convert disas_add_sub_ext_reg to decodetreeRichard Henderson2-45/+29
2024-12-13target/arm: Convert disas_logic_reg to decodetreeRichard Henderson2-74/+50
2024-12-13target/arm: Convert XPAC[ID] to decodetreeRichard Henderson2-86/+16
2024-12-13target/arm: Convert PAC[ID]*, AUT[ID]* to decodetreeRichard Henderson2-128/+58
2024-12-13target/arm: Convert CLZ, CLS to decodetreeRichard Henderson2-42/+33
2024-12-13target/arm: Convert RBIT, REV16, REV32, REV64 to decodetreeRichard Henderson2-76/+72
2024-12-13target/arm: Convert PACGA to decodetreeRichard Henderson2-54/+13
2024-12-13target/arm: Convert SUBP, IRG, GMI to decodetreeRichard Henderson2-42/+59
2024-12-13target/arm: Convert CRC32, CRC32C to decodetreeRichard Henderson2-60/+53
2024-12-13target/arm: Convert LSLV, LSRV, ASRV, RORV to decodetreeRichard Henderson2-25/+25
2024-12-13target/arm: Convert UDIV, SDIV to decodetreeRichard Henderson2-32/+39
2024-12-13target/arm: Add section labels for "Data Processing (register)"Richard Henderson1-2/+17
2024-12-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-2/+2
2024-12-11target/arm: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/arm: Copy entire float_status in is_ebfRichard Henderson1-13/+7
2024-12-11target/arm: Set Float3NaNPropRule explicitlyPeter Maydell1-0/+5
2024-12-11target/arm: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-0/+3
2024-12-10arm: Replace type_register() with type_register_static()Zhao Liu2-2/+2
2024-11-26target/arm/tcg/: fix typo in FEAT namePierrick Bouvier1-1/+1
2024-11-26target/arm/tcg/cpu32.c: swap ATCM and BTCM register namesMichael Tokarev1-2/+2
2024-11-19target/arm/hvf: Add trace.h headerPeter Maydell2-1/+2
2024-11-19arm/ptw: Honour WXN/UWXN and SIF in short-format descriptorsPavel Skripkin1-31/+24
2024-11-19arm/ptw: Make get_S1prot accept decoded APPavel Skripkin1-8/+9
2024-11-16target/arm: Drop user-only special case in sve_stN_rRichard Henderson1-4/+0
2024-11-05target/arm: Enable FEAT_CMOW for -cpu maxGustavo Romero4-0/+12