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
/
tci
/
tcg-target.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg/tci: Implement clz, ctz, ctpop
Richard Henderson
2021-06-19
1
-6
/
+6
*
tcg/tci: Implement extract, sextract
Richard Henderson
2021-06-19
1
-4
/
+4
*
tcg/tci: Implement andc, orc, eqv, nand, nor
Richard Henderson
2021-06-19
1
-10
/
+10
*
tcg/tci: Implement movcond
Richard Henderson
2021-06-19
1
-2
/
+2
*
tcg/tci: Implement goto_ptr
Richard Henderson
2021-06-19
1
-1
/
+1
*
tcg/tci: Change encoding to uint32_t units
Richard Henderson
2021-06-19
1
-1
/
+2
*
tcg/tci: Reserve r13 for a temporary
Richard Henderson
2021-06-19
1
-0
/
+1
*
tcg/tci: Use ffi for calls
Richard Henderson
2021-06-19
1
-1
/
+1
*
tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
Richard Henderson
2021-06-11
1
-0
/
+1
*
tcg/tci: Remove tci_disas
Richard Henderson
2021-03-17
1
-2
/
+0
*
tcg/tci: Reuse tci_args_l for goto_tb
Richard Henderson
2021-03-17
1
-8
/
+3
*
tcg/tci: Remove TCG_CONST
Richard Henderson
2021-02-05
1
-3
/
+0
*
tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
Richard Henderson
2021-02-05
1
-27
/
+5
*
tcg/tci: Implement 64-bit division
Richard Henderson
2021-02-05
1
-2
/
+2
*
tcg: Remove TCG_TARGET_SUPPORT_MIRROR
Richard Henderson
2021-01-07
1
-1
/
+0
*
tcg: Add --accel tcg,split-wx property
Richard Henderson
2021-01-07
1
-0
/
+1
*
tcg: Adjust tb_target_set_jmp_target for split-wx
Richard Henderson
2021-01-07
1
-3
/
+3
*
tcg: Introduce INDEX_op_qemu_st8_i32
Richard Henderson
2021-01-07
1
-0
/
+1
*
util: Extract flush_icache_range to cacheflush.c
Richard Henderson
2021-01-02
1
-4
/
+0
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-1
/
+1
*
tcg: Add INDEX_op_extract2_{i32,i64}
Richard Henderson
2019-04-24
1
-0
/
+2
*
tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP
Richard Henderson
2018-12-17
1
-0
/
+2
*
tcg/tci: do not use ldst label (never implemented)
Philippe Mathieu-Daudé
2017-09-11
1
-4
/
+0
*
tcg: Rearrange ldst label tracking
Richard Henderson
2017-09-07
1
-0
/
+4
*
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
2017-09-07
1
-0
/
+9
*
tcg/tci: Add TCG_TARGET_DEFAULT_MO
Richard Henderson
2017-09-07
1
-0
/
+5
*
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
2017-06-05
1
-0
/
+1
*
tcg: Add opcode for ctpop
Richard Henderson
2017-01-10
1
-0
/
+2
*
tcg: Add clz and ctz opcodes
Richard Henderson
2017-01-10
1
-0
/
+4
*
tcg: Add field extraction primitives
Richard Henderson
2017-01-10
1
-0
/
+4
*
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-07-12
1
-2
/
+1
*
all: Clean up includes
Peter Maydell
2016-02-23
1
-1
/
+0
*
tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32
Richard Henderson
2015-08-24
1
-1
/
+2
*
tcg: rename trunc_shr_i32 into trunc_shr_i64_i32
Aurelien Jarno
2015-08-24
1
-1
/
+1
*
tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS
Paolo Bonzini
2015-06-03
1
-0
/
+1
*
tci: do not use CPUArchState in tcg-target.h
Paolo Bonzini
2015-06-03
1
-2
/
+1
*
tcg: Remove TCG_TARGET_HAS_new_ldst
Richard Henderson
2014-06-04
1
-2
/
+0
*
tci: Convert to new ldst opcodes
Richard Henderson
2014-06-04
1
-1
/
+1
*
tci: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
1
-0
/
+1
*
tcg: Add INDEX_op_trunc_shr_i32
Richard Henderson
2014-04-28
1
-0
/
+1
*
tcg: Use HOST_WORDS_BIGENDIAN
Richard Henderson
2014-04-19
1
-6
/
+0
*
tcg: Relax requirement for mulu2_i32 on 32-bit hosts
Richard Henderson
2014-04-19
1
-0
/
+2
*
tcg: Add qemu_ld_st_i32/64
Richard Henderson
2013-10-10
1
-0
/
+2
*
tcg: Allow TCG_TARGET_REG_BITS to be specified independantly
Richard Henderson
2013-09-02
1
-0
/
+8
*
tcg: Change tcg_qemu_tb_exec return to uintptr_t
Richard Henderson
2013-09-02
1
-1
/
+1
*
tcg: Change flush_icache_range arguments to uintptr_t
Richard Henderson
2013-09-02
1
-2
/
+1
*
tcg: Add muluh and mulsh opcodes
Richard Henderson
2013-09-02
1
-1
/
+4
*
tcg: Split rem requirement from div requirement
Richard Henderson
2013-07-09
1
-4
/
+2
*
tci: Make tcg temporaries local to tcg_qemu_tb_exec
Richard Henderson
2013-04-11
1
-1
/
+7
*
tcg: Add signed multiword multiplication operations
Richard Henderson
2013-02-23
1
-0
/
+2
[next]