aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller1-0/+10
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-2/+2
2022-01-06target/hppa: Implement prctl_unalign_sigbusRichard Henderson1-4/+15
2021-12-23target/hppa: Fix deposit assert from trans_shrpw_immRichard Henderson1-7/+12
2021-10-15target/hppa: Drop checks for singlestep_enabledRichard Henderson1-13/+4
2021-09-14tcg: Remove tcg_global_reg_new definesBin Meng1-3/+0
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-1/+1
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-11/+0
2021-07-13target/hppa: Clean up DisasCondRichard Henderson1-34/+9
2021-07-13target/hppa: Use tcg_constant_*Richard Henderson1-38/+18
2021-07-09target/hppa: Use translator_use_goto_tbRichard Henderson1-4/+1
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-08-21meson: targetPaolo Bonzini1-1/+1
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-1/+1
2020-07-24target/hppa: Free some temps in do_subRichard Henderson1-0/+2
2020-01-27target/hppa: Allow, but diagnose, LDCW aligned only mod 4Richard Henderson1-1/+14
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2019-10-28target/hppa: fetch code with translator_ldEmilio G. Cota1-1/+1
2019-09-14target/hppa: prevent trashing of temporary in do_depw_sar()Sven Schnelle1-4/+6
2019-09-14target/hppa: prevent trashing of temporary in trans_mtctl()Sven Schnelle1-1/+4
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-7/+7
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-1/+0
2019-05-06decodetree: Add DisasContext argument to !function expandersRichard Henderson1-8/+8
2019-04-29target/hppa: Implement Fast TLB Insert instructionsNick Hudson1-0/+54
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-3/+2
2019-03-15target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXITRichard Henderson1-14/+28
2019-03-12target/hppa: exit TB if either Data or Instruction TLB changesSven Schnelle1-4/+3
2019-03-12target/hppa: add TLB protection id checkSven Schnelle1-0/+10
2019-03-12target/hppa: fix b,gate instructionSven Schnelle1-1/+12
2019-03-12target/hppa: ignore DIAG opcodeSven Schnelle1-0/+7
2019-03-12target/hppa: fix overwriting source reg in addbSven Schnelle1-1/+3
2019-03-12target/hppa: Check for page crossings in use_goto_tbRichard Henderson1-6/+4
2019-03-07target/hppa: Optimize blr r0,rnRichard Henderson1-6/+10
2019-03-07target/hppa: Do not return freed temporaryRichard Henderson1-3/+2
2019-02-12target/hppa: fix dcor instructionSven Schnelle1-1/+1
2019-02-12target/hppa: Fix addition '</<=' conditionsSven Schnelle1-36/+57
2019-02-12target/hppa: Rearrange log conditionsRichard Henderson1-7/+49
2019-02-12target/hppa: Merge translate_one into hppa_tr_translate_insnRichard Henderson1-8/+3
2019-02-12target/hppa: Convert fp operate insnsRichard Henderson1-435/+308
2019-02-12target/hppa: Convert fp fused multiply-add insnsRichard Henderson1-53/+24
2019-02-12target/hppa: Convert halt/reset insnsRichard Henderson1-33/+14
2019-02-12target/hppa: Convert fp indexed memory insnsRichard Henderson1-93/+0
2019-02-12target/hppa: Convert offset memory insnsRichard Henderson1-165/+50
2019-02-12target/hppa: Convert arithmetic immediate insnsRichard Henderson1-89/+71
2019-02-12target/hppa: Convert direct and indirect branchesRichard Henderson1-101/+30
2019-02-12target/hppa: Convert shift, extract, deposit insnsRichard Henderson1-136/+79
2019-02-12target/hppa: Convert conditional branchesRichard Henderson1-126/+93
2019-02-12target/hppa: Convert fp multiply-addRichard Henderson1-29/+40
2019-02-12target/hppa: Convert indexed memory insnsRichard Henderson1-133/+36