Age | Commit message (Expand) | Author | Files | Lines |
2024-12-17 | target/arm: Add decodetree entry for DSB nXS variant | Manos Pitsidianakis | 1 | -0/+9 |
2024-12-17 | target/arm: Use float_status in helper_vfp_fcvt{ds,sd} | Richard Henderson | 1 | -5/+10 |
2024-12-17 | target/arm: Use float_status in helper_fcvtx_f64_to_f32 | Richard Henderson | 1 | -1/+1 |
2024-12-13 | target/arm: Convert FCVTL to decodetree | Richard Henderson | 1 | -186/+16 |
2024-12-13 | target/arm: Convert URECPE and URSQRTE to decodetree | Richard Henderson | 1 | -134/+5 |
2024-12-13 | target/arm: Convert FRECPE, FRECPX, FRSQRTE to decodetree | Richard Henderson | 1 | -291/+38 |
2024-12-13 | target/arm: Convert handle_2misc_fcmp_zero to decodetree | Richard Henderson | 1 | -149/+100 |
2024-12-13 | target/arm: Convert FCVT* (vector, integer) to decodetree | Richard Henderson | 1 | -154/+73 |
2024-12-13 | target/arm: Convert FCVTZ[SU] (vector, fixed-point) to decodetree | Richard Henderson | 1 | -146/+14 |
2024-12-13 | target/arm: Convert [US]CVTF (vector) to decodetree | Richard Henderson | 1 | -166/+37 |
2024-12-13 | target/arm: Convert [US]CVTF (vector, fixed-point) scalar to decodetree | Richard Henderson | 1 | -47/+0 |
2024-12-13 | target/arm: Convert [US]CVTF (vector, integer) scalar to decodetree | Richard Henderson | 1 | -10/+25 |
2024-12-13 | target/arm: Convert FCVT* (vector, fixed-point) scalar to decodetree | Richard Henderson | 1 | -3/+1 |
2024-12-13 | target/arm: Convert FCVT* (vector, integer) scalar to decodetree | Richard Henderson | 1 | -77/+56 |
2024-12-13 | target/arm: Convert FRINT* (vector) to decodetree | Richard Henderson | 1 | -111/+59 |
2024-12-13 | target/arm: Convert FSQRT (vector) to decodetree | Richard Henderson | 1 | -19/+50 |
2024-12-13 | target/arm: Convert FABS, FNEG (vector) to decodetree | Richard Henderson | 1 | -30/+24 |
2024-12-13 | target/arm: Convert SHLL to decodetree | Richard Henderson | 1 | -37/+38 |
2024-12-13 | target/arm: Convert FCVTXN to decodetree | Richard Henderson | 1 | -81/+20 |
2024-12-13 | target/arm: Convert FCVTN, BFCVTN to decodetree | Richard Henderson | 1 | -42/+47 |
2024-12-13 | target/arm: Convert XTN, SQXTUN, SQXTN, UQXTN to decodetree | Richard Henderson | 1 | -60/+93 |
2024-12-13 | target/arm: Introduce clear_vec | Richard Henderson | 1 | -9/+12 |
2024-12-13 | target/arm: Convert handle_2misc_pairwise to decodetree | Richard Henderson | 1 | -78/+6 |
2024-12-13 | target/arm: Convert handle_rev to decodetree | Richard Henderson | 1 | -74/+5 |
2024-12-13 | target/arm: Convert CMGT, CMGE, GMLT, GMLE, CMEQ (zero) to decodetree | Richard Henderson | 1 | -64/+30 |
2024-12-13 | target/arm: Convert CNT, NOT, RBIT (vector) to decodetree | Richard Henderson | 1 | -28/+6 |
2024-12-13 | target/arm: Introduce gen_gvec_cnt, gen_gvec_rbit | Richard Henderson | 1 | -23/+9 |
2024-12-13 | target/arm: Convert CLS, CLZ (vector) to decodetree | Richard Henderson | 1 | -20/+17 |
2024-12-13 | target/arm: Introduce gen_gvec_cls, gen_gvec_clz | Richard Henderson | 1 | -22/+7 |
2024-12-13 | target/arm: Convert ABS, NEG to decodetree | Richard Henderson | 1 | -15/+31 |
2024-12-13 | target/arm: Convert SQABS, SQNEG to decodetree | Richard Henderson | 1 | -45/+78 |
2024-12-13 | target/arm: Convert handle_fmov to decodetree | Richard Henderson | 1 | -154/+66 |
2024-12-13 | target/arm: Convert FJCVTZS to decodetree | Richard Henderson | 1 | -21/+20 |
2024-12-13 | target/arm: Convert handle_fpfpcvt to decodetree | Richard Henderson | 1 | -207/+154 |
2024-12-13 | target/arm: Convert FCVT (scalar) to decodetree | Richard Henderson | 1 | -103/+65 |
2024-12-13 | target/arm: Convert FRINT{32, 64}[ZX] (scalar) to decodetree | Richard Henderson | 1 | -130/+18 |
2024-12-13 | target/arm: Convert BFCVT to decodetree | Richard Henderson | 1 | -19/+7 |
2024-12-13 | target/arm: Convert FRINT[NPMSAXI] (scalar) to decodetree | Richard Henderson | 1 | -80/+39 |
2024-12-13 | target/arm: Convert FSQRT (scalar) to decodetree | Richard Henderson | 1 | -11/+61 |
2024-12-13 | target/arm: Remove helper_sqrt_f16 | Richard Henderson | 1 | -2/+2 |
2024-12-13 | target/arm: Pass fpstatus to vfp_sqrt* | Richard Henderson | 1 | -8/+7 |
2024-12-13 | target/arm: Convert FMOV, FABS, FNEG (scalar) to decodetree | Richard Henderson | 1 | -31/+74 |
2024-12-13 | target/arm: Fix decode of fp16 vector fabs, fneg, fsqrt | Richard Henderson | 1 | -3/+3 |
2024-12-13 | target/arm: Convert FCMP, FCMPE, FCCMP, FCCMPE to decodetree | Richard Henderson | 1 | -179/+104 |
2024-12-13 | target/arm: Introduce fp_access_check_vector_hsd | Richard Henderson | 1 | -81/+54 |
2024-12-13 | target/arm: Introduce fp_access_check_scalar_hsd | Richard Henderson | 1 | -30/+32 |
2024-12-13 | target/arm: Convert disas_cond_select to decodetree | Richard Henderson | 1 | -70/+14 |
2024-12-13 | target/arm: Convert CCMP, CCMN to decodetree | Richard Henderson | 1 | -45/+21 |
2024-12-13 | target/arm: Convert SETF8, SETF16 to decodetree | Richard Henderson | 1 | -41/+7 |
2024-12-13 | target/arm: Convert RMIF to decodetree | Richard Henderson | 1 | -23/+9 |