aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-06target/hppa: Implement pa2.0 data prefetch instructionsRichard Henderson
2023-11-06linux-user/hppa: Drop EXCP_DUMP from handled exceptionsRichard Henderson
2023-11-06hw/hppa: Translate phys addresses for the cpuRichard Henderson
2023-11-06include/hw/elf: Remove truncating signed castsRichard Henderson
2023-11-06target/hppa: Return zero for r0 from load_gprRichard Henderson
2023-11-06target/hppa: Precompute zero into DisasContextRichard Henderson
2023-11-06target/hppa: Fix interruption based on default PSWHelge Deller
2023-11-06target/hppa: Implement PERMHRichard Henderson
2023-11-06target/hppa: Implement MIXH, MIXWRichard Henderson
2023-11-06target/hppa: Implement HSHLADD, HSHRADDRichard Henderson
2023-11-06target/hppa: Implement HSHL, HSHRRichard Henderson
2023-11-06target/hppa: Implement HAVGRichard Henderson
2023-11-06target/hppa: Implement HSUBRichard Henderson
2023-11-06target/hppa: Implement HADDRichard Henderson
2023-11-06target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64Richard Henderson
2023-11-06target/hppa: Use tcg_temp_new_i64 not tcg_temp_newRichard Henderson
2023-11-06target/hppa: Adjust vmstate_env for pa2.0 tlbRichard Henderson
2023-11-06target/hppa: Remove remaining TARGET_REGISTER_BITS redirectionsRichard Henderson
2023-11-06target/hppa: Remove most of the TARGET_REGISTER_BITS redirectionsRichard Henderson
2023-11-06target/hppa: Remove TARGET_REGISTER_BITSRichard Henderson
2023-11-06hw/hppa: Use uint32_t instead of target_uregRichard Henderson
2023-11-06target/hppa: Implement IDTLBT, IITLBTRichard Henderson
2023-11-06target/hppa: Implement STDBYRichard Henderson
2023-11-06target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOMRichard Henderson
2023-11-06target/hppa: Implement SHRPDRichard Henderson
2023-11-06target/hppa: Implement EXTRDRichard Henderson
2023-11-06target/hppa: Implement DEPD, DEPDIRichard Henderson
2023-11-06target/hppa: Implement LDD, LDCD, LDDA, STD, STDARichard Henderson
2023-11-06target/hppa: Decode ADDB double-wordRichard Henderson
2023-11-06target/hppa: Decode CMPIB double-wordRichard Henderson
2023-11-06target/hppa: Decode d for cmpb instructionsRichard Henderson
2023-11-06target/hppa: Decode d for bb instructionsRichard Henderson
2023-11-06target/hppa: Decode d for sub instructionsRichard Henderson
2023-11-06target/hppa: Decode d for add instructionsRichard Henderson
2023-11-06target/hppa: Decode d for cmpclr instructionsRichard Henderson
2023-11-06target/hppa: Decode d for unit instructionsRichard Henderson
2023-11-06target/hppa: Decode d for logical instructionsRichard Henderson
2023-11-06target/hppa: Remove TARGET_HPPA64Richard Henderson
2023-11-06target/hppa: Drop attempted gdbstub support for hppa64Richard Henderson
2023-11-06linux-user/hppa: Fixes for TARGET_ABI32Richard Henderson
2023-11-06target/hppa: Pass d to do_unit_condRichard Henderson
2023-11-06target/hppa: Pass d to do_sed_condRichard Henderson
2023-11-06target/hppa: Pass d to do_log_condRichard Henderson
2023-11-06target/hppa: Pass d to do_sub_condRichard Henderson
2023-11-06target/hppa: Pass d to do_condRichard Henderson
2023-11-06target/hppa: sar register allows only 5 bits on 32-bit CPUHelge Deller
2023-11-06target/hppa: Mask inputs in copy_iaoq_entryRichard Henderson
2023-11-06target/hppa: Use copy_iaoq_entry for link in do_ibranchRichard Henderson
2023-11-06target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb]Richard Henderson
2023-11-06target/hppa: Pass DisasContext to copy_iaoq_entryRichard Henderson