aboutsummaryrefslogtreecommitdiff
path: root/include/tcg/tcg-op.h
AgeCommit message (Expand)Author
2022-05-04tcg: Implement tcg_gen_{h,w}swap_{i32,i64}Richard Henderson
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-09-14tcg: Remove tcg_global_reg_new definesBin Meng
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson
2021-06-21tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64Peter Maydell
2021-05-14tcg: Add tcg_constant_tlMatheus Ferst
2021-01-13tcg: Remove tcg_gen_dup{8,16,32,64}i_vecRichard Henderson
2021-01-13tcg: Use tcg_constant_{i32,i64} with tcg int expandersRichard Henderson
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson
2021-01-04tcg: Add tcg_gen_bswap_tl aliasRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by scalarRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson
2020-05-06tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}Richard Henderson
2020-01-15tcg: Move TCG headers to include/tcg/Philippe Mathieu-Daudé