Age | Commit message (Expand) | Author | Files | Lines |
13 days | target/arm: Convert FCVT* (vector, integer) to decodetree | Richard Henderson | 6 | -188/+102 |
13 days | target/arm: Convert FCVTZ[SU] (vector, fixed-point) to decodetree | Richard Henderson | 5 | -146/+32 |
13 days | target/arm: Convert [US]CVTF (vector) to decodetree | Richard Henderson | 4 | -168/+67 |
13 days | target/arm: Rename helper_gvec_vcvt_[hf][su] with _rz | Richard Henderson | 3 | -12/+12 |
13 days | target/arm: Convert [US]CVTF (vector, fixed-point) scalar to decodetree | Richard Henderson | 2 | -47/+8 |
13 days | target/arm: Convert [US]CVTF (vector, integer) scalar to decodetree | Richard Henderson | 2 | -10/+31 |
13 days | target/arm: Convert FCVT* (vector, fixed-point) scalar to decodetree | Richard Henderson | 2 | -3/+20 |
13 days | target/arm: Convert FCVT* (vector, integer) scalar to decodetree | Richard Henderson | 2 | -77/+86 |
13 days | target/arm: Convert FRINT* (vector) to decodetree | Richard Henderson | 2 | -111/+85 |
13 days | target/arm: Convert FSQRT (vector) to decodetree | Richard Henderson | 2 | -19/+53 |
13 days | target/arm: Convert FABS, FNEG (vector) to decodetree | Richard Henderson | 2 | -30/+31 |
13 days | target/arm: Implement gen_gvec_fabs, gen_gvec_fneg | Richard Henderson | 3 | -18/+22 |
13 days | target/arm: Convert SHLL to decodetree | Richard Henderson | 2 | -37/+40 |
13 days | target/arm: Convert FCVTXN to decodetree | Richard Henderson | 2 | -81/+24 |
13 days | target/arm: Convert FCVTN, BFCVTN to decodetree | Richard Henderson | 2 | -42/+52 |
13 days | target/arm: Convert XTN, SQXTUN, SQXTN, UQXTN to decodetree | Richard Henderson | 2 | -60/+102 |
13 days | target/arm: Introduce clear_vec | Richard Henderson | 1 | -9/+12 |
13 days | target/arm: Remove helper_neon_{add,sub}l_u{16,32} | Richard Henderson | 3 | -51/+11 |
13 days | target/arm: Convert handle_2misc_pairwise to decodetree | Richard Henderson | 4 | -98/+11 |
13 days | target/arm: Introduce gen_gvec_{s,u}{add,ada}lp | Richard Henderson | 5 | -170/+243 |
13 days | target/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.c | Richard Henderson | 4 | -45/+45 |
13 days | target/arm: Convert handle_rev to decodetree | Richard Henderson | 2 | -74/+10 |
13 days | target/arm: Introduce gen_gvec_rev{16,32,64} | Richard Henderson | 3 | -71/+81 |
13 days | target/arm: Convert CMGT, CMGE, GMLT, GMLE, CMEQ (zero) to decodetree | Richard Henderson | 2 | -64/+40 |
13 days | target/arm: Convert CNT, NOT, RBIT (vector) to decodetree | Richard Henderson | 2 | -28/+10 |
13 days | target/arm: Introduce gen_gvec_cnt, gen_gvec_rbit | Richard Henderson | 7 | -54/+63 |
13 days | target/arm: Convert CLS, CLZ (vector) to decodetree | Richard Henderson | 2 | -20/+19 |
13 days | target/arm: Introduce gen_gvec_cls, gen_gvec_clz | Richard Henderson | 4 | -49/+49 |
13 days | target/arm: Convert ABS, NEG to decodetree | Richard Henderson | 2 | -15/+35 |
13 days | target/arm: Convert SQABS, SQNEG to decodetree | Richard Henderson | 2 | -45/+89 |
13 days | target/arm: Convert handle_fmov to decodetree | Richard Henderson | 2 | -154/+80 |
13 days | target/arm: Convert FJCVTZS to decodetree | Richard Henderson | 2 | -21/+22 |
13 days | target/arm: Convert handle_fpfpcvt to decodetree | Richard Henderson | 2 | -207/+194 |
13 days | target/arm: Convert FCVT (scalar) to decodetree | Richard Henderson | 2 | -103/+72 |
13 days | target/arm: Convert FRINT{32, 64}[ZX] (scalar) to decodetree | Richard Henderson | 2 | -130/+23 |
13 days | target/arm: Convert BFCVT to decodetree | Richard Henderson | 2 | -19/+10 |
13 days | target/arm: Convert FRINT[NPMSAXI] (scalar) to decodetree | Richard Henderson | 2 | -80/+47 |
13 days | target/arm: Convert FSQRT (scalar) to decodetree | Richard Henderson | 2 | -11/+62 |
13 days | target/arm: Remove helper_sqrt_f16 | Richard Henderson | 3 | -14/+2 |
13 days | target/arm: Pass fpstatus to vfp_sqrt* | Richard Henderson | 4 | -20/+19 |
13 days | target/arm: Convert FMOV, FABS, FNEG (scalar) to decodetree | Richard Henderson | 2 | -31/+81 |
13 days | target/arm: Fix decode of fp16 vector fabs, fneg, fsqrt | Richard Henderson | 1 | -3/+3 |
13 days | target/arm: Convert FCMP, FCMPE, FCCMP, FCCMPE to decodetree | Richard Henderson | 2 | -179/+112 |
13 days | target/arm: Introduce fp_access_check_vector_hsd | Richard Henderson | 1 | -81/+54 |
13 days | target/arm: Introduce fp_access_check_scalar_hsd | Richard Henderson | 1 | -30/+32 |
13 days | target/arm: Convert disas_cond_select to decodetree | Richard Henderson | 2 | -70/+17 |
13 days | target/arm: Convert CCMP, CCMN to decodetree | Richard Henderson | 2 | -47/+25 |
13 days | target/arm: Convert SETF8, SETF16 to decodetree | Richard Henderson | 2 | -41/+11 |
13 days | target/arm: Convert RMIF to decodetree | Richard Henderson | 2 | -23/+12 |
13 days | target/arm: Convert disas_adc_sbc to decodetree | Richard Henderson | 2 | -27/+22 |