aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)Author
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
2019-03-12target/hppa: ignore DIAG opcodeSven Schnelle
2019-03-12target/hppa: fix overwriting source reg in addbSven Schnelle
2019-03-12target/hppa: Check for page crossings in use_goto_tbRichard Henderson
2019-03-07target/hppa: Optimize blr r0,rnRichard Henderson
2019-03-07target/hppa: Do not return freed temporaryRichard Henderson
2019-02-12target/hppa: fix dcor instructionSven Schnelle
2019-02-12target/hppa: Fix addition '</<=' conditionsSven Schnelle
2019-02-12target/hppa: Rearrange log conditionsRichard Henderson
2019-02-12target/hppa: Merge translate_one into hppa_tr_translate_insnRichard Henderson
2019-02-12target/hppa: Convert fp operate insnsRichard Henderson
2019-02-12target/hppa: Convert fp fused multiply-add insnsRichard Henderson
2019-02-12target/hppa: Convert halt/reset insnsRichard Henderson
2019-02-12target/hppa: Convert fp indexed memory insnsRichard Henderson
2019-02-12target/hppa: Convert offset memory insnsRichard Henderson
2019-02-12target/hppa: Convert arithmetic immediate insnsRichard Henderson
2019-02-12target/hppa: Convert direct and indirect branchesRichard Henderson
2019-02-12target/hppa: Convert shift, extract, deposit insnsRichard Henderson
2019-02-12target/hppa: Convert conditional branchesRichard Henderson
2019-02-12target/hppa: Convert fp multiply-addRichard Henderson
2019-02-12target/hppa: Convert indexed memory insnsRichard Henderson