summaryrefslogtreecommitdiffstats
path: root/target/hppa/translate.c
Commit message (Expand)AuthorAgeFilesLines
...
* target/hppa: Convert arithmetic/logical insnsRichard Henderson2019-02-121-167/+147Star
* target/hppa: Convert memory management insnsRichard Henderson2019-02-121-111/+51Star
* target/hppa: Unify specializations of ORRichard Henderson2019-02-121-49/+59
* target/hppa: Convert remainder of system insnsRichard Henderson2019-02-121-55/+44Star
* target/hppa: Convert move to/from system registersRichard Henderson2019-02-121-35/+26Star
* target/hppa: Begin using scripts/decodetree.pyRichard Henderson2019-02-121-5/+19
* target/hppa: Use DisasContextBase.is_jmpRichard Henderson2019-02-121-483/+528
* target/hppa: use tb_cflags() to access tb->cflagsEmilio G. Cota2019-02-061-1/+1
* tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-3/+3
* translator: merge max_insns into DisasContextBaseEmilio G. Cota2018-05-091-5/+2Star
* tcg: Improve TCGv_ptr supportRichard Henderson2018-05-011-14/+2Star
* target/hppa: Include priv level in user-only iaoqRichard Henderson2018-03-261-8/+4Star
* target/hppa: Implement PROBE for system modeRichard Henderson2018-01-311-4/+16
* target/hppa: Fix 32-bit operand masks for 0E FCVTRichard Henderson2018-01-311-7/+7
* target/hppa: Implement STWARichard Henderson2018-01-311-1/+18
* target/hppa: Implement a pause instructionRichard Henderson2018-01-311-0/+36
* target/hppa: Implement LDSID for system modeHelge Deller2018-01-311-1/+13
* target/hppa: Fix commentHelge Deller2018-01-311-1/+1
* target/hppa: Increase number of temp regsRichard Henderson2018-01-311-1/+1
* target/hppa: Implement B,GATE insnRichard Henderson2018-01-311-0/+48
* target/hppa: Optimize for flat addressing spaceRichard Henderson2018-01-311-9/+20
* target/hppa: Implement halt and reset instructionsHelge Deller2018-01-311-1/+24
* target/hppa: Implement SYNCDMA insnRichard Henderson2018-01-301-1/+2
* target/hppa: Implement LCIRichard Henderson2018-01-301-0/+20
* target/hppa: Implement LPARichard Henderson2018-01-301-0/+30
* target/hppa: Implement LDWARichard Henderson2018-01-301-0/+38
* target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson2018-01-301-0/+40
* target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson2018-01-301-2/+52
* target/hppa: Log unimplemented instructionsRichard Henderson2018-01-301-0/+2
* target/hppa: Implement the interval timerRichard Henderson2018-01-301-4/+12
* target/hppa: Implement external interruptsRichard Henderson2018-01-301-1/+15
* target/hppa: Implement IASQRichard Henderson2018-01-301-21/+96
* target/hppa: Avoid privilege level decrease during branchesRichard Henderson2018-01-301-5/+47
* target/hppa: Use space registers in data operationsRichard Henderson2018-01-301-147/+187
* target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interruptRichard Henderson2018-01-301-3/+13
* target/hppa: Implement rfiRichard Henderson2018-01-301-2/+28
* target/hppa: Adjust insn mask for mfctl,wRichard Henderson2018-01-301-1/+1
* target/hppa: Add control registersRichard Henderson2018-01-301-22/+48
* target/hppa: Add space registersRichard Henderson2018-01-301-6/+67
* target/hppa: Implement the system mask instructionsRichard Henderson2018-01-301-1/+95
* target/hppa: Implement mmu_idx from IA privilege levelRichard Henderson2018-01-301-21/+34
* target/hppa: Split address size from register sizeRichard Henderson2018-01-301-364/+600
* target/hppa: Define hardware exception typesRichard Henderson2018-01-301-4/+4
* target/hppa: Disable gateway page emulation for system modeRichard Henderson2018-01-301-10/+17
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-32/+31Star
* Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell2017-10-271-1/+1
|\
| * disas: Remove unused flags argumentsRichard Henderson2017-10-251-1/+1
* | tcg: Initialize cpu_env genericallyRichard Henderson2017-10-241-4/+0Star
* | tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* | target/hppa: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-2/+10