Sign in
qemu
/
qemu
/
5a30b7f6f19d65c0e204bf4cabe1fb5600f3836c
/
target-arm
5642463
target-arm: Log instruction start in TCG code
by Peter Maydell
· 14 years ago
e12ce78
target-arm: Restore IT bits when resuming after an exception
by Peter Maydell
· 14 years ago
bc4a0de
target-arm: Refactor translation of exception generating instructions
by Peter Maydell
· 14 years ago
5de3a9d
target-arm: Remove redundant setting of IT bits before Thumb SWI
by Peter Maydell
· 14 years ago
61f74d6
target-arm: Translate with user-state from TB flags, not CPUState
by Peter Maydell
· 14 years ago
05ed9a9
target-arm: Set privileged bit in TB flags correctly for M profile
by Peter Maydell
· 14 years ago
98eac7c
target-arm: Translate with condexec bits from TB flags, not CPUState
by Peter Maydell
· 14 years ago
7204ab8
target-arm: Translate with Thumb state from TB flags, not CPUState
by Peter Maydell
· 14 years ago
69d1fc2
target-arm: Translate with VFP len/stride from TB flags, not CPUState
by Peter Maydell
· 14 years ago
5df8bac
target-arm: Translate with VFP-enabled from TB flags, not CPUState
by Peter Maydell
· 14 years ago
a170576
target-arm: Add symbolic constants for bitfields in TB flags
by Peter Maydell
· 14 years ago
39ea3d4
target-arm: Don't generate code specific to current CPU mode for SRS
by Peter Maydell
· 14 years ago
7182696
target-arm: Use the standard FPSCR value for VRSQRTS
by Peter Maydell
· 14 years ago
3a492f3
target-arm: Add support for 'Standard FPSCR Value' as used by Neon
by Peter Maydell
· 14 years ago
9ea62f5
target-arm: Fix implementation of VRSQRTS
by Peter Maydell
· 14 years ago
0322b26
ARM: Fix decoding of VQSHL/VQSHLU immediate forms
by Peter Maydell
· 14 years ago
4ca4502
ARM: add neon helpers for VQSHLU
by Juha Riihimäki
· 14 years ago
cecd850
target-arm: wire up the softfloat flush_input_to_zero flag
by Peter Maydell
· 14 years ago
b12c390
target-arm: Set softfloat cumulative exc flags from correct FPSCR bits
by Peter Maydell
· 14 years ago
838fa72
target-arm: fix SMMLA/SMMLS instructions
by Aurelien Jarno
· 14 years ago
8aac08b
target-arm: fix UMAAL instruction
by Aurelien Jarno
· 14 years ago
16440c5
target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9
by Juha Riihimäki
· 14 years ago
9c486ad
target-arm: correct cp15 c1_sys reset value for cortex-a8
by Mattias Holm
· 14 years ago
c003432
target-arm: fix vmsav6 access control
by Juha Riihimäki
· 14 years ago
a5d88f3
target-arm: Correct result in saturating cases for VQSHL of s8/16/32
by Peter Maydell
· 14 years ago
620d791
target-arm: remove pointless else clause in VQSHL of u64
by Juha Riihimäki
· 14 years ago
eb7a3d7
target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64
by Peter Maydell
· 14 years ago
4c9b70a
target-arm: Fix VQSHL of signed 64 bit values
by Juha Riihimäki
· 14 years ago
def126c
target-arm: Fix arguments passed to VQSHL helpers
by Juha Riihimäki
· 14 years ago
1a85502
target-arm: fix bug in translation of REVSH
by Aurelien Jarno
· 14 years ago
72f24d1
ARM: Implement VCVT to 16 bit integer using new softfloat routines
by Peter Maydell
· 14 years ago
26a5e69
ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point
by Peter Maydell
· 14 years ago
2d62773
ARM: Return correct result for single<->double conversion of NaN
by Peter Maydell
· 14 years ago
09d9487
ARM: Return correct result for float-to-integer conversion of NaN
by Peter Maydell
· 14 years ago
d3587ef
ARM: Fix sense of to_integer bit in Neon VCVT float/int conversion
by Peter Maydell
· 14 years ago
f73534a
ARM: Fix decoding of Neon forms of VCVT between float and fixed point
by Peter Maydell
· 14 years ago
04595bf
ARM: Fix decoding of VFP forms of VCVT between float and int/fixed
by Peter Maydell
· 14 years ago
2c9adbd
ARM: fix ldrexd/strexd
by Peter Maydell
· 14 years ago
49e1494
target-arm: Handle 'smc' as an undefined instruction
by Adam Lackorzynski
· 14 years ago
4809c61
target-arm: Fix mixup in decoding of saturating add and sub
by Johan Bengtsson
· 14 years ago
2af9ab7
target-arm: Add support for PKHxx in thumb2
by Johan Bengtsson
· 14 years ago
0165329
ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C code
by Peter Maydell
· 14 years ago
3a807de
ARM: enable XScale/iWMMXT in linux-user mode
by Peter Maydell
· 14 years ago
b0e102d
[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()
by Peter Maydell
· 14 years ago
9a78eea
target-xxx: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
a88790a
remove exec-all.h inclusion from cpu.h
by Paolo Bonzini
· 15 years ago
10eb0cc
move cpu_pc_from_tb to target-*/exec.h
by Paolo Bonzini
· 15 years ago
4c4fd3f
target-arm : fix parallel saturated subtraction implementation
by Chih-Min Chao
· 15 years ago
ed89a2f
target-arm : fix thumb2 parallel add/sub opcode decoding
by Chih-Min Chao
· 15 years ago
bb42e28
target-arm: fix addsub/subadd implementation
by Chih-Min Chao
· 15 years ago
41ba834
NEON vldN optimization
by Paul Brook
· 15 years ago
e03c22a
arm: fix arm kernel boot for non zero start addr
by Lars Munch
· 15 years ago
9ba8c3f
arm: prevent coprocessor IO reset
by Lars Munch
· 15 years ago
22ed1d34
arm: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
8e31209
target-arm: fix neon vmon/vmvn with modified immediate
by Juha Riihimäki
· 15 years ago
d996882
target-arm: resource leak fixes for iwmmxt disassemble
by Lars Munch
· 15 years ago
4f78c9a
Fix arm-linux-user
by Paul Brook
· 15 years ago
983fe82
ARMv7-M reset fixes
by Paul Brook
· 15 years ago
3ad493f
target-arm: disable PAGE_EXEC for XN pages
by Rabin Vincent
· 15 years ago
bedd291
target-arm: Fix handling of AL condition in IT instruction
by Johan Bengtsson
· 15 years ago
d4c430a
Large page TLB flush
by Paul Brook
· 15 years ago
ea825ee
target-arm: make RFE usable with any register
by Adam Lackorzynski
· 15 years ago
4fcc562
Remove cpu_get_phys_page_debug from userspace emulation
by Paul Brook
· 15 years ago
5270589
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
by Richard Henderson
· 15 years ago
a990f58
target-arm: Fix missing 'return' in SRS handling.
by Adam Lackorzynski
· 15 years ago
30d11a2
target-arm: neon vshll instruction fix
by Juha Riihimäki
· 15 years ago
79b0e53
target-arm: neon - fix VRADDHN/VRSUBHN vs VADDHN/VSUBHN
by Riku Voipio
· 15 years ago
c5883be
ARM CP15 tls fix
by Paul Brook
· 15 years ago
30a8cac
target-arm: support thumb exception handlers
by Rabin Vincent
· 15 years ago
b8b45b6
target-arm: implement Thumb-2 exception return
by Rabin Vincent
· 15 years ago
fa26df0
target-arm: fix thumb CPS
by Rabin Vincent
· 15 years ago
3f26c12
target-arm: refactor cp15.c13 register access
by Riku Voipio
· 15 years ago
49a945a
kill regs_to_env and env_to_regs
by Paolo Bonzini
· 15 years ago
502e64f
target-arm: fix strexd
by Aurelien Jarno
· 15 years ago
426f5ab
ARM atomic ops rewrite
by Paul Brook
· 15 years ago
1005556
ARM Cortex-A9 cpu support
by Paul Brook
· 15 years ago
6001149
ARM FP16 support
by Paul Brook
· 15 years ago
f669df2
target-arm: use native tcg-ops for ror/bic/vorn
by Aurelien Jarno
· 15 years ago
50f67e9
target-arm: fix neon shift helper functions
by Juha Riihimäki
· 15 years ago
ca9a32e
target-arm: fix neon vsri, vshl and vsli ops
by Juha Riihimäki
· 15 years ago
71b3c3d
target-arm: allow modifying vfp fpexc en bit only
by Juha Riihimäki
· 15 years ago
8449623
target-arm: add support for neon vld1.64/vst1.64 instructions
by Juha Riihimäki
· 15 years ago
2301db4
target-arm: fix neon vshrn/vrshrn ops
by Juha Riihimäki
· 15 years ago
25aeb69
target-arm: fix incorrect temporary variable freeing
by Juha Riihimäki
· 15 years ago
7b2919a
target-arm: optimize thumb 32-bit multiply
by Juha.Riihimaki@nokia.com
· 15 years ago
b75263d
target-arm: cleanup internal resource leaks
by Juha Riihimäki
· 15 years ago
686eeb9
target-arm: fix sdiv helper
by Aurelien Jarno
· 15 years ago
7bbcb0a
target-arm: use clz32() instead of a for loop
by Aurelien Jarno
· 15 years ago
dcc6502
target-arm: fix bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330ed
by Aurelien Jarno
· 15 years ago
98a4631
target-arm: fix bugs introduced by 3174f8e91fecf8756e861d1febb049f3c619a2c7
by Aurelien Jarno
· 15 years ago
b567b38
target-arm: remove T0 and T1
by Aurelien Jarno
· 15 years ago
747a651
target-arm: remove cpu_T for ARM once and for all
by Filip Navara
· 15 years ago
312eea9
target-arm: convert VFP not to use cpu_T
by Filip Navara
· 15 years ago
da6b533
target-arm: convert disas_iwmmxt_insn not to use cpu_T
by Filip Navara
· 15 years ago
3a554c0
target-arm: convert disas_dsp_insn not use cpu_T
by Filip Navara
· 15 years ago
1b2b1e5
target-arm: convert disas_neon_ls_insn not to use cpu_T
by Filip Navara
· 15 years ago
dd8fbd7
target-arm: convert disas_neon_data_insn and helpers not to use cpu_T
by Filip Navara
· 15 years ago
3174f8e
target-arm: convert rest of disas_arm_insn / disas_thumb2_insn not to use cpu_T
by Filip Navara
· 15 years ago
396e467
target-arm: replace thumb usage of cpu_T registers by proper register allocations
by Filip Navara
· 15 years ago
15bb4ea
target-arm: fix TANDC and TORC instructions
by Filip Navara
· 15 years ago
Next »