index
:
sinitax/cachepc-qemu
master
Fork of AMDESE/qemu with changes for cachepc side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
arm
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/arm: Add TB flag for "MVE insns not predicated"
Peter Maydell
2021-09-21
1
-0
/
+8
*
target/arm: Avoid goto_tb if we're trying to exit to the main loop
Peter Maydell
2021-09-21
1
-1
/
+33
*
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
2021-09-14
1
-4
/
+5
*
target/arm: Take an exception if PSTATE.IL is set
Peter Maydell
2021-09-13
1
-0
/
+21
*
target/arm: Implement HSTR.TJDBX
Peter Maydell
2021-08-26
1
-0
/
+12
*
target/arm: Implement M-profile trapping on division by zero
Peter Maydell
2021-08-25
1
-2
/
+2
*
target/arm: Implement MVE VCTP
Peter Maydell
2021-08-25
1
-0
/
+33
*
target/arm: Enforce that M-profile SP low 2 bits are always zero
Peter Maydell
2021-07-27
1
-0
/
+3
*
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-21
1
-29
/
+0
*
target/arm: Use translator_use_goto_tb for aarch32
Richard Henderson
2021-07-09
1
-11
/
+1
*
target/arm: Use DISAS_TOO_MANY for ISB and SB
Richard Henderson
2021-07-09
1
-2
/
+2
*
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
2021-07-09
1
-1
/
+0
*
target/arm: Implement MVE shifts by register
Peter Maydell
2021-07-02
1
-0
/
+30
*
target/arm: Implement MVE shifts by immediate
Peter Maydell
2021-07-02
1
-2
/
+66
*
target/arm: Implement MVE long shifts by register
Peter Maydell
2021-07-02
1
-0
/
+69
*
target/arm: Implement MVE long shifts by immediate
Peter Maydell
2021-07-02
1
-0
/
+90
*
target/arm: Use asimd_imm_const for A64 decode
Peter Maydell
2021-07-02
1
-2
/
+15
*
target/arm: Make asimd_imm_const() public
Peter Maydell
2021-07-02
1
-0
/
+57
*
target/arm: Improve REVSH
Richard Henderson
2021-06-29
1
-3
/
+1
*
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
2021-06-29
1
-1
/
+1
*
target/arm: Add framework for MVE decode
Peter Maydell
2021-06-16
1
-0
/
+1
*
target/arm: Implement MVE LETP insn
Peter Maydell
2021-06-16
1
-8
/
+96
*
target/arm: Implement MVE DLSTP
Peter Maydell
2021-06-16
1
-2
/
+21
*
target/arm: Implement MVE WLSTP insn
Peter Maydell
2021-06-16
1
-1
/
+36
*
target/arm: Implement MVE LCTP
Peter Maydell
2021-06-16
1
-0
/
+24
*
target/arm: Add handling for PSR.ECI/ICI
Peter Maydell
2021-06-16
1
-5
/
+106
*
target/arm: Make sure that commpage's tb->size != 0
Ilya Leoshkevich
2021-05-20
1
-0
/
+2
*
target/arm: Make translate-neon.c.inc its own compilation unit
Peter Maydell
2021-05-10
1
-3
/
+0
*
target/arm: Make functions used by translate-neon global
Peter Maydell
2021-05-10
1
-8
/
+2
*
target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
Peter Maydell
2021-05-10
1
-3
/
+0
*
target/arm: Delete unused typedef
Peter Maydell
2021-05-10
1
-2
/
+0
*
target/arm: Move vfp_reg_ptr() to translate-neon.c.inc
Peter Maydell
2021-05-10
1
-7
/
+0
*
target/arm: Make translate-vfp.c.inc its own compilation unit
Peter Maydell
2021-05-10
1
-2
/
+1
*
target/arm: Make functions used by translate-vfp global
Peter Maydell
2021-05-10
1
-17
/
+8
*
target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc
Peter Maydell
2021-05-10
1
-20
/
+0
*
target/arm: Move gen_aa32 functions to translate-a32.h
Peter Maydell
2021-05-10
1
-35
/
+16
*
target/arm: Split m-nocp trans functions into their own file
Peter Maydell
2021-05-10
1
-1
/
+0
*
target/arm: Make functions used by m-nocp global
Peter Maydell
2021-05-10
1
-32
/
+7
*
target/arm: Share unallocated_encoding() and gen_exception_insn()
Peter Maydell
2021-05-10
1
-5
/
+9
*
target/arm: Move constant expanders to translate.h
Peter Maydell
2021-05-10
1
-24
/
+0
*
target/arm: Enforce alignment for VLDn (all lanes)
Richard Henderson
2021-04-30
1
-0
/
+15
*
target/arm: Enforce alignment for SRS
Richard Henderson
2021-04-30
1
-2
/
+2
*
target/arm: Enforce alignment for RFE
Richard Henderson
2021-04-30
1
-2
/
+2
*
target/arm: Enforce alignment for LDM/STM
Richard Henderson
2021-04-30
1
-2
/
+2
*
target/arm: Enforce alignment for LDA/LDAH/STL/STLH
Richard Henderson
2021-04-30
1
-2
/
+2
*
target/arm: Enforce word alignment for LDRD/STRD
Richard Henderson
2021-04-30
1
-8
/
+8
*
target/arm: Adjust gen_aa32_{ld, st}_i64 for align+endianness
Richard Henderson
2021-04-30
1
-33
/
+45
*
target/arm: Fix SCTLR_B test for TCGv_i64 load/store
Richard Henderson
2021-04-30
1
-2
/
+2
*
target/arm: Merge gen_aa32_frob64 into gen_aa32_ld_i64
Richard Henderson
2021-04-30
1
-20
/
+15
*
target/arm: Adjust gen_aa32_{ld, st}_i32 for align+endianness
Richard Henderson
2021-04-30
1
-46
/
+50
[next]