summaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-31target/hppa: Implement PROBE for system modeRichard Henderson1-4/+16
2018-01-31target/hppa: Fix 32-bit operand masks for 0E FCVTRichard Henderson1-7/+7
2018-01-31target/hppa: Implement STWARichard Henderson1-1/+18
2018-01-31target/hppa: Implement a pause instructionRichard Henderson1-0/+36
2018-01-31target/hppa: Implement LDSID for system modeHelge Deller1-1/+13
2018-01-31target/hppa: Fix commentHelge Deller1-1/+1
2018-01-31target/hppa: Increase number of temp regsRichard Henderson1-1/+1
2018-01-31target/hppa: Implement B,GATE insnRichard Henderson1-0/+48
2018-01-31target/hppa: Optimize for flat addressing spaceRichard Henderson1-9/+20
2018-01-31target/hppa: Implement halt and reset instructionsHelge Deller1-1/+24
2018-01-30target/hppa: Implement SYNCDMA insnRichard Henderson1-1/+2
2018-01-30target/hppa: Implement LCIRichard Henderson1-0/+20
2018-01-30target/hppa: Implement LPARichard Henderson1-0/+30
2018-01-30target/hppa: Implement LDWARichard Henderson1-0/+38
2018-01-30target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson1-0/+40
2018-01-30target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson1-2/+52
2018-01-30target/hppa: Log unimplemented instructionsRichard Henderson1-0/+2
2018-01-30target/hppa: Implement the interval timerRichard Henderson1-4/+12
2018-01-30target/hppa: Implement external interruptsRichard Henderson1-1/+15
2018-01-30target/hppa: Implement IASQRichard Henderson1-21/+96
2018-01-30target/hppa: Avoid privilege level decrease during branchesRichard Henderson1-5/+47
2018-01-30target/hppa: Use space registers in data operationsRichard Henderson1-147/+187
2018-01-30target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interruptRichard Henderson1-3/+13
2018-01-30target/hppa: Implement rfiRichard Henderson1-2/+28
2018-01-30target/hppa: Adjust insn mask for mfctl,wRichard Henderson1-1/+1
2018-01-30target/hppa: Add control registersRichard Henderson1-22/+48
2018-01-30target/hppa: Add space registersRichard Henderson1-6/+67
2018-01-30target/hppa: Implement the system mask instructionsRichard Henderson1-1/+95
2018-01-30target/hppa: Implement mmu_idx from IA privilege levelRichard Henderson1-21/+34
2018-01-30target/hppa: Split address size from register sizeRichard Henderson1-364/+600
2018-01-30target/hppa: Define hardware exception typesRichard Henderson1-4/+4
2018-01-30target/hppa: Disable gateway page emulation for system modeRichard Henderson1-10/+17
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-32/+31
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-1/+1
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-1/+1
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-4/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24target/hppa: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-2/+10
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-1/+1
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-6/+0
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota1-3/+3
2017-09-07target/hppa: Convert to TranslatorOpsRichard Henderson1-143/+159
2017-09-07target/hppa: Convert to DisasContextBaseRichard Henderson1-9/+8
2017-09-07target/hppa: Convert to DisasJumpTypeRichard Henderson1-307/+294
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()LluĂ­s Vilanova1-3/+2
2017-06-05target/hppa: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-4/+4
2017-03-04hppa: avoid anonymous unions in designated initializers.Paolo Bonzini1-33/+33