aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)Author
2024-04-01target/hppa: Clear psw_n for BE on use_nullify_skip pathRichard Henderson
2024-03-22target/hppa: mask privilege bits in mfiaSven Schnelle
2024-03-22target/hppa: exit tb on flush cache instructionsSven Schnelle
2024-03-22target/hppa: fix shrp for wide modeSven Schnelle
2024-03-22target/hppa: ldcw,s uses static shift of 3Sven Schnelle
2024-03-22target/hppa: Fix assemble_12a insns for wide modeRichard Henderson
2024-03-22target/hppa: Fix assemble_11a insns for wide modeRichard Henderson
2024-03-22target/hppa: Fix assemble_16 insns for wide modeRichard Henderson
2023-11-17target/hppa: Fix 64-bit SHRPD instructionHelge Deller
2023-11-13target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDXRichard Henderson
2023-11-13target/hppa: Introduce MMU_IDX_MMU_DISABLEDRichard Henderson
2023-11-13target/hppa: Use only low 2 immediate bits for PROBEIRichard Henderson
2023-11-12target/hppa: Mask reserved PSW bits in expand_sm_immHelge Deller
2023-11-06target/hppa: Add unwind_breg to CPUHPPAStateRichard Henderson
2023-11-06target/hppa: Clear upper bits in mtctl for pa1.xHelge Deller
2023-11-06target/hppa: Add pa2.0 cpu local tlb flushesHelge Deller
2023-11-06target/hppa: Implement pa2.0 data prefetch instructionsRichard 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: 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: 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