aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/decode-new.c.inc
AgeCommit message (Expand)AuthorFilesLines
2024-05-10target/i386: move prefetch and multi-byte UD/NOP to new decoderPaolo Bonzini1-3/+21
2024-05-07target/i386: remove duplicate prefix decodingPaolo Bonzini1-12/+51
2024-05-07target/i386: remove now-converted opcodes from old decoderPaolo Bonzini1-3/+0
2024-05-07target/i386: port extensions of one-byte opcodes to new decoderPaolo Bonzini1-0/+20
2024-05-07target/i386: move BSWAP to new decoderPaolo Bonzini1-0/+9
2024-05-07target/i386: move remaining conditional operations to new decoderPaolo Bonzini1-0/+56
2024-05-07target/i386: move C0-FF opcodes to new decoder (except for x87)Paolo Bonzini1-0/+153
2024-05-07target/i386: move 60-BF opcodes to new decoderPaolo Bonzini1-0/+185
2024-05-07target/i386: allow instructions with more than one immediatePaolo Bonzini1-1/+1
2024-05-07target/i386: move 00-5F opcodes to new decoderPaolo Bonzini1-0/+120
2024-05-07target/i386: reintroduce debugging mechanismPaolo Bonzini1-0/+3
2023-12-29target/i386: implement CMPccXADDPaolo Bonzini1-0/+25
2023-12-29target/i386: introduce flags writeback mechanismPaolo Bonzini1-0/+34
2023-12-29target/i386: adjust decoding of J operandPaolo Bonzini1-10/+0
2023-12-29target/i386: do not decode string source/destination into decode->memPaolo Bonzini1-18/+2
2023-12-29target/i386: add X86_SPECIALs for MOVSX and MOVZXPaolo Bonzini1-5/+13
2023-12-29target/i386: rename zext0/zext2 and make them closer to the manualPaolo Bonzini1-8/+8
2023-12-29target/i386: reimplement check for validity of LOCK prefixPaolo Bonzini1-7/+10
2023-12-29target/i386: document more deviations from the manualPaolo Bonzini1-0/+12
2023-10-25target/i386: validate VEX.W for AVX instructionsPaolo Bonzini1-42/+102
2023-10-25target/i386: group common checks in the decoding phasePaolo Bonzini1-21/+64
2023-10-25target/i386: implement SHA instructionsPaolo Bonzini1-0/+11
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-1/+1
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-1/+1
2023-09-01target/i386: fix memory operand size for CVTPS2PDPaolo Bonzini1-2/+12
2023-09-01target/i386: generalize operand size "ph" for use in CVTPS2PDPaolo Bonzini1-3/+3
2023-08-04target/i386: Check CR0.TS before enter_mmxMatt Borgerson1-4/+6
2023-05-18target/i386: Fix exception classes for MOVNTPS/MOVNTPD.Ricky Zhou1-2/+3
2023-05-18target/i386: Fix exception classes for SSE/AVX instructions.Ricky Zhou1-23/+23
2023-05-18target/i386: Fix and add some comments next to SSE/AVX instructions.Ricky Zhou1-12/+12
2023-05-18target/i386: fix operand size for VCOMI/VUCOMI instructionsPaolo Bonzini1-2/+13
2023-03-05target/i386: Drop tcg_temp_freeRichard Henderson1-15/+0
2023-01-11target/i386: fix operand size of unary SSE operationsPaolo Bonzini1-5/+6
2022-12-01target/i386: allow MMX instructions with CR4.OSFXSR=0Paolo Bonzini1-1/+2
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini1-0/+40
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini1-0/+8
2022-10-18target/i386: remove old SSE decoderPaolo Bonzini1-3/+0
2022-10-18target/i386: move 3DNow to the new decoderPaolo Bonzini1-0/+10
2022-10-18target/i386: implement VLDMXCSR/VSTMXCSRPaolo Bonzini1-0/+25
2022-10-18target/i386: reimplement 0x0f 0x28-0x2f, add AVXPaolo Bonzini1-0/+56
2022-10-18target/i386: reimplement 0x0f 0x10-0x17, add AVXPaolo Bonzini1-0/+126
2022-10-18target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVXPaolo Bonzini1-0/+5
2022-10-18target/i386: reimplement 0x0f 0x38, add AVXPaolo Bonzini1-2/+110
2022-10-18target/i386: reimplement 0x0f 0x3a, add AVXPaolo Bonzini1-0/+75
2022-10-18target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVXPaolo Bonzini1-0/+53
2022-10-18target/i386: reimplement 0x0f 0x70-0x77, add AVXPaolo Bonzini1-4/+88
2022-10-18target/i386: reimplement 0x0f 0x78-0x7f, add AVXPaolo Bonzini1-0/+51
2022-10-18target/i386: reimplement 0x0f 0x50-0x5f, add AVXPaolo Bonzini1-0/+43
2022-10-18target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVXPaolo Bonzini1-0/+28
2022-10-18target/i386: reimplement 0x0f 0x60-0x6f, add AVXPaolo Bonzini1-0/+42