summary refs log tree commit diff stats
path: root/target/alpha/translate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-2/+2
* target/alpha: Use TCG_COND_TSTNE for gen_fold_mzeroRichard Henderson2024-02-031-26/+23
* target/alpha: Use TCG_COND_TST{EQ,NE} for CMOVLB{C,S}Richard Henderson2024-02-031-6/+2
* target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S}Richard Henderson2024-02-031-10/+10
* target/alpha: Pass immediate value to gen_bcond_internal()Richard Henderson2024-02-031-14/+7
* target/alpha: Split out alpha_env_mmu_indexRichard Henderson2024-02-031-1/+1
* target: Use vaddr in gen_intermediate_codeAnton Johansson2024-01-291-1/+1
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-2/+2
* tcg: Rename cpu_env to tcg_envRichard Henderson2023-10-031-71/+71
* target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé2023-08-311-1/+0
* target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzeroRichard Henderson2023-08-241-4/+3
* other architectures: spelling fixesMichael Tokarev2023-07-251-1/+1
* accel/tcg: Introduce translator_io_startRichard Henderson2023-06-051-11/+4
* tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson2023-06-051-0/+3
* target/alpha: Use MO_ALIGN where requiredRichard Henderson2023-05-051-16/+20
* target/alpha: Use MO_ALIGN for system UNALIGN()Richard Henderson2023-05-051-1/+1
* target/alpha: Drop tcg_temp_freeRichard Henderson2023-03-051-70/+0
* accel/tcg: Remove translator_loop_temp_checkRichard Henderson2023-03-051-1/+0
* accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson2023-03-011-1/+1
* target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-6/+0
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+3
* exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-3/+4
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé2022-03-061-1/+0
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-16/+16
* target/alpha: Implement prctl_unalign_sigbusRichard Henderson2022-01-061-9/+22
* target/alpha: Drop checks for singlestep_enabledRichard Henderson2021-10-151-10/+3
* target/alpha: Reorg integer memory operationsRichard Henderson2021-10-131-64/+40
* target/alpha: Reorg fp memory operationsRichard Henderson2021-10-131-26/+57
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-1/+1
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-16/+0
* target/alpha: Drop goto_tb path in gen_call_palRichard Henderson2021-07-211-13/+2
* target/alpha: Use tcg_constant_* elsewhereRichard Henderson2021-07-131-32/+14
* target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson2021-07-131-14/+2
* target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson2021-07-131-1/+1
* target/alpha: Store set into rx flagRichard Henderson2021-07-131-5/+1
* target/alpha: Use translator_use_goto_tbRichard Henderson2021-07-091-6/+1
* target/alpha: Remove in_superpageRichard Henderson2021-07-091-22/+2
* target/alpha: Remove use_exit_tbRichard Henderson2021-07-091-13/+2
* tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0
* target/alpha: Honor the FEN bitRichard Henderson2021-06-281-0/+75
* target/alpha: fix icount handling for timer instructionsPavel Dovgalyuk2021-04-051-2/+7
* overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-1/+2
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-151-1/+1
* target/alpha: fetch code with translator_ldEmilio G. Cota2019-10-281-1/+1
* tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-031-1/+1
* icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-201-2/+0
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-2/+2
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1