| Commit message (Expand) | Author | Age | Files | Lines |
| * | target/i386: implement CMPccXADD | Paolo Bonzini | 2023-12-29 | 1 | -0/+25 |
| * | target/i386: introduce flags writeback mechanism | Paolo Bonzini | 2023-12-29 | 1 | -0/+34 |
| * | target/i386: adjust decoding of J operand | Paolo Bonzini | 2023-12-29 | 1 | -10/+0 |
| * | target/i386: do not decode string source/destination into decode->mem | Paolo Bonzini | 2023-12-29 | 1 | -18/+2 |
| * | target/i386: add X86_SPECIALs for MOVSX and MOVZX | Paolo Bonzini | 2023-12-29 | 1 | -5/+13 |
| * | target/i386: rename zext0/zext2 and make them closer to the manual | Paolo Bonzini | 2023-12-29 | 1 | -8/+8 |
| * | target/i386: reimplement check for validity of LOCK prefix | Paolo Bonzini | 2023-12-29 | 1 | -7/+10 |
| * | target/i386: document more deviations from the manual | Paolo Bonzini | 2023-12-29 | 1 | -0/+12 |
| * | target/i386: validate VEX.W for AVX instructions | Paolo Bonzini | 2023-10-25 | 1 | -42/+102 |
| * | target/i386: group common checks in the decoding phase | Paolo Bonzini | 2023-10-25 | 1 | -21/+64 |
| * | target/i386: implement SHA instructions | Paolo Bonzini | 2023-10-25 | 1 | -0/+11 |
| * | accel/tcg: Replace CPUState.env_ptr with cpu_env() | Richard Henderson | 2023-10-04 | 1 | -1/+1 |
| * | tcg: Rename cpu_env to tcg_env | Richard Henderson | 2023-10-03 | 1 | -1/+1 |
| * | target/i386: fix memory operand size for CVTPS2PD | Paolo Bonzini | 2023-09-01 | 1 | -2/+12 |
| * | target/i386: generalize operand size "ph" for use in CVTPS2PD | Paolo Bonzini | 2023-09-01 | 1 | -3/+3 |
| * | target/i386: Check CR0.TS before enter_mmx | Matt Borgerson | 2023-08-04 | 1 | -4/+6 |
| * | target/i386: Fix exception classes for MOVNTPS/MOVNTPD. | Ricky Zhou | 2023-05-18 | 1 | -2/+3 |
| * | target/i386: Fix exception classes for SSE/AVX instructions. | Ricky Zhou | 2023-05-18 | 1 | -23/+23 |
| * | target/i386: Fix and add some comments next to SSE/AVX instructions. | Ricky Zhou | 2023-05-18 | 1 | -12/+12 |
| * | target/i386: fix operand size for VCOMI/VUCOMI instructions | Paolo Bonzini | 2023-05-18 | 1 | -2/+13 |
| * | target/i386: Drop tcg_temp_free | Richard Henderson | 2023-03-05 | 1 | -15/+0 |
| * | target/i386: fix operand size of unary SSE operations | Paolo Bonzini | 2023-01-11 | 1 | -5/+6 |
| * | target/i386: allow MMX instructions with CR4.OSFXSR=0 | Paolo Bonzini | 2022-12-01 | 1 | -1/+2 |
| * | target/i386: implement FMA instructions | Paolo Bonzini | 2022-10-22 | 1 | -0/+40 |
| * | target/i386: implement F16C instructions | Paolo Bonzini | 2022-10-20 | 1 | -0/+8 |
| * | target/i386: remove old SSE decoder | Paolo Bonzini | 2022-10-18 | 1 | -3/+0 |
| * | target/i386: move 3DNow to the new decoder | Paolo Bonzini | 2022-10-18 | 1 | -0/+10 |
| * | target/i386: implement VLDMXCSR/VSTMXCSR | Paolo Bonzini | 2022-10-18 | 1 | -0/+25 |
| * | target/i386: reimplement 0x0f 0x28-0x2f, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -0/+56 |
| * | target/i386: reimplement 0x0f 0x10-0x17, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -0/+126 |
| * | target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -0/+5 |
| * | target/i386: reimplement 0x0f 0x38, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -2/+110 |
| * | target/i386: reimplement 0x0f 0x3a, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -0/+75 |
| * | target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -0/+53 |
| * | target/i386: reimplement 0x0f 0x70-0x77, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -4/+88 |
| * | target/i386: reimplement 0x0f 0x78-0x7f, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -0/+51 |
| * | target/i386: reimplement 0x0f 0x50-0x5f, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -0/+43 |
| * | target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -0/+28 |
| * | target/i386: reimplement 0x0f 0x60-0x6f, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -0/+42 |
| * | target/i386: move scalar 0F 38 and 0F 3A instruction to new decoder | Paolo Bonzini | 2022-10-18 | 1 | -0/+59 |
| * | target/i386: validate SSE prefixes directly in the decoding table | Paolo Bonzini | 2022-10-18 | 1 | -0/+37 |
| * | target/i386: validate VEX prefixes via the instructions' exception classes | Paolo Bonzini | 2022-10-18 | 1 | -1/+163 |
| * | target/i386: add CPUID feature checks to new decoder | Paolo Bonzini | 2022-10-18 | 1 | -0/+55 |
| * | target/i386: add ALU load/writeback core | Paolo Bonzini | 2022-10-18 | 1 | -1/+32 |
| * | target/i386: add core of new i386 decoder | Paolo Bonzini | 2022-10-18 | 1 | -0/+748 |