summaryrefslogtreecommitdiffstats
path: root/target/hppa/translate.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-1/+1
* | qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-6/+0Star
|/
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-101-3/+3
* target/hppa: Convert to TranslatorOpsRichard Henderson2017-09-071-143/+159
* target/hppa: Convert to DisasContextBaseRichard Henderson2017-09-071-9/+8Star
* target/hppa: Convert to DisasJumpTypeRichard Henderson2017-09-071-307/+294Star
* tcg: Pass generic CPUState to gen_intermediate_code()LluĂ­s Vilanova2017-07-191-3/+2Star
* target/hppa: Use tcg_gen_lookup_and_goto_ptrRichard Henderson2017-06-051-4/+4
* hppa: avoid anonymous unions in designated initializers.Paolo Bonzini2017-03-041-33/+33
* target/hppa: Tidy do_cbranchRichard Henderson2017-02-071-12/+5Star
* target-hppa: Implement floating-point insnsRichard Henderson2017-01-231-0/+728
* target-hppa: Implement system and memory-management insnsRichard Henderson2017-01-231-0/+206