Age | Commit message (Expand) | Author | Files | Lines |
2022-10-22 | target/i386: implement FMA instructions | Paolo Bonzini | 7 | -2/+134 |
2022-10-20 | target/i386: implement F16C instructions | Paolo Bonzini | 7 | -4/+66 |
2022-10-20 | target/i386: introduce function to set rounding mode from FPCW or MXCSR bits | Paolo Bonzini | 2 | -95/+25 |
2022-10-20 | target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1] | Paolo Bonzini | 1 | -1/+1 |
2022-10-18 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 17 | -2795/+5795 |
2022-10-18 | Merge tag 'pull-ppc-20221017' of https://gitlab.com/danielhb/qemu into staging | Stefan Hajnoczi | 2 | -1/+6 |
2022-10-18 | target/i386: remove old SSE decoder | Paolo Bonzini | 5 | -1907/+19 |
2022-10-18 | target/i386: move 3DNow to the new decoder | Paolo Bonzini | 6 | -76/+74 |
2022-10-18 | target/i386: Enable AVX cpuid bits when using TCG | Paul Brook | 1 | -5/+5 |
2022-10-18 | target/i386: implement VLDMXCSR/VSTMXCSR | Paolo Bonzini | 2 | -0/+45 |
2022-10-18 | target/i386: implement XSAVE and XRSTOR of AVX registers | Paolo Bonzini | 1 | -3/+75 |
2022-10-18 | target/i386: reimplement 0x0f 0x28-0x2f, add AVX | Paolo Bonzini | 3 | -0/+185 |
2022-10-18 | target/i386: reimplement 0x0f 0x10-0x17, add AVX | Paolo Bonzini | 5 | -0/+264 |
2022-10-18 | target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVX | Paolo Bonzini | 3 | -0/+81 |
2022-10-18 | target/i386: reimplement 0x0f 0x38, add AVX | Paolo Bonzini | 6 | -8/+524 |
2022-10-18 | target/i386: Use tcg gvec ops for pmovmskb | Richard Henderson | 1 | -5/+83 |
2022-10-18 | target/i386: reimplement 0x0f 0x3a, add AVX | Paolo Bonzini | 5 | -1/+491 |
2022-10-18 | target/i386: clarify (un)signedness of immediates from 0F3Ah opcodes | Paolo Bonzini | 2 | -5/+5 |
2022-10-18 | target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVX | Paolo Bonzini | 4 | -11/+122 |
2022-10-18 | target/i386: reimplement 0x0f 0x70-0x77, add AVX | Paolo Bonzini | 3 | -6/+293 |
2022-10-18 | target/i386: reimplement 0x0f 0x78-0x7f, add AVX | Paolo Bonzini | 3 | -0/+138 |
2022-10-18 | target/i386: reimplement 0x0f 0x50-0x5f, add AVX | Paolo Bonzini | 3 | -1/+210 |
2022-10-18 | target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX | Paolo Bonzini | 3 | -1/+63 |
2022-10-18 | target/i386: reimplement 0x0f 0x60-0x6f, add AVX | Paolo Bonzini | 3 | -1/+262 |
2022-10-18 | target/i386: Introduce 256-bit vector helpers | Paolo Bonzini | 4 | -0/+14 |
2022-10-18 | target/i386: implement additional AVX comparison operators | Paolo Bonzini | 2 | -0/+65 |
2022-10-18 | target/i386: provide 3-operand versions of unary scalar helpers | Paolo Bonzini | 3 | -25/+61 |
2022-10-18 | target/i386: support operand merging in binary scalar helpers | Paolo Bonzini | 1 | -0/+16 |
2022-10-18 | target/i386: extend helpers to support VEX.V 3- and 4- operand encodings | Paolo Bonzini | 3 | -238/+265 |
2022-10-18 | target/i386: Prepare ops_sse_header.h for 256 bit AVX | Paul Brook | 1 | -40/+76 |
2022-10-18 | target/i386: move scalar 0F 38 and 0F 3A instruction to new decoder | Paolo Bonzini | 3 | -289/+321 |
2022-10-18 | target/i386: validate SSE prefixes directly in the decoding table | Paolo Bonzini | 2 | -0/+38 |
2022-10-18 | target/i386: validate VEX prefixes via the instructions' exception classes | Paolo Bonzini | 4 | -12/+239 |
2022-10-18 | target/i386: add AVX_EN hflag | Paul Brook | 3 | -0/+16 |
2022-10-18 | target/i386: add CPUID feature checks to new decoder | Paolo Bonzini | 2 | -0/+75 |
2022-10-18 | target/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContext | Paolo Bonzini | 1 | -0/+2 |
2022-10-18 | target/i386: add ALU load/writeback core | Paolo Bonzini | 4 | -1/+212 |
2022-10-18 | target/i386: add core of new i386 decoder | Paolo Bonzini | 4 | -8/+1020 |
2022-10-18 | target/i386: make rex_w available even in 32-bit mode | Paolo Bonzini | 1 | -5/+5 |
2022-10-18 | target/i386: make ldo/sto operations consistent with ldq | Paolo Bonzini | 1 | -21/+22 |
2022-10-18 | target/i386: Define XMMReg and access macros, align ZMM registers | Richard Henderson | 1 | -14/+44 |
2022-10-18 | target/i386: Use probe_access_full for final stage2 translation | Richard Henderson | 1 | -14/+28 |
2022-10-18 | target/i386: Use atomic operations for pte updates | Richard Henderson | 1 | -74/+168 |
2022-10-18 | target/i386: Combine 5 sets of variables in mmu_translate | Richard Henderson | 1 | -87/+91 |
2022-10-18 | target/i386: Use MMU_NESTED_IDX for vmload/vmsave | Richard Henderson | 3 | -138/+126 |
2022-10-18 | target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDX | Richard Henderson | 4 | -30/+60 |
2022-10-18 | target/i386: Reorg GET_HPHYS | Richard Henderson | 1 | -28/+95 |
2022-10-18 | target/i386: Introduce structures for mmu_translate | Richard Henderson | 1 | -154/+174 |
2022-10-18 | target/i386: Direct call get_hphys from mmu_translate | Richard Henderson | 1 | -8/+4 |
2022-10-18 | target/i386: Use MMUAccessType across excp_helper.c | Richard Henderson | 1 | -13/+15 |