Age | Commit message (Expand) | Author | Files | Lines |
2023-11-05 | target/sparc: Remove DisasCompare.is_bool | Richard Henderson | 1 | -15/+7 |
2023-11-05 | target/sparc: Remove CC_OP leftovers | Richard Henderson | 1 | -89/+26 |
2023-11-05 | target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV | Richard Henderson | 1 | -2/+2 |
2023-11-05 | target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB | Richard Henderson | 1 | -155/+42 |
2023-11-05 | target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD | Richard Henderson | 1 | -160/+87 |
2023-11-05 | target/sparc: Remove CC_OP_DIV | Richard Henderson | 1 | -12/+58 |
2023-11-05 | target/sparc: Remove CC_OP_LOGIC | Richard Henderson | 1 | -39/+27 |
2023-11-05 | target/sparc: Split psr and xcc into components | Richard Henderson | 1 | -222/+136 |
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 |