aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/translate.c
AgeCommit message (Expand)Author
2024-04-09target/hppa: Use insn_start from DisasContextBaseRichard Henderson
2024-03-29target/hppa: Clear psw_n for BE on use_nullify_skip pathRichard Henderson
2024-03-29target/hppa: Add diag instructions to set/restore shadow registersHelge Deller
2024-03-29target/hppa: Move diag argument handling to decodetreeRichard Henderson
2024-03-29target/hppa: Generate getshadowregs inlineRichard Henderson
2024-03-27target/hppa: Fix overflow computation for shladdRichard Henderson
2024-03-27target/hppa: Replace c with uv in do_condRichard Henderson
2024-03-27target/hppa: Squash d for pa1.x during decodeRichard Henderson
2024-03-27target/hppa: Fix unit carry conditionsRichard Henderson
2024-03-27target/hppa: Optimize UADDCM with no conditionRichard Henderson
2024-03-27target/hppa: Fix DCOR reconstruction of carry bitsRichard Henderson
2024-03-27target/hppa: Use gva_offset_mask() everywhereSven Schnelle
2024-03-27target/hppa: Fix EIRR, EIEM versus icountRichard Henderson
2024-03-27target/hppa: Tidy read of interval timerRichard Henderson
2024-03-27target/hppa: Mark interval timer write as ioRichard Henderson
2024-03-27target/hppa: Fix ADD/SUB trap on overflow for narrow modeSven Schnelle
2024-03-27target/hppa: Handle unit conditions for wide modeSven Schnelle
2024-03-27target/hppa: Fix B,GATE for wide modeRichard Henderson
2024-03-27target/hppa: Fix BE,L set of sr0Richard Henderson
2024-03-19target/hppa: mask privilege bits in mfiaSven Schnelle
2024-03-19target/hppa: exit tb on flush cache instructionsSven Schnelle
2024-03-19target/hppa: fix shrp for wide modeSven Schnelle
2024-03-19target/hppa: ldcw,s uses static shift of 3Sven Schnelle
2024-03-19target/hppa: Fix assemble_12a insns for wide modeRichard Henderson
2024-03-19target/hppa: Fix assemble_11a insns for wide modeRichard Henderson
2024-03-19target/hppa: Fix assemble_16 insns for wide modeRichard Henderson
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé
2024-02-11target/hppa: Allow read-access to PSW with rsm 0,reg instructionHelge Deller
2024-02-11target/hppa: Add "diag 0x101" for console output supportHelge Deller
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
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