Peter Maydell
2acf5e1d0e
Reorder do_constant_folding_cond test to satisfy valgrind.
Fix value of MAX_OPC_PARAM_IARGS.
Add opcodes for vector nand, nor, eqv.
Support vector nand, nor, eqv on PPC and S390X hosts.
Support AVX512VL, AVX512BW, AVX512DQ, and AVX512VBMI2.
-----BEGIN PGP SIGNATURE-----
iQFRBAABCgA7FiEEekgeeIaLTbaoWgXAZN846K9+IV8FAmIiYXwdHHJpY2hhcmQu
aGVuZGVyc29uQGxpbmFyby5vcmcACgkQZN846K9+IV8gPQf9EVo8KZUhF+GxLFYv
5zYnJ3YSf2XLWu/30IQ5e8yJV/7mYKe7Rp8ibc1k+f4bE3KBVKv5RqLry2stuvEB
9xMu3hZagNPlJB0aAgCscMZT1CdUg9PTUq/wD7vqBGkEXQhZXFxpuTWdYFqqyoQk
U68zEUOpk9b2Otk0K68JlnqWqzCBS6mNzSYjE7T+4s7msuedz2txFRNUMeY75DaF
cNJuOJVRmusQTJGEH8EI5l0xW1XpjK0Lp2yYUUTs1hfn+9ELuhk4DjsxvatKANGD
2xI9UYosFkQaaAbxzb40KWSGBY8PhTxaz6cruaS07q2ELTP3joRKeifJF2/BhREb
+pxmgw==
=3qoH
-----END PGP SIGNATURE-----
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220304' into staging
Reorder do_constant_folding_cond test to satisfy valgrind.
Fix value of MAX_OPC_PARAM_IARGS.
Add opcodes for vector nand, nor, eqv.
Support vector nand, nor, eqv on PPC and S390X hosts.
Support AVX512VL, AVX512BW, AVX512DQ, and AVX512VBMI2.
# gpg: Signature made Fri 04 Mar 2022 18:59:08 GMT
# gpg: using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
# gpg: issuer "richard.henderson@linaro.org"
# gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full]
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F
* remotes/rth-gitlab/tags/pull-tcg-20220304: (21 commits)
tcg/i386: Implement bitsel for avx512
tcg/i386: Implement more logical operations for avx512
tcg/i386: Implement avx512 multiply
tcg/i386: Implement avx512 min/max/abs
tcg/i386: Expand scalar rotate with avx512 insns
tcg/i386: Remove rotls_vec from tcg_target_op_def
tcg/i386: Expand vector word rotate as avx512vbmi2 shift-double
tcg/i386: Support avx512vbmi2 vector shift-double instructions
tcg/i386: Implement avx512 variable rotate
tcg/i386: Implement avx512 immediate rotate
tcg/i386: Implement avx512 immediate sari shift
tcg/i386: Implement avx512 scalar shift
tcg/i386: Implement avx512 variable shifts
tcg/i386: Use tcg_can_emit_vec_op in expand_vec_cmp_noinv
tcg/i386: Add tcg_out_evex_opc
tcg/i386: Detect AVX512
tcg/s390x: Implement vector NAND, NOR, EQV
tcg/ppc: Implement vector NAND, NOR, EQV
tcg: Add opcodes for vector nand, nor, eqv
tcg: Set MAX_OPC_PARAM_IARGS to 7
...
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2022-03-05 14:43:19 +00:00
..
2021-05-10 15:41:50 -04:00
2021-06-02 06:51:09 +02:00
2021-07-21 07:45:38 -10:00
2020-11-15 17:04:40 +01:00
2016-07-12 16:20:46 +02:00
2019-07-15 15:39:02 +02:00
2021-07-26 06:56:41 -10:00
2021-05-10 17:21:54 +01:00
2020-11-15 17:04:40 +01:00
2021-01-07 05:09:41 -10:00
2022-02-21 13:30:20 +00:00
2021-06-25 14:24:24 +03:00
2021-06-16 15:03:26 +02:00
2021-06-04 13:50:01 +02:00
2020-06-23 15:46:05 +01:00
2022-03-04 18:14:40 +01:00
2022-02-14 17:11:25 +00:00
2022-03-04 08:50:41 -10:00
2019-06-12 13:20:20 +02:00
2021-01-24 20:10:54 +01:00
2019-06-11 20:22:09 +02:00
2021-12-21 10:50:22 +04:00
2020-12-10 12:15:18 -05:00
2021-12-21 10:50:22 +04:00
2019-05-13 08:58:55 +02:00
2012-12-19 08:32:39 +01:00
2021-02-01 10:50:55 +00:00
2021-02-08 14:43:55 +01:00
2021-02-07 20:38:34 +00:00
2016-06-07 18:19:23 +03:00
2020-11-15 17:04:40 +01:00
2017-10-16 20:57:13 +03:00
2019-05-22 12:38:54 -04:00
2020-03-18 14:03:46 -04:00
2020-10-15 16:06:27 +02:00
2021-11-09 10:32:52 +11:00
2022-02-21 13:30:20 +00:00
2021-03-09 21:47:45 +01:00
2022-01-08 15:46:10 +10:00
2021-02-03 08:00:33 -06:00
2021-11-02 15:57:21 +01:00
2019-05-13 08:58:55 +02:00
2022-03-04 18:18:26 +01:00
2021-06-16 15:03:26 +02:00
2018-03-12 11:10:20 +00:00
2020-09-23 16:07:44 +01:00
2022-02-21 13:30:20 +00:00
2022-03-04 18:18:25 +01:00
2019-09-11 08:46:17 +02:00
2022-02-21 13:30:20 +00:00
2021-11-08 12:27:23 +04:00
2022-02-21 13:30:20 +00:00
2019-09-24 12:18:47 +01:00
2020-12-10 17:16:44 +01:00
2019-01-11 15:46:55 +01:00
2021-12-21 10:50:22 +04:00
2022-02-21 13:30:20 +00:00
2016-07-12 16:20:46 +02:00
2021-07-14 14:33:53 +01:00
2021-11-04 10:32:01 +00:00
2019-05-13 08:58:55 +02:00
2018-02-05 18:09:45 +01:00
2021-06-25 14:24:24 +03:00
2019-06-12 13:20:20 +02:00
2021-05-26 14:49:46 +02:00
2022-02-09 12:08:42 +00:00
2019-04-18 22:18:59 +02:00
2018-09-26 08:55:54 -07:00
2019-04-18 22:18:59 +02:00
2020-09-23 16:07:44 +01:00
2019-08-16 13:31:52 +02:00
2021-06-25 14:22:21 +03:00
2020-09-23 16:07:44 +01:00
2022-03-04 18:14:40 +01:00
2018-01-16 14:54:50 +01:00
2021-06-21 05:49:01 +02:00
2020-09-23 16:07:44 +01:00
2021-06-18 10:59:53 -05:00
2021-07-21 07:45:38 -10:00
2019-05-13 08:58:55 +02:00
2019-05-13 08:58:55 +02:00
2021-06-16 15:03:26 +02:00
2021-06-16 15:03:26 +02:00
2021-06-16 15:03:26 +02:00
2017-09-06 10:12:02 +02:00
2019-06-12 13:20:20 +02:00
2016-02-23 12:43:05 +00:00
2021-04-12 12:27:14 +10:00
2021-11-16 09:43:44 +01:00
2020-06-16 14:49:05 +01:00
2021-02-18 08:19:08 +00:00
2018-08-24 20:26:37 +02:00
2019-02-01 13:46:45 +01:00
2016-09-15 15:32:22 +03:00
2021-02-08 11:19:51 +00:00
2020-05-14 15:03:08 +01:00
2021-09-07 09:08:24 +01:00
2022-02-01 13:49:15 +01:00
2018-10-02 19:09:12 +02:00
2017-01-24 23:26:52 +03:00
2021-01-19 14:38:51 +00:00
2021-04-01 15:27:44 +04:00