aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19target/hppa: mask privilege bits in mfiaSven Schnelle1-1/+1
2024-03-19target/hppa: exit tb on flush cache instructionsSven Schnelle1-0/+7
2024-03-19target/hppa: fix shrp for wide modeSven Schnelle1-2/+2
2024-03-19target/hppa: ldcw,s uses static shift of 3Sven Schnelle1-1/+1
2024-03-19target/hppa: Fix assemble_12a insns for wide modeRichard Henderson1-0/+17
2024-03-19target/hppa: Fix assemble_11a insns for wide modeRichard Henderson1-6/+17
2024-03-19target/hppa: Fix assemble_16 insns for wide modeRichard Henderson1-0/+22
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé1-2/+1
2024-02-11target/hppa: Allow read-access to PSW with rsm 0,reg instructionHelge Deller1-1/+7
2024-02-11target/hppa: Add "diag 0x101" for console output supportHelge Deller1-0/+6
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2023-11-17target/hppa: Fix 64-bit SHRPD instructionHelge Deller1-2/+2
2023-11-13target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDXRichard Henderson1-3/+3
2023-11-13target/hppa: Introduce MMU_IDX_MMU_DISABLEDRichard Henderson1-9/+11
2023-11-13target/hppa: Use only low 2 immediate bits for PROBEIRichard Henderson1-1/+1
2023-11-12target/hppa: Mask reserved PSW bits in expand_sm_immHelge Deller1-5/+8
2023-11-06target/hppa: Add unwind_breg to CPUHPPAStateRichard Henderson1-1/+12
2023-11-06target/hppa: Clear upper bits in mtctl for pa1.xHelge Deller1-1/+7
2023-11-06target/hppa: Add pa2.0 cpu local tlb flushesHelge Deller1-5/+43
2023-11-06target/hppa: Implement pa2.0 data prefetch instructionsRichard Henderson1-1/+9
2023-11-06target/hppa: Return zero for r0 from load_gprRichard Henderson1-3/+1
2023-11-06target/hppa: Precompute zero into DisasContextRichard Henderson1-16/+18
2023-11-06target/hppa: Implement PERMHRichard Henderson1-0/+29
2023-11-06target/hppa: Implement MIXH, MIXWRichard Henderson1-0/+55
2023-11-06target/hppa: Implement HSHLADD, HSHRADDRichard Henderson1-0/+32
2023-11-06target/hppa: Implement HSHL, HSHRRichard Henderson1-0/+35
2023-11-06target/hppa: Implement HAVGRichard Henderson1-0/+5
2023-11-06target/hppa: Implement HSUBRichard Henderson1-0/+15
2023-11-06target/hppa: Implement HADDRichard Henderson1-0/+37
2023-11-06target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64Richard Henderson1-4/+4
2023-11-06target/hppa: Use tcg_temp_new_i64 not tcg_temp_newRichard Henderson1-80/+82
2023-11-06target/hppa: Remove remaining TARGET_REGISTER_BITS redirectionsRichard Henderson1-33/+13
2023-11-06target/hppa: Remove most of the TARGET_REGISTER_BITS redirectionsRichard Henderson1-505/+407
2023-11-06target/hppa: Remove TARGET_REGISTER_BITSRichard Henderson1-148/+38
2023-11-06target/hppa: Implement IDTLBT, IITLBTRichard Henderson1-6/+36
2023-11-06target/hppa: Implement STDBYRichard Henderson1-0/+34
2023-11-06target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOMRichard Henderson1-0/+6
2023-11-06target/hppa: Implement SHRPDRichard Henderson1-30/+69
2023-11-06target/hppa: Implement EXTRDRichard Henderson1-11/+31
2023-11-06target/hppa: Implement DEPD, DEPDIRichard Henderson1-26/+54
2023-11-06target/hppa: Implement LDD, LDCD, LDDA, STD, STDARichard Henderson1-0/+4
2023-11-06target/hppa: Decode ADDB double-wordRichard Henderson1-0/+11
2023-11-06target/hppa: Decode CMPIB double-wordRichard Henderson1-1/+10
2023-11-06target/hppa: Decode d for cmpb instructionsRichard Henderson1-4/+8
2023-11-06target/hppa: Decode d for bb instructionsRichard Henderson1-4/+2
2023-11-06target/hppa: Decode d for sub instructionsRichard Henderson1-11/+11
2023-11-06target/hppa: Decode d for add instructionsRichard Henderson1-10/+11
2023-11-06target/hppa: Decode d for cmpclr instructionsRichard Henderson1-6/+5
2023-11-06target/hppa: Decode d for unit instructionsRichard Henderson1-13/+12
2023-11-06target/hppa: Decode d for logical instructionsRichard Henderson1-8/+7