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
/
tcg
/
arm
/
tcg-target.c.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-2
/
+2
*
tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1
Richard Henderson
2022-03-14
1
-2
/
+15
*
tcg/arm: Support raising sigbus for user-only
Richard Henderson
2022-02-08
1
-2
/
+81
*
tcg/arm: Reserve a register for guest_base
Richard Henderson
2022-02-08
1
-11
/
+28
*
tcg/arm: Support unaligned access for softmmu
Richard Henderson
2022-02-08
1
-20
/
+21
*
tcg/arm: Check alignment for ldrd and strd
Richard Henderson
2022-02-08
1
-15
/
+8
*
tcg/arm: Remove use_armv6_instructions
Richard Henderson
2022-02-08
1
-165
/
+27
*
tcg/arm: Remove use_armv5t_instructions
Richard Henderson
2022-02-08
1
-29
/
+6
*
tcg/arm: Drop support for armv4 and armv5 hosts
Richard Henderson
2022-02-08
1
-0
/
+5
*
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2022-01-08
1
-5
/
+5
*
tcg/arm: Reduce vector alignment requirement for NEON
Richard Henderson
2021-12-07
1
-4
/
+9
*
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-10-06
1
-5
/
+5
*
tcg: Expand MO_SIZE to 3 bits
Richard Henderson
2021-10-06
1
-2
/
+2
*
tcg/arm: More use of the TCGReg enum
Richard Henderson
2021-09-14
1
-30
/
+35
*
tcg/arm: More use of the ARMInsn enum
Richard Henderson
2021-09-14
1
-10
/
+10
*
tcg/arm: Give enum arm_cond_code_e a typedef and use it
Richard Henderson
2021-09-14
1
-68
/
+68
*
tcg/arm: Drop inline markers
Richard Henderson
2021-09-14
1
-120
/
+114
*
tcg/arm: Simplify usage of encode_imm
Richard Henderson
2021-09-14
1
-64
/
+77
*
tcg/arm: Split out tcg_out_ldstm
Richard Henderson
2021-09-14
1
-2
/
+17
*
tcg/arm: Support armv4t in tcg_out_goto and tcg_out_call
Richard Henderson
2021-09-14
1
-15
/
+34
*
tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}
Richard Henderson
2021-09-14
1
-16
/
+22
*
tcg/arm: Fix tcg_out_vec_op function signature
Jose R. Ziviani
2021-09-14
1
-1
/
+2
*
misc: Fix "havn't" typo
Philippe Mathieu-Daudé
2021-07-09
1
-2
/
+4
*
tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAP
Richard Henderson
2021-06-29
1
-138
/
+76
*
tcg/arm: Support bswap flags
Richard Henderson
2021-06-29
1
-38
/
+63
*
tcg/arm: Fix tcg_out_op function signature
Jose R. Ziviani
2021-06-14
1
-1
/
+2
*
tcg/arm: Implement TCG_TARGET_HAS_rotv_vec
Richard Henderson
2021-06-04
1
-1
/
+34
*
tcg/arm: Implement TCG_TARGET_HAS_roti_vec
Richard Henderson
2021-06-04
1
-0
/
+15
*
tcg/arm: Implement TCG_TARGET_HAS_shv_vec
Richard Henderson
2021-06-04
1
-1
/
+60
*
tcg/arm: Implement TCG_TARGET_HAS_bitsel_vec
Richard Henderson
2021-06-04
1
-2
/
+20
*
tcg/arm: Implement TCG_TARGET_HAS_minmax_vec
Richard Henderson
2021-06-04
1
-0
/
+24
*
tcg/arm: Implement TCG_TARGET_HAS_sat_vec
Richard Henderson
2021-06-04
1
-0
/
+24
*
tcg/arm: Implement TCG_TARGET_HAS_mul_vec
Richard Henderson
2021-06-04
1
-0
/
+6
*
tcg/arm: Implement TCG_TARGET_HAS_shi_vec
Richard Henderson
2021-06-04
1
-0
/
+27
*
tcg/arm: Implement andc, orc, abs, neg, not vector operations
Richard Henderson
2021-06-04
1
-0
/
+38
*
tcg/arm: Implement minimal vector operations
Richard Henderson
2021-06-04
1
-5
/
+192
*
tcg/arm: Implement tcg_out_dup*_vec
Richard Henderson
2021-06-04
1
-8
/
+275
*
tcg/arm: Implement tcg_out_mov for vector types
Richard Henderson
2021-06-04
1
-6
/
+46
*
tcg/arm: Implement tcg_out_ld/st for vector types
Richard Henderson
2021-06-04
1
-6
/
+64
*
tcg/arm: Add host vector framework
Richard Henderson
2021-06-04
1
-18
/
+99
*
tcg: Change parameters for tcg_target_const_match
Richard Henderson
2021-06-04
1
-4
/
+1
*
tcg/arm: Split out constraint sets to tcg-target-con-set.h
Richard Henderson
2021-02-02
1
-63
/
+33
*
tcg/arm: Split out target constraints to tcg-target-con-str.h
Richard Henderson
2021-02-02
1
-56
/
+18
*
tcg: Remove movi and dupi opcodes
Richard Henderson
2021-01-13
1
-1
/
+0
*
tcg: Constify TCGLabelQemuLdst.raddr
Richard Henderson
2021-01-07
1
-2
/
+1
*
tcg: Constify tcg_code_gen_epilogue
Richard Henderson
2021-01-07
1
-2
/
+1
*
tcg/arm: Support split-wx code generation
Richard Henderson
2021-01-07
1
-16
/
+21
*
tcg: Adjust tcg_register_jit for const
Richard Henderson
2021-01-07
1
-1
/
+1
*
tcg: Adjust tcg_out_call for const
Richard Henderson
2021-01-07
1
-1
/
+1
*
tcg: Adjust TCGLabel for const
Richard Henderson
2021-01-07
1
-1
/
+1
[next]