aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg
AgeCommit message (Expand)AuthorFilesLines
2024-07-11target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetreeRichard Henderson2-499/+138
2024-07-11target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetreeRichard Henderson2-72/+87
2024-07-11target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetreeRichard Henderson2-50/+156
2024-07-11target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt()Peter Maydell1-0/+1
2024-07-11target/arm: Rename FPCR_ QC, NZCV macros to FPSR_Peter Maydell3-13/+13
2024-07-11target/arm: Store FPSR and FPCR in separate CPU state fieldsPeter Maydell4-12/+11
2024-07-11target/arm: Implement store_cpu_field_low32() macroPeter Maydell1-0/+7
2024-07-05target/arm: Make some MTE helpers widely availableGustavo Romero2-38/+73
2024-07-05target/arm: Fix exception case in allocation_tag_mem_probeGustavo Romero1-0/+3
2024-07-01target/arm: Enable FEAT_Debugv8p8 for -cpu maxGustavo Romero2-4/+4
2024-07-01target/arm: Move initialization of debug ID registersGustavo Romero1-3/+28
2024-07-01target/arm: Fix indentationGustavo Romero1-1/+1
2024-07-01target/arm: Delete dead code from disas_simd_indexedRichard Henderson1-93/+0
2024-07-01target/arm: Convert FCMLA to decodetreeRichard Henderson2-170/+74
2024-07-01target/arm: Convert FCADD to decodetreeRichard Henderson2-23/+13
2024-07-01target/arm: Add data argument to do_fp3_vectorRichard Henderson1-26/+26
2024-07-01target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetreeRichard Henderson2-28/+12
2024-07-01target/arm: Convert BFMLALB, BFMLALT to decodetreeRichard Henderson2-48/+31
2024-07-01target/arm: Convert BFDOT to decodetreeRichard Henderson2-15/+7
2024-07-01target/arm: Convert SUDOT, USDOT to decodetreeRichard Henderson2-27/+11
2024-07-01target/arm: Convert SDOT, UDOT to decodetreeRichard Henderson2-26/+35
2024-07-01target/arm: Convert SQRDMLAH, SQRDMLSH to decodetreeRichard Henderson3-124/+170
2024-07-01target/arm: Fix SQDMULH (by element) with Q=0Richard Henderson1-8/+16
2024-07-01target/arm: Fix VCMLA Dd, Dn, Dm[idx]Richard Henderson1-2/+2
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell4-0/+100
2024-05-30target/arm: Convert FCSEL to decodetreeRichard Henderson2-63/+49
2024-05-30target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetreeRichard Henderson2-148/+93
2024-05-30target/arm: Convert SQDMULH, SQRDMULH to decodetreeRichard Henderson3-196/+162
2024-05-30target/arm: Tidy SQDMULH, SQRDMULH (vector)Richard Henderson4-39/+31
2024-05-30target/arm: Convert MLA, MLS to decodetreeRichard Henderson2-54/+31
2024-05-30target/arm: Convert MUL, PMUL to decodetreeRichard Henderson2-31/+25
2024-05-30target/arm: Convert SABA, SABD, UABA, UABD to decodetreeRichard Henderson2-16/+10
2024-05-30target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetreeRichard Henderson2-16/+10
2024-05-30target/arm: Convert SRHADD, URHADD to decodetreeRichard Henderson2-8/+5
2024-05-30target/arm: Convert SRHADD, URHADD to gvecRichard Henderson5-91/+158
2024-05-30target/arm: Convert SHSUB, UHSUB to decodetreeRichard Henderson2-8/+5
2024-05-30target/arm: Convert SHSUB, UHSUB to gvecRichard Henderson5-39/+157
2024-05-30target/arm: Convert SHADD, UHADD to decodetreeRichard Henderson2-8/+5
2024-05-30target/arm: Convert SHADD, UHADD to gvecRichard Henderson5-39/+158
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_vecRichard Henderson1-3/+1
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}Richard Henderson1-4/+2
2024-05-30target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetreeRichard Henderson2-84/+60
2024-05-30target/arm: Convert ADD, SUB (vector) to decodetreeRichard Henderson2-15/+13
2024-05-30target/arm: Convert SQRSHL, UQRSHL to decodetreeRichard Henderson2-26/+26
2024-05-30target/arm: Convert SQRSHL and UQRSHL (register) to gvecRichard Henderson6-72/+63
2024-05-30target/arm: Convert SQSHL, UQSHL to decodetreeRichard Henderson2-25/+53
2024-05-30target/arm: Convert SQSHL and UQSHL (register) to gvecRichard Henderson6-22/+75
2024-05-30target/arm: Convert SRSHL, URSHL to decodetreeRichard Henderson2-15/+11
2024-05-30target/arm: Convert SRSHL and URSHL (register) to gvecRichard Henderson6-23/+74
2024-05-30target/arm: Convert SSHL, USHL to decodetreeRichard Henderson2-15/+32