Age | Commit message (Expand) | Author |
2022-10-18 | target/i386: Use tcg gvec ops for pmovmskb | Richard Henderson |
2022-10-18 | target/i386: reimplement 0x0f 0x3a, add AVX | Paolo Bonzini |
2022-10-18 | target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVX | Paolo Bonzini |
2022-10-18 | target/i386: reimplement 0x0f 0x70-0x77, add AVX | Paolo Bonzini |
2022-10-18 | target/i386: reimplement 0x0f 0x78-0x7f, add AVX | Paolo Bonzini |
2022-10-18 | target/i386: reimplement 0x0f 0x50-0x5f, add AVX | Paolo Bonzini |
2022-10-18 | target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX | Paolo Bonzini |
2022-10-18 | target/i386: reimplement 0x0f 0x60-0x6f, add AVX | Paolo Bonzini |
2022-10-18 | target/i386: Introduce 256-bit vector helpers | Paolo Bonzini |
2022-10-18 | target/i386: provide 3-operand versions of unary scalar helpers | Paolo Bonzini |
2022-10-18 | target/i386: extend helpers to support VEX.V 3- and 4- operand encodings | Paolo Bonzini |
2022-10-18 | target/i386: move scalar 0F 38 and 0F 3A instruction to new decoder | Paolo Bonzini |
2022-10-18 | target/i386: validate SSE prefixes directly in the decoding table | Paolo Bonzini |
2022-10-18 | target/i386: validate VEX prefixes via the instructions' exception classes | Paolo Bonzini |
2022-10-18 | target/i386: add AVX_EN hflag | Paul Brook |
2022-10-18 | target/i386: add CPUID feature checks to new decoder | Paolo Bonzini |
2022-10-18 | target/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContext | Paolo Bonzini |
2022-10-18 | target/i386: add ALU load/writeback core | Paolo Bonzini |
2022-10-18 | target/i386: add core of new i386 decoder | Paolo Bonzini |
2022-10-18 | target/i386: make rex_w available even in 32-bit mode | Paolo Bonzini |
2022-10-18 | target/i386: make ldo/sto operations consistent with ldq | Paolo Bonzini |
2022-10-18 | target/i386: Use probe_access_full for final stage2 translation | Richard Henderson |
2022-10-18 | target/i386: Use atomic operations for pte updates | Richard Henderson |
2022-10-18 | target/i386: Combine 5 sets of variables in mmu_translate | Richard Henderson |
2022-10-18 | target/i386: Use MMU_NESTED_IDX for vmload/vmsave | Richard Henderson |
2022-10-18 | target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDX | Richard Henderson |
2022-10-18 | target/i386: Reorg GET_HPHYS | Richard Henderson |
2022-10-18 | target/i386: Introduce structures for mmu_translate | Richard Henderson |
2022-10-18 | target/i386: Direct call get_hphys from mmu_translate | Richard Henderson |
2022-10-18 | target/i386: Use MMUAccessType across excp_helper.c | Richard Henderson |
2022-10-18 | target/i386: Save and restore pc_save before tcg_remove_ops_after | Richard Henderson |
2022-10-11 | linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate | Paolo Bonzini |
2022-10-11 | x86: Implement MSR_CORE_THREAD_COUNT MSR | Alexander Graf |
2022-10-11 | target/i386: Enable TARGET_TB_PCREL | Richard Henderson |
2022-10-11 | target/i386: Inline gen_jmp_im | Richard Henderson |
2022-10-11 | target/i386: Add cpu_eip | Richard Henderson |
2022-10-11 | target/i386: Create eip_cur_tl | Richard Henderson |
2022-10-11 | target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_rel | Richard Henderson |
2022-10-11 | target/i386: Remove MemOp argument to gen_op_j*_ecx | Richard Henderson |
2022-10-11 | target/i386: Use gen_jmp_rel for DISAS_TOO_MANY | Richard Henderson |
2022-10-11 | target/i386: Use gen_jmp_rel for gen_jcc | Richard Henderson |
2022-10-11 | target/i386: Use gen_jmp_rel for loop, repz, jecxz insns | Richard Henderson |
2022-10-11 | target/i386: Create gen_jmp_rel | Richard Henderson |
2022-10-11 | target/i386: Use DISAS_TOO_MANY to exit after gen_io_start | Richard Henderson |
2022-10-11 | target/i386: Create eip_next_* | Richard Henderson |
2022-10-11 | target/i386: Truncate values for lcall_real to i32 | Richard Henderson |
2022-10-11 | target/i386: Introduce DISAS_JUMP | Richard Henderson |
2022-10-11 | target/i386: Remove cur_eip, next_eip arguments to gen_repz* | Richard Henderson |
2022-10-11 | target/i386: Create cur_insn_len, cur_insn_len_i32 | Richard Henderson |
2022-10-11 | target/i386: USe DISAS_EOB_ONLY | Richard Henderson |