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-arm
/
translate-a64.c
Age
Commit message (
Expand
)
Author
2014-08-19
target-arm: Implement ARMv8 single-step handling for A64 code
Peter Maydell
2014-08-19
target-arm: A64: Avoid duplicate exit_tb(0) in non-linked goto_tb
Peter Maydell
2014-08-19
target-arm: Fix return address for A64 BRK instructions
Peter Maydell
2014-08-12
trace: [tcg] Include TCG-tracing header on all targets
Lluís Vilanova
2014-06-19
target-arm/translate-a64.c: Fix dead ?: in handle_simd_shift_fpint_conv()
Peter Maydell
2014-06-19
target-arm/translate-a64.c: Remove dead ?: in disas_simd_3same_int()
Peter Maydell
2014-06-09
target-arm: A64: Implement two-register SHA instructions
Peter Maydell
2014-06-09
target-arm: A64: Implement 3-register SHA instructions
Peter Maydell
2014-06-09
target-arm: A64: Implement AES instructions
Peter Maydell
2014-06-09
target-arm: A64: Implement CRC instructions
Peter Maydell
2014-06-09
target-arm: A64: Use PMULL feature bit for PMULL
Peter Maydell
2014-06-05
target-arm: move arm_*_code to a separate file
Paolo Bonzini
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
2014-05-27
target-arm: A64: Trap ERET from EL0 at translation time
Edgar E. Iglesias
2014-05-27
target-arm: Move get_mem_index to translate.h
Edgar E. Iglesias
2014-05-01
target-arm: A64: Handle blr lr
Edgar E. Iglesias
2014-05-01
target-arm: implement WFE/YIELD as a yield for AArch64
Rob Herring
2014-04-17
target-arm: A64: fix unallocated test of scalar SQXTUN
Alex Bennée
2014-04-17
target-arm: Implement AArch64 EL1 exception handling
Rob Herring
2014-04-17
target-arm: A64: Implement DC ZVA
Peter Maydell
2014-04-17
target-arm: A64: Add assertion that FP access was checked
Peter Maydell
2014-04-17
target-arm: A64: Correctly fault FP/Neon if CPACR.FPEN set
Peter Maydell
2014-04-17
target-arm: Add support for generating exceptions with syndrome information
Peter Maydell
2014-04-17
target-arm: Provide correct syndrome information for cpreg access traps
Peter Maydell
2014-04-17
target-arm: Split out private-to-target functions into internals.h
Peter Maydell
2014-03-24
target-arm: Fix A64 Neon MLS
Peter Maydell
2014-03-18
target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD)
Alex Bennée
2014-03-18
target-arm: A64: Add saturating int ops (SQNEG/SQABS)
Alex Bennée
2014-03-17
target-arm: A64: Add [UF]RSQRTE (reciprocal root estimate)
Alex Bennée
2014-03-17
target-arm: A64: Implement FCVTXN
Peter Maydell
2014-03-17
target-arm: A64: Implement scalar saturating narrow ops
Alex Bennée
2014-03-17
target-arm: A64: Move handle_2misc_narrow function
Alex Bennée
2014-03-17
target-arm: A64: Implement AdvSIMD reciprocal estimate insns URECPE, FRECPE
Alex Bennée
2014-03-17
target-arm: A64: Implement FCVTZS, FCVTZU in the shift-imm categories
Peter Maydell
2014-03-17
target-arm: A64: Handle saturating left shifts SQSHL, SQSHLU, UQSHL
Peter Maydell
2014-03-17
target-arm: A64: Implement FRINT*
Peter Maydell
2014-03-17
target-arm: A64: Implement SRI
Peter Maydell
2014-03-17
target-arm: A64: Add FRECPX (reciprocal exponent)
Alex Bennée
2014-03-17
target-arm: A64: List unsupported shift-imm opcodes
Peter Maydell
2014-03-17
target-arm: A64: Implement FCVTL
Peter Maydell
2014-03-17
target-arm: A64: Implement FCVTN
Peter Maydell
2014-03-17
target-arm: A64: Implement FCVT[NMAPZ][SU] SIMD instructions
Peter Maydell
2014-03-17
target-arm: A64: Implement SHLL, SHLL2
Peter Maydell
2014-03-17
target-arm: A64: Implement SADDLP, UADDLP, SADALP, UADALP
Peter Maydell
2014-03-17
target-arm: A64: Saturating and narrowing shift ops
Alex Bennée
2014-03-17
target-arm: A64: Add remaining CLS/Z vector ops
Alex Bennée
2014-03-17
target-arm: A64: Add FSQRT to C3.6.17 (two misc)
Alex Bennée
2014-03-17
target-arm: A64: Add last AdvSIMD Integer to FP ops
Alex Bennée
2014-03-17
target-arm: A64: Fix bug in add_sub_ext handling of rn
Alex Bennée
2014-03-17
target-arm: A64: Implement PMULL instruction
Peter Maydell
[next]