aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-05-29target/s390x: Split per_breaking_event from per_branch_*Richard Henderson
2024-05-29target/s390x: Simplify help_branchRichard Henderson
2024-05-29target/s390x: Introduce help_goto_indirectRichard Henderson
2024-05-29target/s390x: Disable conditional branch-to-next for PERRichard Henderson
2024-05-29target/s390x: Record separate PER bits in TB flagsRichard Henderson
2024-05-29target/s390x: Update CR9 bitsRichard Henderson
2024-05-29target/s390x: Move cpu_get_tb_cpu_state out of lineRichard Henderson
2024-05-29target/s390x: Do not use unwind for per_check_exceptionRichard Henderson
2024-05-28target/arm: Convert disas_simd_3same_logic to decodetreeRichard Henderson
2024-05-28target/arm: Convert FMLAL, FMLSL to decodetreeRichard Henderson
2024-05-28target/arm: Use gvec for neon pmax, pminRichard Henderson
2024-05-28target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetreeRichard Henderson
2024-05-28target/arm: Use gvec for neon paddRichard Henderson
2024-05-28target/arm: Convert ADDP to decodetreeRichard Henderson
2024-05-28target/arm: Use gvec for neon faddp, fmaxp, fminpRichard Henderson
2024-05-28target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetreeRichard Henderson
2024-05-28target/arm: Convert FADDP to decodetreeRichard Henderson
2024-05-28target/arm: Convert FRECPS, FRSQRTS to decodetreeRichard Henderson
2024-05-28target/arm: Convert FABD to decodetreeRichard Henderson
2024-05-28target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetreeRichard Henderson
2024-05-28target/arm: Convert FMLA, FMLS to decodetreeRichard Henderson
2024-05-28target/arm: Convert FNMUL to decodetreeRichard Henderson
2024-05-28target/arm: Expand vfp neg and abs inlineRichard Henderson
2024-05-28target/arm: Introduce vfp_load_reg16Richard Henderson
2024-05-28target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetreeRichard Henderson
2024-05-28target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetreeRichard Henderson
2024-05-28target/arm: Convert FMULX to decodetreeRichard Henderson
2024-05-28target/arm: Convert Advanced SIMD copy to decodetreeRichard Henderson
2024-05-28target/arm: Convert XAR to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 3-register, imm2 to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 4-register to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 2-register SHA512 to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 3-register SHA512 to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 2-register SHA to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 3-register SHA to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic AES to decodetreeRichard Henderson
2024-05-28target/arm: Split out gengvec64.cRichard Henderson
2024-05-28target/arm: Split out gengvec.cRichard Henderson
2024-05-28target/arm: Verify sz=0 for Advanced SIMD scalar pairwise (fp16)Richard Henderson
2024-05-28target/arm: Fix decode of FMOV (hp) vs MOVIRichard Henderson
2024-05-28target/arm: Zero-extend writeback for fp16 FCVTZS (scalar, integer)Richard Henderson
2024-05-28target/arm: Use PLD, PLDW, PLI not NOP for t32Richard Henderson
2024-05-28hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registersZenghui Yu
2024-05-26Merge tag 'pull-lu-20240526' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor}Richard Henderson
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}Richard Henderson
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}Richard Henderson
2024-05-26target/i386: Convert do_xrstor to X86AccessRichard Henderson
2024-05-26target/i386: Convert do_xsave to X86AccessRichard Henderson
2024-05-26target/i386: Add {hw,sw}_reserved to X86LegacyXSaveAreaRichard Henderson