aboutsummaryrefslogtreecommitdiff
path: root/tcg/s390x/tcg-target.c.inc
AgeCommit message (Expand)AuthorFilesLines
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson1-0/+3
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson1-0/+10
2023-01-17tcg: Split out tcg_out_goto_tbRichard Henderson1-15/+16
2023-01-17tcg: Introduce set_jmp_insn_offsetRichard Henderson1-1/+1
2023-01-17tcg: Split out tcg_out_exit_tbRichard Henderson1-11/+12
2023-01-06tcg/s390x: Avoid the constant pool in tcg_out_moviRichard Henderson1-6/+17
2023-01-06tcg/s390x: Cleanup tcg_out_moviRichard Henderson1-36/+16
2023-01-06tcg/s390x: Tighten constraints for 64-bit compareRichard Henderson1-13/+14
2023-01-06tcg/s390x: Implement ctpop operationRichard Henderson1-0/+36
2023-01-06tcg/s390x: Use tgen_movcond_int in tgen_clzRichard Henderson1-9/+11
2023-01-06tcg/s390x: Support SELGR instruction in movcondRichard Henderson1-0/+15
2023-01-06tcg/s390x: Generalize movcond implementationRichard Henderson1-12/+40
2023-01-06tcg/s390x: Create tgen_cmp2 to simplify movcondRichard Henderson1-3/+16
2023-01-06tcg/s390x: Support MIE3 logical operationsRichard Henderson1-0/+102
2023-01-06tcg/s390x: Tighten constraints for and_i64Richard Henderson1-56/+58
2023-01-06tcg/s390x: Tighten constraints for or_i64 and xor_i64Richard Henderson1-60/+54
2023-01-06tcg/s390x: Issue XILF directly for xor_i32Richard Henderson1-1/+1
2023-01-06tcg/s390x: Support MIE2 MGRK instructionRichard Henderson1-0/+8
2023-01-06tcg/s390x: Support MIE2 multiply single instructionsRichard Henderson1-10/+24
2023-01-06tcg/s390x: Distinguish RIE formatsRichard Henderson1-21/+26
2023-01-06tcg/s390x: Distinguish RRF-a and RRF-c formatsRichard Henderson1-25/+32
2023-01-06tcg/s390x: Use LARL+AGHI for odd addressesRichard Henderson1-7/+8
2023-01-06tcg/s390x: Remove DISTINCT_OPERANDS facility checkRichard Henderson1-14/+2
2023-01-06tcg/s390x: Remove FAST_BCR_SER facility checkRichard Henderson1-1/+2
2023-01-06tcg/s390x: Check for load-on-condition facility at startupRichard Henderson1-48/+24
2023-01-06tcg/s390x: Check for general-instruction-extension facility at startupRichard Henderson1-56/+44
2023-01-06tcg/s390x: Check for extended-immediate facility at startupRichard Henderson1-161/+70
2023-01-06tcg/s390x: Check for long-displacement facility at startupRichard Henderson1-0/+15
2023-01-06tcg/s390x: Remove USE_LONG_BRANCHESRichard Henderson1-9/+0
2023-01-06tcg/s390x: Always set TCG_TARGET_HAS_direct_jumpRichard Henderson1-39/+9
2023-01-06tcg/s390x: Remove TCG_REG_TBRichard Henderson1-91/+6
2023-01-06tcg/s390x: Use register pair allocation for div and mulu2Richard Henderson1-11/+32
2023-01-05tcg: Add TCGHelperInfo argument to tcg_out_callRichard Henderson1-3/+9
2023-01-04tcg/s390x: Fix coding stylePhilippe Mathieu-Daudé1-10/+10
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 Henderson1-0/+17
2022-02-09tcg/s390x: Support raising sigbus for user-onlyRichard Henderson1-2/+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 Henderson1-0/+20
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_sat_vecRichard Henderson1-0/+63
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_minmax_vecRichard Henderson1-0/+25
2021-10-05tcg/s390x: Implement vector shift operationsRichard Henderson1-1/+92
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_mul_vecRichard Henderson1-0/+7
2021-10-05tcg/s390x: Implement andc, orc, abs, neg, not vector operationsRichard Henderson1-0/+32
2021-10-05tcg/s390x: Implement minimal vector operationsRichard Henderson1-4/+150
2021-10-05tcg/s390x: Implement tcg_out_dup*_vecRichard Henderson1-3/+119