aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
AgeCommit message (Expand)AuthorFilesLines
2019-03-07target/hppa: Optimize blr r0,rnRichard Henderson1-6/+10
2019-03-07target/hppa: Do not return freed temporaryRichard Henderson1-3/+2
2019-02-12target/hppa: fix dcor instructionSven Schnelle1-1/+1
2019-02-12target/hppa: Fix addition '</<=' conditionsSven Schnelle1-36/+57
2019-02-12target/hppa: Rearrange log conditionsRichard Henderson1-7/+49
2019-02-12target/hppa: move GETPC to HELPER() functionsSven Schnelle1-10/+6
2019-02-12target/hppa: Merge translate_one into hppa_tr_translate_insnRichard Henderson1-8/+3
2019-02-12target/hppa: Convert fp operate insnsRichard Henderson2-435/+483
2019-02-12target/hppa: Convert fp fused multiply-add insnsRichard Henderson2-53/+36
2019-02-12target/hppa: Convert halt/reset insnsRichard Henderson2-33/+19
2019-02-12target/hppa: Convert fp indexed memory insnsRichard Henderson2-93/+21
2019-02-12target/hppa: Convert offset memory insnsRichard Henderson2-165/+99
2019-02-12target/hppa: Convert arithmetic immediate insnsRichard Henderson2-89/+92
2019-02-12target/hppa: Convert direct and indirect branchesRichard Henderson2-102/+63
2019-02-12target/hppa: Convert shift, extract, deposit insnsRichard Henderson2-136/+94
2019-02-12target/hppa: Convert conditional branchesRichard Henderson2-126/+123
2019-02-12target/hppa: Convert fp multiply-addRichard Henderson2-29/+52
2019-02-12target/hppa: Convert indexed memory insnsRichard Henderson2-133/+60
2019-02-12target/hppa: Convert arithmetic/logical insnsRichard Henderson2-167/+189
2019-02-12target/hppa: Convert memory management insnsRichard Henderson2-111/+89
2019-02-12target/hppa: Unify specializations of ORRichard Henderson1-49/+59
2019-02-12target/hppa: Convert remainder of system insnsRichard Henderson2-55/+56
2019-02-12target/hppa: Convert move to/from system registersRichard Henderson2-35/+41
2019-02-12target/hppa: Begin using scripts/decodetree.pyRichard Henderson3-5/+51
2019-02-12target/hppa: Use DisasContextBase.is_jmpRichard Henderson1-483/+528
2019-02-06target/hppa: fix PSW Q bit behaviour to match hardwareSven Schnelle1-5/+9
2019-02-06target/hppa: fix setting registers via gdbSven Schnelle1-1/+1
2019-02-06target/hppa: use tb_cflags() to access tb->cflagsEmilio G. Cota1-1/+1
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-4/+6
2018-10-16target/hppa: Raise exception 26 on emulated hardwareHelge Deller1-1/+2
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell1-3/+3
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-3/+3
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-05-31target/hppa: Include "qemu/log.h" to use qemu_log()Philippe Mathieu-Daudé1-0/+1
2018-05-17fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson1-1/+0
2018-05-17target/hppa: Remove floatX_maybe_silence_nan from conversionsRichard Henderson1-2/+0
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 Henderson2-10/+6
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov1-1/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-14/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée3-2/+2
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2018-01-31target/hppa: Implement PROBE for system modeRichard Henderson3-17/+40
2018-01-31target/hppa: Fix 32-bit operand masks for 0E FCVTRichard Henderson1-7/+7
2018-01-31target/hppa: Enable MTTCGRichard Henderson1-0/+6
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