aboutsummaryrefslogtreecommitdiff
path: root/target/alpha/translate.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-16/+16
2022-01-06target/alpha: Implement prctl_unalign_sigbusRichard Henderson1-9/+22
2021-10-15target/alpha: Drop checks for singlestep_enabledRichard Henderson1-10/+3
2021-10-13target/alpha: Reorg integer memory operationsRichard Henderson1-64/+40
2021-10-13target/alpha: Reorg fp memory operationsRichard Henderson1-26/+57
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-1/+1
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-16/+0
2021-07-21target/alpha: Drop goto_tb path in gen_call_palRichard Henderson1-13/+2
2021-07-13target/alpha: Use tcg_constant_* elsewhereRichard Henderson1-32/+14
2021-07-13target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson1-14/+2
2021-07-13target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson1-1/+1
2021-07-13target/alpha: Store set into rx flagRichard Henderson1-5/+1
2021-07-09target/alpha: Use translator_use_goto_tbRichard Henderson1-6/+1
2021-07-09target/alpha: Remove in_superpageRichard Henderson1-22/+2
2021-07-09target/alpha: Remove use_exit_tbRichard Henderson1-13/+2
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2021-06-28target/alpha: Honor the FEN bitRichard Henderson1-0/+75
2021-04-05target/alpha: fix icount handling for timer instructionsPavel Dovgalyuk1-2/+7
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-1/+2
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2019-10-28target/alpha: fetch code with translator_ldEmilio G. Cota1-1/+1
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-1/+1
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-2/+0
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-2/+2
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-6/+6
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-4/+2
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-11/+11
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-1/+1
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-1/+1
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-4/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-2/+2
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-6/+0
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota1-1/+1
2017-09-07target/alpha: Convert to TranslatorOpsRichard Henderson1-99/+86
2017-09-07target/alpha: Convert to DisasContextBaseRichard Henderson1-39/+39
2017-09-07target/alpha: Convert to DisasJumpTypeRichard Henderson1-77/+55
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-3/+2
2017-07-19target/alpha: optimize gen_cvtlq() using deposit opPhilippe Mathieu-Daudé1-5/+3
2017-07-18target/alpha: Log temp leaksRichard Henderson1-0/+6
2017-07-18target/alpha: Fix temp leak in gen_fbcondRichard Henderson1-1/+5
2017-07-18target/alpha: Fix temp leak in gen_call_palRichard Henderson1-8/+12
2017-07-18target/alpha: Fix temp leak in gen_mtprRichard Henderson1-4/+6
2017-07-18target/alpha: Fix temp leak in gen_bcondRichard Henderson1-8/+8
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson1-32/+59
2017-07-18target/alpha: Copy tb->flags into DisasContextRichard Henderson1-5/+7
2017-07-18target/alpha: Remove amask from tb->flagsRichard Henderson1-32/+38
2017-06-19target/alpha: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-5/+22