summaryrefslogtreecommitdiffstats
path: root/target/hppa
Commit message (Expand)AuthorAgeFilesLines
...
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-102-2/+1Star
* cpu: Define ArchCPURichard Henderson2019-06-101-0/+1
* cpu: Define CPUArchState with typedefRichard Henderson2019-06-101-2/+2
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-102-23/+35
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-6/+0Star
* target/hppa: Convert to CPUClass::tlb_fillRichard Henderson2019-05-103-12/+23
* decodetree: Add DisasContext argument to !function expandersRichard Henderson2019-05-061-8/+8
* target/hppa: Always return EXCP_DMAR for protection id trapNick Hudson2019-04-291-2/+1Star
* target/hppa: Implement Fast TLB Insert instructionsNick Hudson2019-04-292-0/+57
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-3/+2Star
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-182-13/+13
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-182-10/+6Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-2/+2
* target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXITRichard Henderson2019-03-151-14/+28
* target/hppa: exit TB if either Data or Instruction TLB changesSven Schnelle2019-03-121-4/+3Star
* target/hppa: add TLB protection id checkSven Schnelle2019-03-126-9/+70
* target/hppa: allow multiple itlbp without itlbaSven Schnelle2019-03-121-1/+1
* target/hppa: fix b,gate instructionSven Schnelle2019-03-121-1/+12
* target/hppa: ignore DIAG opcodeSven Schnelle2019-03-122-0/+10
* target/hppa: remove PSW I/R/Q bit checkSven Schnelle2019-03-121-5/+0Star
* target/hppa: add TLB trace eventsSven Schnelle2019-03-123-2/+39
* target/hppa: report ITLB_EXCP_MISS for ITLB missesSven Schnelle2019-03-121-3/+1Star
* target/hppa: fix TLB handling for page 0Sven Schnelle2019-03-121-5/+7
* target/hppa: fix overwriting source reg in addbSven Schnelle2019-03-121-1/+3
* target/hppa: Check for page crossings in use_goto_tbRichard Henderson2019-03-121-6/+4Star
* target/hppa: Optimize blr r0,rnRichard Henderson2019-03-081-6/+10
* target/hppa: Do not return freed temporaryRichard Henderson2019-03-081-3/+2Star
* target/hppa: fix dcor instructionSven Schnelle2019-02-121-1/+1
* target/hppa: Fix addition '</<=' conditionsSven Schnelle2019-02-121-36/+57
* target/hppa: Rearrange log conditionsRichard Henderson2019-02-121-7/+49
* target/hppa: move GETPC to HELPER() functionsSven Schnelle2019-02-121-10/+6Star
* target/hppa: Merge translate_one into hppa_tr_translate_insnRichard Henderson2019-02-121-8/+3Star
* target/hppa: Convert fp operate insnsRichard Henderson2019-02-122-435/+483
* target/hppa: Convert fp fused multiply-add insnsRichard Henderson2019-02-122-53/+36Star
* target/hppa: Convert halt/reset insnsRichard Henderson2019-02-122-33/+19Star
* target/hppa: Convert fp indexed memory insnsRichard Henderson2019-02-122-93/+21Star
* target/hppa: Convert offset memory insnsRichard Henderson2019-02-122-165/+99Star
* target/hppa: Convert arithmetic immediate insnsRichard Henderson2019-02-122-89/+92
* target/hppa: Convert direct and indirect branchesRichard Henderson2019-02-122-102/+63Star
* target/hppa: Convert shift, extract, deposit insnsRichard Henderson2019-02-122-136/+94Star
* target/hppa: Convert conditional branchesRichard Henderson2019-02-122-126/+123Star
* target/hppa: Convert fp multiply-addRichard Henderson2019-02-122-29/+52
* target/hppa: Convert indexed memory insnsRichard Henderson2019-02-122-133/+60Star
* target/hppa: Convert arithmetic/logical insnsRichard Henderson2019-02-122-167/+189
* target/hppa: Convert memory management insnsRichard Henderson2019-02-122-111/+89Star
* target/hppa: Unify specializations of ORRichard Henderson2019-02-121-49/+59
* target/hppa: Convert remainder of system insnsRichard Henderson2019-02-122-55/+56
* target/hppa: Convert move to/from system registersRichard Henderson2019-02-122-35/+41
* target/hppa: Begin using scripts/decodetree.pyRichard Henderson2019-02-123-5/+51
* target/hppa: Use DisasContextBase.is_jmpRichard Henderson2019-02-121-483/+528