aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-13target/hppa: Add MemOp argument to hppa_get_physical_addressRichard Henderson1-1/+1
2024-05-15target/hppa: Drop tlb_entry return from hppa_get_physical_addressRichard Henderson1-2/+1
2024-05-15target/hppa: Use delay_excp for conditional trap on overflowRichard Henderson1-7/+0
2024-05-15target/hppa: Use delay_excp for conditional trapsRichard Henderson1-7/+0
2024-03-19target/hppa: fix do_stdby_e()Sven Schnelle1-5/+5
2024-03-03target/hppa: Restore unwind_breg before calculating iorHelge Deller1-1/+2
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson1-4/+4
2024-01-13target/hppa: Fix IOR and ISR on error in probeHelge Deller1-5/+1
2023-11-13target/hppa: Use PRIV_P_TO_MMU_IDX in helper_probeRichard Henderson1-2/+3
2023-11-06target/hppa: Implement HSHLADD, HSHRADDRichard Henderson1-0/+32
2023-11-06target/hppa: Implement HAVGRichard Henderson1-0/+14
2023-11-06target/hppa: Implement HSUBRichard Henderson1-0/+32
2023-11-06target/hppa: Implement HADDRichard Henderson1-0/+32
2023-11-06target/hppa: Remove TARGET_REGISTER_BITSRichard Henderson1-15/+15
2023-11-06target/hppa: Implement STDBYRichard Henderson1-5/+173
2023-09-15target/hppa: Add BTLB support to hppa TLB functionsHelge Deller1-1/+2
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson1-1/+1
2023-02-27target/hppa: Extract system helpers to sys_helper.cPhilippe Mathieu-Daudé1-77/+0
2023-02-27target/hppa: Extract FPU helpers to fpu_helper.cPhilippe Mathieu-Daudé1-427/+0
2022-08-19target/hppa: Fix proberi instruction emulation for linux-userHelge Deller1-1/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-2/+2
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller1-1/+6
2021-12-30target/hppa: Fix atomic_store_3 for STBYRichard Henderson1-12/+15
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-1/+1
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-05-19softfloat: Name compare relation enumRichard Henderson1-3/+4
2020-01-27target/hppa: Allow, but diagnose, LDCW aligned only mod 4Richard Henderson1-0/+9
2019-09-03hppa/tcg: Call probe_write() also for CONFIG_USER_ONLYDavid Hildenbrand1-2/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-06-10target/hppa: Use env_cpu, env_archcpuRichard Henderson1-5/+3
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-03-12target/hppa: remove PSW I/R/Q bit checkSven Schnelle1-5/+0
2019-03-12target/hppa: add TLB trace eventsSven Schnelle1-0/+2
2019-02-12target/hppa: move GETPC to HELPER() functionsSven Schnelle1-10/+6
2019-02-06target/hppa: fix PSW Q bit behaviour to match hardwareSven Schnelle1-5/+9
2018-05-17target/hppa: Remove floatX_maybe_silence_nan from conversionsRichard Henderson1-2/+0
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-1/+1
2018-01-31target/hppa: Implement PROBE for system modeRichard Henderson1-11/+23
2018-01-31target/hppa: Implement halt and reset instructionsHelge Deller1-0/+13
2018-01-30target/hppa: Implement LPARichard Henderson1-5/+5
2018-01-30target/hppa: Implement the interval timerRichard Henderson1-0/+36
2018-01-30target/hppa: Implement IASQRichard Henderson1-0/+2
2018-01-30target/hppa: Implement rfiRichard Henderson1-0/+24
2018-01-30target/hppa: Implement the system mask instructionsRichard Henderson1-0/+14
2018-01-30target/hppa: Split address size from register sizeRichard Henderson1-11/+11
2018-01-30target/hppa: Define hardware exception typesRichard Henderson1-3/+3
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller1-2/+11
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-1/+1