aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/translate.c
AgeCommit message (Expand)Author
2021-10-15target/i386: Drop check for singlestep_enabledRichard Henderson
2021-10-15target/i386: Check CF_NO_GOTO_TB for dc->jmp_optRichard Henderson
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-13target/i386: Correct implementation for FCS, FIP, FDS and FDPZiqiao Kong
2021-07-13target/i386: Trivial code motion and code style fixZiqiao Kong
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-09target/i386: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-07-09target/i386: fix exceptions for MOV to DRPaolo Bonzini
2021-06-29target/i386: Improve bswap translationRichard Henderson
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson
2021-06-04target/i386: Fix decode of cr8Richard Henderson
2021-05-20Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' i...Peter Maydell
2021-05-20target/i386: Make sure that vsyscall's tb->size != 0Ilya Leoshkevich
2021-05-19target/i386: Remove user-only i/o stubsRichard Henderson
2021-05-19target/i386: Move helper_check_io to sysemuRichard Henderson
2021-05-19target/i386: Create helper_check_ioRichard Henderson
2021-05-19target/i386: Pass in port to gen_check_ioRichard Henderson
2021-05-19target/i386: Tidy gen_check_ioRichard Henderson
2021-05-19target/i386: Exit tb after wrmsrRichard Henderson
2021-05-19target/i386: Eliminate user stubs for read/write_crN, rd/wrmsrRichard Henderson
2021-05-19target/i386: Unify invlpg, invlpgaRichard Henderson
2021-05-19target/i386: Move invlpg, hlt, monitor, mwait to sysemuRichard Henderson
2021-05-19target/i386: Cleanup read_crN, write_crN, lmswRichard Henderson
2021-05-19target/i386: Remove pc_start argument to gen_svm_check_interceptRichard Henderson
2021-05-19target/i386: Tidy svm_check_intercept from tcgRichard Henderson
2021-05-19target/i386: Simplify gen_debug usageRichard Henderson
2021-05-19target/i386: Mark some helpers as noreturnRichard Henderson
2021-05-19target/i386: Eliminate SVM helpers for user-onlyRichard Henderson
2021-05-19target/i386: Implement skinit in translate.cRichard Henderson
2021-05-19target/i386: Assert !GUEST for user-onlyRichard Henderson
2021-05-19target/i386: Assert !SVME for user-onlyRichard Henderson
2021-05-19target/i386: Add stub generator for helper_set_drRichard Henderson
2021-05-19target/i386: Reorder DisasContext membersRichard Henderson
2021-05-19target/i386: Fix the comment for repz_optRichard Henderson
2021-05-19target/i386: Reduce DisasContext jmp_opt, repz_opt to boolRichard Henderson
2021-05-19target/i386: Leave TF in DisasContext.flagsRichard Henderson
2021-05-19target/i386: Reduce DisasContext popl_esp_hack and rip_offset to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.vex_[lv] to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.prefix to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.override to int8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.flags to uint32_tRichard Henderson
2021-05-19target/i386: Remove DisasContext.f_st as unusedRichard Henderson
2021-05-19target/i386: Move rex_w into DisasContextRichard Henderson
2021-05-19target/i386: Move rex_r into DisasContextRichard Henderson
2021-05-19target/i386: Tidy REX_B, REX_X definitionRichard Henderson
2021-05-19target/i386: Introduce REX_PREFIXRichard Henderson
2021-05-19target/i386: Assert !ADDSEG for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert LMA for x86_64 user-onlyRichard Henderson