aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)Author
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-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: 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
2023-11-06target/hppa: Fix hppa64 addressingRichard Henderson
2023-11-06target/hppa: Introduce TYPE_HPPA64_CPURichard Henderson
2023-11-06target/hppa: Fix extrw and depw with sar for hppa64Richard Henderson
2023-11-06target/hppa: Fix bb_sar for hppa64Richard Henderson
2023-11-06target/hppa: Fix do_add, do_sub for hppa64Richard Henderson
2023-11-06target/hppa: Fix trans_ds for hppa64Richard Henderson
2023-11-06target/hppa: Truncate rotate count in trans_shrpw_sarRichard Henderson
2023-11-06target/hppa: Fix load in do_load_32Richard Henderson
2023-11-06target/hppa: Remove load_constRichard Henderson
2023-11-06target/hppa: Remove get_temp_tlRichard Henderson
2023-11-06target/hppa: Remove get_tempRichard Henderson
2023-11-06target/hppa: Include PSW_P in tb flags and mmu indexRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-09-19target/hppa: Wire up diag instruction to support BTLBHelge Deller
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-08-25target/hppa: Add privilege to MMU index conversion helpersHelge Deller
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson