aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg
AgeCommit message (Expand)Author
2022-10-18target/i386: Direct call get_hphys from mmu_translateRichard Henderson
2022-10-18target/i386: Use MMUAccessType across excp_helper.cRichard Henderson
2022-10-18target/i386: Save and restore pc_save before tcg_remove_ops_afterRichard Henderson
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini
2022-10-11x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf
2022-10-11target/i386: Enable TARGET_TB_PCRELRichard Henderson
2022-10-11target/i386: Inline gen_jmp_imRichard Henderson
2022-10-11target/i386: Add cpu_eipRichard Henderson
2022-10-11target/i386: Create eip_cur_tlRichard Henderson
2022-10-11target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_relRichard Henderson
2022-10-11target/i386: Remove MemOp argument to gen_op_j*_ecxRichard Henderson
2022-10-11target/i386: Use gen_jmp_rel for DISAS_TOO_MANYRichard Henderson
2022-10-11target/i386: Use gen_jmp_rel for gen_jccRichard Henderson
2022-10-11target/i386: Use gen_jmp_rel for loop, repz, jecxz insnsRichard Henderson
2022-10-11target/i386: Create gen_jmp_relRichard Henderson
2022-10-11target/i386: Use DISAS_TOO_MANY to exit after gen_io_startRichard Henderson
2022-10-11target/i386: Create eip_next_*Richard Henderson
2022-10-11target/i386: Truncate values for lcall_real to i32Richard Henderson
2022-10-11target/i386: Introduce DISAS_JUMPRichard Henderson
2022-10-11target/i386: Remove cur_eip, next_eip arguments to gen_repz*Richard Henderson
2022-10-11target/i386: Create cur_insn_len, cur_insn_len_i32Richard Henderson
2022-10-11target/i386: USe DISAS_EOB_ONLYRichard Henderson
2022-10-11target/i386: Use DISAS_EOB_NEXTRichard Henderson
2022-10-11target/i386: Use DISAS_EOB* in gen_movl_seg_T0Richard Henderson
2022-10-11target/i386: Introduce DISAS_EOB*Richard Henderson
2022-10-11target/i386: Create gen_update_eip_nextRichard Henderson
2022-10-11target/i386: Create gen_update_eip_curRichard Henderson
2022-10-11target/i386: Remove cur_eip, next_eip arguments to gen_interruptRichard Henderson
2022-10-11target/i386: Remove cur_eip argument to gen_exceptionRichard Henderson
2022-10-11target/i386: Return bool from disas_insnRichard Henderson
2022-10-11target/i386: Remove pc_startRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-09-19target/i386: introduce insn_get_addrPaolo Bonzini
2022-09-19target/i386: REPZ and REPNZ are mutually exclusivePaolo Bonzini
2022-09-19target/i386: fix INSERTQ implementationPaolo Bonzini
2022-09-18target/i386: Raise #GP on unaligned m128 accesses when required.Paolo Bonzini
2022-09-06target/i386: Make translator stop before the end of a pageIlya Leoshkevich
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-09-06accel/tcg: Remove translator_ldswRichard Henderson
2022-09-01target/i386: reimplement AVX comparison helpersPaul Brook
2022-09-01target/i386: Add CHECK_NO_VEXPaul Brook
2022-09-01target/i386: do not cast gen_helper_* function pointersPaolo Bonzini
2022-09-01target/i386: Add size suffix to vector FP helpersPaolo Bonzini
2022-09-01target/i386: isolate MMX code morePaolo Bonzini
2022-09-01target/i386: check SSE table flags instead of hardcoding opcodesPaolo Bonzini
2022-09-01target/i386: Move 3DNOW decoderPaul Brook
2022-09-01target/i386: Rework sse_op_table6/7Paul Brook
2022-09-01target/i386: Rework sse_op_table1Paul Brook
2022-09-01target/i386: Add ZMM_OFFSET macroPaul Brook
2022-09-01target/i386: formatting fixesPaolo Bonzini