summary refs log tree commit diff stats
path: root/target/hppa/op_helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/hppa: fix do_stdby_e()Sven Schnelle2024-03-191-5/+5
* target/hppa: Restore unwind_breg before calculating iorHelge Deller2024-03-031-1/+2
* include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2024-02-031-4/+4
* target/hppa: Fix IOR and ISR on error in probeHelge Deller2024-01-131-5/+1
* target/hppa: Use PRIV_P_TO_MMU_IDX in helper_probeRichard Henderson2023-11-131-2/+3
* target/hppa: Implement HSHLADD, HSHRADDRichard Henderson2023-11-061-0/+32
* target/hppa: Implement HAVGRichard Henderson2023-11-061-0/+14
* target/hppa: Implement HSUBRichard Henderson2023-11-061-0/+32
* target/hppa: Implement HADDRichard Henderson2023-11-061-0/+32
* target/hppa: Remove TARGET_REGISTER_BITSRichard Henderson2023-11-061-15/+15
* target/hppa: Implement STDBYRichard Henderson2023-11-061-5/+173
* target/hppa: Add BTLB support to hppa TLB functionsHelge Deller2023-09-151-1/+2
* accel/tcg: Return bool from page_check_rangeRichard Henderson2023-07-151-1/+1
* target/hppa: Extract system helpers to sys_helper.cPhilippe Mathieu-Daudé2023-02-271-77/+0
* target/hppa: Extract FPU helpers to fpu_helper.cPhilippe Mathieu-Daudé2023-02-271-427/+0
* target/hppa: Fix proberi instruction emulation for linux-userHelge Deller2022-08-191-1/+1
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-2/+2
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* hppa: Add support for an emulated TOC/NMI button.Helge Deller2022-02-021-1/+6
* target/hppa: Fix atomic_store_3 for STBYRichard Henderson2021-12-301-12/+15
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-1/+1
* overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* softfloat: Name compare relation enumRichard Henderson2020-05-191-3/+4
* target/hppa: Allow, but diagnose, LDCW aligned only mod 4Richard Henderson2020-01-271-0/+9
* hppa/tcg: Call probe_write() also for CONFIG_USER_ONLYDavid Hildenbrand2019-09-031-2/+0
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* target/hppa: Use env_cpu, env_archcpuRichard Henderson2019-06-101-5/+3
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* target/hppa: remove PSW I/R/Q bit checkSven Schnelle2019-03-121-5/+0
* target/hppa: add TLB trace eventsSven Schnelle2019-03-121-0/+2
* target/hppa: move GETPC to HELPER() functionsSven Schnelle2019-02-121-10/+6
* target/hppa: fix PSW Q bit behaviour to match hardwareSven Schnelle2019-02-061-5/+9
* target/hppa: Remove floatX_maybe_silence_nan from conversionsRichard Henderson2018-05-171-2/+0
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-1/+1
* target/hppa: Implement PROBE for system modeRichard Henderson2018-01-311-11/+23
* target/hppa: Implement halt and reset instructionsHelge Deller2018-01-311-0/+13
* target/hppa: Implement LPARichard Henderson2018-01-301-5/+5
* target/hppa: Implement the interval timerRichard Henderson2018-01-301-0/+36
* target/hppa: Implement IASQRichard Henderson2018-01-301-0/+2
* target/hppa: Implement rfiRichard Henderson2018-01-301-0/+24
* target/hppa: Implement the system mask instructionsRichard Henderson2018-01-301-0/+14
* target/hppa: Split address size from register sizeRichard Henderson2018-01-301-11/+11
* target/hppa: Define hardware exception typesRichard Henderson2018-01-301-3/+3
* target/hppa: Skeleton support for hppa-softmmuHelge Deller2018-01-301-2/+11
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-1/+1
* target/hppa: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-4/+28
* target-hppa: Implement floating-point insnsRichard Henderson2017-01-231-0/+394
* target-hppa: Implement system and memory-management insnsRichard Henderson2017-01-231-0/+10
* target-hppa: Implement loads and storesRichard Henderson2017-01-231-0/+78