Age | Commit message (Expand) | Author | Files | Lines |
2023-10-25 | target/sparc: Remove disas_sparc_legacy | Richard Henderson | 1 | -144/+1 |
2023-10-25 | target/sparc: Convert FZERO, FONE to decodetree | Richard Henderson | 1 | -29/+40 |
2023-10-25 | target/sparc: Move FPACK16, FPACKFIX to decodetree | Richard Henderson | 1 | -15/+40 |
2023-10-25 | target/sparc: Move FPCMP* to decodetree | Richard Henderson | 1 | -52/+38 |
2023-10-25 | target/sparc: Convert FCMP, FCMPE to decodetree | Richard Henderson | 1 | -56/+89 |
2023-10-25 | target/sparc: Move FMOVR, FMOVcc, FMOVfcc to decodetree | Richard Henderson | 1 | -113/+79 |
2023-10-25 | target/sparc: Move FMOVq, FNEGq, FABSq to decodetree | Richard Henderson | 1 | -94/+48 |
2023-10-25 | target/sparc: Move FdTOq, FxTOq to decodetree | Richard Henderson | 1 | -21/+26 |
2023-10-25 | target/sparc: Move FiTOq, FsTOq to decodetree | Richard Henderson | 1 | -20/+24 |
2023-10-25 | target/sparc: Move FqTOd, FqTOx to decodetree | Richard Henderson | 1 | -22/+27 |
2023-10-25 | target/sparc: Move FqTOs, FqTOi to decodetree | Richard Henderson | 1 | -22/+26 |
2023-10-25 | target/sparc: Move FiTOd, FsTOd, FsTOx to decodetree | Richard Henderson | 1 | -40/+27 |
2023-10-25 | target/sparc: Move gen_fop_FD insns to decodetree | Richard Henderson | 1 | -24/+27 |
2023-10-25 | target/sparc: Move FDMULQ to decodetree | Richard Henderson | 1 | -19/+22 |
2023-10-25 | target/sparc: Move FSMULD to decodetree | Richard Henderson | 1 | -20/+23 |
2023-10-25 | target/sparc: Move gen_fop_QQQ insns to decodetree | Richard Henderson | 1 | -26/+26 |
2023-10-25 | target/sparc: Move gen_fop_DDD insns to decodetree | Richard Henderson | 1 | -27/+28 |
2023-10-25 | target/sparc: Move gen_fop_FFF insns to decodetree | Richard Henderson | 1 | -27/+27 |
2023-10-25 | target/sparc: Move FSQRTq to decodetree | Richard Henderson | 1 | -16/+22 |
2023-10-25 | target/sparc: Move gen_fop_DD insns to decodetree | Richard Henderson | 1 | -23/+27 |
2023-10-25 | target/sparc: Move gen_fop_FF insns to decodetree | Richard Henderson | 1 | -23/+24 |
2023-10-25 | target/sparc: Move gen_gsr_fop_DDD insns to decodetree | Richard Henderson | 1 | -49/+52 |
2023-10-25 | target/sparc: Move PDIST to decodetree | Richard Henderson | 1 | -19/+22 |
2023-10-25 | target/sparc: Move gen_ne_fop_DDD insns to decodetree | Richard Henderson | 1 | -106/+72 |
2023-10-25 | target/sparc: Move gen_ne_fop_FFF insns to decodetree | Richard Henderson | 1 | -73/+43 |
2023-10-25 | target/sparc: Use tcg_gen_vec_{add,sub}* | Richard Henderson | 1 | -8/+7 |
2023-10-25 | target/sparc: Move FMOVD, FNEGD, FABSD, FSRC*D, FNOT*D to decodetree | Richard Henderson | 1 | -42/+49 |
2023-10-25 | target/sparc: Move FMOVS, FNEGS, FABSS, FSRC*S, FNOT*S to decodetree | Richard Henderson | 1 | -43/+49 |
2023-10-25 | target/sparc: Move BMASK to decodetree | Richard Henderson | 1 | -9/+13 |
2023-10-25 | target/sparc: Move ADDRALIGN* to decodetree | Richard Henderson | 1 | -25/+31 |
2023-10-25 | target/sparc: Move ARRAY* to decodetree | Richard Henderson | 1 | -21/+36 |
2023-10-25 | target/sparc: Move EDGE* to decodetree | Richard Henderson | 1 | -159/+112 |
2023-10-25 | target/sparc: Merge LDFSR, LDXFSR implementations | Richard Henderson | 1 | -29/+13 |
2023-10-25 | target/sparc: Move LDFSR, STFSR to decodetree | Richard Henderson | 1 | -92/+60 |
2023-10-25 | target/sparc: Move asi fp load/store to decodetree | Richard Henderson | 1 | -138/+35 |
2023-10-25 | target/sparc: Move simple fp load/store to decodetree | Richard Henderson | 1 | -100/+94 |
2023-10-25 | target/sparc: Split out fp ldst functions with asi precomputed | Richard Henderson | 1 | -58/+80 |
2023-10-25 | target/sparc: Move PREFETCH, PREFETCHA to decodetree | Richard Henderson | 1 | -15/+8 |
2023-10-25 | target/sparc: Move CASA, CASXA to decodetree | Richard Henderson | 1 | -43/+29 |
2023-10-25 | target/sparc: Move SWAP, SWAPA to decodetree | Richard Henderson | 1 | -33/+25 |
2023-10-25 | target/sparc: Move LDSTUB, LDSTUBA to decodetree | Richard Henderson | 1 | -24/+22 |
2023-10-25 | target/sparc: Move asi integer load/store to decodetree | Richard Henderson | 1 | -111/+17 |
2023-10-25 | target/sparc: Move simple integer load/store to decodetree | Richard Henderson | 1 | -76/+120 |
2023-10-25 | target/sparc: Use tcg_gen_qemu_{ld,st}_i128 for GET_ASI_DTWINX | Richard Henderson | 1 | -8/+40 |
2023-10-25 | target/sparc: Split out ldst functions with asi pre-computed | Richard Henderson | 1 | -85/+116 |
2023-10-25 | target/sparc: Drop ifdef around get_asi and friends | Richard Henderson | 1 | -117/+72 |
2023-10-25 | target/sparc: Split out resolve_asi | Richard Henderson | 1 | -4/+21 |
2023-10-25 | target/sparc: Move DONE, RETRY to decodetree | Richard Henderson | 1 | -62/+26 |
2023-10-25 | target/sparc: Move FLUSH, SAVE, RESTORE to decodetree | Richard Henderson | 1 | -10/+25 |
2023-10-25 | target/sparc: Move JMPL, RETT, RETURN to decodetree | Richard Henderson | 1 | -45/+81 |