aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg
AgeCommit message (Expand)AuthorFilesLines
2022-10-26target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson2-15/+19
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini4-0/+93
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini3-1/+26
2022-10-20target/i386: introduce function to set rounding mode from FPCW or MXCSR bitsPaolo Bonzini1-39/+21
2022-10-20target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]Paolo Bonzini1-1/+1
2022-10-18target/i386: remove old SSE decoderPaolo Bonzini3-1722/+19
2022-10-18target/i386: move 3DNow to the new decoderPaolo Bonzini5-75/+74
2022-10-18target/i386: implement VLDMXCSR/VSTMXCSRPaolo Bonzini2-0/+45
2022-10-18target/i386: implement XSAVE and XRSTOR of AVX registersPaolo Bonzini1-3/+75
2022-10-18target/i386: reimplement 0x0f 0x28-0x2f, add AVXPaolo Bonzini3-0/+185
2022-10-18target/i386: reimplement 0x0f 0x10-0x17, add AVXPaolo Bonzini3-0/+254
2022-10-18target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVXPaolo Bonzini3-0/+81
2022-10-18target/i386: reimplement 0x0f 0x38, add AVXPaolo Bonzini4-7/+318
2022-10-18target/i386: Use tcg gvec ops for pmovmskbRichard Henderson1-5/+83
2022-10-18target/i386: reimplement 0x0f 0x3a, add AVXPaolo Bonzini3-1/+386
2022-10-18target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVXPaolo Bonzini4-11/+122
2022-10-18target/i386: reimplement 0x0f 0x70-0x77, add AVXPaolo Bonzini3-6/+293
2022-10-18target/i386: reimplement 0x0f 0x78-0x7f, add AVXPaolo Bonzini3-0/+138
2022-10-18target/i386: reimplement 0x0f 0x50-0x5f, add AVXPaolo Bonzini3-1/+210
2022-10-18target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVXPaolo Bonzini3-1/+63
2022-10-18target/i386: reimplement 0x0f 0x60-0x6f, add AVXPaolo Bonzini3-1/+262
2022-10-18target/i386: Introduce 256-bit vector helpersPaolo Bonzini1-0/+3
2022-10-18target/i386: provide 3-operand versions of unary scalar helpersPaolo Bonzini1-9/+13
2022-10-18target/i386: extend helpers to support VEX.V 3- and 4- operand encodingsPaolo Bonzini1-57/+124
2022-10-18target/i386: move scalar 0F 38 and 0F 3A instruction to new decoderPaolo Bonzini3-289/+321
2022-10-18target/i386: validate SSE prefixes directly in the decoding tablePaolo Bonzini2-0/+38
2022-10-18target/i386: validate VEX prefixes via the instructions' exception classesPaolo Bonzini4-12/+239
2022-10-18target/i386: add AVX_EN hflagPaul Brook1-0/+1
2022-10-18target/i386: add CPUID feature checks to new decoderPaolo Bonzini2-0/+75
2022-10-18target/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContextPaolo Bonzini1-0/+2
2022-10-18target/i386: add ALU load/writeback corePaolo Bonzini4-1/+212
2022-10-18target/i386: add core of new i386 decoderPaolo Bonzini4-8/+1020
2022-10-18target/i386: make rex_w available even in 32-bit modePaolo Bonzini1-5/+5
2022-10-18target/i386: make ldo/sto operations consistent with ldqPaolo Bonzini1-21/+22
2022-10-18target/i386: Use probe_access_full for final stage2 translationRichard Henderson1-14/+28
2022-10-18target/i386: Use atomic operations for pte updatesRichard Henderson1-74/+168
2022-10-18target/i386: Combine 5 sets of variables in mmu_translateRichard Henderson1-87/+91
2022-10-18target/i386: Use MMU_NESTED_IDX for vmload/vmsaveRichard Henderson2-136/+126
2022-10-18target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDXRichard Henderson2-29/+56
2022-10-18target/i386: Reorg GET_HPHYSRichard Henderson1-28/+95
2022-10-18target/i386: Introduce structures for mmu_translateRichard Henderson1-154/+174
2022-10-18target/i386: Direct call get_hphys from mmu_translateRichard Henderson1-8/+4
2022-10-18target/i386: Use MMUAccessType across excp_helper.cRichard Henderson1-13/+15
2022-10-18target/i386: Save and restore pc_save before tcg_remove_ops_afterRichard Henderson1-0/+8
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini1-26/+38
2022-10-11x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf1-0/+5
2022-10-11target/i386: Enable TARGET_TB_PCRELRichard Henderson2-29/+109
2022-10-11target/i386: Inline gen_jmp_imRichard Henderson1-10/+5
2022-10-11target/i386: Add cpu_eipRichard Henderson1-2/+11
2022-10-11target/i386: Create eip_cur_tlRichard Henderson1-1/+6