index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
arm
/
translate-a64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/arm: Move vfp_expand_imm() to translate.[ch]
Peter Maydell
2019-06-17
1
-32
/
+0
*
target/arm: Use tcg_gen_gvec_bitsel
Richard Henderson
2019-06-13
1
-3
/
+12
*
target/arm: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-1
/
+1
*
tcg: Create struct CPUTLB
Richard Henderson
2019-06-10
1
-1
/
+1
*
semihosting: move semihosting configuration into its own directory
Alex Bennée
2019-05-28
1
-1
/
+1
*
target/arm: Simplify BFXIL expansion
Richard Henderson
2019-05-23
1
-3
/
+3
*
target/arm: Use extract2 for EXTR
Richard Henderson
2019-05-23
1
-16
/
+18
*
target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_abs
Richard Henderson
2019-05-14
1
-36
/
+5
*
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-04-18
1
-41
/
+41
*
target/arm: Fix non-parallel expansion of CASP
Richard Henderson
2019-03-25
1
-1
/
+1
*
target/arm: Implement ARMv8.5-FRINT
Richard Henderson
2019-03-05
1
-5
/
+66
*
target/arm: Restructure handle_fp_1src_{single, double}
Richard Henderson
2019-03-05
1
-41
/
+49
*
target/arm: Implement ARMv8.5-CondM
Richard Henderson
2019-03-05
1
-0
/
+58
*
target/arm: Implement ARMv8.4-CondM
Richard Henderson
2019-03-05
1
-1
/
+98
*
target/arm: Rearrange disas_data_proc_reg
Richard Henderson
2019-03-05
1
-41
/
+57
*
target/arm: Add set/clear_pstate_bits, share gen_ss_advance
Richard Henderson
2019-03-05
1
-11
/
+0
*
target/arm: Split helper_msr_i_pstate into 3
Richard Henderson
2019-03-05
1
-13
/
+22
*
target/arm: Implement ARMv8.0-SB
Richard Henderson
2019-03-05
1
-0
/
+14
*
target/arm: Implement FMLAL and FMLSL for aarch64
Richard Henderson
2019-02-28
1
-1
/
+48
*
target/arm: Implement ARMv8.3-JSConv
Richard Henderson
2019-02-21
1
-0
/
+26
*
target/arm: Restructure disas_fp_int_conv
Richard Henderson
2019-02-21
1
-43
/
+47
*
target/arm: Use vector operations for saturation
Richard Henderson
2019-02-15
1
-20
/
+16
*
target/arm: Use vector minmax expanders for aarch64
Richard Henderson
2019-02-15
1
-21
/
+14
*
target/arm: Rely on optimization within tcg_gen_gvec_or
Richard Henderson
2019-02-15
1
-5
/
+1
*
target/arm: Clean TBI for data operations in the translator
Richard Henderson
2019-02-05
1
-101
/
+116
*
target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignore
Richard Henderson
2019-02-05
1
-35
/
+35
*
target/arm: Set btype for indirect branches
Richard Henderson
2019-02-05
1
-1
/
+36
*
target/arm: Reset btype for direct branches
Richard Henderson
2019-02-05
1
-0
/
+6
*
target/arm: Default handling of BTYPE during translation
Richard Henderson
2019-02-05
1
-0
/
+139
*
target/arm: Add BT and BTYPE to tb->flags
Richard Henderson
2019-02-05
1
-0
/
+2
*
target/arm: Add PSTATE.BTYPE
Richard Henderson
2019-02-05
1
-0
/
+3
*
target/arm: fix decoding of B{,L}RA{A,B}
Remi Denis-Courmont
2019-02-01
1
-1
/
+1
*
target/arm/translate-a64: Fix mishandling of size in FCMLA decode
Peter Maydell
2019-02-01
1
-1
/
+1
*
target/arm/translate-a64: Fix FCMLA decoding error
Peter Maydell
2019-02-01
1
-1
/
+1
*
target/arm/translate-a64: Don't underdecode SDOT and UDOT
Peter Maydell
2019-02-01
1
-1
/
+1
*
target/arm/translate-a64: Don't underdecode FP insns
Peter Maydell
2019-02-01
1
-1
/
+21
*
target/arm/translate-a64: Don't underdecode add/sub extended register
Peter Maydell
2019-02-01
1
-1
/
+2
*
target/arm/translate-a64: Don't underdecode SIMD ld/st single
Peter Maydell
2019-02-01
1
-1
/
+10
*
target/arm/translate-a64: Don't underdecode SIMD ld/st multiple
Peter Maydell
2019-02-01
1
-1
/
+6
*
target/arm/translate-a64: Don't underdecode PRFM
Peter Maydell
2019-02-01
1
-1
/
+1
*
target/arm/translate-a64: Don't underdecode system instructions
Peter Maydell
2019-02-01
1
-1
/
+5
*
target/arm: Tidy TBI handling in gen_a64_set_pc
Richard Henderson
2019-01-21
1
-43
/
+23
*
target/arm: Merge TBFLAG_AA_TB{0, 1} to TBII
Richard Henderson
2019-01-21
1
-6
/
+7
*
target/arm: Decode Load/store register (pac)
Richard Henderson
2019-01-21
1
-0
/
+61
*
target/arm: Decode PAuth within disas_uncond_b_reg
Richard Henderson
2019-01-21
1
-1
/
+81
*
target/arm: Rearrange decode in disas_uncond_b_reg
Richard Henderson
2019-01-21
1
-11
/
+36
*
target/arm: Add new_pc argument to helper_exception_return
Richard Henderson
2019-01-21
1
-1
/
+6
*
target/arm: Decode PAuth within disas_data_proc_2src
Richard Henderson
2019-01-21
1
-0
/
+8
*
target/arm: Decode PAuth within disas_data_proc_1src
Richard Henderson
2019-01-21
1
-0
/
+146
*
target/arm: Rearrange decode in disas_data_proc_1src
Richard Henderson
2019-01-21
1
-9
/
+22
[next]