aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-06target/hppa: Tidy do_cbranchRichard Henderson1-12/+5
2017-01-23target-hppa: Implement floating-point insnsRichard Henderson1-0/+728
2017-01-23target-hppa: Implement system and memory-management insnsRichard Henderson1-0/+206
2017-01-23target-hppa: Implement loads and storesRichard Henderson1-0/+618
2017-01-23target-hppa: Implement shifts and depositsRichard Henderson1-0/+309
2017-01-23target-hppa: Implement linux-user gateway pageRichard Henderson1-4/+81
2017-01-23target-hppa: Implement branchesRichard Henderson1-0/+477
2017-01-23target-hppa: Implement basic arithmeticRichard Henderson1-0/+882
2017-01-23target-hppa: Add nullification frameworkRichard Henderson1-4/+224
2017-01-23target-hppa: Add framework and enable compilationRichard Henderson1-0/+429