aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
AgeCommit message (Expand)AuthorFilesLines
2023-11-06target/hppa: Decode d for logical instructionsRichard Henderson2-12/+13
2023-11-06target/hppa: Remove TARGET_HPPA64Richard Henderson4-29/+7
2023-11-06target/hppa: Drop attempted gdbstub support for hppa64Richard Henderson1-19/+13
2023-11-06target/hppa: Pass d to do_unit_condRichard Henderson1-9/+11
2023-11-06target/hppa: Pass d to do_sed_condRichard Henderson1-11/+13
2023-11-06target/hppa: Pass d to do_log_condRichard Henderson1-10/+38
2023-11-06target/hppa: Pass d to do_sub_condRichard Henderson1-26/+47
2023-11-06target/hppa: Pass d to do_condRichard Henderson1-28/+54
2023-11-06target/hppa: sar register allows only 5 bits on 32-bit CPUHelge Deller1-2/+2
2023-11-06target/hppa: Mask inputs in copy_iaoq_entryRichard Henderson1-2/+14
2023-11-06target/hppa: Use copy_iaoq_entry for link in do_ibranchRichard Henderson1-1/+1
2023-11-06target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb]Richard Henderson1-13/+22
2023-11-06target/hppa: Pass DisasContext to copy_iaoq_entryRichard Henderson1-19/+20
2023-11-06target/hppa: Fix hppa64 addressingRichard Henderson2-13/+16
2023-11-06target/hppa: Adjust hppa_cpu_dump_state for hppa64Richard Henderson1-9/+19
2023-11-06target/hppa: Handle absolute addresses for pa2.0Richard Henderson2-2/+44
2023-11-06target/hppa: Update cpu_hppa_get/put_psw for hppa64Richard Henderson1-11/+52
2023-11-06target/hppa: Implement hppa_cpu_class_by_nameRichard Henderson1-1/+9
2023-11-06target/hppa: Implement cpu_listRichard Henderson2-0/+29
2023-11-06target/hppa: Make HPPA_BTLB_ENTRIES variableRichard Henderson3-27/+35
2023-11-06target/hppa: Introduce TYPE_HPPA64_CPURichard Henderson4-15/+26
2023-11-06target/hppa: Fix extrw and depw with sar for hppa64Richard Henderson1-2/+5
2023-11-06target/hppa: Fix bb_sar for hppa64Richard Henderson1-3/+13
2023-11-06target/hppa: Fix do_add, do_sub for hppa64Richard Henderson1-18/+32
2023-11-06target/hppa: Fix trans_ds for hppa64Richard Henderson1-11/+37
2023-11-06target/hppa: Truncate rotate count in trans_shrpw_sarRichard Henderson1-1/+4
2023-11-06target/hppa: Fix load in do_load_32Richard Henderson1-1/+1
2023-11-06target/hppa: Fix hppa64 case in machine.cRichard Henderson1-2/+2
2023-11-06target/hppa: Remove load_constRichard Henderson1-14/+7
2023-11-06target/hppa: Remove get_temp_tlRichard Henderson1-25/+3
2023-11-06target/hppa: Remove get_tempRichard Henderson1-45/+31
2023-11-06target/hppa: Populate an interval tree with valid tlb entriesRichard Henderson4-71/+167
2023-11-06target/hppa: Split out hppa_flush_tlb_rangeRichard Henderson1-15/+24
2023-11-06target/hppa: Always report one page to tlb_set_pageRichard Henderson2-4/+12
2023-11-06target/hppa: Use IntervalTreeNode in HPPATLBEntryRichard Henderson3-19/+23
2023-11-06target/hppa: Rename hppa_tlb_entry to HPPATLBEntryRichard Henderson3-22/+22
2023-11-06target/hppa: Include PSW_P in tb flags and mmu indexRichard Henderson4-27/+30
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-1/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2-3/+3
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-79/+78
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-1/+0
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-09-19target/hppa: Wire up diag instruction to support BTLBHelge Deller3-3/+105
2023-09-15target/hppa: Extract diagnose immediate valueHelge Deller1-1/+1
2023-09-15target/hppa: Add BTLB support to hppa TLB functionsHelge Deller4-30/+65
2023-09-13target/hppa: Allow up to 16 BTLB entriesHelge Deller1-1/+7
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-08-27target/hppa: Switch to use MMU indices 11-15Helge Deller1-8/+8
2023-08-25target/hppa: Use privilege helper in hppa_get_physical_address()Helge Deller1-4/+5