aboutsummaryrefslogtreecommitdiff
path: root/tcg/s390x
AgeCommit message (Expand)AuthorFilesLines
2023-04-23tcg: Split out tcg_out_ext32uRichard Henderson1-10/+10
2023-04-23tcg: Split out tcg_out_ext32sRichard Henderson1-5/+5
2023-04-23tcg: Split out tcg_out_ext16uRichard Henderson1-11/+6
2023-04-23tcg: Split out tcg_out_ext16sRichard Henderson1-8/+4
2023-04-23tcg: Split out tcg_out_ext8uRichard Henderson1-9/+5
2023-04-23tcg: Split out tcg_out_ext8sRichard Henderson1-7/+3
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson1-4/+4
2023-02-04tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128Richard Henderson1-0/+2
2023-02-04tcg: Introduce tcg_target_call_oarg_regRichard Henderson1-3/+6
2023-02-04tcg: Introduce tcg_out_addi_ptrRichard Henderson1-0/+7
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson2-1/+3
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson1-4/+0
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson2-8/+12
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 Henderson2-13/+17
2023-01-06tcg/s390x: Implement ctpop operationRichard Henderson2-2/+38
2023-01-06tcg/s390x: Use tgen_movcond_int in tgen_clzRichard Henderson2-9/+12
2023-01-06tcg/s390x: Support SELGR instruction in movcondRichard Henderson1-0/+15
2023-01-06tcg/s390x: Generalize movcond implementationRichard Henderson2-14/+41
2023-01-06tcg/s390x: Create tgen_cmp2 to simplify movcondRichard Henderson1-3/+16
2023-01-06tcg/s390x: Support MIE3 logical operationsRichard Henderson3-12/+118
2023-01-06tcg/s390x: Tighten constraints for and_i64Richard Henderson3-56/+61
2023-01-06tcg/s390x: Tighten constraints for or_i64 and xor_i64Richard Henderson3-60/+56
2023-01-06tcg/s390x: Issue XILF directly for xor_i32Richard Henderson1-1/+1
2023-01-06tcg/s390x: Support MIE2 MGRK instructionRichard Henderson3-1/+10
2023-01-06tcg/s390x: Support MIE2 multiply single instructionsRichard Henderson3-10/+26
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 Henderson2-15/+2
2023-01-06tcg/s390x: Remove FAST_BCR_SER facility checkRichard Henderson2-2/+2
2023-01-06tcg/s390x: Check for load-on-condition facility at startupRichard Henderson2-51/+27
2023-01-06tcg/s390x: Check for general-instruction-extension facility at startupRichard Henderson2-61/+49
2023-01-06tcg/s390x: Check for extended-immediate facility at startupRichard Henderson2-163/+72
2023-01-06tcg/s390x: Check for long-displacement facility at startupRichard Henderson2-2/+19
2023-01-06tcg/s390x: Remove USE_LONG_BRANCHESRichard Henderson1-9/+0
2023-01-06tcg/s390x: Always set TCG_TARGET_HAS_direct_jumpRichard Henderson2-40/+10
2023-01-06tcg/s390x: Remove TCG_REG_TBRichard Henderson1-91/+6
2023-01-06tcg/s390x: Use register pair allocation for div and mulu2Richard Henderson3-20/+35
2023-01-05tcg: Add TCGHelperInfo argument to tcg_out_callRichard Henderson1-3/+9
2023-01-05tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32Richard Henderson1-1/+1
2023-01-05tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64Richard Henderson1-0/+1
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