Age | Commit message (Expand) | Author | Files | Lines |
2024-12-13 | target/arm: Convert handle_2misc_pairwise to decodetree | Richard Henderson | 4 | -98/+11 |
2024-12-13 | target/arm: Introduce gen_gvec_{s,u}{add,ada}lp | Richard Henderson | 5 | -170/+243 |
2024-12-13 | target/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.c | Richard Henderson | 4 | -45/+45 |
2024-12-13 | target/arm: Convert handle_rev to decodetree | Richard Henderson | 2 | -74/+10 |
2024-12-13 | target/arm: Introduce gen_gvec_rev{16,32,64} | Richard Henderson | 3 | -71/+81 |
2024-12-13 | target/arm: Convert CMGT, CMGE, GMLT, GMLE, CMEQ (zero) to decodetree | Richard Henderson | 2 | -64/+40 |
2024-12-13 | target/arm: Convert CNT, NOT, RBIT (vector) to decodetree | Richard Henderson | 2 | -28/+10 |
2024-12-13 | target/arm: Introduce gen_gvec_cnt, gen_gvec_rbit | Richard Henderson | 7 | -54/+63 |
2024-12-13 | target/arm: Convert CLS, CLZ (vector) to decodetree | Richard Henderson | 2 | -20/+19 |
2024-12-13 | target/arm: Introduce gen_gvec_cls, gen_gvec_clz | Richard Henderson | 4 | -49/+49 |
2024-12-13 | target/arm: Convert ABS, NEG to decodetree | Richard Henderson | 2 | -15/+35 |
2024-12-13 | target/arm: Convert SQABS, SQNEG to decodetree | Richard Henderson | 2 | -45/+89 |
2024-12-13 | target/arm: Convert handle_fmov to decodetree | Richard Henderson | 2 | -154/+80 |
2024-12-13 | target/arm: Convert FJCVTZS to decodetree | Richard Henderson | 2 | -21/+22 |
2024-12-13 | target/arm: Convert handle_fpfpcvt to decodetree | Richard Henderson | 2 | -207/+194 |
2024-12-13 | target/arm: Convert FCVT (scalar) to decodetree | Richard Henderson | 2 | -103/+72 |
2024-12-13 | target/arm: Convert FRINT{32, 64}[ZX] (scalar) to decodetree | Richard Henderson | 2 | -130/+23 |
2024-12-13 | target/arm: Convert BFCVT to decodetree | Richard Henderson | 2 | -19/+10 |
2024-12-13 | target/arm: Convert FRINT[NPMSAXI] (scalar) to decodetree | Richard Henderson | 2 | -80/+47 |
2024-12-13 | target/arm: Convert FSQRT (scalar) to decodetree | Richard Henderson | 2 | -11/+62 |
2024-12-13 | target/arm: Remove helper_sqrt_f16 | Richard Henderson | 3 | -14/+2 |
2024-12-13 | target/arm: Pass fpstatus to vfp_sqrt* | Richard Henderson | 4 | -20/+19 |
2024-12-13 | target/arm: Convert FMOV, FABS, FNEG (scalar) to decodetree | Richard Henderson | 2 | -31/+81 |
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 | 2 | -179/+112 |
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 | 2 | -70/+17 |
2024-12-13 | target/arm: Convert CCMP, CCMN to decodetree | Richard Henderson | 2 | -47/+25 |
2024-12-13 | target/arm: Convert SETF8, SETF16 to decodetree | Richard Henderson | 2 | -41/+11 |
2024-12-13 | target/arm: Convert RMIF to decodetree | Richard Henderson | 2 | -23/+12 |
2024-12-13 | target/arm: Convert disas_adc_sbc to decodetree | Richard Henderson | 2 | -27/+22 |
2024-12-13 | target/arm: Convert disas_data_proc_3src to decodetree | Richard Henderson | 2 | -76/+59 |
2024-12-13 | target/arm: Convert disas_add_sub_reg to decodetree | Richard Henderson | 2 | -46/+27 |
2024-12-13 | target/arm: Convert disas_add_sub_ext_reg to decodetree | Richard Henderson | 2 | -45/+29 |
2024-12-13 | target/arm: Convert disas_logic_reg to decodetree | Richard Henderson | 2 | -74/+50 |
2024-12-13 | target/arm: Convert XPAC[ID] to decodetree | Richard Henderson | 2 | -86/+16 |
2024-12-13 | target/arm: Convert PAC[ID]*, AUT[ID]* to decodetree | Richard Henderson | 2 | -128/+58 |
2024-12-13 | target/arm: Convert CLZ, CLS to decodetree | Richard Henderson | 2 | -42/+33 |
2024-12-13 | target/arm: Convert RBIT, REV16, REV32, REV64 to decodetree | Richard Henderson | 2 | -76/+72 |
2024-12-13 | target/arm: Convert PACGA to decodetree | Richard Henderson | 2 | -54/+13 |
2024-12-13 | target/arm: Convert SUBP, IRG, GMI to decodetree | Richard Henderson | 2 | -42/+59 |
2024-12-13 | target/arm: Convert CRC32, CRC32C to decodetree | Richard Henderson | 2 | -60/+53 |
2024-12-13 | target/arm: Convert LSLV, LSRV, ASRV, RORV to decodetree | Richard Henderson | 2 | -25/+25 |
2024-12-13 | target/arm: Convert UDIV, SDIV to decodetree | Richard Henderson | 2 | -32/+39 |
2024-12-13 | target/arm: Add section labels for "Data Processing (register)" | Richard Henderson | 1 | -2/+17 |
2024-12-12 | target/hexagon: Make HVX vector args. restrict * | Anton Johansson | 1 | -18/+18 |
2024-12-12 | target/hexagon: Use argparse in all python scripts | Anton Johansson | 13 | -47/+109 |
2024-12-12 | target/hexagon: add enums for event, cause | Brian Cain | 1 | -9/+15 |
2024-12-12 | target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_* | Brian Cain | 4 | -13/+14 |