• Home
  • Raw
  • Download

Lines Matching refs:INSNA

8992 #  define INSNA(_bMax,_bMin)   SLICE_UInt(insnv6m, (_bMax), (_bMin))  in decode_V6MEDIA_instruction()  macro
9003 vassert(INSNA(31,28) == BITS4(0,0,0,0)); // caller's obligation in decode_V6MEDIA_instruction()
9024 if (BITS8(0,0,0,1,0,1,1,0) == INSNA(27,20) && in decode_V6MEDIA_instruction()
9025 BITS4(0,0,0,0) == INSNA(15,12) && in decode_V6MEDIA_instruction()
9026 BITS4(1,0,0,0) == (INSNA(7,4) & BITS4(1,0,0,1)) ) { in decode_V6MEDIA_instruction()
9027 regD = INSNA(19,16); in decode_V6MEDIA_instruction()
9028 regM = INSNA(11,8); in decode_V6MEDIA_instruction()
9029 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
9030 bitM = INSNA(6,6); in decode_V6MEDIA_instruction()
9031 bitN = INSNA(5,5); in decode_V6MEDIA_instruction()
9081 if (INSNA(27,20) == BITS8(0,0,0,1,0,0,1,0) && in decode_V6MEDIA_instruction()
9082 INSNA(15,12) == BITS4(0,0,0,0) && in decode_V6MEDIA_instruction()
9083 (INSNA(7,4) & BITS4(1,0,1,1)) == BITS4(1,0,1,0)) { in decode_V6MEDIA_instruction()
9084 regD = INSNA(19,16); in decode_V6MEDIA_instruction()
9085 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
9086 regM = INSNA(11,8); in decode_V6MEDIA_instruction()
9087 bitM = INSNA(6,6); in decode_V6MEDIA_instruction()
9145 if (INSNA(27,20) == BITS8(0,1,1,0,1,0,0,0) && in decode_V6MEDIA_instruction()
9146 INSNA(5,4) == BITS2(0,1) && in decode_V6MEDIA_instruction()
9147 (INSNA(6,6) == 0 || INSNA(6,6) == 1) ) { in decode_V6MEDIA_instruction()
9148 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9149 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9150 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9151 imm5 = INSNA(11,7); in decode_V6MEDIA_instruction()
9152 shift_type = (INSNA(6,6) << 1) | 0; in decode_V6MEDIA_instruction()
9153 tbform = (INSNA(6,6) == 0) ? False : True; in decode_V6MEDIA_instruction()
9206 if (INSNA(27,21) == BITS7(0,1,1,0,1,1,1) && in decode_V6MEDIA_instruction()
9207 INSNA(5,4) == BITS2(0,1)) { in decode_V6MEDIA_instruction()
9208 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9209 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
9210 shift_type = (INSNA(6,6) << 1) | 0; in decode_V6MEDIA_instruction()
9211 imm5 = INSNA(11,7); in decode_V6MEDIA_instruction()
9212 sat_imm = INSNA(20,16); in decode_V6MEDIA_instruction()
9264 if (INSNA(27,21) == BITS7(0,1,1,0,1,0,1) && in decode_V6MEDIA_instruction()
9265 INSNA(5,4) == BITS2(0,1)) { in decode_V6MEDIA_instruction()
9266 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9267 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
9268 shift_type = (INSNA(6,6) << 1) | 0; in decode_V6MEDIA_instruction()
9269 imm5 = INSNA(11,7); in decode_V6MEDIA_instruction()
9270 sat_imm = INSNA(20,16) + 1; in decode_V6MEDIA_instruction()
9319 if (INSNA(27,20) == BITS8(0,1,1,0,1,0,1,0) && in decode_V6MEDIA_instruction()
9320 INSNA(11,4) == BITS8(1,1,1,1,0,0,1,1)) { in decode_V6MEDIA_instruction()
9321 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9322 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
9323 sat_imm = INSNA(19,16) + 1; in decode_V6MEDIA_instruction()
9380 if (INSNA(27,20) == BITS8(0,1,1,0,1,1,1,0) && in decode_V6MEDIA_instruction()
9381 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9382 INSNA(7,4) == BITS4(0,0,1,1)) { in decode_V6MEDIA_instruction()
9383 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9384 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
9385 sat_imm = INSNA(19,16); in decode_V6MEDIA_instruction()
9441 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,0,1) && in decode_V6MEDIA_instruction()
9442 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9443 INSNA(7,4) == BITS4(0,0,0,1)) { in decode_V6MEDIA_instruction()
9444 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9445 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9446 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9490 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,0,1) && in decode_V6MEDIA_instruction()
9491 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9492 INSNA(7,4) == BITS4(0,0,0,1)) { in decode_V6MEDIA_instruction()
9493 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9494 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9495 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9540 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,0,1) && in decode_V6MEDIA_instruction()
9541 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9542 INSNA(7,4) == BITS4(0,1,1,1)) { in decode_V6MEDIA_instruction()
9543 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9544 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9545 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9590 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,0,1) && in decode_V6MEDIA_instruction()
9591 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9592 INSNA(7,4) == BITS4(0,1,1,1)) { in decode_V6MEDIA_instruction()
9593 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9594 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9595 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9640 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,0,1) && in decode_V6MEDIA_instruction()
9641 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9642 (INSNA(7,4) == BITS4(1,0,0,1))) { in decode_V6MEDIA_instruction()
9643 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9644 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9645 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9689 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,0,1) && in decode_V6MEDIA_instruction()
9690 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9691 (INSNA(7,4) == BITS4(1,0,0,1))) { in decode_V6MEDIA_instruction()
9692 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9693 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9694 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9739 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,0,1) && in decode_V6MEDIA_instruction()
9740 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9741 (INSNA(7,4) == BITS4(1,1,1,1))) { in decode_V6MEDIA_instruction()
9742 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9743 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9744 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9789 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,0,1) && in decode_V6MEDIA_instruction()
9790 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9791 INSNA(7,4) == BITS4(1,1,1,1)) { in decode_V6MEDIA_instruction()
9792 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9793 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9794 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9839 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,0) && in decode_V6MEDIA_instruction()
9840 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9841 INSNA(7,4) == BITS4(1,0,0,1)) { in decode_V6MEDIA_instruction()
9842 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9843 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9844 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9884 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,0) && in decode_V6MEDIA_instruction()
9885 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9886 INSNA(7,4) == BITS4(1,1,1,1)) { in decode_V6MEDIA_instruction()
9887 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9888 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9889 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9929 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,0) && in decode_V6MEDIA_instruction()
9930 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9931 (INSNA(7,4) == BITS4(1,0,0,1))) { in decode_V6MEDIA_instruction()
9932 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9933 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9934 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
9974 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,0) && in decode_V6MEDIA_instruction()
9975 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
9976 (INSNA(7,4) == BITS4(1,1,1,1))) { in decode_V6MEDIA_instruction()
9977 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
9978 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
9979 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
10019 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,1) && in decode_V6MEDIA_instruction()
10020 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
10021 INSNA(7,4) == BITS4(1,0,0,1)) { in decode_V6MEDIA_instruction()
10022 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
10023 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
10024 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
10064 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,1) && in decode_V6MEDIA_instruction()
10065 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
10066 INSNA(7,4) == BITS4(0,0,0,1)) { in decode_V6MEDIA_instruction()
10067 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
10068 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
10069 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
10109 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,1) && in decode_V6MEDIA_instruction()
10110 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
10111 INSNA(7,4) == BITS4(1,0,0,1)) { in decode_V6MEDIA_instruction()
10112 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
10113 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
10114 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
10154 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,0) && in decode_V6MEDIA_instruction()
10155 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
10156 INSNA(7,4) == BITS4(0,0,0,1)) { in decode_V6MEDIA_instruction()
10157 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
10158 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
10159 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
10199 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,0) && in decode_V6MEDIA_instruction()
10200 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
10201 INSNA(7,4) == BITS4(0,1,1,1)) { in decode_V6MEDIA_instruction()
10202 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
10203 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
10204 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
10246 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,0) && in decode_V6MEDIA_instruction()
10247 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
10248 INSNA(7,4) == BITS4(0,1,0,1)) { in decode_V6MEDIA_instruction()
10249 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
10250 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
10251 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
10315 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,0) && in decode_V6MEDIA_instruction()
10316 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
10317 INSNA(7,4) == BITS4(0,0,1,1)) { in decode_V6MEDIA_instruction()
10318 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
10319 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
10320 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
10383 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,0,1) && in decode_V6MEDIA_instruction()
10384 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
10385 INSNA(7,4) == BITS4(0,0,1,1)) { in decode_V6MEDIA_instruction()
10386 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
10387 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
10388 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
10461 if (INSNA(27,20) == BITS8(0,1,1,1,0,0,0,0) && in decode_V6MEDIA_instruction()
10462 INSNA(15,12) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
10463 (INSNA(7,4) & BITS4(1,0,0,1)) == BITS4(0,0,0,1) ) { in decode_V6MEDIA_instruction()
10464 regD = INSNA(19,16); in decode_V6MEDIA_instruction()
10465 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
10466 regM = INSNA(11,8); in decode_V6MEDIA_instruction()
10467 bitM = INSNA(5,5); in decode_V6MEDIA_instruction()
10468 isAD = INSNA(6,6) == 0; in decode_V6MEDIA_instruction()
10542 if (INSNA(27,20) == BITS8(0,1,1,1,0,0,0,0) && in decode_V6MEDIA_instruction()
10543 (INSNA(7,4) & BITS4(1,0,0,1)) == BITS4(0,0,0,1)) { in decode_V6MEDIA_instruction()
10544 regD = INSNA(19,16); in decode_V6MEDIA_instruction()
10545 regA = INSNA(15,12); in decode_V6MEDIA_instruction()
10546 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
10547 regM = INSNA(11,8); in decode_V6MEDIA_instruction()
10548 bitM = INSNA(5,5); in decode_V6MEDIA_instruction()
10549 isAD = INSNA(6,6) == 0; in decode_V6MEDIA_instruction()
10631 if (INSNA(27,20) == BITS8(0,0,0,1,0,0,0,0) && in decode_V6MEDIA_instruction()
10632 (INSNA(7,4) & BITS4(1,0,0,1)) == BITS4(1,0,0,0)) { in decode_V6MEDIA_instruction()
10633 regD = INSNA(19,16); in decode_V6MEDIA_instruction()
10634 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
10635 regM = INSNA(11,8); in decode_V6MEDIA_instruction()
10636 regA = INSNA(15,12); in decode_V6MEDIA_instruction()
10637 bitM = INSNA(6,6); in decode_V6MEDIA_instruction()
10638 bitN = INSNA(5,5); in decode_V6MEDIA_instruction()
10701 if (INSNA(27,20) == BITS8(0,0,0,1,0,1,0,0) && in decode_V6MEDIA_instruction()
10702 (INSNA(7,4) & BITS4(1,0,0,1)) == BITS4(1,0,0,0)) { in decode_V6MEDIA_instruction()
10703 regDHi = INSNA(19,16); in decode_V6MEDIA_instruction()
10704 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
10705 regM = INSNA(11,8); in decode_V6MEDIA_instruction()
10706 regDLo = INSNA(15,12); in decode_V6MEDIA_instruction()
10707 bitM = INSNA(6,6); in decode_V6MEDIA_instruction()
10708 bitN = INSNA(5,5); in decode_V6MEDIA_instruction()
10775 if (INSNA(27,20) == BITS8(0,0,0,1,0,0,1,0) && in decode_V6MEDIA_instruction()
10776 (INSNA(7,4) & BITS4(1,0,1,1)) == BITS4(1,0,0,0)) { in decode_V6MEDIA_instruction()
10777 regD = INSNA(19,16); in decode_V6MEDIA_instruction()
10778 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
10779 regM = INSNA(11,8); in decode_V6MEDIA_instruction()
10780 regA = INSNA(15,12); in decode_V6MEDIA_instruction()
10781 bitM = INSNA(6,6); in decode_V6MEDIA_instruction()
10845 if (INSNA(27,20) == BITS8(0,1,1,0,1,0,0,0) && in decode_V6MEDIA_instruction()
10846 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
10847 INSNA(7,4) == BITS4(1,0,1,1)) { in decode_V6MEDIA_instruction()
10848 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
10849 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
10850 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
10932 if (INSNA(27,20) == BITS8(0,1,1,0,1,1,0,0) && in decode_V6MEDIA_instruction()
10933 INSNA(9,4) == BITS6(0,0,0,1,1,1) ) { in decode_V6MEDIA_instruction()
10934 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
10935 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
10936 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
10937 rotate = INSNA(11,10); in decode_V6MEDIA_instruction()
10996 if (INSNA(27,20) == BITS8(0,1,1,1,1,0,0,0) && in decode_V6MEDIA_instruction()
10997 INSNA(7,4) == BITS4(0,0,0,1) ) { in decode_V6MEDIA_instruction()
10998 rD = INSNA(19,16); in decode_V6MEDIA_instruction()
10999 rA = INSNA(15,12); in decode_V6MEDIA_instruction()
11000 rM = INSNA(11,8); in decode_V6MEDIA_instruction()
11001 rN = INSNA(3,0); in decode_V6MEDIA_instruction()
11047 if (INSNA(27,20) == BITS8(0,0,0,1,0,0,0,0) && in decode_V6MEDIA_instruction()
11048 INSNA(11,8) == BITS4(0,0,0,0) && in decode_V6MEDIA_instruction()
11049 INSNA(7,4) == BITS4(0,1,0,1)) { in decode_V6MEDIA_instruction()
11050 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11051 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11052 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11098 if (INSNA(27,20) == BITS8(0,0,0,1,0,1,0,0) && in decode_V6MEDIA_instruction()
11099 INSNA(11,8) == BITS4(0,0,0,0) && in decode_V6MEDIA_instruction()
11100 INSNA(7,4) == BITS4(0,1,0,1)) { in decode_V6MEDIA_instruction()
11101 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11102 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11103 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11157 if (INSNA(27,20) == BITS8(0,0,0,1,0,0,1,0) && in decode_V6MEDIA_instruction()
11158 INSNA(11,8) == BITS4(0,0,0,0) && in decode_V6MEDIA_instruction()
11159 INSNA(7,4) == BITS4(0,1,0,1)) { in decode_V6MEDIA_instruction()
11160 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11161 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11162 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11208 if (INSNA(27,20) == BITS8(0,0,0,1,0,1,1,0) && in decode_V6MEDIA_instruction()
11209 INSNA(11,8) == BITS4(0,0,0,0) && in decode_V6MEDIA_instruction()
11210 INSNA(7,4) == BITS4(0,1,0,1)) { in decode_V6MEDIA_instruction()
11211 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11212 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11213 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11267 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,0) && in decode_V6MEDIA_instruction()
11268 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11269 INSNA(7,4) == BITS4(0,1,1,1)) { in decode_V6MEDIA_instruction()
11270 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11271 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11272 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11312 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,1) && in decode_V6MEDIA_instruction()
11313 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11314 INSNA(7,4) == BITS4(0,0,0,1)) { in decode_V6MEDIA_instruction()
11315 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11316 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11317 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11357 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,1) && in decode_V6MEDIA_instruction()
11358 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11359 INSNA(7,4) == BITS4(1,1,1,1)) { in decode_V6MEDIA_instruction()
11360 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11361 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11362 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11402 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,1) && in decode_V6MEDIA_instruction()
11403 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11404 INSNA(7,4) == BITS4(0,1,1,1)) { in decode_V6MEDIA_instruction()
11405 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11406 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11407 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11447 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,0) && in decode_V6MEDIA_instruction()
11448 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11449 INSNA(7,4) == BITS4(0,0,0,1)) { in decode_V6MEDIA_instruction()
11450 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11451 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11452 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11492 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,0) && in decode_V6MEDIA_instruction()
11493 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11494 INSNA(7,4) == BITS4(0,1,0,1)) { in decode_V6MEDIA_instruction()
11495 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11496 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11497 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11561 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,0) && in decode_V6MEDIA_instruction()
11562 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11563 INSNA(7,4) == BITS4(0,0,1,1)) { in decode_V6MEDIA_instruction()
11564 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11565 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11566 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11629 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,0,1) && in decode_V6MEDIA_instruction()
11630 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11631 INSNA(7,4) == BITS4(0,1,0,1)) { in decode_V6MEDIA_instruction()
11632 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11633 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11634 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11707 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,0,1) && in decode_V6MEDIA_instruction()
11708 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11709 INSNA(7,4) == BITS4(0,0,1,1)) { in decode_V6MEDIA_instruction()
11710 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11711 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11712 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11783 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,0,1) && in decode_V6MEDIA_instruction()
11784 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11785 INSNA(7,4) == BITS4(0,1,0,1)) { in decode_V6MEDIA_instruction()
11786 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11787 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11788 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11857 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,1) && in decode_V6MEDIA_instruction()
11858 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11859 INSNA(7,4) == BITS4(1,1,1,1)) { in decode_V6MEDIA_instruction()
11860 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11861 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11862 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11903 if (INSNA(27,20) == BITS8(0,1,1,0,1,0,0,0) && in decode_V6MEDIA_instruction()
11904 INSNA(9,4) == BITS6(0,0,0,1,1,1) ) { in decode_V6MEDIA_instruction()
11905 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11906 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11907 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
11908 rotate = INSNA(11,10); in decode_V6MEDIA_instruction()
11977 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,1) && in decode_V6MEDIA_instruction()
11978 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
11979 INSNA(7,4) == BITS4(0,0,1,1)) { in decode_V6MEDIA_instruction()
11980 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
11981 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
11982 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
12074 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,1) && in decode_V6MEDIA_instruction()
12075 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
12076 INSNA(7,4) == BITS4(0,0,1,1)) { in decode_V6MEDIA_instruction()
12077 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
12078 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
12079 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
12171 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,1) && in decode_V6MEDIA_instruction()
12172 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
12173 INSNA(7,4) == BITS4(0,1,0,1)) { in decode_V6MEDIA_instruction()
12174 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
12175 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
12176 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
12268 if (INSNA(27,20) == BITS8(0,1,1,0,0,1,1,1) && in decode_V6MEDIA_instruction()
12269 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
12270 INSNA(7,4) == BITS4(0,1,0,1)) { in decode_V6MEDIA_instruction()
12271 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
12272 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
12273 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
12365 if (INSNA(27,20) == BITS8(0,1,1,0,0,0,1,1) && in decode_V6MEDIA_instruction()
12366 INSNA(11,8) == BITS4(1,1,1,1) && in decode_V6MEDIA_instruction()
12367 INSNA(7,4) == BITS4(0,1,1,1)) { in decode_V6MEDIA_instruction()
12368 regD = INSNA(15,12); in decode_V6MEDIA_instruction()
12369 regN = INSNA(19,16); in decode_V6MEDIA_instruction()
12370 regM = INSNA(3,0); in decode_V6MEDIA_instruction()
12416 if (INSNA(27,20) == BITS8(0,1,1,1,0,1,0,1) in decode_V6MEDIA_instruction()
12417 && INSNA(15,12) != BITS4(1,1,1,1) in decode_V6MEDIA_instruction()
12418 && (INSNA(7,4) & BITS4(1,1,0,1)) == BITS4(1,1,0,1)) { in decode_V6MEDIA_instruction()
12419 round = INSNA(5,5); in decode_V6MEDIA_instruction()
12420 rD = INSNA(19,16); in decode_V6MEDIA_instruction()
12421 rA = INSNA(15,12); in decode_V6MEDIA_instruction()
12422 rM = INSNA(11,8); in decode_V6MEDIA_instruction()
12423 rN = INSNA(3,0); in decode_V6MEDIA_instruction()
12472 if (INSNA(27,20) == BITS8(0,1,1,1,0,1,0,0) in decode_V6MEDIA_instruction()
12473 && (INSNA(7,4) & BITS4(1,1,0,1)) == BITS4(0,0,0,1)) { in decode_V6MEDIA_instruction()
12474 rN = INSNA(3,0); in decode_V6MEDIA_instruction()
12475 rDlo = INSNA(15,12); in decode_V6MEDIA_instruction()
12476 rDhi = INSNA(19,16); in decode_V6MEDIA_instruction()
12477 rM = INSNA(11,8); in decode_V6MEDIA_instruction()
12478 m_swap = ( INSNA(5,5) & 1 ) == 1; in decode_V6MEDIA_instruction()
12561 if (INSNA(27,20) == BITS8(0,1,1,1,0,1,0,0) && in decode_V6MEDIA_instruction()
12562 (INSNA(7,4) & BITS4(1,1,0,1)) == BITS4(0,1,0,1)) { in decode_V6MEDIA_instruction()
12563 rN = INSNA(3,0); in decode_V6MEDIA_instruction()
12564 rDlo = INSNA(15,12); in decode_V6MEDIA_instruction()
12565 rDhi = INSNA(19,16); in decode_V6MEDIA_instruction()
12566 rM = INSNA(11,8); in decode_V6MEDIA_instruction()
12567 m_swap = (INSNA(5,5) & 1) == 1; in decode_V6MEDIA_instruction()
12633 # undef INSNA in decode_V6MEDIA_instruction()