Age | Commit message (Expand) | Author | Files | Lines |
2023-01-05 | tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64 | Richard Henderson | 1 | -0/+1 |
2023-01-04 | tcg/s390x: Fix coding style | Philippe Mathieu-Daudé | 1 | -10/+10 |
2022-03-14 | tcg/s390x: Fix tcg_out_dup_vec vs general registers | Richard Henderson | 1 | -0/+1 |
2022-03-14 | tcg/s390x: Fix INDEX_op_bitsel_vec vs VSEL | Richard Henderson | 1 | -1/+1 |
2022-03-14 | tcg/s390x: Fix tcg_out_dupi_vec vs VGM | Richard Henderson | 1 | -2/+2 |
2022-03-04 | tcg/s390x: Implement vector NAND, NOR, EQV | Richard Henderson | 2 | -3/+20 |
2022-03-04 | tcg: Add opcodes for vector nand, nor, eqv | Richard Henderson | 1 | -0/+3 |
2022-02-09 | tcg/s390x: Support raising sigbus for user-only | Richard Henderson | 2 | -4/+57 |
2022-01-08 | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot | 1 | -9/+9 |
2021-11-11 | tcg/s390x: Fix tcg_out_vec_op argument type | Miroslav Rezanina | 1 | -1/+2 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_cmpsel_vec | Richard Henderson | 1 | -1/+23 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec | Richard Henderson | 3 | -1/+22 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_sat_vec | Richard Henderson | 2 | -0/+66 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_minmax_vec | Richard Henderson | 2 | -1/+26 |
2021-10-05 | tcg/s390x: Implement vector shift operations | Richard Henderson | 3 | -7/+99 |
2021-10-05 | tcg/s390x: Implement TCG_TARGET_HAS_mul_vec | Richard Henderson | 2 | -1/+8 |
2021-10-05 | tcg/s390x: Implement andc, orc, abs, neg, not vector operations | Richard Henderson | 3 | -5/+39 |
2021-10-05 | tcg/s390x: Implement minimal vector operations | Richard Henderson | 1 | -4/+150 |
2021-10-05 | tcg/s390x: Implement tcg_out_dup*_vec | Richard Henderson | 1 | -3/+119 |
2021-10-05 | tcg/s390x: Implement tcg_out_mov for vector types | Richard Henderson | 1 | -4/+68 |
2021-10-05 | tcg/s390x: Implement tcg_out_ld/st for vector types | Richard Henderson | 1 | -12/+120 |
2021-10-05 | tcg/s390x: Add host vector framework | Richard Henderson | 5 | -5/+184 |
2021-10-05 | tcg/s390x: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg | Richard Henderson | 1 | -21/+7 |
2021-10-05 | tcg/s390x: Change FACILITY representation | Richard Henderson | 2 | -51/+52 |
2021-10-05 | tcg/s390x: Rename from tcg/s390 | Richard Henderson | 4 | -0/+2809 |