aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg
AgeCommit message (Expand)Author
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
2022-09-01target/i386: do not use MOVL to move data between SSE registersPaolo Bonzini
2022-06-06target/i386/tcg: Fix masking of real-mode addresses with A20 bitStephen Michael Jothen
2022-04-26target/i386: Suppress coverity warning on fsave/frstorRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-03-24target/i386: tcg: high bits SSE cmp operation must be ignoredPaolo Bonzini
2022-03-23target/i386: force maximum rounding precision for fildl[l]Alex Bennée
2022-03-15target/i386: Throw a #SS when loading a non-canonical ISTGareth Webb
2022-03-15target/i386: only include bits in pg_mode if they are not ignoredPaolo Bonzini
2022-03-06target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-16target/i386: add TCG support for UMIPGareth Webb