| Commit message (Expand) | Author | Age | Files | Lines |
| * | tcg: Only include 'tcg-has.h' when necessary | Richard Henderson | 2025-01-16 | 1 | -0/+1 |
| * | tcg: Replace TCGOP_VECL with TCGOP_TYPE | Richard Henderson | 2025-01-16 | 1 | -4/+4 |
| * | tcg: Export vec_gen_6 | Richard Henderson | 2024-09-22 | 1 | -2/+2 |
| * | tcg: Expand TCG_COND_TST* if not TCG_TARGET_HAS_tst_vec | Richard Henderson | 2024-05-22 | 1 | -0/+18 |
| * | tcg: Remove vecop_list check from tcg_gen_not_vec | Richard Henderson | 2023-08-29 | 1 | -4/+3 |
| * | tcg: Reduce tcg_assert_listed_vecop() scope | Philippe Mathieu-Daudé | 2023-07-01 | 1 | -3/+3 |
| * | tcg/tcg-op-vec: Remove left over _link_error() definitions | Philippe Mathieu-Daudé | 2023-06-05 | 1 | -11/+0 |
| * | tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h | Richard Henderson | 2023-06-05 | 1 | -1/+1 |
| * | tcg: Drop tcg_const_*_vec | Richard Henderson | 2023-03-13 | 1 | -32/+2 |
| * | tcg: Create tcg/tcg-temp-internal.h | Richard Henderson | 2023-03-13 | 1 | -0/+1 |
| * | tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*() | Philippe Mathieu-Daudé | 2023-01-05 | 1 | -4/+4 |
| * | tcg: Move TCG_{LOW,HIGH} to tcg-internal.h | Richard Henderson | 2023-01-05 | 1 | -0/+2 |
| * | tcg: Add opcodes for vector nand, nor, eqv | Richard Henderson | 2022-03-04 | 1 | -9/+18 |
| * | tcg: Expand usadd/ussub with umin/umax | Richard Henderson | 2021-10-05 | 1 | -2/+35 |
| * | Do not include cpu.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
| * | tcg: Remove tcg_gen_dup{8,16,32,64}i_vec | Richard Henderson | 2021-01-13 | 1 | -20/+0 |
| * | tcg: Remove movi and dupi opcodes | Richard Henderson | 2021-01-13 | 1 | -1/+0 |
| * | tcg: Convert tcg_gen_dupi_vec to TCG_CONST | Richard Henderson | 2021-01-13 | 1 | -29/+10 |
| * | tcg: Fix generation of dupi_vec for 32-bit host | Richard Henderson | 2020-10-08 | 1 | -4/+8 |
| * | tcg: Save/restore vecop_list around minmax fallback | Richard Henderson | 2020-07-16 | 1 | -0/+2 |
| * | tcg: Implement gvec support for rotate by scalar | Richard Henderson | 2020-06-02 | 1 | -0/+5 |
| * | tcg: Remove expansion to shift by vector from do_shifts | Richard Henderson | 2020-06-02 | 1 | -24/+11 |
| * | tcg: Implement gvec support for rotate by vector | Richard Henderson | 2020-06-02 | 1 | -0/+10 |
| * | tcg: Implement gvec support for rotate by immediate | Richard Henderson | 2020-06-02 | 1 | -0/+12 |
| * | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 2020-01-15 | 1 | -3/+3 |
| * | tcg: Fix expansion of INDEX_op_not_vec | Richard Henderson | 2019-07-09 | 1 | -0/+6 |
| * | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
| * | tcg: Expand vector minmax using cmp+cmpsel | Richard Henderson | 2019-05-22 | 1 | -4/+16 |
| * | tcg: Introduce do_op3_nofail for vector expansion | Richard Henderson | 2019-05-22 | 1 | -18/+27 |
| * | tcg: Add support for vector compare select | Richard Henderson | 2019-05-22 | 1 | -0/+59 |
| * | tcg: Add support for vector bitwise select | Richard Henderson | 2019-05-22 | 1 | -0/+26 |
| * | tcg: Add support for vector absolute value | Richard Henderson | 2019-05-13 | 1 | -0/+39 |
| * | tcg: Add gvec expanders for vector shift by scalar | Richard Henderson | 2019-05-13 | 1 | -0/+54 |
| * | tcg: Add gvec expanders for variable shift | Richard Henderson | 2019-05-13 | 1 | -0/+15 |
| * | tcg: Add INDEX_op_dupm_vec | Richard Henderson | 2019-05-13 | 1 | -0/+11 |
| * | tcg: Specify optional vector requirements with a list | Richard Henderson | 2019-05-13 | 1 | -0/+102 |
| * | tcg: Allow add_vec, sub_vec, neg_vec, not_vec to be expanded | Richard Henderson | 2019-05-13 | 1 | -16/+33 |
| * | tcg: Fix LGPL version number | Thomas Huth | 2019-01-30 | 1 | -1/+1 |
| * | tcg: Add opcodes for vector minmax arithmetic | Richard Henderson | 2019-01-28 | 1 | -0/+20 |
| * | tcg: Add opcodes for vector saturated arithmetic | Richard Henderson | 2019-01-28 | 1 | -4/+30 |
| * | tcg: Add gvec expanders for nand, nor, eqv | Richard Henderson | 2019-01-28 | 1 | -0/+21 |
| * | target: Do not include "exec/exec-all.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -1/+0 |
| * | tcg: Allow wider vectors for cmp and mul | Richard Henderson | 2018-05-01 | 1 | -4/+4 |
| * | tcg: Add generic vector ops for multiplication | Richard Henderson | 2018-02-08 | 1 | -0/+22 |
| * | tcg: Add generic vector ops for comparisons | Richard Henderson | 2018-02-08 | 1 | -0/+23 |
| * | tcg: Add generic vector ops for constant shifts | Richard Henderson | 2018-02-08 | 1 | -0/+45 |
| * | tcg: Add generic vector expanders | Richard Henderson | 2018-02-08 | 1 | -13/+20 |
| * | tcg: Add types and basic operations for host vectors | Richard Henderson | 2018-02-08 | 1 | -0/+292 |