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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-a64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-01
target/arm/translate-a64: Don't underdecode FP insns
Peter Maydell
1
-1
/
+21
2019-02-01
target/arm/translate-a64: Don't underdecode add/sub extended register
Peter Maydell
1
-1
/
+2
2019-02-01
target/arm/translate-a64: Don't underdecode SIMD ld/st single
Peter Maydell
1
-1
/
+10
2019-02-01
target/arm/translate-a64: Don't underdecode SIMD ld/st multiple
Peter Maydell
1
-1
/
+6
2019-02-01
target/arm/translate-a64: Don't underdecode PRFM
Peter Maydell
1
-1
/
+1
2019-02-01
target/arm/translate-a64: Don't underdecode system instructions
Peter Maydell
1
-1
/
+5
2019-01-21
target/arm: Tidy TBI handling in gen_a64_set_pc
Richard Henderson
1
-43
/
+23
2019-01-21
target/arm: Merge TBFLAG_AA_TB{0, 1} to TBII
Richard Henderson
1
-6
/
+7
2019-01-21
target/arm: Decode Load/store register (pac)
Richard Henderson
1
-0
/
+61
2019-01-21
target/arm: Decode PAuth within disas_uncond_b_reg
Richard Henderson
1
-1
/
+81
2019-01-21
target/arm: Rearrange decode in disas_uncond_b_reg
Richard Henderson
1
-11
/
+36
2019-01-21
target/arm: Add new_pc argument to helper_exception_return
Richard Henderson
1
-1
/
+6
2019-01-21
target/arm: Decode PAuth within disas_data_proc_2src
Richard Henderson
1
-0
/
+8
2019-01-21
target/arm: Decode PAuth within disas_data_proc_1src
Richard Henderson
1
-0
/
+146
2019-01-21
target/arm: Rearrange decode in disas_data_proc_1src
Richard Henderson
1
-9
/
+22
2019-01-21
target/arm: Decode PAuth within system hint space
Richard Henderson
1
-12
/
+81
2019-01-21
target/arm: Add PAuth active bit to tbflags
Richard Henderson
1
-0
/
+1
2019-01-07
target/arm: Convert ARM_TBFLAG_* to FIELDs
Richard Henderson
1
-10
/
+12
2018-12-13
target/arm: Implement the ARMv8.1-LOR extension
Richard Henderson
1
-0
/
+12
2018-11-06
target/arm: Remove can't-happen if() from handle_vec_simd_shli()
Peter Maydell
1
-5
/
+3
2018-10-24
target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGE
Richard Henderson
1
-38
/
+0
2018-10-24
target/arm: Use gvec for NEON_3R_VML
Richard Henderson
1
-106
/
+0
2018-10-24
target/arm: Use gvec for VSRI, VSLI
Richard Henderson
1
-151
/
+1
2018-10-24
target/arm: Use gvec for VSRA
Richard Henderson
1
-106
/
+0
2018-10-24
target/arm: Use gvec for NEON_3R_LOGIC insns
Richard Henderson
1
-61
/
+0
2018-10-24
target/arm: Promote consecutive memory ops for aa64
Richard Henderson
1
-26
/
+40
2018-10-24
target/arm: Use tcg_gen_gvec_dup_i64 for LD[1-4]R
Richard Henderson
1
-25
/
+3
2018-10-24
target/arm: Don't call tcg_clear_temp_count
Richard Henderson
1
-1
/
+0
2018-10-24
target/arm: Hoist address increment for vector memory ops
Richard Henderson
1
-4
/
+8
2018-10-24
target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 test
Richard Henderson
1
-20
/
+20
2018-10-24
target/arm: Convert sve from feature bit to aa64pfr0 test
Richard Henderson
1
-2
/
+2
2018-10-24
target/arm: Convert v8 extensions from feature bits to isar tests
Richard Henderson
1
-51
/
+50
2018-10-18
target/arm: Check HAVE_CMPXCHG128 at translate time
Richard Henderson
1
-16
/
+22
2018-10-08
target/arm: Adjust aarch64_cpu_dump_state for system mode SVE
Richard Henderson
1
-2
/
+6
2018-08-16
target/arm: Fix aa64 FCADD and FCMLA decode
Richard Henderson
1
-6
/
+6
2018-08-16
target/arm: Dump SVE state if enabled
Richard Henderson
1
-11
/
+82
2018-08-16
target/arm: Reformat integer register dump
Richard Henderson
1
-7
/
+6
2018-06-29
target/arm: Fix SVE system register access checks
Richard Henderson
1
-3
/
+2
2018-06-29
target/arm: Implement ARMv8.2-DotProd
Richard Henderson
1
-0
/
+36
2018-06-29
target/arm: Pass index to AdvSIMD FCMLA (indexed)
Richard Henderson
1
-9
/
+12
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
1
-3
/
+3
2018-05-18
target/arm: Add SVE decode skeleton
Richard Henderson
1
-1
/
+6
2018-05-18
target/arm: Introduce translate-a64.h
Richard Henderson
1
-97
/
+15
2018-05-17
target/arm: convert conversion helpers to fpst/ahp_flag
Alex Bennée
1
-7
/
+30
2018-05-15
target/arm: Fix sqrt_f16 exception raising
Alex Bennée
1
-1
/
+2
2018-05-15
target/arm: Implement FMOV (immediate) for fp16
Alex Bennée
1
-3
/
+17
2018-05-15
target/arm: Implement FCSEL for fp16
Alex Bennée
1
-6
/
+25
2018-05-15
target/arm: Implement FCMP for fp16
Alex Bennée
1
-17
/
+71
2018-05-15
target/arm: Implement FP data-processing (3 source) for fp16
Richard Henderson
1
-0
/
+48
2018-05-15
target/arm: Implement FP data-processing (2 source) for fp16
Richard Henderson
1
-0
/
+65
[prev]
[next]