aboutsummaryrefslogtreecommitdiff
path: root/include/tcg/tcg-op.h
AgeCommit message (Expand)Author
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é