Sign in
qemu
/
qemu
/
5eba5a6632ff4b0aaa8cb6c806fa95758518a28d
/
target-alpha
/
mem_helper.c
f08b617
softmmu: introduce cpu_ldst.h
by Paolo Bonzini
· 11 years ago
0f590e74
softmmu: commonize helper definitions
by Paolo Bonzini
· 11 years ago
d94f0a8
softmmu: move ALIGNED_ONLY to cpu.h
by Paolo Bonzini
· 11 years ago
93e2232
softmmu: make do_unaligned_access a method of CPU
by Paolo Bonzini
· 11 years ago
2ef6175
tcg: Invert the inclusion of helper.h
by Richard Henderson
· 11 years ago
3f38f30
translate-all: Change cpu_restore_state() argument to CPUState
by Andreas Färber
· 12 years ago
5638d18
cpu-exec: Change cpu_loop_exit() argument to CPUState
by Andreas Färber
· 12 years ago
d5a11fe
exec: Change tlb_fill() argument to CPUState
by Andreas Färber
· 12 years ago
2710342
cpu: Move exception_index field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
7510454
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
by Andreas Färber
· 12 years ago
d2810ff
target-alpha: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
ab1da85
exec: Make stl_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
f606604
exec: Make stq_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
2c17449
exec: Make ldq/ldub_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
fdfba1a
exec: Make ldl_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
c658b94
cpu: Turn cpu_unassigned_access() into a CPUState hook
by Andreas Färber
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
a8a826a
exec: refactor cpu_restore_state
by Blue Swirl
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
2050396
Use uintptr_t for various op related functions
by Blue Swirl
· 13 years ago
c308275
target-alpha: Move memory helpers to mem_helper.c.
by Richard Henderson
· 13 years ago
[Renamed (71%) from target-alpha/op_helper.c]
69163fb
target-alpha: Move palcode support helpers to sys_helper.c.
by Richard Henderson
· 13 years ago
2958620
target-alpha: Move integer overflow helpers to int_helper.c.
by Richard Henderson
· 13 years ago
a44a277
target-alpha: Move fpcr helpers from op_helper.c to helper.c.
by Richard Henderson
· 13 years ago
4a58aed
target-alpha: Move floating-point helpers to fpu_helper.c.
by Richard Henderson
· 13 years ago
b9f0923
target-alpha: Move exception helpers to helper.c.
by Richard Henderson
· 13 years ago
0be034b
target-alpha: Move integer helpers to int_helper.c.
by Richard Henderson
· 13 years ago
4d5712f
target-alpha: Don't overuse CPUState
by Andreas Färber
· 13 years ago
c781cf9
target-alpha: Add high-resolution access to wall clock and an alarm.
by Richard Henderson
· 14 years ago
034ebc2
target-alpha: Implement HALT IPR.
by Richard Henderson
· 14 years ago
bccd9ec
softmmu_header: pass CPUState to tlb_fill
by Blue Swirl
· 14 years ago
97b348e
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
by Blue Swirl
· 14 years ago
3e45717
exec.h cleanup
by Blue Swirl
· 14 years ago
b14ef7c
Fix unassigned memory access handling
by Blue Swirl
· 14 years ago
1162c04
cpu_loop_exit: avoid using AREG0
by Blue Swirl
· 14 years ago
3b4fefd
target-alpha: Implement TLB flush primitives.
by Richard Henderson
· 14 years ago
e521485
target-alpha: Use a fixed frequency for the RPCC in system mode.
by Richard Henderson
· 14 years ago
5b45040
target-alpha: Trap for unassigned and unaligned addresses.
by Richard Henderson
· 14 years ago
21d2bea
target-alpha: Swap shadow registers moving to/from PALmode.
by Richard Henderson
· 14 years ago
2d9671d
target-alpha: Use do_restore_state for arithmetic exceptions.
by Richard Henderson
· 14 years ago
b5f1aa6
target-alpha: Tidy up arithmetic exceptions.
by Richard Henderson
· 14 years ago
129d8aa
target-alpha: Rationalize internal processor registers.
by Richard Henderson
· 14 years ago
508b43e
target-alpha: Merge HW_REI and HW_RET implementations.
by Richard Henderson
· 14 years ago
2374e73
target-alpha: Fix translation of PALmode memory insns.
by Richard Henderson
· 14 years ago
618ba8e
Remove unused function parameter from cpu_restore_state
by Stefan Weil
· 14 years ago
211315f
softfloat: rename float*_eq() into float*_eq_quiet()
by Aurelien Jarno
· 14 years ago
a4d2d1a
target-alpha: use new float64_unordered_quiet() function
by Aurelien Jarno
· 14 years ago
1856987
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
by Peter Maydell
· 14 years ago
18f8e2c
target-alpha: Implement RPCC.
by Richard Henderson
· 15 years ago
6910b8f
target-alpha: Fix load-locked/store-conditional.
by Richard Henderson
· 15 years ago
593f17e
target-alpha: Implement cvtlq inline.
by Richard Henderson
· 15 years ago
ac316ca
target-alpha: Implement rs/rc properly.
by Richard Henderson
· 15 years ago
dc96be4
target-alpha: Implement cpys{, n, e} inline.
by Richard Henderson
· 15 years ago
735cf45
target-alpha: Implement cvtql inline.
by Richard Henderson
· 15 years ago
f24518b
target-alpha: Implement IEEE FP qualifiers.
by Richard Henderson
· 15 years ago
c2c789c
target-alpha: Mark helper_excp as NORETURN.
by Richard Henderson
· 15 years ago
866be65
target-alpha: Clean up arithmetic traps.
by Richard Henderson
· 15 years ago
d0af544
target-alpha: Fix float32_to_s vs zero exponent.
by Richard Henderson
· 15 years ago
68bd052
target-alpha: Fix cvtlq.
by Richard Henderson
· 15 years ago
dbb30fe
target-alpha: Implement fp branch/cmov inline.
by Richard Henderson
· 15 years ago
50eb6e5
target-alpha: Expand ins*h inline.
by Richard Henderson
· 15 years ago
ffec44f
target-alpha: Expand msk*h inline.
by Richard Henderson
· 15 years ago
14ab163
target-alpha: Expand msk*l inline.
by Richard Henderson
· 15 years ago
248c42f
target-alpha: Expand ins*l inline.
by Richard Henderson
· 15 years ago
13e4df9
target-alpha: Implement missing MVI instructions.
by Richard Henderson
· 15 years ago
ba0e276
target-alpha: Fixes for alpha-linux syscalls.
by Richard Henderson
· 15 years ago
1918812
target-alpha: Remove bogus DO_TB_FLUSH code from translator.
by Richard Henderson
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
6f4fc36
Add 'static' to please Sparse
by Blue Swirl
· 15 years ago
636aa20
Replace always_inline with inline
by Blue Swirl
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
1a1f7db
target-alpha: remove amask helper
by aurel32
· 16 years ago
8579095
target-alpha: remove helper_load_implver
by aurel32
· 16 years ago
ecbb5ea
target-alpha: overflow condition for sublv and subqv
by aurel32
· 16 years ago
75fc9c0
target-alpha: tb_flush helper should flush the tb (and not the tlb).
by aurel32
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
e2eb279
target-alpha: use CPU_Float/CPU_Double instead of ugly casts
by aurel32
· 16 years ago
a7812ae
TCG variable type checking.
by pbrook
· 16 years ago
970d622
target-alpha: fix cmpbge instruction
by aurel32
· 16 years ago
8bb6e98
target-alpha: convert palcode ops to TCG
by aurel32
· 16 years ago
f18cd22
target-alpha: convert FP ops to TCG
by aurel32
· 16 years ago
04acd30
target-alpha: convert remaining arith3 functions to TCG
by aurel32
· 16 years ago
6ad0259
target-alpha: switch a few helpers to TCG
by aurel32
· 16 years ago
b3249f6
target-alpha: convert byte manipulation instructions to TCG
by aurel32
· 16 years ago
ae8ecd4
target-alpha: convert arith2 instructions to TCG
by aurel32
· 16 years ago
9b7b85d
Fix off-by-one unwinding error.
by pbrook
· 17 years ago
2d8ee4e
Fix Sparc host compile problem reported by Shaddy Baddah
by blueswir1
· 17 years ago
44f8625
fixed invalid type
by bellard
· 17 years ago
273af66
Adjust s390 addresses (the MSB is defined as "to be ignored").
by ths
· 17 years ago
603fccc
Make Alpha and PowerPC targets use shared helpers
by j_mayer
· 17 years ago
f071b4d
Alpha coding style and inlining fixes.
by j_mayer
· 17 years ago
e14fe0a
Use host-utils for Alpha 64x64 bits multiplications.
by j_mayer
· 17 years ago
b1806c9
Generate micro-ops for Alpha executive and supervisor modes.
by j_mayer
· 17 years ago
6ebbf39
Replace is_user variable with mmu_idx in softmmu core,
by j_mayer
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
4c9649a
Alpha architecture emulation core.
by j_mayer
· 18 years ago