Age | Commit message (Expand) | Author | Files | Lines |
2023-10-25 | target/sparc: Convert FCMP, FCMPE to decodetree | Richard Henderson | 2 | -56/+96 |
2023-10-25 | target/sparc: Move FMOVR, FMOVcc, FMOVfcc to decodetree | Richard Henderson | 2 | -113/+91 |
2023-10-25 | target/sparc: Move FMOVq, FNEGq, FABSq to decodetree | Richard Henderson | 2 | -94/+51 |
2023-10-25 | target/sparc: Move FdTOq, FxTOq to decodetree | Richard Henderson | 2 | -21/+28 |
2023-10-25 | target/sparc: Move FiTOq, FsTOq to decodetree | Richard Henderson | 2 | -20/+26 |
2023-10-25 | target/sparc: Move FqTOd, FqTOx to decodetree | Richard Henderson | 2 | -22/+29 |
2023-10-25 | target/sparc: Move FqTOs, FqTOi to decodetree | Richard Henderson | 2 | -22/+28 |
2023-10-25 | target/sparc: Move FiTOd, FsTOd, FsTOx to decodetree | Richard Henderson | 2 | -40/+30 |
2023-10-25 | target/sparc: Move gen_fop_FD insns to decodetree | Richard Henderson | 2 | -24/+30 |
2023-10-25 | target/sparc: Move FDMULQ to decodetree | Richard Henderson | 2 | -19/+23 |
2023-10-25 | target/sparc: Move FSMULD to decodetree | Richard Henderson | 2 | -20/+24 |
2023-10-25 | target/sparc: Move gen_fop_QQQ insns to decodetree | Richard Henderson | 2 | -26/+30 |
2023-10-25 | target/sparc: Move gen_fop_DDD insns to decodetree | Richard Henderson | 2 | -27/+32 |
2023-10-25 | target/sparc: Move gen_fop_FFF insns to decodetree | Richard Henderson | 2 | -27/+31 |
2023-10-25 | target/sparc: Move FSQRTq to decodetree | Richard Henderson | 2 | -16/+23 |
2023-10-25 | target/sparc: Move gen_fop_DD insns to decodetree | Richard Henderson | 2 | -23/+30 |
2023-10-25 | target/sparc: Move gen_fop_FF insns to decodetree | Richard Henderson | 2 | -23/+27 |
2023-10-25 | target/sparc: Move gen_gsr_fop_DDD insns to decodetree | Richard Henderson | 2 | -49/+55 |
2023-10-25 | target/sparc: Move PDIST to decodetree | Richard Henderson | 2 | -19/+23 |
2023-10-25 | target/sparc: Move gen_ne_fop_DDD insns to decodetree | Richard Henderson | 2 | -106/+98 |
2023-10-25 | target/sparc: Move gen_ne_fop_FFF insns to decodetree | Richard Henderson | 2 | -73/+59 |
2023-10-25 | target/sparc: Use tcg_gen_vec_{add,sub}* | Richard Henderson | 3 | -79/+7 |
2023-10-25 | target/sparc: Move FMOVD, FNEGD, FABSD, FSRC*D, FNOT*D to decodetree | Richard Henderson | 2 | -42/+56 |
2023-10-25 | target/sparc: Move FMOVS, FNEGS, FABSS, FSRC*S, FNOT*S to decodetree | Richard Henderson | 2 | -43/+62 |
2023-10-25 | target/sparc: Move BMASK to decodetree | Richard Henderson | 2 | -9/+15 |
2023-10-25 | target/sparc: Move ADDRALIGN* to decodetree | Richard Henderson | 2 | -25/+34 |
2023-10-25 | target/sparc: Move ARRAY* to decodetree | Richard Henderson | 2 | -21/+40 |
2023-10-25 | target/sparc: Move EDGE* to decodetree | Richard Henderson | 2 | -160/+133 |
2023-10-25 | target/sparc: Merge LDFSR, LDXFSR implementations | Richard Henderson | 3 | -46/+16 |
2023-10-25 | target/sparc: Move LDFSR, STFSR to decodetree | Richard Henderson | 2 | -92/+64 |
2023-10-25 | target/sparc: Move asi fp load/store to decodetree | Richard Henderson | 2 | -143/+81 |
2023-10-25 | target/sparc: Move simple fp load/store to decodetree | Richard Henderson | 2 | -100/+113 |
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 | 2 | -17/+14 |
2023-10-25 | target/sparc: Move CASA, CASXA to decodetree | Richard Henderson | 2 | -43/+36 |
2023-10-25 | target/sparc: Move SWAP, SWAPA to decodetree | Richard Henderson | 2 | -33/+29 |
2023-10-25 | target/sparc: Move LDSTUB, LDSTUBA to decodetree | Richard Henderson | 2 | -24/+26 |
2023-10-25 | target/sparc: Move asi integer load/store to decodetree | Richard Henderson | 2 | -111/+48 |
2023-10-25 | target/sparc: Move simple integer load/store to decodetree | Richard Henderson | 2 | -76/+142 |
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 | 2 | -62/+29 |
2023-10-25 | target/sparc: Move FLUSH, SAVE, RESTORE to decodetree | Richard Henderson | 2 | -10/+29 |
2023-10-25 | target/sparc: Move JMPL, RETT, RETURN to decodetree | Richard Henderson | 2 | -45/+88 |
2023-10-25 | target/sparc: Convert remaining v8 coproc insns to decodetree | Richard Henderson | 2 | -26/+17 |
2023-10-25 | target/sparc: Move POPC to decodetree | Richard Henderson | 2 | -47/+12 |
2023-10-25 | target/sparc: Move MOVcc, MOVR to decodetree | Richard Henderson | 2 | -56/+64 |
2023-10-25 | target/sparc: Move SLL, SRL, SRA to decodetree | Richard Henderson | 2 | -104/+92 |