summaryrefslogtreecommitdiff
path: root/target/i386/translate.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-4/+1
2018-04-09Add missing bit for SSE instr in VEX decodingEugene Minibaev1-1/+3
2018-04-05target/i386: Fix andn instructionAlexandro Sanchez Bach1-1/+1
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-7/+6
2017-12-21target/i386: Fix handling of VEX prefixesPeter Maydell1-1/+1
2017-12-21target/i386: Fix compiler warningsStefan Weil1-3/+4
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-7/+1
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-1/+1
2017-10-25target/i386: Convert to disas_set_info hookRichard Henderson1-7/+1
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-3/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24target/i386: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-2/+2
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-24/+24
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-6/+0
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson1-3/+3
2017-10-16target/i386: trap on instructions longer than >15 bytesPaolo Bonzini1-7/+22
2017-10-16target/i386: introduce x86_ld*_codePaolo Bonzini1-103/+125
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota1-12/+5
2017-10-09x86: Correct translation of some rdgsbase and wrgsbase encodingsTodd Eisenberger1-2/+2
2017-09-19target/i386: set rip_offset for further SSE instructionsJoseph Myers1-1/+2
2017-09-06target/i386: [tcg] Port to generic translation frameworkLluís Vilanova1-87/+19
2017-09-06target/i386: [tcg] Port to disas_logLluís Vilanova1-13/+19
2017-09-06target/i386: [tcg] Port to tb_stopLluís Vilanova1-12/+14
2017-09-06target/i386: [tcg] Port to translate_insnLluís Vilanova1-24/+42
2017-09-06target/i386: [tcg] Port to breakpoint_checkLluís Vilanova1-12/+34
2017-09-06target/i386: [tcg] Port to insn_startLluís Vilanova1-1/+8
2017-09-06target/i386: [tcg] Port to init_disas_contextLluís Vilanova1-19/+27
2017-09-06target/i386: [tcg] Port to DisasContextBaseLluís Vilanova1-71/+69
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova1-2/+1
2017-09-06target/i386: Use generic DISAS_* enumeratorsRichard Henderson1-13/+15
2017-08-08target/i386: set rip_offset for some SSE4.1 instructionsJoseph Myers1-0/+1
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-3/+2
2017-06-07i386: fix read/write cr with icount optionMihail Abakumov1-0/+12
2017-06-05target/i386: optimize indirect branchesEmilio G. Cota1-6/+8
2017-06-05target/i386: optimize cross-page direct jumps in softmmuEmilio G. Cota1-2/+2
2017-06-05target/i386: introduce gen_jr helper to generate lookup_and_goto_ptrEmilio G. Cota1-1/+24
2017-03-24tcg/i386: Check the size of instruction being translatedPranith Kumar1-0/+7
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-5/+5
2017-01-12target/i386: Fix bad patch application to translate.cDoug Evans1-5/+5
2017-01-10target-i386: Use ctpop helperRichard Henderson1-2/+11
2017-01-10target-i386: Use clz and ctz opcodesRichard Henderson1-17/+14
2017-01-10target-i386: Use new deposit and extract opsRichard Henderson1-22/+23
2016-12-22target-i386: Fix eflags.TF/#DB handling of syscall/sysret insnsDoug Evans1-5/+24
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+8502