index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
hppa
/
translate.c
Age
Commit message (
Expand
)
Author
2024-04-09
target/hppa: Use insn_start from DisasContextBase
Richard Henderson
2024-03-29
target/hppa: Clear psw_n for BE on use_nullify_skip path
Richard Henderson
2024-03-29
target/hppa: Add diag instructions to set/restore shadow registers
Helge Deller
2024-03-29
target/hppa: Move diag argument handling to decodetree
Richard Henderson
2024-03-29
target/hppa: Generate getshadowregs inline
Richard Henderson
2024-03-27
target/hppa: Fix overflow computation for shladd
Richard Henderson
2024-03-27
target/hppa: Replace c with uv in do_cond
Richard Henderson
2024-03-27
target/hppa: Squash d for pa1.x during decode
Richard Henderson
2024-03-27
target/hppa: Fix unit carry conditions
Richard Henderson
2024-03-27
target/hppa: Optimize UADDCM with no condition
Richard Henderson
2024-03-27
target/hppa: Fix DCOR reconstruction of carry bits
Richard Henderson
2024-03-27
target/hppa: Use gva_offset_mask() everywhere
Sven Schnelle
2024-03-27
target/hppa: Fix EIRR, EIEM versus icount
Richard Henderson
2024-03-27
target/hppa: Tidy read of interval timer
Richard Henderson
2024-03-27
target/hppa: Mark interval timer write as io
Richard Henderson
2024-03-27
target/hppa: Fix ADD/SUB trap on overflow for narrow mode
Sven Schnelle
2024-03-27
target/hppa: Handle unit conditions for wide mode
Sven Schnelle
2024-03-27
target/hppa: Fix B,GATE for wide mode
Richard Henderson
2024-03-27
target/hppa: Fix BE,L set of sr0
Richard Henderson
2024-03-19
target/hppa: mask privilege bits in mfia
Sven Schnelle
2024-03-19
target/hppa: exit tb on flush cache instructions
Sven Schnelle
2024-03-19
target/hppa: fix shrp for wide mode
Sven Schnelle
2024-03-19
target/hppa: ldcw,s uses static shift of 3
Sven Schnelle
2024-03-19
target/hppa: Fix assemble_12a insns for wide mode
Richard Henderson
2024-03-19
target/hppa: Fix assemble_11a insns for wide mode
Richard Henderson
2024-03-19
target/hppa: Fix assemble_16 insns for wide mode
Richard Henderson
2024-03-12
bulk: Call in place single use cpu_env()
Philippe Mathieu-Daudé
2024-02-11
target/hppa: Allow read-access to PSW with rsm 0,reg instruction
Helge Deller
2024-02-11
target/hppa: Add "diag 0x101" for console output support
Helge Deller
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
2023-11-17
target/hppa: Fix 64-bit SHRPD instruction
Helge Deller
2023-11-13
target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDX
Richard Henderson
2023-11-13
target/hppa: Introduce MMU_IDX_MMU_DISABLED
Richard Henderson
2023-11-13
target/hppa: Use only low 2 immediate bits for PROBEI
Richard Henderson
2023-11-12
target/hppa: Mask reserved PSW bits in expand_sm_imm
Helge Deller
2023-11-06
target/hppa: Add unwind_breg to CPUHPPAState
Richard Henderson
2023-11-06
target/hppa: Clear upper bits in mtctl for pa1.x
Helge Deller
2023-11-06
target/hppa: Add pa2.0 cpu local tlb flushes
Helge Deller
2023-11-06
target/hppa: Implement pa2.0 data prefetch instructions
Richard Henderson
2023-11-06
target/hppa: Return zero for r0 from load_gpr
Richard Henderson
2023-11-06
target/hppa: Precompute zero into DisasContext
Richard Henderson
2023-11-06
target/hppa: Implement PERMH
Richard Henderson
2023-11-06
target/hppa: Implement MIXH, MIXW
Richard Henderson
2023-11-06
target/hppa: Implement HSHLADD, HSHRADD
Richard Henderson
2023-11-06
target/hppa: Implement HSHL, HSHR
Richard Henderson
2023-11-06
target/hppa: Implement HAVG
Richard Henderson
2023-11-06
target/hppa: Implement HSUB
Richard Henderson
2023-11-06
target/hppa: Implement HADD
Richard Henderson
2023-11-06
target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
Richard Henderson
2023-11-06
target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
Richard Henderson
[next]