aboutsummaryrefslogtreecommitdiff
path: root/tcg/s390x
AgeCommit message (Expand)AuthorFilesLines
2022-03-14tcg/s390x: Fix tcg_out_dup_vec vs general registersRichard Henderson1-0/+1
2022-03-14tcg/s390x: Fix INDEX_op_bitsel_vec vs VSELRichard Henderson1-1/+1
2022-03-14tcg/s390x: Fix tcg_out_dupi_vec vs VGMRichard Henderson1-2/+2
2022-03-04tcg/s390x: Implement vector NAND, NOR, EQVRichard Henderson2-3/+20
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson1-0/+3
2022-02-09tcg/s390x: Support raising sigbus for user-onlyRichard Henderson2-4/+57
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-9/+9
2021-11-11tcg/s390x: Fix tcg_out_vec_op argument typeMiroslav Rezanina1-1/+2
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_cmpsel_vecRichard Henderson1-1/+23
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vecRichard Henderson3-1/+22
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_sat_vecRichard Henderson2-0/+66
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_minmax_vecRichard Henderson2-1/+26
2021-10-05tcg/s390x: Implement vector shift operationsRichard Henderson3-7/+99
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_mul_vecRichard Henderson2-1/+8
2021-10-05tcg/s390x: Implement andc, orc, abs, neg, not vector operationsRichard Henderson3-5/+39
2021-10-05tcg/s390x: Implement minimal vector operationsRichard Henderson1-4/+150
2021-10-05tcg/s390x: Implement tcg_out_dup*_vecRichard Henderson1-3/+119
2021-10-05tcg/s390x: Implement tcg_out_mov for vector typesRichard Henderson1-4/+68
2021-10-05tcg/s390x: Implement tcg_out_ld/st for vector typesRichard Henderson1-12/+120
2021-10-05tcg/s390x: Add host vector frameworkRichard Henderson5-5/+184
2021-10-05tcg/s390x: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGRegRichard Henderson1-21/+7
2021-10-05tcg/s390x: Change FACILITY representationRichard Henderson2-51/+52
2021-10-05tcg/s390x: Rename from tcg/s390Richard Henderson4-0/+2809