aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-12-13target/arm: Convert handle_2misc_pairwise to decodetreeRichard Henderson4-98/+11
2024-12-13target/arm: Introduce gen_gvec_{s,u}{add,ada}lpRichard Henderson5-170/+243
2024-12-13target/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.cRichard Henderson4-45/+45
2024-12-13target/arm: Convert handle_rev to decodetreeRichard Henderson2-74/+10
2024-12-13target/arm: Introduce gen_gvec_rev{16,32,64}Richard Henderson3-71/+81
2024-12-13target/arm: Convert CMGT, CMGE, GMLT, GMLE, CMEQ (zero) to decodetreeRichard Henderson2-64/+40
2024-12-13target/arm: Convert CNT, NOT, RBIT (vector) to decodetreeRichard Henderson2-28/+10
2024-12-13target/arm: Introduce gen_gvec_cnt, gen_gvec_rbitRichard Henderson7-54/+63
2024-12-13target/arm: Convert CLS, CLZ (vector) to decodetreeRichard Henderson2-20/+19
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-12target/hexagon: Make HVX vector args. restrict *Anton Johansson1-18/+18
2024-12-12target/hexagon: Use argparse in all python scriptsAnton Johansson13-47/+109
2024-12-12target/hexagon: add enums for event, causeBrian Cain1-9/+15
2024-12-12target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_*Brian Cain4-13/+14