arm/translate-a64: handle_3same_64 comment fix

We do implement all the opcodes.

Backports commit 3840d219b433507f04a685120ff770ce4e06c55d from qemu
This commit is contained in:
Alex Bennée 2018-03-08 12:50:59 -05:00 committed by Lioncash
parent af75074fe7
commit fe74abd307
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -7406,8 +7406,7 @@ static void handle_3same_64(DisasContext *s, int opcode, bool u,
/* Handle 64x64->64 opcodes which are shared between the scalar
* and vector 3-same groups. We cover every opcode where size == 3
* is valid in either the three-reg-same (integer, not pairwise)
* or scalar-three-reg-same groups. (Some opcodes are not yet
* implemented.)
* or scalar-three-reg-same groups.
*/
TCGCond cond;