aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)Author
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-09-19target/hppa: Wire up diag instruction to support BTLBHelge Deller
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-08-25target/hppa: Add privilege to MMU index conversion helpersHelge Deller
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-05-05target/hppa: Use MO_ALIGN for system UNALIGN()Richard Henderson
2023-03-13target/hppa: Avoid use of tcg_const_i32 throughoutRichard Henderson
2023-03-13target/hppa: Avoid tcg_const_i64 in trans_fid_fRichard Henderson
2023-03-05target/hppa: Drop tcg_temp_freeRichard Henderson
2023-03-01target/hppa: Don't use tcg_temp_local_newRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2022-12-19target/hppa: Fix fid instruction emulationHelge Deller
2022-12-19target/hppa: Generate illegal instruction exception for 64-bit instructionsHelge Deller
2022-10-26target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2022-01-06target/hppa: Implement prctl_unalign_sigbusRichard Henderson
2021-12-23target/hppa: Fix deposit assert from trans_shrpw_immRichard Henderson
2021-10-15target/hppa: Drop checks for singlestep_enabledRichard Henderson
2021-09-14tcg: Remove tcg_global_reg_new definesBin Meng
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-13target/hppa: Clean up DisasCondRichard Henderson
2021-07-13target/hppa: Use tcg_constant_*Richard Henderson
2021-07-09target/hppa: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant
2020-08-21meson: targetPaolo Bonzini
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-07-24target/hppa: Free some temps in do_subRichard Henderson
2020-01-27target/hppa: Allow, but diagnose, LDCW aligned only mod 4Richard Henderson
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-10-28target/hppa: fetch code with translator_ldEmilio G. Cota
2019-09-14target/hppa: prevent trashing of temporary in do_depw_sar()Sven Schnelle
2019-09-14target/hppa: prevent trashing of temporary in trans_mtctl()Sven Schnelle
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
2019-05-06decodetree: Add DisasContext argument to !function expandersRichard Henderson
2019-04-29target/hppa: Implement Fast TLB Insert instructionsNick Hudson
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-03-15target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXITRichard Henderson
2019-03-12target/hppa: exit TB if either Data or Instruction TLB changesSven Schnelle
2019-03-12target/hppa: add TLB protection id checkSven Schnelle
2019-03-12target/hppa: fix b,gate instructionSven Schnelle