aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
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
2024-05-26target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}Richard Henderson
2024-05-26target/i386: Split out do_xsave_chkRichard Henderson
2024-05-26target/i386: Convert do_xrstor_* to X86AccessRichard Henderson
2024-05-26target/i386: Convert do_xsave_* to X86AccessRichard Henderson
2024-05-26tagret/i386: Convert do_fxsave, do_fxrstor to X86AccessRichard Henderson
2024-05-26target/i386: Convert do_xrstor_{fpu,mxcr,sse} to X86AccessRichard Henderson
2024-05-26target/i386: Convert do_xsave_{fpu,mxcr,sse} to X86AccessRichard Henderson
2024-05-26target/i386: Convert do_fsave, do_frstor to X86AccessRichard Henderson
2024-05-26target/i386: Convert do_fstenv to X86AccessRichard Henderson
2024-05-26target/i386: Convert do_fldenv to X86AccessRichard Henderson
2024-05-26target/i386: Convert helper_{fbld,fbst}_ST0 to X86AccessRichard Henderson
2024-05-26target/i386: Convert do_fldt, do_fstt to X86AccessRichard Henderson
2024-05-26target/i386: Add tcg/access.[ch]Richard Henderson
2024-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-05-25target/i386: remove aflag argument of gen_lea_v_segPaolo Bonzini
2024-05-25target/i386: clean up repeated string operationsPaolo Bonzini
2024-05-25target/i386: introduce gen_lea_ss_ofsPaolo Bonzini
2024-05-25target/i386: use mo_stacksize morePaolo Bonzini
2024-05-25target/i386: inline gen_add_A0_ds_segPaolo Bonzini
2024-05-25target/i386: split gen_ldst_modrm for load and storePaolo Bonzini
2024-05-25target/i386: reg in gen_ldst_modrm is always OR_TMP0Paolo Bonzini
2024-05-25target/i386: raze the gen_eob* junglePaolo Bonzini
2024-05-25target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the s...Paolo Bonzini
2024-05-25target/i386: avoid calling gen_eob_inhibit_irq before tb_stopPaolo Bonzini
2024-05-25target/i386: avoid calling gen_eob_syscall before tb_stopPaolo Bonzini
2024-05-25target/i386: document and group DISAS_* constantsPaolo Bonzini
2024-05-25target/i386: set CC_OP in helpers if they want CC_OP_EFLAGSPaolo Bonzini
2024-05-25target/i386: cpu_load_eflags already sets cc_opPaolo Bonzini