aboutsummaryrefslogtreecommitdiff
path: root/tcg/i386
AgeCommit message (Expand)Author
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-06-02tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vecRichard Henderson
2022-03-04tcg/i386: Implement bitsel for avx512Richard Henderson
2022-03-04tcg/i386: Implement more logical operations for avx512Richard Henderson
2022-03-04tcg/i386: Implement avx512 multiplyRichard Henderson
2022-03-04tcg/i386: Implement avx512 min/max/absRichard Henderson
2022-03-04tcg/i386: Expand scalar rotate with avx512 insnsRichard Henderson
2022-03-04tcg/i386: Remove rotls_vec from tcg_target_op_defRichard Henderson
2022-03-04tcg/i386: Expand vector word rotate as avx512vbmi2 shift-doubleRichard Henderson
2022-03-04tcg/i386: Support avx512vbmi2 vector shift-double instructionsRichard Henderson
2022-03-04tcg/i386: Implement avx512 variable rotateRichard Henderson
2022-03-04tcg/i386: Implement avx512 immediate rotateRichard Henderson
2022-03-04tcg/i386: Implement avx512 immediate sari shiftRichard Henderson
2022-03-04tcg/i386: Implement avx512 scalar shiftRichard Henderson
2022-03-04tcg/i386: Implement avx512 variable shiftsRichard Henderson
2022-03-04tcg/i386: Use tcg_can_emit_vec_op in expand_vec_cmp_noinvRichard Henderson
2022-03-04tcg/i386: Add tcg_out_evex_opcRichard Henderson
2022-03-04tcg/i386: Detect AVX512Richard Henderson
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson
2022-02-09tcg/i386: Support raising sigbus for user-onlyRichard Henderson
2022-02-04cpuid: use unsigned for max cpuidMichael S. Tsirkin
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson
2021-09-14tcg/i386: Split P_VEXW from P_REXWRichard Henderson
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson
2021-06-29tcg/i386: Support bswap flagsRichard Henderson
2021-06-11tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.hRichard Henderson
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson
2021-03-17tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina
2021-02-02tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson
2021-02-02tcg/i386: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson
2021-02-02tcg/i386: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-02-02tcg/i386: Tidy register constraint definitionsRichard Henderson
2021-02-02tcg/i386: Move constraint type check to tcg_target_const_matchRichard Henderson
2021-01-13tcg/i386: Use tcg_constant_vec with tcg vec expandersRichard Henderson
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson
2021-01-13tcg: Increase tcg_out_dupi_vec immediate to int64_tRichard Henderson
2021-01-13tcg: Use tcg_out_dupi_vec from temp_loadRichard Henderson
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson
2021-01-07tcg/i386: Support split-wx code generationRichard Henderson
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson
2021-01-07tcg: Adjust tcg_out_label for constRichard Henderson
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson