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
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
2018-05-15
target/arm: Introduce and use read_fp_hreg
Richard Henderson
1
-16
/
+14
2018-05-15
target/arm: Implement FCVT (scalar, fixed-point) for fp16
Richard Henderson
1
-2
/
+15
2018-05-15
target/arm: Implement FCVT (scalar, integer) for fp16
Richard Henderson
1
-16
/
+80
2018-05-15
target/arm: Early exit after unallocated_encoding in disas_fp_int_conv
Richard Henderson
1
-1
/
+1
2018-05-15
target/arm: Implement FMOV (general) for fp16
Richard Henderson
1
-0
/
+21
2018-05-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...
Peter Maydell
1
-118
/
+364
2018-05-10
target/arm: Clear SVE high bits for FMOV
Richard Henderson
1
-12
/
+5
2018-05-10
target/arm: Fix float16 to/from int16
Richard Henderson
1
-2
/
+2
2018-05-10
target/arm: Implement vector shifted FCVT for fp16
Richard Henderson
1
-18
/
+45
2018-05-10
target/arm: Implement vector shifted SCVF/UCVF for fp16
Richard Henderson
1
-13
/
+20
2018-05-10
target/arm: Implement CAS and CASP
Richard Henderson
1
-3
/
+116
2018-05-10
target/arm: Fill in disas_ldst_atomic
Richard Henderson
1
-2
/
+36
2018-05-10
target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode
Richard Henderson
1
-43
/
+133
2018-05-10
target/arm: Use new min/max expanders
Richard Henderson
1
-32
/
+14
2018-05-09
translator: merge max_insns into DisasContextBase
Emilio G. Cota
1
-5
/
+3
2018-05-04
target/arm: Tidy condition in disas_simd_two_reg_misc
Richard Henderson
1
-1
/
+5
2018-05-04
target/arm: Tidy conditions in handle_vec_simd_shri
Richard Henderson
1
-5
/
+1
2018-04-26
target/arm: Allow EL change hooks to do IO
Aaron Lindsay
1
-0
/
+6
2018-03-23
target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRK
Peter Maydell
1
-2
/
+13
2018-03-23
arm/translate-a64: treat DISAS_UPDATE as variant of DISAS_EXIT
Victor Kamensky
1
-3
/
+3
2018-03-02
target/arm: Decode aa64 armv8.3 fcmla
Richard Henderson
1
-8
/
+86
2018-03-02
target/arm: Decode aa64 armv8.3 fcadd
Richard Henderson
1
-1
/
+47
2018-03-02
target/arm: Decode aa64 armv8.1 scalar/vector x indexed element
Richard Henderson
1
-0
/
+29
2018-03-02
target/arm: Decode aa64 armv8.1 three same extra
Richard Henderson
1
-0
/
+83
2018-03-02
target/arm: Decode aa64 armv8.1 scalar three same extra
Richard Henderson
1
-0
/
+84
2018-03-02
target/arm: Refactor disas_simd_indexed size checks
Richard Henderson
1
-31
/
+30
2018-03-02
target/arm: Refactor disas_simd_indexed decode
Richard Henderson
1
-66
/
+59
2018-03-01
arm/translate-a64: add all single op FP16 to handle_fp_1src_half
Alex Bennée
1
-0
/
+71
2018-03-01
arm/translate-a64: implement simd_scalar_three_reg_same_fp16
Alex Bennée
1
-0
/
+99
2018-03-01
arm/translate-a64: add all FP16 ops in simd_scalar_pairwise
Alex Bennée
1
-26
/
+54
2018-03-01
arm/translate-a64: add FP16 FMOV to simd_mod_imm
Alex Bennée
1
-10
/
+25
2018-03-01
arm/translate-a64: add FP16 FRSQRTE to simd_two_reg_misc_fp16
Alex Bennée
1
-0
/
+7
2018-03-01
arm/translate-a64: add FP16 FSQRT to simd_two_reg_misc_fp16
Alex Bennée
1
-0
/
+5
2018-03-01
arm/translate-a64: add FP16 FRCPX to simd_two_reg_misc_fp16
Alex Bennée
1
-0
/
+4
2018-03-01
arm/translate-a64: add FP16 FRECPE
Alex Bennée
1
-0
/
+8
2018-03-01
arm/translate-a64: add FP16 FNEG/FABS to simd_two_reg_misc_fp16
Alex Bennée
1
-1
/
+15
2018-03-01
arm/translate-a64: add FP16 SCVTF/UCVFT to simd_two_reg_misc_fp16
Alex Bennée
1
-24
/
+90
[next]