index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-21
target/arm: Add TB flag for "MVE insns not predicated"
Peter Maydell
1
-0
/
+8
2021-09-21
target/arm: Avoid goto_tb if we're trying to exit to the main loop
Peter Maydell
1
-1
/
+33
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
1
-4
/
+5
2021-09-13
target/arm: Take an exception if PSTATE.IL is set
Peter Maydell
1
-0
/
+21
2021-08-26
target/arm: Implement HSTR.TJDBX
Peter Maydell
1
-0
/
+12
2021-08-25
target/arm: Implement M-profile trapping on division by zero
Peter Maydell
1
-2
/
+2
2021-08-25
target/arm: Implement MVE VCTP
Peter Maydell
1
-0
/
+33
2021-07-27
target/arm: Enforce that M-profile SP low 2 bits are always zero
Peter Maydell
1
-0
/
+3
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
1
-29
/
+0
2021-07-09
target/arm: Use translator_use_goto_tb for aarch32
Richard Henderson
1
-11
/
+1
2021-07-09
target/arm: Use DISAS_TOO_MANY for ISB and SB
Richard Henderson
1
-2
/
+2
2021-07-09
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
1
-1
/
+0
2021-07-02
target/arm: Implement MVE shifts by register
Peter Maydell
1
-0
/
+30
2021-07-02
target/arm: Implement MVE shifts by immediate
Peter Maydell
1
-2
/
+66
2021-07-02
target/arm: Implement MVE long shifts by register
Peter Maydell
1
-0
/
+69
2021-07-02
target/arm: Implement MVE long shifts by immediate
Peter Maydell
1
-0
/
+90
2021-07-02
target/arm: Use asimd_imm_const for A64 decode
Peter Maydell
1
-2
/
+15
2021-07-02
target/arm: Make asimd_imm_const() public
Peter Maydell
1
-0
/
+57
2021-06-29
target/arm: Improve REVSH
Richard Henderson
1
-3
/
+1
2021-06-29
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
1
-1
/
+1
2021-06-16
target/arm: Add framework for MVE decode
Peter Maydell
1
-0
/
+1
2021-06-16
target/arm: Implement MVE LETP insn
Peter Maydell
1
-8
/
+96
2021-06-16
target/arm: Implement MVE DLSTP
Peter Maydell
1
-2
/
+21
2021-06-16
target/arm: Implement MVE WLSTP insn
Peter Maydell
1
-1
/
+36
2021-06-16
target/arm: Implement MVE LCTP
Peter Maydell
1
-0
/
+24
2021-06-16
target/arm: Add handling for PSR.ECI/ICI
Peter Maydell
1
-5
/
+106
2021-05-20
target/arm: Make sure that commpage's tb->size != 0
Ilya Leoshkevich
1
-0
/
+2
2021-05-10
target/arm: Make translate-neon.c.inc its own compilation unit
Peter Maydell
1
-3
/
+0
2021-05-10
target/arm: Make functions used by translate-neon global
Peter Maydell
1
-8
/
+2
2021-05-10
target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
Peter Maydell
1
-3
/
+0
2021-05-10
target/arm: Delete unused typedef
Peter Maydell
1
-2
/
+0
2021-05-10
target/arm: Move vfp_reg_ptr() to translate-neon.c.inc
Peter Maydell
1
-7
/
+0
2021-05-10
target/arm: Make translate-vfp.c.inc its own compilation unit
Peter Maydell
1
-2
/
+1
2021-05-10
target/arm: Make functions used by translate-vfp global
Peter Maydell
1
-17
/
+8
2021-05-10
target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc
Peter Maydell
1
-20
/
+0
2021-05-10
target/arm: Move gen_aa32 functions to translate-a32.h
Peter Maydell
1
-35
/
+16
2021-05-10
target/arm: Split m-nocp trans functions into their own file
Peter Maydell
1
-1
/
+0
2021-05-10
target/arm: Make functions used by m-nocp global
Peter Maydell
1
-32
/
+7
2021-05-10
target/arm: Share unallocated_encoding() and gen_exception_insn()
Peter Maydell
1
-5
/
+9
2021-05-10
target/arm: Move constant expanders to translate.h
Peter Maydell
1
-24
/
+0
2021-04-30
target/arm: Enforce alignment for VLDn (all lanes)
Richard Henderson
1
-0
/
+15
2021-04-30
target/arm: Enforce alignment for SRS
Richard Henderson
1
-2
/
+2
2021-04-30
target/arm: Enforce alignment for RFE
Richard Henderson
1
-2
/
+2
2021-04-30
target/arm: Enforce alignment for LDM/STM
Richard Henderson
1
-2
/
+2
2021-04-30
target/arm: Enforce alignment for LDA/LDAH/STL/STLH
Richard Henderson
1
-2
/
+2
2021-04-30
target/arm: Enforce word alignment for LDRD/STRD
Richard Henderson
1
-8
/
+8
2021-04-30
target/arm: Adjust gen_aa32_{ld, st}_i64 for align+endianness
Richard Henderson
1
-33
/
+45
2021-04-30
target/arm: Fix SCTLR_B test for TCGv_i64 load/store
Richard Henderson
1
-2
/
+2
2021-04-30
target/arm: Merge gen_aa32_frob64 into gen_aa32_ld_i64
Richard Henderson
1
-20
/
+15
2021-04-30
target/arm: Adjust gen_aa32_{ld, st}_i32 for align+endianness
Richard Henderson
1
-46
/
+50
[next]