aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-12target/hppa: Convert arithmetic/logical insnsRichard Henderson1-167/+147
2019-02-12target/hppa: Convert memory management insnsRichard Henderson1-111/+51
2019-02-12target/hppa: Unify specializations of ORRichard Henderson1-49/+59
2019-02-12target/hppa: Convert remainder of system insnsRichard Henderson1-55/+44
2019-02-12target/hppa: Convert move to/from system registersRichard Henderson1-35/+26
2019-02-12target/hppa: Begin using scripts/decodetree.pyRichard Henderson1-5/+19
2019-02-12target/hppa: Use DisasContextBase.is_jmpRichard Henderson1-483/+528
2019-02-06target/hppa: use tb_cflags() to access tb->cflagsEmilio G. Cota1-1/+1
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-3/+3
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-5/+2
2018-05-01tcg: Improve TCGv_ptr supportRichard Henderson1-14/+2
2018-03-26target/hppa: Include priv level in user-only iaoqRichard Henderson1-8/+4