aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg
AgeCommit message (Expand)AuthorFilesLines
2024-08-21target/i386: Fix tss access size in switch_tss_raRichard Henderson1-2/+3
2024-08-21target/i386: Fix carry flag for BLSIRichard Henderson4-1/+42
2024-08-21target/i386: Split out gen_prepare_val_nzRichard Henderson1-8/+14
2024-08-16target/i386: allow access_ptr to force slow path on failed probeAlex Bennée1-14/+13
2024-08-13target/i386: Assert MMX and XMM registers in rangeRichard Henderson1-2/+7
2024-08-13target/i386: Use unit not type in decode_modrmRichard Henderson1-4/+4
2024-08-13target/i386: Do not apply REX to MMX operandsRichard Henderson1-1/+4
2024-08-05target/i386: Fix VSIB decodeRichard Henderson2-11/+12
2024-07-29target/i386: Remove dead assignment to ss in do_interrupt64()Peter Maydell1-3/+2
2024-07-16target/i386/tcg: save current task state before loading new onePaolo Bonzini1-40/+45
2024-07-16target/i386/tcg: use X86Access for TSS accessPaolo Bonzini1-52/+58
2024-07-16target/i386/tcg: check for correct busy state before switching to a new taskPaolo Bonzini1-0/+5
2024-07-16target/i386/tcg: Compute MMU index oncePaolo Bonzini1-13/+22
2024-07-16target/i386/tcg: Reorg push/pop within seg_helper.cRichard Henderson1-222/+259
2024-07-16target/i386/tcg: use PUSHL/PUSHW for error codePaolo Bonzini1-9/+7
2024-07-16target/i386/tcg: Allow IRET from user mode to user mode with SMAPPaolo Bonzini1-9/+9
2024-07-16target/i386/tcg: Remove SEG_ADDLRichard Henderson1-6/+2
2024-07-16target/i386/tcg: fix POP to memory in long modePaolo Bonzini2-1/+2
2024-06-28target/i386: remove unused enumPaolo Bonzini1-16/+0
2024-06-28target/i386: give CC_OP_POPCNT low bits corresponding to MO_TLPaolo Bonzini1-2/+1
2024-06-28target/i386: use cpu_cc_dst for CC_OP_POPCNTPaolo Bonzini3-5/+5
2024-06-17target/i386: convert CMPXCHG to new decoderPaolo Bonzini3-80/+53
2024-06-17target/i386: convert XADD to new decoderPaolo Bonzini3-36/+26
2024-06-17target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT to new decoderPaolo Bonzini4-76/+133
2024-06-17target/i386: convert SHLD/SHRD to new decoderPaolo Bonzini3-84/+50
2024-06-17target/i386: adapt gen_shift_count for SHLD/SHRDPaolo Bonzini1-10/+10
2024-06-17target/i386: pull load/writeback out of gen_shiftd_rm_T1Paolo Bonzini1-41/+14
2024-06-17target/i386: convert non-grouped, helper-based 2-byte opcodesPaolo Bonzini5-170/+206
2024-06-17target/i386: split X86_CHECK_prot into PE and VM86 checksPaolo Bonzini2-4/+13
2024-06-17target/i386: finish converting 0F AE to the new decoderPaolo Bonzini4-194/+129
2024-06-17target/i386: fix bad sorting of entries in the 0F tablePaolo Bonzini1-47/+46
2024-06-17target/i386: replace read_crN helper with read_cr8Paolo Bonzini2-16/+6
2024-06-17target/i386: convert MOV from/to CR and DR to new decoderPaolo Bonzini4-84/+81
2024-06-11target/i386: fix processing of intercept 0 (read CR0)Paolo Bonzini2-2/+3
2024-06-11target/i386: replace NoSeg special with NoLoadEAPaolo Bonzini3-11/+9
2024-06-11target/i386: change X86_ENTRYwr to use T0, use it for movesPaolo Bonzini2-25/+25
2024-06-11target/i386: change X86_ENTRYr to use T0Paolo Bonzini2-20/+20
2024-06-11target/i386: put BLS* input in T1, use generic flag writebackPaolo Bonzini2-17/+11
2024-06-11target/i386: rewrite flags writeback for ADCX/ADOXPaolo Bonzini1-26/+35
2024-06-11target/i386: remove CPUX86State argument from generator functionsPaolo Bonzini3-289/+289
2024-06-08target/i386: fix size of EBP writeback in gen_enter()Mark Cave-Ayland1-1/+1
2024-06-08target/i386: fix SP when taking a memory fault during POPMark Cave-Ayland1-1/+1
2024-06-08target/i386: use gen_writeback() within gen_POP()Mark Cave-Ayland1-2/+2
2024-06-08target/i386: use local X86DecodedOp in gen_POP()Mark Cave-Ayland1-2/+4
2024-06-08target/i386: document use of DISAS_NORETURNPaolo Bonzini1-0/+11
2024-06-08target/i386: document incorrect semantics of watchpoint following MOV/POP SSPaolo Bonzini1-0/+6
2024-06-08target/i386: fix TF/RF handling for HLTPaolo Bonzini2-4/+15
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for PAUSEPaolo Bonzini1-0/+4
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for VMRUNPaolo Bonzini2-13/+38
2024-06-08target/i386: disable/enable breakpoints on vmentry/vmexitPaolo Bonzini1-10/+15