summary refs log tree commit diff stats
path: root/target/cris/translate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/cris: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-4/+2
* include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2024-02-031-1/+1
* target/cris: Cache mem_index in DisasContextRichard Henderson2024-02-031-9/+5
* 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-34/+34
* target/cris: Fix a typo in gen_swapr()Philippe Mathieu-Daudé2023-08-241-9/+11
* other architectures: spelling fixesMichael Tokarev2023-07-251-8/+8
* accel/tcg: Introduce translator_io_startRichard Henderson2023-06-051-2/+0
* tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson2023-06-051-2/+4
* target/cris: Avoid use of tcg_const_i32 throughoutRichard Henderson2023-03-131-25/+21
* target/cris: Drop tcg_temp_freeRichard Henderson2023-03-051-70/+0
* target/cris: Drop cris_alu_m_free_tempsRichard Henderson2023-03-051-23/+0
* target/cris: Drop cris_alu_free_tempsRichard Henderson2023-03-051-20/+0
* target/cris: Don't use tcg_temp_local_newRichard Henderson2023-03-011-3/+3
* accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson2023-03-011-1/+1
* target/cris: 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
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-1/+1
* target/cris: Drop checks for singlestep_enabledRichard Henderson2021-10-151-16/+0
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-20/+0
* target/cris: Use translator_use_goto_tbRichard Henderson2021-07-091-3/+2
* tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0
* target/cris: Do not exit tb for X_FLAG changesRichard Henderson2021-06-291-3/+0
* target/cris: Remove dc->flagx_knownRichard Henderson2021-06-291-77/+22
* target/cris: Improve JMP_INDIRECTRichard Henderson2021-06-291-12/+10
* target/cris: Use tcg_gen_lookup_and_goto_ptrRichard Henderson2021-06-291-1/+3
* target/cris: Add DISAS_DBRANCHRichard Henderson2021-06-291-40/+56
* target/cris: Add DISAS_UPDATE_NEXTRichard Henderson2021-06-291-5/+15
* target/cris: Set cpustate_changed for rfe/rfnRichard Henderson2021-06-291-0/+2
* target/cris: Fold unhandled X_FLAG changes into cpustate_changedRichard Henderson2021-06-291-7/+6
* target/cris: Mark static arrays constRichard Henderson2021-06-291-9/+10
* target/cris: Convert to TranslatorOpsRichard Henderson2021-06-291-138/+169
* target/cris: Fix use_goto_tbRichard Henderson2021-06-291-7/+2
* target/cris: Mark exceptions as DISAS_NORETURNRichard Henderson2021-06-291-2/+3
* target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson2021-06-291-4/+3
* target/cris: Remove DISAS_SWIRichard Henderson2021-06-291-2/+0
* target/cris: Add DisasContextBase to DisasContextRichard Henderson2021-06-291-24/+25
* target/cris: Plug leakage of TCG temporariesStefan Sandstrom2021-02-221-36/+88
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-181-1/+1
* cris tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/cris: Remove superfluous breaksLiao Pingfang2020-09-011-4/+3
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-1/+1
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-151-1/+1
* qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-201-2/+0
* target/cris: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* target/cris: Use tcg_gen_abs_tlRichard Henderson2019-05-131-8/+1
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-9/+1