index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
tcg
/
tcg-op.h
Age
Commit message (
Expand
)
Author
2022-05-04
tcg: Implement tcg_gen_{h,w}swap_{i32,i64}
Richard Henderson
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2021-09-14
tcg: Remove tcg_global_reg_new defines
Bin Meng
2021-06-29
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
2021-06-21
tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64
Peter Maydell
2021-05-14
tcg: Add tcg_constant_tl
Matheus Ferst
2021-01-13
tcg: Remove tcg_gen_dup{8,16,32,64}i_vec
Richard Henderson
2021-01-13
tcg: Use tcg_constant_{i32,i64} with tcg int expanders
Richard Henderson
2021-01-07
tcg: Make DisasContextBase.tb const
Richard Henderson
2021-01-04
tcg: Add tcg_gen_bswap_tl alias
Richard Henderson
2020-06-02
tcg: Implement gvec support for rotate by scalar
Richard Henderson
2020-06-02
tcg: Implement gvec support for rotate by vector
Richard Henderson
2020-06-02
tcg: Implement gvec support for rotate by immediate
Richard Henderson
2020-05-06
tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}
Richard Henderson
2020-01-15
tcg: Move TCG headers to include/tcg/
Philippe Mathieu-Daudé