aboutsummaryrefslogtreecommitdiff
path: root/tcg/i386
AgeCommit message (Expand)AuthorFilesLines
2023-01-05tcg: Add TCGHelperInfo argument to tcg_out_callRichard Henderson1-2/+3
2023-01-05tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32Richard Henderson1-0/+1
2023-01-05tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64Richard Henderson1-0/+1
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-06-02tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vecRichard Henderson1-1/+1
2022-03-04tcg/i386: Implement bitsel for avx512Richard Henderson2-2/+20
2022-03-04tcg/i386: Implement more logical operations for avx512Richard Henderson2-5/+39
2022-03-04tcg/i386: Implement avx512 multiplyRichard Henderson1-6/+6
2022-03-04tcg/i386: Implement avx512 min/max/absRichard Henderson1-7/+11
2022-03-04tcg/i386: Expand scalar rotate with avx512 insnsRichard Henderson1-20/+29
2022-03-04tcg/i386: Remove rotls_vec from tcg_target_op_defRichard Henderson1-1/+0
2022-03-04tcg/i386: Expand vector word rotate as avx512vbmi2 shift-doubleRichard Henderson1-1/+17
2022-03-04tcg/i386: Support avx512vbmi2 vector shift-double instructionsRichard Henderson3-0/+42
2022-03-04tcg/i386: Implement avx512 variable rotateRichard Henderson2-2/+25
2022-03-04tcg/i386: Implement avx512 immediate rotateRichard Henderson2-3/+14
2022-03-04tcg/i386: Implement avx512 immediate sari shiftRichard Henderson1-9/+21
2022-03-04tcg/i386: Implement avx512 scalar shiftRichard Henderson1-2/+10
2022-03-04tcg/i386: Implement avx512 variable shiftsRichard Henderson1-8/+24
2022-03-04tcg/i386: Use tcg_can_emit_vec_op in expand_vec_cmp_noinvRichard Henderson1-4/+4
2022-03-04tcg/i386: Add tcg_out_evex_opcRichard Henderson1-1/+50
2022-03-04tcg/i386: Detect AVX512Richard Henderson2-2/+26
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson1-0/+3
2022-02-09tcg/i386: Support raising sigbus for user-onlyRichard Henderson2-7/+98
2022-02-04cpuid: use unsigned for max cpuidMichael S. Tsirkin1-1/+1
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-6/+6
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-5/+5
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson1-2/+2
2021-09-14tcg/i386: Split P_VEXW from P_REXWRichard Henderson1-6/+7
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson1-1/+0
2021-06-29tcg/i386: Support bswap flagsRichard Henderson1-1/+19
2021-06-11tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.hRichard Henderson1-0/+2
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson1-3/+1
2021-03-17tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina1-2/+4
2021-02-02tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson1-1/+0
2021-02-02tcg/i386: Split out constraint sets to tcg-target-con-set.hRichard Henderson3-128/+124
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson1-1/+0
2021-02-02tcg/i386: Split out target constraints to tcg-target-con-str.hRichard Henderson3-69/+34
2021-02-02tcg/i386: Tidy register constraint definitionsRichard Henderson1-20/+20
2021-02-02tcg/i386: Move constraint type check to tcg_target_const_matchRichard Henderson1-11/+17
2021-01-13tcg/i386: Use tcg_constant_vec with tcg vec expandersRichard Henderson1-13/+13
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson1-3/+0
2021-01-13tcg: Increase tcg_out_dupi_vec immediate to int64_tRichard Henderson1-9/+13
2021-01-13tcg: Use tcg_out_dupi_vec from temp_loadRichard Henderson1-20/+41
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson1-2/+1
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson1-2/+1
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson1-1/+0
2021-01-07tcg/i386: Support split-wx code generationRichard Henderson2-10/+12
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson1-0/+1
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson1-3/+3
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson1-1/+1