Age | Commit message (Expand) | Author | Files | Lines |
2024-12-13 | hw/virtio/virtio-nsm: Support string data for extendPCR | Dorjoy Chowdhury | 1 | -7/+14 |
2024-12-13 | hw/core/eif: Use stateful qcrypto apis | Dorjoy Chowdhury | 3 | -139/+91 |
2024-12-13 | docs/nitro-enclave: Fix terminal commands formatting | Dorjoy Chowdhury | 1 | -4/+4 |
2024-12-13 | target/arm: Convert FCVTL to decodetree | Richard Henderson | 2 | -186/+18 |
2024-12-13 | target/arm: Convert URECPE and URSQRTE to decodetree | Richard Henderson | 2 | -134/+8 |
2024-12-13 | target/arm: Introduce gen_gvec_urecpe, gen_gvec_ursqrte | Richard Henderson | 5 | -2/+48 |
2024-12-13 | target/arm: Convert FRECPE, FRECPX, FRSQRTE to decodetree | Richard Henderson | 2 | -291/+53 |
2024-12-13 | target/arm: Convert handle_2misc_fcmp_zero to decodetree | Richard Henderson | 4 | -150/+138 |
2024-12-13 | target/arm: Convert FCVT* (vector, integer) to decodetree | Richard Henderson | 6 | -188/+102 |
2024-12-13 | target/arm: Convert FCVTZ[SU] (vector, fixed-point) to decodetree | Richard Henderson | 5 | -146/+32 |
2024-12-13 | target/arm: Convert [US]CVTF (vector) to decodetree | Richard Henderson | 4 | -168/+67 |
2024-12-13 | target/arm: Rename helper_gvec_vcvt_[hf][su] with _rz | Richard Henderson | 3 | -12/+12 |
2024-12-13 | target/arm: Convert [US]CVTF (vector, fixed-point) scalar to decodetree | Richard Henderson | 2 | -47/+8 |
2024-12-13 | target/arm: Convert [US]CVTF (vector, integer) scalar to decodetree | Richard Henderson | 2 | -10/+31 |
2024-12-13 | target/arm: Convert FCVT* (vector, fixed-point) scalar to decodetree | Richard Henderson | 2 | -3/+20 |
2024-12-13 | target/arm: Convert FCVT* (vector, integer) scalar to decodetree | Richard Henderson | 2 | -77/+86 |
2024-12-13 | target/arm: Convert FRINT* (vector) to decodetree | Richard Henderson | 2 | -111/+85 |
2024-12-13 | target/arm: Convert FSQRT (vector) to decodetree | Richard Henderson | 2 | -19/+53 |
2024-12-13 | target/arm: Convert FABS, FNEG (vector) to decodetree | Richard Henderson | 2 | -30/+31 |
2024-12-13 | target/arm: Implement gen_gvec_fabs, gen_gvec_fneg | Richard Henderson | 3 | -18/+22 |
2024-12-13 | target/arm: Convert SHLL to decodetree | Richard Henderson | 2 | -37/+40 |
2024-12-13 | target/arm: Convert FCVTXN to decodetree | Richard Henderson | 2 | -81/+24 |
2024-12-13 | target/arm: Convert FCVTN, BFCVTN to decodetree | Richard Henderson | 2 | -42/+52 |
2024-12-13 | target/arm: Convert XTN, SQXTUN, SQXTN, UQXTN to decodetree | Richard Henderson | 2 | -60/+102 |
2024-12-13 | target/arm: Introduce clear_vec | Richard Henderson | 1 | -9/+12 |
2024-12-13 | target/arm: Remove helper_neon_{add,sub}l_u{16,32} | Richard Henderson | 3 | -51/+11 |
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 |