aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
AgeCommit message (Expand)AuthorFilesLines
2024-12-11target/hppa: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/hppa: Set Float3NaNPropRule explicitlyPeter Maydell1-0/+8
2024-12-11target/hppa: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-0/+2
2024-11-05target/hppa: Explicitly set 2-NaN propagation rulePeter Maydell1-0/+6
2024-10-13target/hppa: Implement TCGCPUOps.tlb_fill_alignRichard Henderson3-13/+16
2024-10-13target/hppa: Handle alignment faults in hppa_get_physical_addressRichard Henderson1-1/+6
2024-10-13target/hppa: Fix priority of T, D, and B page faultsRichard Henderson1-3/+5
2024-10-13target/hppa: Perform access rights before protection id checkRichard Henderson1-6/+6
2024-10-13target/hppa: Add MemOp argument to hppa_get_physical_addressRichard Henderson4-7/+8
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé1-1/+1
2024-09-13target/alpha, hppa: Remove unused parent_reset fieldsPeter Maydell1-2/+0
2024-09-03target/hppa: Fix random 32-bit linux-user crashesHelge Deller1-1/+1
2024-09-03target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64Helge Deller2-2/+2
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-05-15Merge tag 'pull-hppa-20240515' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson11-728/+842
2024-05-15target/hppa: Log cpu state on return-from-interruptRichard Henderson1-0/+12
2024-05-15target/hppa: Log cpu state at interruptRichard Henderson1-13/+14
2024-05-15target/hppa: Implement CF_PCRELRichard Henderson2-32/+55
2024-05-15target/hppa: Adjust priv for B,GATE at runtimeRichard Henderson4-25/+47
2024-05-15target/hppa: Drop tlb_entry return from hppa_get_physical_addressRichard Henderson4-20/+7
2024-05-15target/hppa: Implement PSW_XRichard Henderson1-17/+25
2024-05-15target/hppa: Implement PSW_BRichard Henderson1-19/+6
2024-05-15target/hppa: Manage PSW_X and PSW_B in translatorRichard Henderson2-3/+57
2024-05-15target/hppa: Split PSW X and B into their own fieldRichard Henderson2-4/+5
2024-05-15target/hppa: Improve hppa_cpu_dump_stateRichard Henderson1-6/+54
2024-05-15target/hppa: Do not mask in copy_iaoq_entryRichard Henderson1-6/+1
2024-05-15target/hppa: Store full iaoq_f and page offset of iaoq_b in TBRichard Henderson3-55/+48
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson4-4/+16
2024-05-15target/hppa: Use delay_excp for conditional trap on overflowRichard Henderson4-17/+14
2024-05-15target/hppa: Use delay_excp for conditional trapsRichard Henderson4-19/+32
2024-05-15target/hppa: Introduce DisasDelayExceptionRichard Henderson1-5/+55
2024-05-15target/hppa: Remove cond_freeRichard Henderson1-75/+27
2024-05-15target/hppa: Use TCG_COND_TST* in trans_ftestRichard Henderson1-16/+6
2024-05-15target/hppa: Use registerfields.h for FPSRRichard Henderson3-23/+46
2024-05-15target/hppa: Use TCG_COND_TST* in trans_bb_immRichard Henderson1-9/+3
2024-05-15target/hppa: Use TCG_COND_TST* in do_unit_addsubRichard Henderson1-2/+2
2024-05-15target/hppa: Use TCG_COND_TST* in do_unit_zero_condRichard Henderson1-2/+1
2024-05-15target/hppa: Use TCG_COND_TST* in do_log_condRichard Henderson1-51/+27
2024-05-15target/hppa: Use TCG_COND_TST* in do_condRichard Henderson1-36/+28
2024-05-15target/hppa: Rename cond_make_* helpersRichard Henderson1-26/+26
2024-05-15target/hppa: Use displacements in DisasIAQERichard Henderson1-20/+23
2024-05-15target/hppa: Introduce and use DisasIAQE for branch managementRichard Henderson1-180/+198
2024-05-15target/hppa: Always make a copy in do_ibranch_privRichard Henderson1-4/+3
2024-05-15target/hppa: Use umax in do_ibranch_privRichard Henderson1-1/+1
2024-05-15target/hppa: Add space argument to do_ibranchRichard Henderson1-50/+26
2024-05-15target/hppa: Add space arguments to install_iaq_entriesRichard Henderson1-31/+27
2024-05-15target/hppa: Add IASQ entries to DisasContextRichard Henderson1-9/+30
2024-05-15target/hppa: Simplify TB endRichard Henderson1-50/+55
2024-05-15target/hppa: Skip nullified insns in unconditional dbranch pathRichard Henderson1-2/+8
2024-05-15target/hppa: Delay computation of IAQ_NextRichard Henderson1-16/+10