hw/timer/sse-timer: Model the SSE Subsystem System Timer
[qemu/ar7.git] / target / mips / msa32.decode
blobca200e373b10c815fc3b80ce74e2b0f6afd8c44b
1 # MIPS SIMD Architecture Module instruction set
3 # Copyright (C) 2020  Philippe Mathieu-Daudé
5 # SPDX-License-Identifier: LGPL-2.1-or-later
7 # Reference:
8 #       MIPS Architecture for Programmers Volume IV-j
9 #       The MIPS32 SIMD Architecture Module, Revision 1.12
10 #       (Document Number: MD00866-2B-MSA32-AFP-01.12)
13 &rtype              rs rt rd sa
15 &msa_bz             df wt s16
17 @lsa                ...... rs:5 rt:5 rd:5 ... sa:2 ......   &rtype
18 @bz                 ...... ... ..   wt:5 s16:16             &msa_bz df=3
19 @bz_df              ...... ... df:2 wt:5 s16:16             &msa_bz
21 LSA                 000000 ..... ..... ..... 000 .. 000101  @lsa
23 BZ_V                010001 01011  ..... ................    @bz
24 BNZ_V               010001 01111  ..... ................    @bz
26 BZ_x                010001 110 .. ..... ................    @bz_df
27 BNZ_x               010001 111 .. ..... ................    @bz_df
29 MSA                 011110 --------------------------