summaryrefslogtreecommitdiffstats
path: root/target/hppa
Commit message (Expand)AuthorAgeFilesLines
...
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-182-10/+6Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-2/+2
* target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXITRichard Henderson2019-03-151-14/+28
* target/hppa: exit TB if either Data or Instruction TLB changesSven Schnelle2019-03-121-4/+3Star
* target/hppa: add TLB protection id checkSven Schnelle2019-03-126-9/+70
* target/hppa: allow multiple itlbp without itlbaSven Schnelle2019-03-121-1/+1
* target/hppa: fix b,gate instructionSven Schnelle2019-03-121-1/+12
* target/hppa: ignore DIAG opcodeSven Schnelle2019-03-122-0/+10
* target/hppa: remove PSW I/R/Q bit checkSven Schnelle2019-03-121-5/+0Star
* target/hppa: add TLB trace eventsSven Schnelle2019-03-123-2/+39
* target/hppa: report ITLB_EXCP_MISS for ITLB missesSven Schnelle2019-03-121-3/+1Star
* target/hppa: fix TLB handling for page 0Sven Schnelle2019-03-121-5/+7
* target/hppa: fix overwriting source reg in addbSven Schnelle2019-03-121-1/+3
* target/hppa: Check for page crossings in use_goto_tbRichard Henderson2019-03-121-6/+4Star
* target/hppa: Optimize blr r0,rnRichard Henderson2019-03-081-6/+10
* target/hppa: Do not return freed temporaryRichard Henderson2019-03-081-3/+2Star
* target/hppa: fix dcor instructionSven Schnelle2019-02-121-1/+1
* target/hppa: Fix addition '</<=' conditionsSven Schnelle2019-02-121-36/+57
* target/hppa: Rearrange log conditionsRichard Henderson2019-02-121-7/+49
* target/hppa: move GETPC to HELPER() functionsSven Schnelle2019-02-121-10/+6Star
* target/hppa: Merge translate_one into hppa_tr_translate_insnRichard Henderson2019-02-121-8/+3Star
* target/hppa: Convert fp operate insnsRichard Henderson2019-02-122-435/+483
* target/hppa: Convert fp fused multiply-add insnsRichard Henderson2019-02-122-53/+36Star
* target/hppa: Convert halt/reset insnsRichard Henderson2019-02-122-33/+19Star
* target/hppa: Convert fp indexed memory insnsRichard Henderson2019-02-122-93/+21Star
* target/hppa: Convert offset memory insnsRichard Henderson2019-02-122-165/+99Star
* target/hppa: Convert arithmetic immediate insnsRichard Henderson2019-02-122-89/+92
* target/hppa: Convert direct and indirect branchesRichard Henderson2019-02-122-102/+63Star
* target/hppa: Convert shift, extract, deposit insnsRichard Henderson2019-02-122-136/+94Star
* target/hppa: Convert conditional branchesRichard Henderson2019-02-122-126/+123Star
* target/hppa: Convert fp multiply-addRichard Henderson2019-02-122-29/+52
* target/hppa: Convert indexed memory insnsRichard Henderson2019-02-122-133/+60Star
* target/hppa: Convert arithmetic/logical insnsRichard Henderson2019-02-122-167/+189
* target/hppa: Convert memory management insnsRichard Henderson2019-02-122-111/+89Star
* target/hppa: Unify specializations of ORRichard Henderson2019-02-121-49/+59
* target/hppa: Convert remainder of system insnsRichard Henderson2019-02-122-55/+56
* target/hppa: Convert move to/from system registersRichard Henderson2019-02-122-35/+41
* target/hppa: Begin using scripts/decodetree.pyRichard Henderson2019-02-123-5/+51
* target/hppa: Use DisasContextBase.is_jmpRichard Henderson2019-02-121-483/+528
* target/hppa: fix PSW Q bit behaviour to match hardwareSven Schnelle2019-02-061-5/+9
* target/hppa: fix setting registers via gdbSven Schnelle2019-02-061-1/+1
* target/hppa: use tb_cflags() to access tb->cflagsEmilio G. Cota2019-02-061-1/+1
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-4/+6
* target/hppa: Raise exception 26 on emulated hardwareHelge Deller2018-10-171-1/+2
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-041-3/+3
|\
| * tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-3/+3
* | target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
* | target/hppa: Include "qemu/log.h" to use qemu_log()Philippe Mathieu-Daudé2018-05-311-0/+1
|/
* fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson2018-05-181-1/+0Star
* target/hppa: Remove floatX_maybe_silence_nan from conversionsRichard Henderson2018-05-181-2/+0Star