aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
AgeCommit message (Expand)Author
2024-05-15target/hppa: Allow prior nullification in do_ibranchRichard Henderson
2024-05-15target/hppa: Pass displacement to do_dbranchRichard Henderson
2024-05-15target/hppa: Move constant destination check into use_goto_tbRichard Henderson
2024-05-15target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pcRichard Henderson
2024-05-15target/hppa: Move cpu_get_tb_cpu_state out of lineRichard Henderson
2024-05-15accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé
2024-04-09target/hppa: Use insn_start from DisasContextBaseRichard Henderson
2024-04-09target/hppa: Fix IIAOQ, IIASQ for pa2.0Richard 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: fix do_stdby_e()Sven Schnelle
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 access_id checkSven 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-03-03target/hppa: Restore unwind_breg before calculating iorHelge Deller
2024-03-03target: hppa: Fix unaligned double word accesses for hppa64Guenter Roeck
2024-02-11target/hppa: PDC_BTLB_INFO uses 32-bit intsHelge Deller
2024-02-11target/hppa: Allow read-access to PSW with rsm 0,reg instructionHelge Deller
2024-02-11target/hppa: Implement do_transaction_failed handler for I/O errorsHelge Deller
2024-02-11target/hppa: Add "diag 0x101" for console output supportHelge Deller
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/hppa: Populate CPUClass.mmu_indexRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson