aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-07-12tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd()Shaobo Song1-1/+1
2022-07-05tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETERRichard Henderson2-12/+0
2022-06-20tcg/ppc: implement rem[u]_i{32,64} with mod[su][wd]Matheus Kowalczuk Ferst2-2/+24
2022-06-02tcg/aarch64: Fix illegal insn from out-of-range shliRichard Henderson1-1/+1
2022-06-02tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vecRichard Henderson1-1/+1
2022-05-26tcg/ppc: Optimize memory ordering generation with lwsyncNicholas Piggin1-3/+6
2022-05-26tcg/ppc: ST_ST memory ordering is not provided with eieioNicholas Piggin1-2/+0
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst1-0/+1
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-05-04tcg: Implement tcg_gen_{h,w}swap_{i32,i64}Richard Henderson1-0/+30
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-1/+2
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-7/+27
2022-04-20tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson1-7/+27
2022-04-20util/log: Remove qemu_log_flushRichard Henderson1-1/+0
2022-04-20tcg: Pass the locked filepointer to tcg_dump_opsRichard Henderson1-57/+52
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-34/+44
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-4/+4
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-4/+4
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau7-20/+20
2022-03-31tcg/aarch64: Use 'ull' suffix to force 64-bit constantRichard Henderson1-2/+2
2022-03-14tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1Richard Henderson1-2/+15
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-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+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/s390x: Implement vector NAND, NOR, EQVRichard Henderson2-3/+20
2022-03-04tcg/ppc: Implement vector NAND, NOR, EQVRichard Henderson2-3/+18
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson8-15/+45
2022-03-04tcg: Set MAX_OPC_PARAM_IARGS to 7Ziqiao Kong1-1/+1
2022-03-04tcg/optimize: only read val after const checkAlex Bennée1-4/+4
2022-03-02tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4iMatheus Ferst1-0/+146
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)1-0/+6