• Home
  • Raw
  • Download

Lines Matching full:format

62         Format format = GetFormat(GetOpcode());  in GetId()  local
63 if (format == Format::ID16) { in GetId()
66 if (format == Format::ID32) { in GetId()
69 if (format == Format::PREF_ID16_IMM16_IMM16_V8_V8) { in GetId()
72 if (format == Format::PREF_ID16_IMM16_V8) { in GetId()
75 if (format == Format::PREF_ID32) { in GetId()
78 if (format == Format::PREF_ID32_IMM8) { in GetId()
81 if (format == Format::PREF_ID32_V8) { in GetId()
84 if (format == Format::V4_IMM4_ID16) { in GetId()
87 if (format == Format::V4_V4_ID16) { in GetId()
90 if (format == Format::V4_V4_V4_IMM4_ID16) { in GetId()
93 if (format == Format::V4_V4_V4_V4_ID16) { in GetId()
96 if (format == Format::V8_ID16) { in GetId()
99 if (format == Format::V8_ID32) { in GetId()
106 template <Format format, size_t idx = 0>
109 if constexpr (format == Format::IMM16) { in GetImm()
114 if constexpr (format == Format::IMM16_V16) { in GetImm()
119 if constexpr (format == Format::IMM32) { in GetImm()
124 if constexpr (format == Format::IMM4_V4_V4_V4) { in GetImm()
129 if constexpr (format == Format::IMM4_V4_V4_V4_V4_V4) { in GetImm()
134 if constexpr (format == Format::IMM64) { in GetImm()
139 if constexpr (format == Format::IMM8) { in GetImm()
144 if constexpr (format == Format::PREF_ID16_IMM16_IMM16_V8_V8) { in GetImm()
149 if constexpr (format == Format::PREF_ID16_IMM16_V8) { in GetImm()
154 if constexpr (format == Format::PREF_ID32_IMM8) { in GetImm()
159 if constexpr (format == Format::PREF_IMM16) { in GetImm()
164 if constexpr (format == Format::PREF_IMM16_IMM16) { in GetImm()
169 if constexpr (format == Format::PREF_IMM16_IMM16_V8) { in GetImm()
174 if constexpr (format == Format::PREF_IMM16_V8) { in GetImm()
179 if constexpr (format == Format::PREF_IMM16_V8_V8) { in GetImm()
184 if constexpr (format == Format::PREF_IMM32) { in GetImm()
189 if constexpr (format == Format::PREF_IMM4_IMM4) { in GetImm()
194 if constexpr (format == Format::PREF_IMM4_IMM4_V8) { in GetImm()
199 if constexpr (format == Format::PREF_IMM8_IMM8) { in GetImm()
204 if constexpr (format == Format::PREF_IMM8_IMM8_V8) { in GetImm()
209 if constexpr (format == Format::PREF_V8_IMM32) { in GetImm()
214 if constexpr (format == Format::V4_IMM4) { in GetImm()
219 if constexpr (format == Format::V4_IMM4_ID16) { in GetImm()
224 if constexpr (format == Format::V4_V4_V4_IMM4_ID16) { in GetImm()
229 if constexpr (format == Format::V8_IMM16) { in GetImm()
234 if constexpr (format == Format::V8_IMM32) { in GetImm()
239 if constexpr (format == Format::V8_IMM64) { in GetImm()
244 if constexpr (format == Format::V8_IMM8) { in GetImm()
253 static constexpr size_t Size(Format format) in Size() argument
255 switch (format) { in Size()
256 case Format::ID16: { in Size()
260 case Format::ID32: { in Size()
264 case Format::IMM16: { in Size()
268 case Format::IMM16_V16: { in Size()
272 case Format::IMM32: { in Size()
276 case Format::IMM4_V4_V4_V4: { in Size()
280 case Format::IMM4_V4_V4_V4_V4_V4: { in Size()
284 case Format::IMM64: { in Size()
288 case Format::IMM8: { in Size()
292 case Format::NONE: { in Size()
296 case Format::PREF_ID16_IMM16_IMM16_V8_V8: { in Size()
300 case Format::PREF_ID16_IMM16_V8: { in Size()
304 case Format::PREF_ID32: { in Size()
308 case Format::PREF_ID32_IMM8: { in Size()
312 case Format::PREF_ID32_V8: { in Size()
316 case Format::PREF_IMM16: { in Size()
320 case Format::PREF_IMM16_IMM16: { in Size()
324 case Format::PREF_IMM16_IMM16_V8: { in Size()
328 case Format::PREF_IMM16_V8: { in Size()
332 case Format::PREF_IMM16_V8_V8: { in Size()
336 case Format::PREF_IMM32: { in Size()
340 case Format::PREF_IMM4_IMM4: { in Size()
344 case Format::PREF_IMM4_IMM4_V8: { in Size()
348 case Format::PREF_IMM8_IMM8: { in Size()
352 case Format::PREF_IMM8_IMM8_V8: { in Size()
356 case Format::PREF_NONE: { in Size()
360 case Format::PREF_V4_V4: { in Size()
364 case Format::PREF_V8: { in Size()
368 case Format::PREF_V8_IMM32: { in Size()
372 case Format::PREF_V8_V8: { in Size()
376 case Format::PREF_V8_V8_V8: { in Size()
380 case Format::PREF_V8_V8_V8_V8: { in Size()
384 case Format::V16_V16: { in Size()
388 case Format::V4_IMM4: { in Size()
392 case Format::V4_IMM4_ID16: { in Size()
396 case Format::V4_V4: { in Size()
400 case Format::V4_V4_ID16: { in Size()
404 case Format::V4_V4_V4_IMM4_ID16: { in Size()
408 case Format::V4_V4_V4_V4_ID16: { in Size()
412 case Format::V8: { in Size()
416 case Format::V8_ID16: { in Size()
420 case Format::V8_ID32: { in Size()
424 case Format::V8_IMM16: { in Size()
428 case Format::V8_IMM32: { in Size()
432 case Format::V8_IMM64: { in Size()
436 case Format::V8_IMM8: { in Size()
440 case Format::V8_V8: { in Size()
450 static constexpr Format GetFormat(Opcode opcode) in GetFormat()
454 return Format::NONE; in GetFormat()
456 return Format::V4_V4; in GetFormat()
458 return Format::V8_V8; in GetFormat()
460 return Format::V16_V16; in GetFormat()
462 return Format::V4_V4; in GetFormat()
464 return Format::V16_V16; in GetFormat()
466 return Format::V4_V4; in GetFormat()
468 return Format::V8_V8; in GetFormat()
470 return Format::V16_V16; in GetFormat()
472 return Format::V4_IMM4; in GetFormat()
474 return Format::V8_IMM8; in GetFormat()
476 return Format::V8_IMM16; in GetFormat()
478 return Format::V8_IMM32; in GetFormat()
480 return Format::V8_IMM64; in GetFormat()
482 return Format::V8_IMM64; in GetFormat()
484 return Format::V8; in GetFormat()
486 return Format::V8; in GetFormat()
488 return Format::V8; in GetFormat()
490 return Format::V8; in GetFormat()
492 return Format::IMM8; in GetFormat()
494 return Format::IMM16; in GetFormat()
496 return Format::IMM32; in GetFormat()
498 return Format::IMM64; in GetFormat()
500 return Format::IMM64; in GetFormat()
502 return Format::ID32; in GetFormat()
504 return Format::V8_ID32; in GetFormat()
506 return Format::ID16; in GetFormat()
508 return Format::NONE; in GetFormat()
510 return Format::V8; in GetFormat()
512 return Format::V8; in GetFormat()
514 return Format::V8; in GetFormat()
516 return Format::V8; in GetFormat()
518 return Format::V8; in GetFormat()
520 return Format::V8; in GetFormat()
522 return Format::IMM8; in GetFormat()
524 return Format::IMM16; in GetFormat()
526 return Format::IMM32; in GetFormat()
528 return Format::V8_IMM8; in GetFormat()
530 return Format::V8_IMM16; in GetFormat()
532 return Format::V8_IMM8; in GetFormat()
534 return Format::V8_IMM16; in GetFormat()
536 return Format::IMM8; in GetFormat()
538 return Format::IMM16; in GetFormat()
540 return Format::IMM8; in GetFormat()
542 return Format::IMM16; in GetFormat()
544 return Format::IMM8; in GetFormat()
546 return Format::IMM16; in GetFormat()
548 return Format::IMM8; in GetFormat()
550 return Format::IMM16; in GetFormat()
552 return Format::IMM8; in GetFormat()
554 return Format::IMM16; in GetFormat()
556 return Format::IMM8; in GetFormat()
558 return Format::IMM16; in GetFormat()
560 return Format::IMM8; in GetFormat()
562 return Format::IMM16; in GetFormat()
564 return Format::IMM8; in GetFormat()
566 return Format::IMM16; in GetFormat()
568 return Format::V8_IMM8; in GetFormat()
570 return Format::V8_IMM16; in GetFormat()
572 return Format::V8_IMM8; in GetFormat()
574 return Format::V8_IMM16; in GetFormat()
576 return Format::V8_IMM8; in GetFormat()
578 return Format::V8_IMM16; in GetFormat()
580 return Format::V8_IMM8; in GetFormat()
582 return Format::V8_IMM16; in GetFormat()
584 return Format::V8_IMM8; in GetFormat()
586 return Format::V8_IMM16; in GetFormat()
588 return Format::V8_IMM8; in GetFormat()
590 return Format::V8_IMM16; in GetFormat()
592 return Format::NONE; in GetFormat()
594 return Format::NONE; in GetFormat()
596 return Format::NONE; in GetFormat()
598 return Format::V8; in GetFormat()
600 return Format::V8; in GetFormat()
602 return Format::V8; in GetFormat()
604 return Format::V8; in GetFormat()
606 return Format::V8; in GetFormat()
608 return Format::V8; in GetFormat()
610 return Format::V8; in GetFormat()
612 return Format::V8; in GetFormat()
614 return Format::V8; in GetFormat()
616 return Format::V8; in GetFormat()
618 return Format::V8; in GetFormat()
620 return Format::V8; in GetFormat()
622 return Format::V8; in GetFormat()
624 return Format::V8; in GetFormat()
626 return Format::V8; in GetFormat()
628 return Format::IMM8; in GetFormat()
630 return Format::IMM8; in GetFormat()
632 return Format::IMM8; in GetFormat()
634 return Format::IMM32; in GetFormat()
636 return Format::IMM32; in GetFormat()
638 return Format::IMM8; in GetFormat()
640 return Format::IMM8; in GetFormat()
642 return Format::IMM8; in GetFormat()
644 return Format::IMM8; in GetFormat()
646 return Format::IMM8; in GetFormat()
648 return Format::V4_V4; in GetFormat()
650 return Format::V4_V4; in GetFormat()
652 return Format::V4_V4; in GetFormat()
654 return Format::V4_V4; in GetFormat()
656 return Format::V4_V4; in GetFormat()
658 return Format::V4_IMM4; in GetFormat()
660 return Format::V8; in GetFormat()
662 return Format::V8; in GetFormat()
664 return Format::V8; in GetFormat()
666 return Format::V8; in GetFormat()
668 return Format::V8; in GetFormat()
670 return Format::V8; in GetFormat()
672 return Format::V8; in GetFormat()
674 return Format::V8; in GetFormat()
676 return Format::V8; in GetFormat()
678 return Format::V4_V4; in GetFormat()
680 return Format::V4_V4; in GetFormat()
682 return Format::V4_V4; in GetFormat()
684 return Format::V4_V4; in GetFormat()
686 return Format::V4_V4; in GetFormat()
688 return Format::V4_V4; in GetFormat()
690 return Format::V4_V4; in GetFormat()
692 return Format::V8; in GetFormat()
694 return Format::V4_V4_ID16; in GetFormat()
696 return Format::V8_ID16; in GetFormat()
698 return Format::V4_V4_ID16; in GetFormat()
700 return Format::V4_V4_V4_V4_ID16; in GetFormat()
702 return Format::V8_ID16; in GetFormat()
704 return Format::V8_ID16; in GetFormat()
706 return Format::V8_ID16; in GetFormat()
708 return Format::V8_ID16; in GetFormat()
710 return Format::V8_ID16; in GetFormat()
712 return Format::V8_ID16; in GetFormat()
714 return Format::V8_ID16; in GetFormat()
716 return Format::V4_V4_ID16; in GetFormat()
718 return Format::V4_V4_ID16; in GetFormat()
720 return Format::V4_V4_ID16; in GetFormat()
722 return Format::V4_V4_ID16; in GetFormat()
724 return Format::V4_V4_ID16; in GetFormat()
726 return Format::V4_V4_ID16; in GetFormat()
728 return Format::ID16; in GetFormat()
730 return Format::ID16; in GetFormat()
732 return Format::ID16; in GetFormat()
734 return Format::ID16; in GetFormat()
736 return Format::ID16; in GetFormat()
738 return Format::ID16; in GetFormat()
740 return Format::NONE; in GetFormat()
742 return Format::NONE; in GetFormat()
744 return Format::NONE; in GetFormat()
746 return Format::NONE; in GetFormat()
748 return Format::V8; in GetFormat()
750 return Format::ID16; in GetFormat()
752 return Format::ID16; in GetFormat()
754 return Format::V4_V4_ID16; in GetFormat()
756 return Format::V4_V4_V4_V4_ID16; in GetFormat()
758 return Format::V8_ID16; in GetFormat()
760 return Format::V4_IMM4_ID16; in GetFormat()
762 return Format::V4_V4_V4_IMM4_ID16; in GetFormat()
764 return Format::V4_V4_ID16; in GetFormat()
766 return Format::V4_V4_V4_V4_ID16; in GetFormat()
768 return Format::V8_ID16; in GetFormat()
770 return Format::V4_IMM4_ID16; in GetFormat()
772 return Format::V4_V4_V4_IMM4_ID16; in GetFormat()
774 return Format::V8_V8; in GetFormat()
776 return Format::V16_V16; in GetFormat()
778 return Format::V8; in GetFormat()
780 return Format::V8; in GetFormat()
782 return Format::IMM32; in GetFormat()
784 return Format::IMM64; in GetFormat()
786 return Format::NONE; in GetFormat()
788 return Format::IMM4_V4_V4_V4; in GetFormat()
790 return Format::IMM4_V4_V4_V4_V4_V4; in GetFormat()
792 return Format::IMM16_V16; in GetFormat()
794 return Format::PREF_V8_IMM32; in GetFormat()
796 return Format::PREF_NONE; in GetFormat()
798 return Format::PREF_V8; in GetFormat()
800 return Format::PREF_NONE; in GetFormat()
802 return Format::PREF_NONE; in GetFormat()
804 return Format::PREF_IMM32; in GetFormat()
806 return Format::PREF_NONE; in GetFormat()
808 return Format::PREF_V8; in GetFormat()
810 return Format::PREF_NONE; in GetFormat()
812 return Format::PREF_NONE; in GetFormat()
814 return Format::PREF_V8; in GetFormat()
816 return Format::PREF_NONE; in GetFormat()
818 return Format::PREF_V8; in GetFormat()
820 return Format::PREF_V8; in GetFormat()
822 return Format::PREF_NONE; in GetFormat()
824 return Format::PREF_V8; in GetFormat()
826 return Format::PREF_NONE; in GetFormat()
828 return Format::PREF_V8; in GetFormat()
830 return Format::PREF_V8; in GetFormat()
832 return Format::PREF_NONE; in GetFormat()
834 return Format::PREF_NONE; in GetFormat()
836 return Format::PREF_NONE; in GetFormat()
838 return Format::PREF_V8; in GetFormat()
840 return Format::PREF_V8; in GetFormat()
842 return Format::PREF_NONE; in GetFormat()
844 return Format::PREF_V8; in GetFormat()
846 return Format::PREF_NONE; in GetFormat()
848 return Format::PREF_V8; in GetFormat()
850 return Format::PREF_V8; in GetFormat()
852 return Format::PREF_NONE; in GetFormat()
854 return Format::PREF_V8; in GetFormat()
856 return Format::PREF_NONE; in GetFormat()
858 return Format::PREF_V8; in GetFormat()
860 return Format::PREF_NONE; in GetFormat()
862 return Format::PREF_V8; in GetFormat()
864 return Format::PREF_NONE; in GetFormat()
866 return Format::PREF_V8; in GetFormat()
868 return Format::PREF_NONE; in GetFormat()
870 return Format::PREF_V8; in GetFormat()
872 return Format::PREF_NONE; in GetFormat()
874 return Format::PREF_V8; in GetFormat()
876 return Format::PREF_NONE; in GetFormat()
878 return Format::PREF_V8; in GetFormat()
880 return Format::PREF_NONE; in GetFormat()
882 return Format::PREF_V8; in GetFormat()
884 return Format::PREF_NONE; in GetFormat()
886 return Format::PREF_NONE; in GetFormat()
888 return Format::PREF_NONE; in GetFormat()
890 return Format::PREF_V8; in GetFormat()
892 return Format::PREF_NONE; in GetFormat()
894 return Format::PREF_NONE; in GetFormat()
896 return Format::PREF_NONE; in GetFormat()
898 return Format::PREF_V8; in GetFormat()
900 return Format::PREF_NONE; in GetFormat()
902 return Format::PREF_NONE; in GetFormat()
904 return Format::PREF_NONE; in GetFormat()
906 return Format::PREF_V8; in GetFormat()
908 return Format::PREF_NONE; in GetFormat()
910 return Format::PREF_NONE; in GetFormat()
912 return Format::PREF_NONE; in GetFormat()
914 return Format::PREF_V8; in GetFormat()
916 return Format::PREF_NONE; in GetFormat()
918 return Format::PREF_NONE; in GetFormat()
920 return Format::PREF_NONE; in GetFormat()
922 return Format::PREF_IMM32; in GetFormat()
924 return Format::PREF_NONE; in GetFormat()
926 return Format::PREF_NONE; in GetFormat()
928 return Format::PREF_NONE; in GetFormat()
930 return Format::PREF_V4_V4; in GetFormat()
932 return Format::PREF_NONE; in GetFormat()
934 return Format::PREF_NONE; in GetFormat()
936 return Format::PREF_NONE; in GetFormat()
938 return Format::PREF_V4_V4; in GetFormat()
940 return Format::PREF_NONE; in GetFormat()
942 return Format::PREF_NONE; in GetFormat()
944 return Format::PREF_NONE; in GetFormat()
946 return Format::PREF_V4_V4; in GetFormat()
948 return Format::PREF_NONE; in GetFormat()
950 return Format::PREF_NONE; in GetFormat()
952 return Format::PREF_NONE; in GetFormat()
954 return Format::PREF_V4_V4; in GetFormat()
956 return Format::PREF_NONE; in GetFormat()
958 return Format::PREF_NONE; in GetFormat()
960 return Format::PREF_NONE; in GetFormat()
962 return Format::PREF_V4_V4; in GetFormat()
964 return Format::PREF_NONE; in GetFormat()
966 return Format::PREF_NONE; in GetFormat()
968 return Format::PREF_V4_V4; in GetFormat()
970 return Format::PREF_NONE; in GetFormat()
972 return Format::PREF_NONE; in GetFormat()
974 return Format::PREF_NONE; in GetFormat()
976 return Format::PREF_NONE; in GetFormat()
978 return Format::PREF_NONE; in GetFormat()
980 return Format::PREF_NONE; in GetFormat()
982 return Format::PREF_NONE; in GetFormat()
984 return Format::PREF_NONE; in GetFormat()
986 return Format::PREF_NONE; in GetFormat()
988 return Format::PREF_NONE; in GetFormat()
990 return Format::PREF_V8; in GetFormat()
992 return Format::PREF_V8; in GetFormat()
994 return Format::PREF_V8; in GetFormat()
996 return Format::PREF_V8; in GetFormat()
998 return Format::PREF_V8; in GetFormat()
1000 return Format::PREF_V8; in GetFormat()
1002 return Format::PREF_V8; in GetFormat()
1004 return Format::PREF_V8; in GetFormat()
1006 return Format::PREF_V8; in GetFormat()
1008 return Format::PREF_V8; in GetFormat()
1010 return Format::PREF_V8; in GetFormat()
1012 return Format::PREF_V8; in GetFormat()
1014 return Format::PREF_V8; in GetFormat()
1016 return Format::PREF_V8; in GetFormat()
1018 return Format::PREF_V8; in GetFormat()
1020 return Format::PREF_V8; in GetFormat()
1022 return Format::PREF_V8; in GetFormat()
1024 return Format::PREF_V8; in GetFormat()
1026 return Format::PREF_V8; in GetFormat()
1028 return Format::PREF_V8; in GetFormat()
1030 return Format::PREF_V8; in GetFormat()
1032 return Format::PREF_V8; in GetFormat()
1034 return Format::PREF_V8; in GetFormat()
1036 return Format::PREF_V8; in GetFormat()
1038 return Format::PREF_V8; in GetFormat()
1040 return Format::PREF_V8; in GetFormat()
1042 return Format::PREF_V8; in GetFormat()
1044 return Format::PREF_V8; in GetFormat()
1046 return Format::PREF_V8; in GetFormat()
1048 return Format::PREF_V8; in GetFormat()
1050 return Format::PREF_V8; in GetFormat()
1052 return Format::PREF_V8; in GetFormat()
1054 return Format::PREF_V8; in GetFormat()
1056 return Format::PREF_V8; in GetFormat()
1058 return Format::PREF_V8; in GetFormat()
1060 return Format::PREF_V8; in GetFormat()
1062 return Format::PREF_V8; in GetFormat()
1064 return Format::PREF_V8; in GetFormat()
1066 return Format::PREF_V8; in GetFormat()
1068 return Format::PREF_V8_V8; in GetFormat()
1070 return Format::PREF_V8_V8; in GetFormat()
1072 return Format::PREF_V8_V8; in GetFormat()
1074 return Format::PREF_V8_V8; in GetFormat()
1076 return Format::PREF_V8_V8; in GetFormat()
1078 return Format::PREF_V8_V8; in GetFormat()
1080 return Format::PREF_V8_V8; in GetFormat()
1082 return Format::PREF_V8_V8; in GetFormat()
1084 return Format::PREF_V8_V8; in GetFormat()
1086 return Format::PREF_V8_V8; in GetFormat()
1088 return Format::PREF_V8_V8; in GetFormat()
1090 return Format::PREF_V8_V8; in GetFormat()
1092 return Format::PREF_V8_V8; in GetFormat()
1094 return Format::PREF_V8_V8; in GetFormat()
1096 return Format::PREF_V8_V8; in GetFormat()
1098 return Format::PREF_V8_V8; in GetFormat()
1100 return Format::PREF_V8_IMM32; in GetFormat()
1102 return Format::PREF_V8_IMM32; in GetFormat()
1104 return Format::PREF_V8_IMM32; in GetFormat()
1106 return Format::PREF_V8_V8_V8; in GetFormat()
1108 return Format::PREF_V8_V8_V8; in GetFormat()
1110 return Format::PREF_V8_V8_V8; in GetFormat()
1112 return Format::PREF_V8_V8_V8; in GetFormat()
1114 return Format::PREF_V8_V8_V8_V8; in GetFormat()
1116 return Format::PREF_V8_V8_V8_V8; in GetFormat()
1118 return Format::PREF_IMM16_V8; in GetFormat()
1120 return Format::PREF_IMM16_V8; in GetFormat()
1122 return Format::PREF_IMM16_V8; in GetFormat()
1124 return Format::PREF_IMM16_V8; in GetFormat()
1126 return Format::PREF_IMM16_V8_V8; in GetFormat()
1128 return Format::PREF_ID16_IMM16_V8; in GetFormat()
1130 return Format::PREF_ID16_IMM16_V8; in GetFormat()
1132 return Format::PREF_ID16_IMM16_V8; in GetFormat()
1134 return Format::PREF_ID16_IMM16_V8; in GetFormat()
1136 return Format::PREF_ID16_IMM16_V8; in GetFormat()
1138 return Format::PREF_IMM16; in GetFormat()
1140 return Format::PREF_IMM16; in GetFormat()
1142 return Format::PREF_IMM16; in GetFormat()
1144 return Format::PREF_IMM16; in GetFormat()
1146 return Format::PREF_IMM16; in GetFormat()
1148 return Format::PREF_IMM16; in GetFormat()
1150 return Format::PREF_IMM4_IMM4; in GetFormat()
1152 return Format::PREF_IMM8_IMM8; in GetFormat()
1154 return Format::PREF_IMM16_IMM16; in GetFormat()
1156 return Format::PREF_IMM4_IMM4_V8; in GetFormat()
1158 return Format::PREF_IMM8_IMM8_V8; in GetFormat()
1160 return Format::PREF_IMM16_IMM16_V8; in GetFormat()
1162 return Format::PREF_ID16_IMM16_IMM16_V8_V8; in GetFormat()
1164 return Format::PREF_ID32; in GetFormat()
1166 return Format::PREF_ID32; in GetFormat()
1168 return Format::PREF_ID32; in GetFormat()
1170 return Format::PREF_ID32; in GetFormat()
1172 return Format::PREF_ID32; in GetFormat()
1174 return Format::PREF_ID32; in GetFormat()
1176 return Format::PREF_ID32_V8; in GetFormat()
1178 return Format::PREF_ID32_V8; in GetFormat()
1180 return Format::PREF_ID32_V8; in GetFormat()
1182 return Format::PREF_ID32_V8; in GetFormat()
1184 return Format::PREF_ID32_V8; in GetFormat()
1186 return Format::PREF_ID32_IMM8; in GetFormat()
1188 return Format::PREF_ID32_IMM8; in GetFormat()
1190 return Format::PREF_NONE; in GetFormat()
1192 return Format::PREF_NONE; in GetFormat()
1194 return Format::PREF_ID32; in GetFormat()
1196 return Format::PREF_ID32; in GetFormat()
1198 return Format::PREF_ID32; in GetFormat()
1200 return Format::PREF_V8_V8; in GetFormat()
1202 return Format::PREF_ID32_V8; in GetFormat()
1204 return Format::PREF_NONE; in GetFormat()
1206 return Format::PREF_IMM16_IMM16; in GetFormat()
1208 return Format::PREF_ID32; in GetFormat()
1210 return Format::PREF_V8; in GetFormat()
1212 return Format::PREF_V8; in GetFormat()
1214 return Format::PREF_V8_V8_V8; in GetFormat()
1216 return Format::PREF_ID16_IMM16_V8; in GetFormat()
1218 return Format::PREF_V8; in GetFormat()
1220 return Format::PREF_IMM16; in GetFormat()
1222 return Format::PREF_IMM16; in GetFormat()
1224 return Format::PREF_V8_V8; in GetFormat()
1232 static constexpr bool HasId(Format format, size_t idx) { in HasId() argument
1233 switch (format) { in HasId()
1234 case Format::ID16: in HasId()
1236 case Format::ID32: in HasId()
1238 case Format::PREF_ID16_IMM16_IMM16_V8_V8: in HasId()
1240 case Format::PREF_ID16_IMM16_V8: in HasId()
1242 case Format::PREF_ID32: in HasId()
1244 case Format::PREF_ID32_IMM8: in HasId()
1246 case Format::PREF_ID32_V8: in HasId()
1248 case Format::V4_IMM4_ID16: in HasId()
1250 case Format::V4_V4_ID16: in HasId()
1252 case Format::V4_V4_V4_IMM4_ID16: in HasId()
1254 case Format::V4_V4_V4_V4_ID16: in HasId()
1256 case Format::V8_ID16: in HasId()
1258 case Format::V8_ID32: in HasId()