mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-05-31 14:22:05 +00:00
9859 lines
603 KiB
C
9859 lines
603 KiB
C
/* Capstone Disassembly Engine, http://www.capstone-engine.org */
|
|
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2022, */
|
|
/* Rot127 <unisono@quyllur.org> 2022-2023 */
|
|
/* Automatically generated file by Capstone's LLVM TableGen Disassembler Backend. */
|
|
|
|
/* LLVM-commit: 464bda7750a3ba9e23823fc707d7e7b6fc38438d */
|
|
/* LLVM-tag: llvmorg-16.0.2-5-g464bda7750a3 */
|
|
|
|
/* Do not edit. */
|
|
|
|
/* Capstone's LLVM TableGen Backends: */
|
|
/* https://github.com/capstone-engine/llvm-capstone */
|
|
|
|
#include "../../MCInst.h"
|
|
#include "../../LEB128.h"
|
|
|
|
// Helper function for extracting fields from encoded instructions.
|
|
#define FieldFromInstruction(fname, InsnType) \
|
|
static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \
|
|
{ \
|
|
InsnType fieldMask; \
|
|
if (numBits == sizeof(InsnType) * 8) \
|
|
fieldMask = (InsnType)(-1LL); \
|
|
else \
|
|
fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \
|
|
return (insn & fieldMask) >> startBit; \
|
|
}
|
|
|
|
static const uint8_t DecoderTable32[] = {
|
|
/* 0 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 3 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20
|
|
/* 8 */ MCD_OPC_CheckField, 1, 10, 128, 2, 241, 89, 0, // Skip to: 23041
|
|
/* 16 */ MCD_OPC_Decode, 220, 3, 0, // Opcode: ATTN
|
|
/* 20 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 29
|
|
/* 25 */ MCD_OPC_Decode, 134, 16, 1, // Opcode: TDI
|
|
/* 29 */ MCD_OPC_FilterValue, 3, 4, 0, 0, // Skip to: 38
|
|
/* 34 */ MCD_OPC_Decode, 157, 16, 2, // Opcode: TWI
|
|
/* 38 */ MCD_OPC_FilterValue, 4, 20, 24, 0, // Skip to: 6207
|
|
/* 43 */ MCD_OPC_ExtractField, 1, 5, // Inst{5-1} ...
|
|
/* 46 */ MCD_OPC_FilterValue, 0, 223, 2, 0, // Skip to: 786
|
|
/* 51 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ...
|
|
/* 54 */ MCD_OPC_FilterValue, 0, 104, 0, 0, // Skip to: 163
|
|
/* 59 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 62 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 106
|
|
/* 67 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 70 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 79
|
|
/* 75 */ MCD_OPC_Decode, 171, 16, 3, // Opcode: VADDUBM
|
|
/* 79 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 88
|
|
/* 84 */ MCD_OPC_Decode, 172, 16, 3, // Opcode: VADDUBS
|
|
/* 88 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 97
|
|
/* 93 */ MCD_OPC_Decode, 139, 19, 3, // Opcode: VSUBUBM
|
|
/* 97 */ MCD_OPC_FilterValue, 3, 155, 89, 0, // Skip to: 23041
|
|
/* 102 */ MCD_OPC_Decode, 140, 19, 3, // Opcode: VSUBUBS
|
|
/* 106 */ MCD_OPC_FilterValue, 1, 146, 89, 0, // Skip to: 23041
|
|
/* 111 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 114 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 154
|
|
/* 119 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ...
|
|
/* 122 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 138
|
|
/* 127 */ MCD_OPC_CheckField, 11, 5, 0, 123, 89, 0, // Skip to: 23041
|
|
/* 134 */ MCD_OPC_Decode, 134, 18, 4, // Opcode: VMUL10CUQ
|
|
/* 138 */ MCD_OPC_FilterValue, 1, 114, 89, 0, // Skip to: 23041
|
|
/* 143 */ MCD_OPC_CheckField, 11, 5, 0, 107, 89, 0, // Skip to: 23041
|
|
/* 150 */ MCD_OPC_Decode, 137, 18, 4, // Opcode: VMUL10UQ
|
|
/* 154 */ MCD_OPC_FilterValue, 1, 98, 89, 0, // Skip to: 23041
|
|
/* 159 */ MCD_OPC_Decode, 242, 3, 5, // Opcode: BCDADD_rec
|
|
/* 163 */ MCD_OPC_FilterValue, 1, 90, 0, 0, // Skip to: 258
|
|
/* 168 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 171 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 215
|
|
/* 176 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 179 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 188
|
|
/* 184 */ MCD_OPC_Decode, 174, 16, 3, // Opcode: VADDUHM
|
|
/* 188 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 197
|
|
/* 193 */ MCD_OPC_Decode, 175, 16, 3, // Opcode: VADDUHS
|
|
/* 197 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 206
|
|
/* 202 */ MCD_OPC_Decode, 142, 19, 3, // Opcode: VSUBUHM
|
|
/* 206 */ MCD_OPC_FilterValue, 3, 46, 89, 0, // Skip to: 23041
|
|
/* 211 */ MCD_OPC_Decode, 143, 19, 3, // Opcode: VSUBUHS
|
|
/* 215 */ MCD_OPC_FilterValue, 1, 37, 89, 0, // Skip to: 23041
|
|
/* 220 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 223 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 249
|
|
/* 228 */ MCD_OPC_ExtractField, 9, 1, // Inst{9} ...
|
|
/* 231 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 240
|
|
/* 236 */ MCD_OPC_Decode, 135, 18, 3, // Opcode: VMUL10ECUQ
|
|
/* 240 */ MCD_OPC_FilterValue, 1, 12, 89, 0, // Skip to: 23041
|
|
/* 245 */ MCD_OPC_Decode, 136, 18, 3, // Opcode: VMUL10EUQ
|
|
/* 249 */ MCD_OPC_FilterValue, 1, 3, 89, 0, // Skip to: 23041
|
|
/* 254 */ MCD_OPC_Decode, 252, 3, 5, // Opcode: BCDSUB_rec
|
|
/* 258 */ MCD_OPC_FilterValue, 2, 77, 0, 0, // Skip to: 340
|
|
/* 263 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 266 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 282
|
|
/* 271 */ MCD_OPC_CheckField, 0, 1, 0, 235, 88, 0, // Skip to: 23041
|
|
/* 278 */ MCD_OPC_Decode, 177, 16, 3, // Opcode: VADDUWM
|
|
/* 282 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 298
|
|
/* 287 */ MCD_OPC_CheckField, 0, 1, 0, 219, 88, 0, // Skip to: 23041
|
|
/* 294 */ MCD_OPC_Decode, 178, 16, 3, // Opcode: VADDUWS
|
|
/* 298 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 324
|
|
/* 303 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 306 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 315
|
|
/* 311 */ MCD_OPC_Decode, 145, 19, 3, // Opcode: VSUBUWM
|
|
/* 315 */ MCD_OPC_FilterValue, 1, 193, 88, 0, // Skip to: 23041
|
|
/* 320 */ MCD_OPC_Decode, 255, 3, 3, // Opcode: BCDUS_rec
|
|
/* 324 */ MCD_OPC_FilterValue, 3, 184, 88, 0, // Skip to: 23041
|
|
/* 329 */ MCD_OPC_CheckField, 0, 1, 0, 177, 88, 0, // Skip to: 23041
|
|
/* 336 */ MCD_OPC_Decode, 146, 19, 3, // Opcode: VSUBUWS
|
|
/* 340 */ MCD_OPC_FilterValue, 3, 45, 0, 0, // Skip to: 390
|
|
/* 345 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 348 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 374
|
|
/* 353 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 356 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 365
|
|
/* 361 */ MCD_OPC_Decode, 173, 16, 3, // Opcode: VADDUDM
|
|
/* 365 */ MCD_OPC_FilterValue, 2, 143, 88, 0, // Skip to: 23041
|
|
/* 370 */ MCD_OPC_Decode, 141, 19, 3, // Opcode: VSUBUDM
|
|
/* 374 */ MCD_OPC_FilterValue, 1, 134, 88, 0, // Skip to: 23041
|
|
/* 379 */ MCD_OPC_CheckField, 10, 1, 1, 127, 88, 0, // Skip to: 23041
|
|
/* 386 */ MCD_OPC_Decode, 253, 3, 5, // Opcode: BCDS_rec
|
|
/* 390 */ MCD_OPC_FilterValue, 4, 87, 0, 0, // Skip to: 482
|
|
/* 395 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 398 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 442
|
|
/* 403 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 406 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 415
|
|
/* 411 */ MCD_OPC_Decode, 176, 16, 3, // Opcode: VADDUQM
|
|
/* 415 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 424
|
|
/* 420 */ MCD_OPC_Decode, 168, 16, 3, // Opcode: VADDSBS
|
|
/* 424 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 433
|
|
/* 429 */ MCD_OPC_Decode, 144, 19, 3, // Opcode: VSUBUQM
|
|
/* 433 */ MCD_OPC_FilterValue, 3, 75, 88, 0, // Skip to: 23041
|
|
/* 438 */ MCD_OPC_Decode, 136, 19, 3, // Opcode: VSUBSBS
|
|
/* 442 */ MCD_OPC_FilterValue, 1, 66, 88, 0, // Skip to: 23041
|
|
/* 447 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 450 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 473
|
|
/* 455 */ MCD_OPC_CheckField, 21, 2, 0, 51, 88, 0, // Skip to: 23041
|
|
/* 462 */ MCD_OPC_CheckField, 9, 1, 0, 44, 88, 0, // Skip to: 23041
|
|
/* 469 */ MCD_OPC_Decode, 255, 16, 6, // Opcode: VCMPUQ
|
|
/* 473 */ MCD_OPC_FilterValue, 1, 35, 88, 0, // Skip to: 23041
|
|
/* 478 */ MCD_OPC_Decode, 254, 3, 5, // Opcode: BCDTRUNC_rec
|
|
/* 482 */ MCD_OPC_FilterValue, 5, 104, 0, 0, // Skip to: 591
|
|
/* 487 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 490 */ MCD_OPC_FilterValue, 0, 28, 0, 0, // Skip to: 523
|
|
/* 495 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 498 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 507
|
|
/* 503 */ MCD_OPC_Decode, 163, 16, 3, // Opcode: VADDCUQ
|
|
/* 507 */ MCD_OPC_FilterValue, 1, 1, 88, 0, // Skip to: 23041
|
|
/* 512 */ MCD_OPC_CheckField, 21, 2, 0, 250, 87, 0, // Skip to: 23041
|
|
/* 519 */ MCD_OPC_Decode, 254, 16, 6, // Opcode: VCMPSQ
|
|
/* 523 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 549
|
|
/* 528 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 531 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 540
|
|
/* 536 */ MCD_OPC_Decode, 169, 16, 3, // Opcode: VADDSHS
|
|
/* 540 */ MCD_OPC_FilterValue, 1, 224, 87, 0, // Skip to: 23041
|
|
/* 545 */ MCD_OPC_Decode, 246, 3, 3, // Opcode: BCDCPSGN_rec
|
|
/* 549 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 575
|
|
/* 554 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 557 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 566
|
|
/* 562 */ MCD_OPC_Decode, 131, 19, 3, // Opcode: VSUBCUQ
|
|
/* 566 */ MCD_OPC_FilterValue, 1, 198, 87, 0, // Skip to: 23041
|
|
/* 571 */ MCD_OPC_Decode, 128, 4, 3, // Opcode: BCDUTRUNC_rec
|
|
/* 575 */ MCD_OPC_FilterValue, 3, 189, 87, 0, // Skip to: 23041
|
|
/* 580 */ MCD_OPC_CheckField, 0, 1, 0, 182, 87, 0, // Skip to: 23041
|
|
/* 587 */ MCD_OPC_Decode, 137, 19, 3, // Opcode: VSUBSHS
|
|
/* 591 */ MCD_OPC_FilterValue, 6, 167, 0, 0, // Skip to: 763
|
|
/* 596 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 599 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 643
|
|
/* 604 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 607 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 616
|
|
/* 612 */ MCD_OPC_Decode, 164, 16, 3, // Opcode: VADDCUW
|
|
/* 616 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 625
|
|
/* 621 */ MCD_OPC_Decode, 170, 16, 3, // Opcode: VADDSWS
|
|
/* 625 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 634
|
|
/* 630 */ MCD_OPC_Decode, 132, 19, 3, // Opcode: VSUBCUW
|
|
/* 634 */ MCD_OPC_FilterValue, 3, 130, 87, 0, // Skip to: 23041
|
|
/* 639 */ MCD_OPC_Decode, 138, 19, 3, // Opcode: VSUBSWS
|
|
/* 643 */ MCD_OPC_FilterValue, 1, 121, 87, 0, // Skip to: 23041
|
|
/* 648 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ...
|
|
/* 651 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 667
|
|
/* 656 */ MCD_OPC_CheckField, 9, 2, 2, 106, 87, 0, // Skip to: 23041
|
|
/* 663 */ MCD_OPC_Decode, 248, 3, 7, // Opcode: BCDCTSQ_rec
|
|
/* 667 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 683
|
|
/* 672 */ MCD_OPC_CheckField, 10, 1, 1, 90, 87, 0, // Skip to: 23041
|
|
/* 679 */ MCD_OPC_Decode, 244, 3, 8, // Opcode: BCDCFSQ_rec
|
|
/* 683 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 699
|
|
/* 688 */ MCD_OPC_CheckField, 10, 1, 1, 74, 87, 0, // Skip to: 23041
|
|
/* 695 */ MCD_OPC_Decode, 249, 3, 8, // Opcode: BCDCTZ_rec
|
|
/* 699 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 715
|
|
/* 704 */ MCD_OPC_CheckField, 9, 2, 2, 58, 87, 0, // Skip to: 23041
|
|
/* 711 */ MCD_OPC_Decode, 247, 3, 7, // Opcode: BCDCTN_rec
|
|
/* 715 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 731
|
|
/* 720 */ MCD_OPC_CheckField, 10, 1, 1, 42, 87, 0, // Skip to: 23041
|
|
/* 727 */ MCD_OPC_Decode, 245, 3, 8, // Opcode: BCDCFZ_rec
|
|
/* 731 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 747
|
|
/* 736 */ MCD_OPC_CheckField, 10, 1, 1, 26, 87, 0, // Skip to: 23041
|
|
/* 743 */ MCD_OPC_Decode, 243, 3, 8, // Opcode: BCDCFN_rec
|
|
/* 747 */ MCD_OPC_FilterValue, 31, 17, 87, 0, // Skip to: 23041
|
|
/* 752 */ MCD_OPC_CheckField, 10, 1, 1, 10, 87, 0, // Skip to: 23041
|
|
/* 759 */ MCD_OPC_Decode, 250, 3, 8, // Opcode: BCDSETSGN_rec
|
|
/* 763 */ MCD_OPC_FilterValue, 7, 1, 87, 0, // Skip to: 23041
|
|
/* 768 */ MCD_OPC_CheckField, 10, 1, 1, 250, 86, 0, // Skip to: 23041
|
|
/* 775 */ MCD_OPC_CheckField, 0, 1, 1, 243, 86, 0, // Skip to: 23041
|
|
/* 782 */ MCD_OPC_Decode, 251, 3, 5, // Opcode: BCDSR_rec
|
|
/* 786 */ MCD_OPC_FilterValue, 1, 214, 4, 0, // Skip to: 2029
|
|
/* 791 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 794 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 810
|
|
/* 799 */ MCD_OPC_CheckField, 0, 1, 0, 219, 86, 0, // Skip to: 23041
|
|
/* 806 */ MCD_OPC_Decode, 224, 17, 3, // Opcode: VMAXUB
|
|
/* 810 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 826
|
|
/* 815 */ MCD_OPC_CheckField, 0, 1, 0, 203, 86, 0, // Skip to: 23041
|
|
/* 822 */ MCD_OPC_Decode, 226, 17, 3, // Opcode: VMAXUH
|
|
/* 826 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 842
|
|
/* 831 */ MCD_OPC_CheckField, 0, 1, 0, 187, 86, 0, // Skip to: 23041
|
|
/* 838 */ MCD_OPC_Decode, 227, 17, 3, // Opcode: VMAXUW
|
|
/* 842 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 858
|
|
/* 847 */ MCD_OPC_CheckField, 0, 1, 0, 171, 86, 0, // Skip to: 23041
|
|
/* 854 */ MCD_OPC_Decode, 225, 17, 3, // Opcode: VMAXUD
|
|
/* 858 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 874
|
|
/* 863 */ MCD_OPC_CheckField, 0, 1, 0, 155, 86, 0, // Skip to: 23041
|
|
/* 870 */ MCD_OPC_Decode, 220, 17, 3, // Opcode: VMAXSB
|
|
/* 874 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 890
|
|
/* 879 */ MCD_OPC_CheckField, 0, 1, 0, 139, 86, 0, // Skip to: 23041
|
|
/* 886 */ MCD_OPC_Decode, 222, 17, 3, // Opcode: VMAXSH
|
|
/* 890 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 906
|
|
/* 895 */ MCD_OPC_CheckField, 0, 1, 0, 123, 86, 0, // Skip to: 23041
|
|
/* 902 */ MCD_OPC_Decode, 223, 17, 3, // Opcode: VMAXSW
|
|
/* 906 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 922
|
|
/* 911 */ MCD_OPC_CheckField, 0, 1, 0, 107, 86, 0, // Skip to: 23041
|
|
/* 918 */ MCD_OPC_Decode, 221, 17, 3, // Opcode: VMAXSD
|
|
/* 922 */ MCD_OPC_FilterValue, 8, 11, 0, 0, // Skip to: 938
|
|
/* 927 */ MCD_OPC_CheckField, 0, 1, 0, 91, 86, 0, // Skip to: 23041
|
|
/* 934 */ MCD_OPC_Decode, 235, 17, 3, // Opcode: VMINUB
|
|
/* 938 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 954
|
|
/* 943 */ MCD_OPC_CheckField, 0, 1, 0, 75, 86, 0, // Skip to: 23041
|
|
/* 950 */ MCD_OPC_Decode, 237, 17, 3, // Opcode: VMINUH
|
|
/* 954 */ MCD_OPC_FilterValue, 10, 11, 0, 0, // Skip to: 970
|
|
/* 959 */ MCD_OPC_CheckField, 0, 1, 0, 59, 86, 0, // Skip to: 23041
|
|
/* 966 */ MCD_OPC_Decode, 238, 17, 3, // Opcode: VMINUW
|
|
/* 970 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 986
|
|
/* 975 */ MCD_OPC_CheckField, 0, 1, 0, 43, 86, 0, // Skip to: 23041
|
|
/* 982 */ MCD_OPC_Decode, 236, 17, 3, // Opcode: VMINUD
|
|
/* 986 */ MCD_OPC_FilterValue, 12, 11, 0, 0, // Skip to: 1002
|
|
/* 991 */ MCD_OPC_CheckField, 0, 1, 0, 27, 86, 0, // Skip to: 23041
|
|
/* 998 */ MCD_OPC_Decode, 231, 17, 3, // Opcode: VMINSB
|
|
/* 1002 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 1018
|
|
/* 1007 */ MCD_OPC_CheckField, 0, 1, 0, 11, 86, 0, // Skip to: 23041
|
|
/* 1014 */ MCD_OPC_Decode, 233, 17, 3, // Opcode: VMINSH
|
|
/* 1018 */ MCD_OPC_FilterValue, 14, 11, 0, 0, // Skip to: 1034
|
|
/* 1023 */ MCD_OPC_CheckField, 0, 1, 0, 251, 85, 0, // Skip to: 23041
|
|
/* 1030 */ MCD_OPC_Decode, 234, 17, 3, // Opcode: VMINSW
|
|
/* 1034 */ MCD_OPC_FilterValue, 15, 11, 0, 0, // Skip to: 1050
|
|
/* 1039 */ MCD_OPC_CheckField, 0, 1, 0, 235, 85, 0, // Skip to: 23041
|
|
/* 1046 */ MCD_OPC_Decode, 232, 17, 3, // Opcode: VMINSD
|
|
/* 1050 */ MCD_OPC_FilterValue, 16, 21, 0, 0, // Skip to: 1076
|
|
/* 1055 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 1058 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 1067
|
|
/* 1063 */ MCD_OPC_Decode, 184, 16, 3, // Opcode: VAVGUB
|
|
/* 1067 */ MCD_OPC_FilterValue, 1, 209, 85, 0, // Skip to: 23041
|
|
/* 1072 */ MCD_OPC_Decode, 160, 16, 3, // Opcode: VABSDUB
|
|
/* 1076 */ MCD_OPC_FilterValue, 17, 21, 0, 0, // Skip to: 1102
|
|
/* 1081 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 1084 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 1093
|
|
/* 1089 */ MCD_OPC_Decode, 185, 16, 3, // Opcode: VAVGUH
|
|
/* 1093 */ MCD_OPC_FilterValue, 1, 183, 85, 0, // Skip to: 23041
|
|
/* 1098 */ MCD_OPC_Decode, 161, 16, 3, // Opcode: VABSDUH
|
|
/* 1102 */ MCD_OPC_FilterValue, 18, 21, 0, 0, // Skip to: 1128
|
|
/* 1107 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 1110 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 1119
|
|
/* 1115 */ MCD_OPC_Decode, 186, 16, 3, // Opcode: VAVGUW
|
|
/* 1119 */ MCD_OPC_FilterValue, 1, 157, 85, 0, // Skip to: 23041
|
|
/* 1124 */ MCD_OPC_Decode, 162, 16, 3, // Opcode: VABSDUW
|
|
/* 1128 */ MCD_OPC_FilterValue, 20, 11, 0, 0, // Skip to: 1144
|
|
/* 1133 */ MCD_OPC_CheckField, 0, 1, 0, 141, 85, 0, // Skip to: 23041
|
|
/* 1140 */ MCD_OPC_Decode, 181, 16, 3, // Opcode: VAVGSB
|
|
/* 1144 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 1160
|
|
/* 1149 */ MCD_OPC_CheckField, 0, 1, 0, 125, 85, 0, // Skip to: 23041
|
|
/* 1156 */ MCD_OPC_Decode, 182, 16, 3, // Opcode: VAVGSH
|
|
/* 1160 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 1176
|
|
/* 1165 */ MCD_OPC_CheckField, 0, 1, 0, 109, 85, 0, // Skip to: 23041
|
|
/* 1172 */ MCD_OPC_Decode, 183, 16, 3, // Opcode: VAVGSW
|
|
/* 1176 */ MCD_OPC_FilterValue, 24, 19, 1, 0, // Skip to: 1456
|
|
/* 1181 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ...
|
|
/* 1184 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1200
|
|
/* 1189 */ MCD_OPC_CheckField, 0, 1, 0, 85, 85, 0, // Skip to: 23041
|
|
/* 1196 */ MCD_OPC_Decode, 202, 16, 9, // Opcode: VCLZLSBB
|
|
/* 1200 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 1216
|
|
/* 1205 */ MCD_OPC_CheckField, 0, 1, 0, 69, 85, 0, // Skip to: 23041
|
|
/* 1212 */ MCD_OPC_Decode, 140, 17, 9, // Opcode: VCTZLSBB
|
|
/* 1216 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 1232
|
|
/* 1221 */ MCD_OPC_CheckField, 0, 1, 0, 53, 85, 0, // Skip to: 23041
|
|
/* 1228 */ MCD_OPC_Decode, 164, 18, 7, // Opcode: VNEGW
|
|
/* 1232 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 1248
|
|
/* 1237 */ MCD_OPC_CheckField, 0, 1, 0, 37, 85, 0, // Skip to: 23041
|
|
/* 1244 */ MCD_OPC_Decode, 163, 18, 7, // Opcode: VNEGD
|
|
/* 1248 */ MCD_OPC_FilterValue, 8, 11, 0, 0, // Skip to: 1264
|
|
/* 1253 */ MCD_OPC_CheckField, 0, 1, 0, 21, 85, 0, // Skip to: 23041
|
|
/* 1260 */ MCD_OPC_Decode, 197, 18, 7, // Opcode: VPRTYBW
|
|
/* 1264 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 1280
|
|
/* 1269 */ MCD_OPC_CheckField, 0, 1, 0, 5, 85, 0, // Skip to: 23041
|
|
/* 1276 */ MCD_OPC_Decode, 195, 18, 7, // Opcode: VPRTYBD
|
|
/* 1280 */ MCD_OPC_FilterValue, 10, 11, 0, 0, // Skip to: 1296
|
|
/* 1285 */ MCD_OPC_CheckField, 0, 1, 0, 245, 84, 0, // Skip to: 23041
|
|
/* 1292 */ MCD_OPC_Decode, 196, 18, 7, // Opcode: VPRTYBQ
|
|
/* 1296 */ MCD_OPC_FilterValue, 16, 11, 0, 0, // Skip to: 1312
|
|
/* 1301 */ MCD_OPC_CheckField, 0, 1, 0, 229, 84, 0, // Skip to: 23041
|
|
/* 1308 */ MCD_OPC_Decode, 180, 17, 7, // Opcode: VEXTSB2W
|
|
/* 1312 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 1328
|
|
/* 1317 */ MCD_OPC_CheckField, 0, 1, 0, 213, 84, 0, // Skip to: 23041
|
|
/* 1324 */ MCD_OPC_Decode, 185, 17, 7, // Opcode: VEXTSH2W
|
|
/* 1328 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 1344
|
|
/* 1333 */ MCD_OPC_CheckField, 0, 1, 0, 197, 84, 0, // Skip to: 23041
|
|
/* 1340 */ MCD_OPC_Decode, 178, 17, 7, // Opcode: VEXTSB2D
|
|
/* 1344 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 1360
|
|
/* 1349 */ MCD_OPC_CheckField, 0, 1, 0, 181, 84, 0, // Skip to: 23041
|
|
/* 1356 */ MCD_OPC_Decode, 183, 17, 7, // Opcode: VEXTSH2D
|
|
/* 1360 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 1376
|
|
/* 1365 */ MCD_OPC_CheckField, 0, 1, 0, 165, 84, 0, // Skip to: 23041
|
|
/* 1372 */ MCD_OPC_Decode, 187, 17, 7, // Opcode: VEXTSW2D
|
|
/* 1376 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 1392
|
|
/* 1381 */ MCD_OPC_CheckField, 0, 1, 0, 149, 84, 0, // Skip to: 23041
|
|
/* 1388 */ MCD_OPC_Decode, 182, 17, 7, // Opcode: VEXTSD2Q
|
|
/* 1392 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 1408
|
|
/* 1397 */ MCD_OPC_CheckField, 0, 1, 0, 133, 84, 0, // Skip to: 23041
|
|
/* 1404 */ MCD_OPC_Decode, 136, 17, 7, // Opcode: VCTZB
|
|
/* 1408 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 1424
|
|
/* 1413 */ MCD_OPC_CheckField, 0, 1, 0, 117, 84, 0, // Skip to: 23041
|
|
/* 1420 */ MCD_OPC_Decode, 139, 17, 7, // Opcode: VCTZH
|
|
/* 1424 */ MCD_OPC_FilterValue, 30, 11, 0, 0, // Skip to: 1440
|
|
/* 1429 */ MCD_OPC_CheckField, 0, 1, 0, 101, 84, 0, // Skip to: 23041
|
|
/* 1436 */ MCD_OPC_Decode, 141, 17, 7, // Opcode: VCTZW
|
|
/* 1440 */ MCD_OPC_FilterValue, 31, 92, 84, 0, // Skip to: 23041
|
|
/* 1445 */ MCD_OPC_CheckField, 0, 1, 0, 85, 84, 0, // Skip to: 23041
|
|
/* 1452 */ MCD_OPC_Decode, 137, 17, 7, // Opcode: VCTZD
|
|
/* 1456 */ MCD_OPC_FilterValue, 25, 120, 1, 0, // Skip to: 1837
|
|
/* 1461 */ MCD_OPC_ExtractField, 17, 4, // Inst{20-17} ...
|
|
/* 1464 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 1504
|
|
/* 1469 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ...
|
|
/* 1472 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1488
|
|
/* 1477 */ MCD_OPC_CheckField, 0, 1, 0, 53, 84, 0, // Skip to: 23041
|
|
/* 1484 */ MCD_OPC_Decode, 155, 17, 7, // Opcode: VEXPANDBM
|
|
/* 1488 */ MCD_OPC_FilterValue, 1, 44, 84, 0, // Skip to: 23041
|
|
/* 1493 */ MCD_OPC_CheckField, 0, 1, 0, 37, 84, 0, // Skip to: 23041
|
|
/* 1500 */ MCD_OPC_Decode, 157, 17, 7, // Opcode: VEXPANDHM
|
|
/* 1504 */ MCD_OPC_FilterValue, 1, 35, 0, 0, // Skip to: 1544
|
|
/* 1509 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ...
|
|
/* 1512 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1528
|
|
/* 1517 */ MCD_OPC_CheckField, 0, 1, 0, 13, 84, 0, // Skip to: 23041
|
|
/* 1524 */ MCD_OPC_Decode, 159, 17, 7, // Opcode: VEXPANDWM
|
|
/* 1528 */ MCD_OPC_FilterValue, 1, 4, 84, 0, // Skip to: 23041
|
|
/* 1533 */ MCD_OPC_CheckField, 0, 1, 0, 253, 83, 0, // Skip to: 23041
|
|
/* 1540 */ MCD_OPC_Decode, 156, 17, 7, // Opcode: VEXPANDDM
|
|
/* 1544 */ MCD_OPC_FilterValue, 2, 18, 0, 0, // Skip to: 1567
|
|
/* 1549 */ MCD_OPC_CheckField, 16, 1, 0, 237, 83, 0, // Skip to: 23041
|
|
/* 1556 */ MCD_OPC_CheckField, 0, 1, 0, 230, 83, 0, // Skip to: 23041
|
|
/* 1563 */ MCD_OPC_Decode, 158, 17, 7, // Opcode: VEXPANDQM
|
|
/* 1567 */ MCD_OPC_FilterValue, 4, 35, 0, 0, // Skip to: 1607
|
|
/* 1572 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ...
|
|
/* 1575 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1591
|
|
/* 1580 */ MCD_OPC_CheckField, 0, 1, 0, 206, 83, 0, // Skip to: 23041
|
|
/* 1587 */ MCD_OPC_Decode, 169, 17, 9, // Opcode: VEXTRACTBM
|
|
/* 1591 */ MCD_OPC_FilterValue, 1, 197, 83, 0, // Skip to: 23041
|
|
/* 1596 */ MCD_OPC_CheckField, 0, 1, 0, 190, 83, 0, // Skip to: 23041
|
|
/* 1603 */ MCD_OPC_Decode, 172, 17, 9, // Opcode: VEXTRACTHM
|
|
/* 1607 */ MCD_OPC_FilterValue, 5, 35, 0, 0, // Skip to: 1647
|
|
/* 1612 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ...
|
|
/* 1615 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1631
|
|
/* 1620 */ MCD_OPC_CheckField, 0, 1, 0, 166, 83, 0, // Skip to: 23041
|
|
/* 1627 */ MCD_OPC_Decode, 177, 17, 9, // Opcode: VEXTRACTWM
|
|
/* 1631 */ MCD_OPC_FilterValue, 1, 157, 83, 0, // Skip to: 23041
|
|
/* 1636 */ MCD_OPC_CheckField, 0, 1, 0, 150, 83, 0, // Skip to: 23041
|
|
/* 1643 */ MCD_OPC_Decode, 171, 17, 9, // Opcode: VEXTRACTDM
|
|
/* 1647 */ MCD_OPC_FilterValue, 6, 18, 0, 0, // Skip to: 1670
|
|
/* 1652 */ MCD_OPC_CheckField, 16, 1, 0, 134, 83, 0, // Skip to: 23041
|
|
/* 1659 */ MCD_OPC_CheckField, 0, 1, 0, 127, 83, 0, // Skip to: 23041
|
|
/* 1666 */ MCD_OPC_Decode, 173, 17, 9, // Opcode: VEXTRACTQM
|
|
/* 1670 */ MCD_OPC_FilterValue, 8, 35, 0, 0, // Skip to: 1710
|
|
/* 1675 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ...
|
|
/* 1678 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1694
|
|
/* 1683 */ MCD_OPC_CheckField, 0, 1, 0, 103, 83, 0, // Skip to: 23041
|
|
/* 1690 */ MCD_OPC_Decode, 173, 10, 10, // Opcode: MTVSRBM
|
|
/* 1694 */ MCD_OPC_FilterValue, 1, 94, 83, 0, // Skip to: 23041
|
|
/* 1699 */ MCD_OPC_CheckField, 0, 1, 0, 87, 83, 0, // Skip to: 23041
|
|
/* 1706 */ MCD_OPC_Decode, 178, 10, 10, // Opcode: MTVSRHM
|
|
/* 1710 */ MCD_OPC_FilterValue, 9, 35, 0, 0, // Skip to: 1750
|
|
/* 1715 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ...
|
|
/* 1718 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1734
|
|
/* 1723 */ MCD_OPC_CheckField, 0, 1, 0, 63, 83, 0, // Skip to: 23041
|
|
/* 1730 */ MCD_OPC_Decode, 181, 10, 10, // Opcode: MTVSRWM
|
|
/* 1734 */ MCD_OPC_FilterValue, 1, 54, 83, 0, // Skip to: 23041
|
|
/* 1739 */ MCD_OPC_CheckField, 0, 1, 0, 47, 83, 0, // Skip to: 23041
|
|
/* 1746 */ MCD_OPC_Decode, 177, 10, 10, // Opcode: MTVSRDM
|
|
/* 1750 */ MCD_OPC_FilterValue, 10, 18, 0, 0, // Skip to: 1773
|
|
/* 1755 */ MCD_OPC_CheckField, 16, 1, 0, 31, 83, 0, // Skip to: 23041
|
|
/* 1762 */ MCD_OPC_CheckField, 0, 1, 0, 24, 83, 0, // Skip to: 23041
|
|
/* 1769 */ MCD_OPC_Decode, 179, 10, 10, // Opcode: MTVSRQM
|
|
/* 1773 */ MCD_OPC_FilterValue, 12, 11, 0, 0, // Skip to: 1789
|
|
/* 1778 */ MCD_OPC_CheckField, 0, 1, 0, 8, 83, 0, // Skip to: 23041
|
|
/* 1785 */ MCD_OPC_Decode, 128, 17, 11, // Opcode: VCNTMBB
|
|
/* 1789 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 1805
|
|
/* 1794 */ MCD_OPC_CheckField, 0, 1, 0, 248, 82, 0, // Skip to: 23041
|
|
/* 1801 */ MCD_OPC_Decode, 130, 17, 11, // Opcode: VCNTMBH
|
|
/* 1805 */ MCD_OPC_FilterValue, 14, 11, 0, 0, // Skip to: 1821
|
|
/* 1810 */ MCD_OPC_CheckField, 0, 1, 0, 232, 82, 0, // Skip to: 23041
|
|
/* 1817 */ MCD_OPC_Decode, 131, 17, 11, // Opcode: VCNTMBW
|
|
/* 1821 */ MCD_OPC_FilterValue, 15, 223, 82, 0, // Skip to: 23041
|
|
/* 1826 */ MCD_OPC_CheckField, 0, 1, 0, 216, 82, 0, // Skip to: 23041
|
|
/* 1833 */ MCD_OPC_Decode, 129, 17, 11, // Opcode: VCNTMBD
|
|
/* 1837 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 1853
|
|
/* 1842 */ MCD_OPC_CheckField, 0, 1, 0, 200, 82, 0, // Skip to: 23041
|
|
/* 1849 */ MCD_OPC_Decode, 218, 18, 12, // Opcode: VSHASIGMAW
|
|
/* 1853 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 1869
|
|
/* 1858 */ MCD_OPC_CheckField, 0, 1, 0, 184, 82, 0, // Skip to: 23041
|
|
/* 1865 */ MCD_OPC_Decode, 217, 18, 12, // Opcode: VSHASIGMAD
|
|
/* 1869 */ MCD_OPC_FilterValue, 28, 35, 0, 0, // Skip to: 1909
|
|
/* 1874 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 1877 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1893
|
|
/* 1882 */ MCD_OPC_CheckField, 16, 5, 0, 160, 82, 0, // Skip to: 23041
|
|
/* 1889 */ MCD_OPC_Decode, 198, 16, 7, // Opcode: VCLZB
|
|
/* 1893 */ MCD_OPC_FilterValue, 1, 151, 82, 0, // Skip to: 23041
|
|
/* 1898 */ MCD_OPC_CheckField, 16, 5, 0, 144, 82, 0, // Skip to: 23041
|
|
/* 1905 */ MCD_OPC_Decode, 191, 18, 7, // Opcode: VPOPCNTB
|
|
/* 1909 */ MCD_OPC_FilterValue, 29, 35, 0, 0, // Skip to: 1949
|
|
/* 1914 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 1917 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1933
|
|
/* 1922 */ MCD_OPC_CheckField, 16, 5, 0, 120, 82, 0, // Skip to: 23041
|
|
/* 1929 */ MCD_OPC_Decode, 201, 16, 7, // Opcode: VCLZH
|
|
/* 1933 */ MCD_OPC_FilterValue, 1, 111, 82, 0, // Skip to: 23041
|
|
/* 1938 */ MCD_OPC_CheckField, 16, 5, 0, 104, 82, 0, // Skip to: 23041
|
|
/* 1945 */ MCD_OPC_Decode, 193, 18, 7, // Opcode: VPOPCNTH
|
|
/* 1949 */ MCD_OPC_FilterValue, 30, 35, 0, 0, // Skip to: 1989
|
|
/* 1954 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 1957 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 1973
|
|
/* 1962 */ MCD_OPC_CheckField, 16, 5, 0, 80, 82, 0, // Skip to: 23041
|
|
/* 1969 */ MCD_OPC_Decode, 203, 16, 7, // Opcode: VCLZW
|
|
/* 1973 */ MCD_OPC_FilterValue, 1, 71, 82, 0, // Skip to: 23041
|
|
/* 1978 */ MCD_OPC_CheckField, 16, 5, 0, 64, 82, 0, // Skip to: 23041
|
|
/* 1985 */ MCD_OPC_Decode, 194, 18, 7, // Opcode: VPOPCNTW
|
|
/* 1989 */ MCD_OPC_FilterValue, 31, 55, 82, 0, // Skip to: 23041
|
|
/* 1994 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 1997 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 2013
|
|
/* 2002 */ MCD_OPC_CheckField, 16, 5, 0, 40, 82, 0, // Skip to: 23041
|
|
/* 2009 */ MCD_OPC_Decode, 199, 16, 7, // Opcode: VCLZD
|
|
/* 2013 */ MCD_OPC_FilterValue, 1, 31, 82, 0, // Skip to: 23041
|
|
/* 2018 */ MCD_OPC_CheckField, 16, 5, 0, 24, 82, 0, // Skip to: 23041
|
|
/* 2025 */ MCD_OPC_Decode, 192, 18, 7, // Opcode: VPOPCNTD
|
|
/* 2029 */ MCD_OPC_FilterValue, 2, 117, 2, 0, // Skip to: 2663
|
|
/* 2034 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 2037 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 2063
|
|
/* 2042 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2045 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2054
|
|
/* 2050 */ MCD_OPC_Decode, 203, 18, 3, // Opcode: VRLB
|
|
/* 2054 */ MCD_OPC_FilterValue, 1, 246, 81, 0, // Skip to: 23041
|
|
/* 2059 */ MCD_OPC_Decode, 208, 18, 3, // Opcode: VRLQ
|
|
/* 2063 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 2089
|
|
/* 2068 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2071 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2080
|
|
/* 2076 */ MCD_OPC_Decode, 207, 18, 3, // Opcode: VRLH
|
|
/* 2080 */ MCD_OPC_FilterValue, 1, 220, 81, 0, // Skip to: 23041
|
|
/* 2085 */ MCD_OPC_Decode, 209, 18, 13, // Opcode: VRLQMI
|
|
/* 2089 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 2115
|
|
/* 2094 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2097 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2106
|
|
/* 2102 */ MCD_OPC_Decode, 211, 18, 3, // Opcode: VRLW
|
|
/* 2106 */ MCD_OPC_FilterValue, 1, 194, 81, 0, // Skip to: 23041
|
|
/* 2111 */ MCD_OPC_Decode, 212, 18, 13, // Opcode: VRLWMI
|
|
/* 2115 */ MCD_OPC_FilterValue, 3, 21, 0, 0, // Skip to: 2141
|
|
/* 2120 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2123 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2132
|
|
/* 2128 */ MCD_OPC_Decode, 204, 18, 3, // Opcode: VRLD
|
|
/* 2132 */ MCD_OPC_FilterValue, 1, 168, 81, 0, // Skip to: 23041
|
|
/* 2137 */ MCD_OPC_Decode, 205, 18, 13, // Opcode: VRLDMI
|
|
/* 2141 */ MCD_OPC_FilterValue, 4, 21, 0, 0, // Skip to: 2167
|
|
/* 2146 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2149 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2158
|
|
/* 2154 */ MCD_OPC_Decode, 220, 18, 3, // Opcode: VSLB
|
|
/* 2158 */ MCD_OPC_FilterValue, 1, 142, 81, 0, // Skip to: 23041
|
|
/* 2163 */ MCD_OPC_Decode, 226, 18, 3, // Opcode: VSLQ
|
|
/* 2167 */ MCD_OPC_FilterValue, 5, 21, 0, 0, // Skip to: 2193
|
|
/* 2172 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2175 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2184
|
|
/* 2180 */ MCD_OPC_Decode, 224, 18, 3, // Opcode: VSLH
|
|
/* 2184 */ MCD_OPC_FilterValue, 1, 116, 81, 0, // Skip to: 23041
|
|
/* 2189 */ MCD_OPC_Decode, 210, 18, 3, // Opcode: VRLQNM
|
|
/* 2193 */ MCD_OPC_FilterValue, 6, 21, 0, 0, // Skip to: 2219
|
|
/* 2198 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2201 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2210
|
|
/* 2206 */ MCD_OPC_Decode, 228, 18, 3, // Opcode: VSLW
|
|
/* 2210 */ MCD_OPC_FilterValue, 1, 90, 81, 0, // Skip to: 23041
|
|
/* 2215 */ MCD_OPC_Decode, 213, 18, 3, // Opcode: VRLWNM
|
|
/* 2219 */ MCD_OPC_FilterValue, 7, 21, 0, 0, // Skip to: 2245
|
|
/* 2224 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2227 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2236
|
|
/* 2232 */ MCD_OPC_Decode, 219, 18, 3, // Opcode: VSL
|
|
/* 2236 */ MCD_OPC_FilterValue, 1, 64, 81, 0, // Skip to: 23041
|
|
/* 2241 */ MCD_OPC_Decode, 206, 18, 3, // Opcode: VRLDNM
|
|
/* 2245 */ MCD_OPC_FilterValue, 8, 21, 0, 0, // Skip to: 2271
|
|
/* 2250 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2253 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2262
|
|
/* 2258 */ MCD_OPC_Decode, 243, 18, 3, // Opcode: VSRB
|
|
/* 2262 */ MCD_OPC_FilterValue, 1, 38, 81, 0, // Skip to: 23041
|
|
/* 2267 */ MCD_OPC_Decode, 248, 18, 3, // Opcode: VSRQ
|
|
/* 2271 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 2287
|
|
/* 2276 */ MCD_OPC_CheckField, 0, 1, 0, 22, 81, 0, // Skip to: 23041
|
|
/* 2283 */ MCD_OPC_Decode, 246, 18, 3, // Opcode: VSRH
|
|
/* 2287 */ MCD_OPC_FilterValue, 10, 11, 0, 0, // Skip to: 2303
|
|
/* 2292 */ MCD_OPC_CheckField, 0, 1, 0, 6, 81, 0, // Skip to: 23041
|
|
/* 2299 */ MCD_OPC_Decode, 250, 18, 3, // Opcode: VSRW
|
|
/* 2303 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 2319
|
|
/* 2308 */ MCD_OPC_CheckField, 0, 1, 0, 246, 80, 0, // Skip to: 23041
|
|
/* 2315 */ MCD_OPC_Decode, 237, 18, 3, // Opcode: VSR
|
|
/* 2319 */ MCD_OPC_FilterValue, 12, 21, 0, 0, // Skip to: 2345
|
|
/* 2324 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2327 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2336
|
|
/* 2332 */ MCD_OPC_Decode, 238, 18, 3, // Opcode: VSRAB
|
|
/* 2336 */ MCD_OPC_FilterValue, 1, 220, 80, 0, // Skip to: 23041
|
|
/* 2341 */ MCD_OPC_Decode, 241, 18, 3, // Opcode: VSRAQ
|
|
/* 2345 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 2361
|
|
/* 2350 */ MCD_OPC_CheckField, 0, 1, 0, 204, 80, 0, // Skip to: 23041
|
|
/* 2357 */ MCD_OPC_Decode, 240, 18, 3, // Opcode: VSRAH
|
|
/* 2361 */ MCD_OPC_FilterValue, 14, 11, 0, 0, // Skip to: 2377
|
|
/* 2366 */ MCD_OPC_CheckField, 0, 1, 0, 188, 80, 0, // Skip to: 23041
|
|
/* 2373 */ MCD_OPC_Decode, 242, 18, 3, // Opcode: VSRAW
|
|
/* 2377 */ MCD_OPC_FilterValue, 15, 11, 0, 0, // Skip to: 2393
|
|
/* 2382 */ MCD_OPC_CheckField, 0, 1, 0, 172, 80, 0, // Skip to: 23041
|
|
/* 2389 */ MCD_OPC_Decode, 239, 18, 3, // Opcode: VSRAD
|
|
/* 2393 */ MCD_OPC_FilterValue, 16, 11, 0, 0, // Skip to: 2409
|
|
/* 2398 */ MCD_OPC_CheckField, 0, 1, 0, 156, 80, 0, // Skip to: 23041
|
|
/* 2405 */ MCD_OPC_Decode, 179, 16, 3, // Opcode: VAND
|
|
/* 2409 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 2425
|
|
/* 2414 */ MCD_OPC_CheckField, 0, 1, 0, 140, 80, 0, // Skip to: 23041
|
|
/* 2421 */ MCD_OPC_Decode, 180, 16, 3, // Opcode: VANDC
|
|
/* 2425 */ MCD_OPC_FilterValue, 18, 11, 0, 0, // Skip to: 2441
|
|
/* 2430 */ MCD_OPC_CheckField, 0, 1, 0, 124, 80, 0, // Skip to: 23041
|
|
/* 2437 */ MCD_OPC_Decode, 167, 18, 3, // Opcode: VOR
|
|
/* 2441 */ MCD_OPC_FilterValue, 19, 11, 0, 0, // Skip to: 2457
|
|
/* 2446 */ MCD_OPC_CheckField, 0, 1, 0, 108, 80, 0, // Skip to: 23041
|
|
/* 2453 */ MCD_OPC_Decode, 160, 19, 3, // Opcode: VXOR
|
|
/* 2457 */ MCD_OPC_FilterValue, 20, 11, 0, 0, // Skip to: 2473
|
|
/* 2462 */ MCD_OPC_CheckField, 0, 1, 0, 92, 80, 0, // Skip to: 23041
|
|
/* 2469 */ MCD_OPC_Decode, 166, 18, 3, // Opcode: VNOR
|
|
/* 2473 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 2489
|
|
/* 2478 */ MCD_OPC_CheckField, 0, 1, 0, 76, 80, 0, // Skip to: 23041
|
|
/* 2485 */ MCD_OPC_Decode, 168, 18, 3, // Opcode: VORC
|
|
/* 2489 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 2505
|
|
/* 2494 */ MCD_OPC_CheckField, 0, 1, 0, 60, 80, 0, // Skip to: 23041
|
|
/* 2501 */ MCD_OPC_Decode, 160, 18, 3, // Opcode: VNAND
|
|
/* 2505 */ MCD_OPC_FilterValue, 23, 11, 0, 0, // Skip to: 2521
|
|
/* 2510 */ MCD_OPC_CheckField, 0, 1, 0, 44, 80, 0, // Skip to: 23041
|
|
/* 2517 */ MCD_OPC_Decode, 221, 18, 3, // Opcode: VSLD
|
|
/* 2521 */ MCD_OPC_FilterValue, 24, 18, 0, 0, // Skip to: 2544
|
|
/* 2526 */ MCD_OPC_CheckField, 11, 10, 0, 28, 80, 0, // Skip to: 23041
|
|
/* 2533 */ MCD_OPC_CheckField, 0, 1, 0, 21, 80, 0, // Skip to: 23041
|
|
/* 2540 */ MCD_OPC_Decode, 130, 10, 14, // Opcode: MFVSCR
|
|
/* 2544 */ MCD_OPC_FilterValue, 25, 18, 0, 0, // Skip to: 2567
|
|
/* 2549 */ MCD_OPC_CheckField, 16, 10, 0, 5, 80, 0, // Skip to: 23041
|
|
/* 2556 */ MCD_OPC_CheckField, 0, 1, 0, 254, 79, 0, // Skip to: 23041
|
|
/* 2563 */ MCD_OPC_Decode, 172, 10, 15, // Opcode: MTVSCR
|
|
/* 2567 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 2583
|
|
/* 2572 */ MCD_OPC_CheckField, 0, 1, 0, 238, 79, 0, // Skip to: 23041
|
|
/* 2579 */ MCD_OPC_Decode, 154, 17, 3, // Opcode: VEQV
|
|
/* 2583 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 2599
|
|
/* 2588 */ MCD_OPC_CheckField, 0, 1, 0, 222, 79, 0, // Skip to: 23041
|
|
/* 2595 */ MCD_OPC_Decode, 244, 18, 3, // Opcode: VSRD
|
|
/* 2599 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 2615
|
|
/* 2604 */ MCD_OPC_CheckField, 0, 1, 0, 206, 79, 0, // Skip to: 23041
|
|
/* 2611 */ MCD_OPC_Decode, 249, 18, 3, // Opcode: VSRV
|
|
/* 2615 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 2631
|
|
/* 2620 */ MCD_OPC_CheckField, 0, 1, 0, 190, 79, 0, // Skip to: 23041
|
|
/* 2627 */ MCD_OPC_Decode, 227, 18, 3, // Opcode: VSLV
|
|
/* 2631 */ MCD_OPC_FilterValue, 30, 11, 0, 0, // Skip to: 2647
|
|
/* 2636 */ MCD_OPC_CheckField, 0, 1, 0, 174, 79, 0, // Skip to: 23041
|
|
/* 2643 */ MCD_OPC_Decode, 200, 16, 3, // Opcode: VCLZDM
|
|
/* 2647 */ MCD_OPC_FilterValue, 31, 165, 79, 0, // Skip to: 23041
|
|
/* 2652 */ MCD_OPC_CheckField, 0, 1, 0, 158, 79, 0, // Skip to: 23041
|
|
/* 2659 */ MCD_OPC_Decode, 138, 17, 3, // Opcode: VCTZDM
|
|
/* 2663 */ MCD_OPC_FilterValue, 3, 183, 2, 0, // Skip to: 3363
|
|
/* 2668 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 2671 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 2697
|
|
/* 2676 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2679 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2688
|
|
/* 2684 */ MCD_OPC_Decode, 208, 16, 3, // Opcode: VCMPEQUB
|
|
/* 2688 */ MCD_OPC_FilterValue, 1, 124, 79, 0, // Skip to: 23041
|
|
/* 2693 */ MCD_OPC_Decode, 242, 16, 3, // Opcode: VCMPNEB
|
|
/* 2697 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 2723
|
|
/* 2702 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2705 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2714
|
|
/* 2710 */ MCD_OPC_Decode, 212, 16, 3, // Opcode: VCMPEQUH
|
|
/* 2714 */ MCD_OPC_FilterValue, 1, 98, 79, 0, // Skip to: 23041
|
|
/* 2719 */ MCD_OPC_Decode, 244, 16, 3, // Opcode: VCMPNEH
|
|
/* 2723 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 2749
|
|
/* 2728 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2731 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2740
|
|
/* 2736 */ MCD_OPC_Decode, 216, 16, 3, // Opcode: VCMPEQUW
|
|
/* 2740 */ MCD_OPC_FilterValue, 1, 72, 79, 0, // Skip to: 23041
|
|
/* 2745 */ MCD_OPC_Decode, 246, 16, 3, // Opcode: VCMPNEW
|
|
/* 2749 */ MCD_OPC_FilterValue, 3, 21, 0, 0, // Skip to: 2775
|
|
/* 2754 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2757 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2766
|
|
/* 2762 */ MCD_OPC_Decode, 206, 16, 3, // Opcode: VCMPEQFP
|
|
/* 2766 */ MCD_OPC_FilterValue, 1, 46, 79, 0, // Skip to: 23041
|
|
/* 2771 */ MCD_OPC_Decode, 210, 16, 3, // Opcode: VCMPEQUD
|
|
/* 2775 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 2791
|
|
/* 2780 */ MCD_OPC_CheckField, 0, 1, 1, 30, 79, 0, // Skip to: 23041
|
|
/* 2787 */ MCD_OPC_Decode, 248, 16, 3, // Opcode: VCMPNEZB
|
|
/* 2791 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 2807
|
|
/* 2796 */ MCD_OPC_CheckField, 0, 1, 1, 14, 79, 0, // Skip to: 23041
|
|
/* 2803 */ MCD_OPC_Decode, 250, 16, 3, // Opcode: VCMPNEZH
|
|
/* 2807 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 2823
|
|
/* 2812 */ MCD_OPC_CheckField, 0, 1, 1, 254, 78, 0, // Skip to: 23041
|
|
/* 2819 */ MCD_OPC_Decode, 252, 16, 3, // Opcode: VCMPNEZW
|
|
/* 2823 */ MCD_OPC_FilterValue, 7, 21, 0, 0, // Skip to: 2849
|
|
/* 2828 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2831 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2840
|
|
/* 2836 */ MCD_OPC_Decode, 218, 16, 3, // Opcode: VCMPGEFP
|
|
/* 2840 */ MCD_OPC_FilterValue, 1, 228, 78, 0, // Skip to: 23041
|
|
/* 2845 */ MCD_OPC_Decode, 214, 16, 3, // Opcode: VCMPEQUQ
|
|
/* 2849 */ MCD_OPC_FilterValue, 8, 11, 0, 0, // Skip to: 2865
|
|
/* 2854 */ MCD_OPC_CheckField, 0, 1, 0, 212, 78, 0, // Skip to: 23041
|
|
/* 2861 */ MCD_OPC_Decode, 232, 16, 3, // Opcode: VCMPGTUB
|
|
/* 2865 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 2881
|
|
/* 2870 */ MCD_OPC_CheckField, 0, 1, 0, 196, 78, 0, // Skip to: 23041
|
|
/* 2877 */ MCD_OPC_Decode, 236, 16, 3, // Opcode: VCMPGTUH
|
|
/* 2881 */ MCD_OPC_FilterValue, 10, 21, 0, 0, // Skip to: 2907
|
|
/* 2886 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2889 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2898
|
|
/* 2894 */ MCD_OPC_Decode, 240, 16, 3, // Opcode: VCMPGTUW
|
|
/* 2898 */ MCD_OPC_FilterValue, 1, 170, 78, 0, // Skip to: 23041
|
|
/* 2903 */ MCD_OPC_Decode, 238, 16, 3, // Opcode: VCMPGTUQ
|
|
/* 2907 */ MCD_OPC_FilterValue, 11, 21, 0, 0, // Skip to: 2933
|
|
/* 2912 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2915 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2924
|
|
/* 2920 */ MCD_OPC_Decode, 220, 16, 3, // Opcode: VCMPGTFP
|
|
/* 2924 */ MCD_OPC_FilterValue, 1, 144, 78, 0, // Skip to: 23041
|
|
/* 2929 */ MCD_OPC_Decode, 234, 16, 3, // Opcode: VCMPGTUD
|
|
/* 2933 */ MCD_OPC_FilterValue, 12, 11, 0, 0, // Skip to: 2949
|
|
/* 2938 */ MCD_OPC_CheckField, 0, 1, 0, 128, 78, 0, // Skip to: 23041
|
|
/* 2945 */ MCD_OPC_Decode, 222, 16, 3, // Opcode: VCMPGTSB
|
|
/* 2949 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 2965
|
|
/* 2954 */ MCD_OPC_CheckField, 0, 1, 0, 112, 78, 0, // Skip to: 23041
|
|
/* 2961 */ MCD_OPC_Decode, 226, 16, 3, // Opcode: VCMPGTSH
|
|
/* 2965 */ MCD_OPC_FilterValue, 14, 21, 0, 0, // Skip to: 2991
|
|
/* 2970 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2973 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 2982
|
|
/* 2978 */ MCD_OPC_Decode, 230, 16, 3, // Opcode: VCMPGTSW
|
|
/* 2982 */ MCD_OPC_FilterValue, 1, 86, 78, 0, // Skip to: 23041
|
|
/* 2987 */ MCD_OPC_Decode, 228, 16, 3, // Opcode: VCMPGTSQ
|
|
/* 2991 */ MCD_OPC_FilterValue, 15, 21, 0, 0, // Skip to: 3017
|
|
/* 2996 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 2999 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3008
|
|
/* 3004 */ MCD_OPC_Decode, 204, 16, 3, // Opcode: VCMPBFP
|
|
/* 3008 */ MCD_OPC_FilterValue, 1, 60, 78, 0, // Skip to: 23041
|
|
/* 3013 */ MCD_OPC_Decode, 224, 16, 3, // Opcode: VCMPGTSD
|
|
/* 3017 */ MCD_OPC_FilterValue, 16, 21, 0, 0, // Skip to: 3043
|
|
/* 3022 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3025 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3034
|
|
/* 3030 */ MCD_OPC_Decode, 209, 16, 3, // Opcode: VCMPEQUB_rec
|
|
/* 3034 */ MCD_OPC_FilterValue, 1, 34, 78, 0, // Skip to: 23041
|
|
/* 3039 */ MCD_OPC_Decode, 243, 16, 3, // Opcode: VCMPNEB_rec
|
|
/* 3043 */ MCD_OPC_FilterValue, 17, 21, 0, 0, // Skip to: 3069
|
|
/* 3048 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3051 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3060
|
|
/* 3056 */ MCD_OPC_Decode, 213, 16, 3, // Opcode: VCMPEQUH_rec
|
|
/* 3060 */ MCD_OPC_FilterValue, 1, 8, 78, 0, // Skip to: 23041
|
|
/* 3065 */ MCD_OPC_Decode, 245, 16, 3, // Opcode: VCMPNEH_rec
|
|
/* 3069 */ MCD_OPC_FilterValue, 18, 21, 0, 0, // Skip to: 3095
|
|
/* 3074 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3077 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3086
|
|
/* 3082 */ MCD_OPC_Decode, 217, 16, 3, // Opcode: VCMPEQUW_rec
|
|
/* 3086 */ MCD_OPC_FilterValue, 1, 238, 77, 0, // Skip to: 23041
|
|
/* 3091 */ MCD_OPC_Decode, 247, 16, 3, // Opcode: VCMPNEW_rec
|
|
/* 3095 */ MCD_OPC_FilterValue, 19, 21, 0, 0, // Skip to: 3121
|
|
/* 3100 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3103 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3112
|
|
/* 3108 */ MCD_OPC_Decode, 207, 16, 3, // Opcode: VCMPEQFP_rec
|
|
/* 3112 */ MCD_OPC_FilterValue, 1, 212, 77, 0, // Skip to: 23041
|
|
/* 3117 */ MCD_OPC_Decode, 211, 16, 3, // Opcode: VCMPEQUD_rec
|
|
/* 3121 */ MCD_OPC_FilterValue, 20, 11, 0, 0, // Skip to: 3137
|
|
/* 3126 */ MCD_OPC_CheckField, 0, 1, 1, 196, 77, 0, // Skip to: 23041
|
|
/* 3133 */ MCD_OPC_Decode, 249, 16, 3, // Opcode: VCMPNEZB_rec
|
|
/* 3137 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 3153
|
|
/* 3142 */ MCD_OPC_CheckField, 0, 1, 1, 180, 77, 0, // Skip to: 23041
|
|
/* 3149 */ MCD_OPC_Decode, 251, 16, 3, // Opcode: VCMPNEZH_rec
|
|
/* 3153 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 3169
|
|
/* 3158 */ MCD_OPC_CheckField, 0, 1, 1, 164, 77, 0, // Skip to: 23041
|
|
/* 3165 */ MCD_OPC_Decode, 253, 16, 3, // Opcode: VCMPNEZW_rec
|
|
/* 3169 */ MCD_OPC_FilterValue, 23, 21, 0, 0, // Skip to: 3195
|
|
/* 3174 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3177 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3186
|
|
/* 3182 */ MCD_OPC_Decode, 219, 16, 3, // Opcode: VCMPGEFP_rec
|
|
/* 3186 */ MCD_OPC_FilterValue, 1, 138, 77, 0, // Skip to: 23041
|
|
/* 3191 */ MCD_OPC_Decode, 215, 16, 3, // Opcode: VCMPEQUQ_rec
|
|
/* 3195 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 3211
|
|
/* 3200 */ MCD_OPC_CheckField, 0, 1, 0, 122, 77, 0, // Skip to: 23041
|
|
/* 3207 */ MCD_OPC_Decode, 233, 16, 3, // Opcode: VCMPGTUB_rec
|
|
/* 3211 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 3227
|
|
/* 3216 */ MCD_OPC_CheckField, 0, 1, 0, 106, 77, 0, // Skip to: 23041
|
|
/* 3223 */ MCD_OPC_Decode, 237, 16, 3, // Opcode: VCMPGTUH_rec
|
|
/* 3227 */ MCD_OPC_FilterValue, 26, 21, 0, 0, // Skip to: 3253
|
|
/* 3232 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3235 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3244
|
|
/* 3240 */ MCD_OPC_Decode, 241, 16, 3, // Opcode: VCMPGTUW_rec
|
|
/* 3244 */ MCD_OPC_FilterValue, 1, 80, 77, 0, // Skip to: 23041
|
|
/* 3249 */ MCD_OPC_Decode, 239, 16, 3, // Opcode: VCMPGTUQ_rec
|
|
/* 3253 */ MCD_OPC_FilterValue, 27, 21, 0, 0, // Skip to: 3279
|
|
/* 3258 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3261 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3270
|
|
/* 3266 */ MCD_OPC_Decode, 221, 16, 3, // Opcode: VCMPGTFP_rec
|
|
/* 3270 */ MCD_OPC_FilterValue, 1, 54, 77, 0, // Skip to: 23041
|
|
/* 3275 */ MCD_OPC_Decode, 235, 16, 3, // Opcode: VCMPGTUD_rec
|
|
/* 3279 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 3295
|
|
/* 3284 */ MCD_OPC_CheckField, 0, 1, 0, 38, 77, 0, // Skip to: 23041
|
|
/* 3291 */ MCD_OPC_Decode, 223, 16, 3, // Opcode: VCMPGTSB_rec
|
|
/* 3295 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 3311
|
|
/* 3300 */ MCD_OPC_CheckField, 0, 1, 0, 22, 77, 0, // Skip to: 23041
|
|
/* 3307 */ MCD_OPC_Decode, 227, 16, 3, // Opcode: VCMPGTSH_rec
|
|
/* 3311 */ MCD_OPC_FilterValue, 30, 21, 0, 0, // Skip to: 3337
|
|
/* 3316 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3319 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3328
|
|
/* 3324 */ MCD_OPC_Decode, 231, 16, 3, // Opcode: VCMPGTSW_rec
|
|
/* 3328 */ MCD_OPC_FilterValue, 1, 252, 76, 0, // Skip to: 23041
|
|
/* 3333 */ MCD_OPC_Decode, 229, 16, 3, // Opcode: VCMPGTSQ_rec
|
|
/* 3337 */ MCD_OPC_FilterValue, 31, 243, 76, 0, // Skip to: 23041
|
|
/* 3342 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3345 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3354
|
|
/* 3350 */ MCD_OPC_Decode, 205, 16, 3, // Opcode: VCMPBFP_rec
|
|
/* 3354 */ MCD_OPC_FilterValue, 1, 226, 76, 0, // Skip to: 23041
|
|
/* 3359 */ MCD_OPC_Decode, 225, 16, 3, // Opcode: VCMPGTSD_rec
|
|
/* 3363 */ MCD_OPC_FilterValue, 4, 26, 2, 0, // Skip to: 3906
|
|
/* 3368 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 3371 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 3387
|
|
/* 3376 */ MCD_OPC_CheckField, 0, 1, 0, 202, 76, 0, // Skip to: 23041
|
|
/* 3383 */ MCD_OPC_Decode, 155, 18, 3, // Opcode: VMULOUB
|
|
/* 3387 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 3403
|
|
/* 3392 */ MCD_OPC_CheckField, 0, 1, 0, 186, 76, 0, // Skip to: 23041
|
|
/* 3399 */ MCD_OPC_Decode, 157, 18, 3, // Opcode: VMULOUH
|
|
/* 3403 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 3429
|
|
/* 3408 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3411 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3420
|
|
/* 3416 */ MCD_OPC_Decode, 158, 18, 3, // Opcode: VMULOUW
|
|
/* 3420 */ MCD_OPC_FilterValue, 1, 160, 76, 0, // Skip to: 23041
|
|
/* 3425 */ MCD_OPC_Decode, 159, 18, 3, // Opcode: VMULUWM
|
|
/* 3429 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 3445
|
|
/* 3434 */ MCD_OPC_CheckField, 0, 1, 0, 144, 76, 0, // Skip to: 23041
|
|
/* 3441 */ MCD_OPC_Decode, 156, 18, 3, // Opcode: VMULOUD
|
|
/* 3445 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 3461
|
|
/* 3450 */ MCD_OPC_CheckField, 0, 1, 0, 128, 76, 0, // Skip to: 23041
|
|
/* 3457 */ MCD_OPC_Decode, 151, 18, 3, // Opcode: VMULOSB
|
|
/* 3461 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 3477
|
|
/* 3466 */ MCD_OPC_CheckField, 0, 1, 0, 112, 76, 0, // Skip to: 23041
|
|
/* 3473 */ MCD_OPC_Decode, 153, 18, 3, // Opcode: VMULOSH
|
|
/* 3477 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 3493
|
|
/* 3482 */ MCD_OPC_CheckField, 0, 1, 0, 96, 76, 0, // Skip to: 23041
|
|
/* 3489 */ MCD_OPC_Decode, 154, 18, 3, // Opcode: VMULOSW
|
|
/* 3493 */ MCD_OPC_FilterValue, 7, 21, 0, 0, // Skip to: 3519
|
|
/* 3498 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3501 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3510
|
|
/* 3506 */ MCD_OPC_Decode, 152, 18, 3, // Opcode: VMULOSD
|
|
/* 3510 */ MCD_OPC_FilterValue, 1, 70, 76, 0, // Skip to: 23041
|
|
/* 3515 */ MCD_OPC_Decode, 150, 18, 3, // Opcode: VMULLD
|
|
/* 3519 */ MCD_OPC_FilterValue, 8, 11, 0, 0, // Skip to: 3535
|
|
/* 3524 */ MCD_OPC_CheckField, 0, 1, 0, 54, 76, 0, // Skip to: 23041
|
|
/* 3531 */ MCD_OPC_Decode, 142, 18, 3, // Opcode: VMULEUB
|
|
/* 3535 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 3551
|
|
/* 3540 */ MCD_OPC_CheckField, 0, 1, 0, 38, 76, 0, // Skip to: 23041
|
|
/* 3547 */ MCD_OPC_Decode, 144, 18, 3, // Opcode: VMULEUH
|
|
/* 3551 */ MCD_OPC_FilterValue, 10, 21, 0, 0, // Skip to: 3577
|
|
/* 3556 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3559 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3568
|
|
/* 3564 */ MCD_OPC_Decode, 145, 18, 3, // Opcode: VMULEUW
|
|
/* 3568 */ MCD_OPC_FilterValue, 1, 12, 76, 0, // Skip to: 23041
|
|
/* 3573 */ MCD_OPC_Decode, 149, 18, 3, // Opcode: VMULHUW
|
|
/* 3577 */ MCD_OPC_FilterValue, 11, 21, 0, 0, // Skip to: 3603
|
|
/* 3582 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3585 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3594
|
|
/* 3590 */ MCD_OPC_Decode, 143, 18, 3, // Opcode: VMULEUD
|
|
/* 3594 */ MCD_OPC_FilterValue, 1, 242, 75, 0, // Skip to: 23041
|
|
/* 3599 */ MCD_OPC_Decode, 148, 18, 3, // Opcode: VMULHUD
|
|
/* 3603 */ MCD_OPC_FilterValue, 12, 11, 0, 0, // Skip to: 3619
|
|
/* 3608 */ MCD_OPC_CheckField, 0, 1, 0, 226, 75, 0, // Skip to: 23041
|
|
/* 3615 */ MCD_OPC_Decode, 138, 18, 3, // Opcode: VMULESB
|
|
/* 3619 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 3635
|
|
/* 3624 */ MCD_OPC_CheckField, 0, 1, 0, 210, 75, 0, // Skip to: 23041
|
|
/* 3631 */ MCD_OPC_Decode, 140, 18, 3, // Opcode: VMULESH
|
|
/* 3635 */ MCD_OPC_FilterValue, 14, 21, 0, 0, // Skip to: 3661
|
|
/* 3640 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3643 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3652
|
|
/* 3648 */ MCD_OPC_Decode, 141, 18, 3, // Opcode: VMULESW
|
|
/* 3652 */ MCD_OPC_FilterValue, 1, 184, 75, 0, // Skip to: 23041
|
|
/* 3657 */ MCD_OPC_Decode, 147, 18, 3, // Opcode: VMULHSW
|
|
/* 3661 */ MCD_OPC_FilterValue, 15, 21, 0, 0, // Skip to: 3687
|
|
/* 3666 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3669 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3678
|
|
/* 3674 */ MCD_OPC_Decode, 139, 18, 3, // Opcode: VMULESD
|
|
/* 3678 */ MCD_OPC_FilterValue, 1, 158, 75, 0, // Skip to: 23041
|
|
/* 3683 */ MCD_OPC_Decode, 146, 18, 3, // Opcode: VMULHSD
|
|
/* 3687 */ MCD_OPC_FilterValue, 16, 11, 0, 0, // Skip to: 3703
|
|
/* 3692 */ MCD_OPC_CheckField, 0, 1, 0, 142, 75, 0, // Skip to: 23041
|
|
/* 3699 */ MCD_OPC_Decode, 187, 18, 3, // Opcode: VPMSUMB
|
|
/* 3703 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 3719
|
|
/* 3708 */ MCD_OPC_CheckField, 0, 1, 0, 126, 75, 0, // Skip to: 23041
|
|
/* 3715 */ MCD_OPC_Decode, 189, 18, 3, // Opcode: VPMSUMH
|
|
/* 3719 */ MCD_OPC_FilterValue, 18, 11, 0, 0, // Skip to: 3735
|
|
/* 3724 */ MCD_OPC_CheckField, 0, 1, 0, 110, 75, 0, // Skip to: 23041
|
|
/* 3731 */ MCD_OPC_Decode, 190, 18, 3, // Opcode: VPMSUMW
|
|
/* 3735 */ MCD_OPC_FilterValue, 19, 11, 0, 0, // Skip to: 3751
|
|
/* 3740 */ MCD_OPC_CheckField, 0, 1, 0, 94, 75, 0, // Skip to: 23041
|
|
/* 3747 */ MCD_OPC_Decode, 188, 18, 3, // Opcode: VPMSUMD
|
|
/* 3751 */ MCD_OPC_FilterValue, 20, 21, 0, 0, // Skip to: 3777
|
|
/* 3756 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3759 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3768
|
|
/* 3764 */ MCD_OPC_Decode, 194, 16, 3, // Opcode: VCIPHER
|
|
/* 3768 */ MCD_OPC_FilterValue, 1, 68, 75, 0, // Skip to: 23041
|
|
/* 3773 */ MCD_OPC_Decode, 195, 16, 3, // Opcode: VCIPHERLAST
|
|
/* 3777 */ MCD_OPC_FilterValue, 21, 21, 0, 0, // Skip to: 3803
|
|
/* 3782 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3785 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3794
|
|
/* 3790 */ MCD_OPC_Decode, 161, 18, 3, // Opcode: VNCIPHER
|
|
/* 3794 */ MCD_OPC_FilterValue, 1, 42, 75, 0, // Skip to: 23041
|
|
/* 3799 */ MCD_OPC_Decode, 162, 18, 3, // Opcode: VNCIPHERLAST
|
|
/* 3803 */ MCD_OPC_FilterValue, 23, 18, 0, 0, // Skip to: 3826
|
|
/* 3808 */ MCD_OPC_CheckField, 11, 5, 0, 26, 75, 0, // Skip to: 23041
|
|
/* 3815 */ MCD_OPC_CheckField, 0, 1, 0, 19, 75, 0, // Skip to: 23041
|
|
/* 3822 */ MCD_OPC_Decode, 215, 18, 4, // Opcode: VSBOX
|
|
/* 3826 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 3842
|
|
/* 3831 */ MCD_OPC_CheckField, 0, 1, 0, 3, 75, 0, // Skip to: 23041
|
|
/* 3838 */ MCD_OPC_Decode, 150, 19, 3, // Opcode: VSUM4UBS
|
|
/* 3842 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 3858
|
|
/* 3847 */ MCD_OPC_CheckField, 0, 1, 0, 243, 74, 0, // Skip to: 23041
|
|
/* 3854 */ MCD_OPC_Decode, 149, 19, 3, // Opcode: VSUM4SHS
|
|
/* 3858 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 3874
|
|
/* 3863 */ MCD_OPC_CheckField, 0, 1, 0, 227, 74, 0, // Skip to: 23041
|
|
/* 3870 */ MCD_OPC_Decode, 147, 19, 3, // Opcode: VSUM2SWS
|
|
/* 3874 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 3890
|
|
/* 3879 */ MCD_OPC_CheckField, 0, 1, 0, 211, 74, 0, // Skip to: 23041
|
|
/* 3886 */ MCD_OPC_Decode, 148, 19, 3, // Opcode: VSUM4SBS
|
|
/* 3890 */ MCD_OPC_FilterValue, 30, 202, 74, 0, // Skip to: 23041
|
|
/* 3895 */ MCD_OPC_CheckField, 0, 1, 0, 195, 74, 0, // Skip to: 23041
|
|
/* 3902 */ MCD_OPC_Decode, 151, 19, 3, // Opcode: VSUMSWS
|
|
/* 3906 */ MCD_OPC_FilterValue, 5, 31, 2, 0, // Skip to: 4454
|
|
/* 3911 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 3914 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 3940
|
|
/* 3919 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3922 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 3931
|
|
/* 3927 */ MCD_OPC_Decode, 167, 16, 3, // Opcode: VADDFP
|
|
/* 3931 */ MCD_OPC_FilterValue, 1, 161, 74, 0, // Skip to: 23041
|
|
/* 3936 */ MCD_OPC_Decode, 152, 17, 3, // Opcode: VDIVUQ
|
|
/* 3940 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 3956
|
|
/* 3945 */ MCD_OPC_CheckField, 0, 1, 0, 145, 74, 0, // Skip to: 23041
|
|
/* 3952 */ MCD_OPC_Decode, 135, 19, 3, // Opcode: VSUBFP
|
|
/* 3956 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 3972
|
|
/* 3961 */ MCD_OPC_CheckField, 0, 1, 1, 129, 74, 0, // Skip to: 23041
|
|
/* 3968 */ MCD_OPC_Decode, 153, 17, 3, // Opcode: VDIVUW
|
|
/* 3972 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 3988
|
|
/* 3977 */ MCD_OPC_CheckField, 0, 1, 1, 113, 74, 0, // Skip to: 23041
|
|
/* 3984 */ MCD_OPC_Decode, 151, 17, 3, // Opcode: VDIVUD
|
|
/* 3988 */ MCD_OPC_FilterValue, 4, 28, 0, 0, // Skip to: 4021
|
|
/* 3993 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 3996 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4012
|
|
/* 4001 */ MCD_OPC_CheckField, 16, 5, 0, 89, 74, 0, // Skip to: 23041
|
|
/* 4008 */ MCD_OPC_Decode, 198, 18, 7, // Opcode: VREFP
|
|
/* 4012 */ MCD_OPC_FilterValue, 1, 80, 74, 0, // Skip to: 23041
|
|
/* 4017 */ MCD_OPC_Decode, 149, 17, 3, // Opcode: VDIVSQ
|
|
/* 4021 */ MCD_OPC_FilterValue, 5, 18, 0, 0, // Skip to: 4044
|
|
/* 4026 */ MCD_OPC_CheckField, 16, 5, 0, 64, 74, 0, // Skip to: 23041
|
|
/* 4033 */ MCD_OPC_CheckField, 0, 1, 0, 57, 74, 0, // Skip to: 23041
|
|
/* 4040 */ MCD_OPC_Decode, 214, 18, 7, // Opcode: VRSQRTEFP
|
|
/* 4044 */ MCD_OPC_FilterValue, 6, 28, 0, 0, // Skip to: 4077
|
|
/* 4049 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4052 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4068
|
|
/* 4057 */ MCD_OPC_CheckField, 16, 5, 0, 33, 74, 0, // Skip to: 23041
|
|
/* 4064 */ MCD_OPC_Decode, 160, 17, 7, // Opcode: VEXPTEFP
|
|
/* 4068 */ MCD_OPC_FilterValue, 1, 24, 74, 0, // Skip to: 23041
|
|
/* 4073 */ MCD_OPC_Decode, 150, 17, 3, // Opcode: VDIVSW
|
|
/* 4077 */ MCD_OPC_FilterValue, 7, 28, 0, 0, // Skip to: 4110
|
|
/* 4082 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4085 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4101
|
|
/* 4090 */ MCD_OPC_CheckField, 16, 5, 0, 0, 74, 0, // Skip to: 23041
|
|
/* 4097 */ MCD_OPC_Decode, 217, 17, 7, // Opcode: VLOGEFP
|
|
/* 4101 */ MCD_OPC_FilterValue, 1, 247, 73, 0, // Skip to: 23041
|
|
/* 4106 */ MCD_OPC_Decode, 148, 17, 3, // Opcode: VDIVSD
|
|
/* 4110 */ MCD_OPC_FilterValue, 8, 28, 0, 0, // Skip to: 4143
|
|
/* 4115 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4118 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4134
|
|
/* 4123 */ MCD_OPC_CheckField, 16, 5, 0, 223, 73, 0, // Skip to: 23041
|
|
/* 4130 */ MCD_OPC_Decode, 200, 18, 7, // Opcode: VRFIN
|
|
/* 4134 */ MCD_OPC_FilterValue, 1, 214, 73, 0, // Skip to: 23041
|
|
/* 4139 */ MCD_OPC_Decode, 146, 17, 3, // Opcode: VDIVEUQ
|
|
/* 4143 */ MCD_OPC_FilterValue, 9, 18, 0, 0, // Skip to: 4166
|
|
/* 4148 */ MCD_OPC_CheckField, 16, 5, 0, 198, 73, 0, // Skip to: 23041
|
|
/* 4155 */ MCD_OPC_CheckField, 0, 1, 0, 191, 73, 0, // Skip to: 23041
|
|
/* 4162 */ MCD_OPC_Decode, 202, 18, 7, // Opcode: VRFIZ
|
|
/* 4166 */ MCD_OPC_FilterValue, 10, 28, 0, 0, // Skip to: 4199
|
|
/* 4171 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4174 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4190
|
|
/* 4179 */ MCD_OPC_CheckField, 16, 5, 0, 167, 73, 0, // Skip to: 23041
|
|
/* 4186 */ MCD_OPC_Decode, 201, 18, 7, // Opcode: VRFIP
|
|
/* 4190 */ MCD_OPC_FilterValue, 1, 158, 73, 0, // Skip to: 23041
|
|
/* 4195 */ MCD_OPC_Decode, 147, 17, 3, // Opcode: VDIVEUW
|
|
/* 4199 */ MCD_OPC_FilterValue, 11, 28, 0, 0, // Skip to: 4232
|
|
/* 4204 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4207 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4223
|
|
/* 4212 */ MCD_OPC_CheckField, 16, 5, 0, 134, 73, 0, // Skip to: 23041
|
|
/* 4219 */ MCD_OPC_Decode, 199, 18, 7, // Opcode: VRFIM
|
|
/* 4223 */ MCD_OPC_FilterValue, 1, 125, 73, 0, // Skip to: 23041
|
|
/* 4228 */ MCD_OPC_Decode, 145, 17, 3, // Opcode: VDIVEUD
|
|
/* 4232 */ MCD_OPC_FilterValue, 12, 21, 0, 0, // Skip to: 4258
|
|
/* 4237 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4240 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4249
|
|
/* 4245 */ MCD_OPC_Decode, 192, 16, 16, // Opcode: VCFUX
|
|
/* 4249 */ MCD_OPC_FilterValue, 1, 99, 73, 0, // Skip to: 23041
|
|
/* 4254 */ MCD_OPC_Decode, 143, 17, 3, // Opcode: VDIVESQ
|
|
/* 4258 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 4274
|
|
/* 4263 */ MCD_OPC_CheckField, 0, 1, 0, 83, 73, 0, // Skip to: 23041
|
|
/* 4270 */ MCD_OPC_Decode, 189, 16, 16, // Opcode: VCFSX
|
|
/* 4274 */ MCD_OPC_FilterValue, 14, 21, 0, 0, // Skip to: 4300
|
|
/* 4279 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4282 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4291
|
|
/* 4287 */ MCD_OPC_Decode, 134, 17, 16, // Opcode: VCTUXS
|
|
/* 4291 */ MCD_OPC_FilterValue, 1, 57, 73, 0, // Skip to: 23041
|
|
/* 4296 */ MCD_OPC_Decode, 144, 17, 3, // Opcode: VDIVESW
|
|
/* 4300 */ MCD_OPC_FilterValue, 15, 21, 0, 0, // Skip to: 4326
|
|
/* 4305 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4308 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4317
|
|
/* 4313 */ MCD_OPC_Decode, 132, 17, 16, // Opcode: VCTSXS
|
|
/* 4317 */ MCD_OPC_FilterValue, 1, 31, 73, 0, // Skip to: 23041
|
|
/* 4322 */ MCD_OPC_Decode, 142, 17, 3, // Opcode: VDIVESD
|
|
/* 4326 */ MCD_OPC_FilterValue, 16, 11, 0, 0, // Skip to: 4342
|
|
/* 4331 */ MCD_OPC_CheckField, 0, 1, 0, 15, 73, 0, // Skip to: 23041
|
|
/* 4338 */ MCD_OPC_Decode, 219, 17, 3, // Opcode: VMAXFP
|
|
/* 4342 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 4358
|
|
/* 4347 */ MCD_OPC_CheckField, 0, 1, 0, 255, 72, 0, // Skip to: 23041
|
|
/* 4354 */ MCD_OPC_Decode, 230, 17, 3, // Opcode: VMINFP
|
|
/* 4358 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 4374
|
|
/* 4363 */ MCD_OPC_CheckField, 0, 1, 1, 239, 72, 0, // Skip to: 23041
|
|
/* 4370 */ MCD_OPC_Decode, 244, 17, 3, // Opcode: VMODUQ
|
|
/* 4374 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 4390
|
|
/* 4379 */ MCD_OPC_CheckField, 0, 1, 1, 223, 72, 0, // Skip to: 23041
|
|
/* 4386 */ MCD_OPC_Decode, 245, 17, 3, // Opcode: VMODUW
|
|
/* 4390 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 4406
|
|
/* 4395 */ MCD_OPC_CheckField, 0, 1, 1, 207, 72, 0, // Skip to: 23041
|
|
/* 4402 */ MCD_OPC_Decode, 243, 17, 3, // Opcode: VMODUD
|
|
/* 4406 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 4422
|
|
/* 4411 */ MCD_OPC_CheckField, 0, 1, 1, 191, 72, 0, // Skip to: 23041
|
|
/* 4418 */ MCD_OPC_Decode, 241, 17, 3, // Opcode: VMODSQ
|
|
/* 4422 */ MCD_OPC_FilterValue, 30, 11, 0, 0, // Skip to: 4438
|
|
/* 4427 */ MCD_OPC_CheckField, 0, 1, 1, 175, 72, 0, // Skip to: 23041
|
|
/* 4434 */ MCD_OPC_Decode, 242, 17, 3, // Opcode: VMODSW
|
|
/* 4438 */ MCD_OPC_FilterValue, 31, 166, 72, 0, // Skip to: 23041
|
|
/* 4443 */ MCD_OPC_CheckField, 0, 1, 1, 159, 72, 0, // Skip to: 23041
|
|
/* 4450 */ MCD_OPC_Decode, 240, 17, 3, // Opcode: VMODSD
|
|
/* 4454 */ MCD_OPC_FilterValue, 6, 174, 2, 0, // Skip to: 5145
|
|
/* 4459 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 4462 */ MCD_OPC_FilterValue, 0, 56, 0, 0, // Skip to: 4523
|
|
/* 4467 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4470 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4479
|
|
/* 4475 */ MCD_OPC_Decode, 247, 17, 3, // Opcode: VMRGHB
|
|
/* 4479 */ MCD_OPC_FilterValue, 1, 125, 72, 0, // Skip to: 23041
|
|
/* 4484 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ...
|
|
/* 4487 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4496
|
|
/* 4492 */ MCD_OPC_Decode, 251, 18, 7, // Opcode: VSTRIBL
|
|
/* 4496 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 4505
|
|
/* 4501 */ MCD_OPC_Decode, 253, 18, 7, // Opcode: VSTRIBR
|
|
/* 4505 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 4514
|
|
/* 4510 */ MCD_OPC_Decode, 255, 18, 7, // Opcode: VSTRIHL
|
|
/* 4514 */ MCD_OPC_FilterValue, 3, 90, 72, 0, // Skip to: 23041
|
|
/* 4519 */ MCD_OPC_Decode, 129, 19, 7, // Opcode: VSTRIHR
|
|
/* 4523 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 4539
|
|
/* 4528 */ MCD_OPC_CheckField, 0, 1, 0, 74, 72, 0, // Skip to: 23041
|
|
/* 4535 */ MCD_OPC_Decode, 248, 17, 3, // Opcode: VMRGHH
|
|
/* 4539 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 4555
|
|
/* 4544 */ MCD_OPC_CheckField, 0, 1, 0, 58, 72, 0, // Skip to: 23041
|
|
/* 4551 */ MCD_OPC_Decode, 249, 17, 3, // Opcode: VMRGHW
|
|
/* 4555 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 4571
|
|
/* 4560 */ MCD_OPC_CheckField, 0, 1, 0, 42, 72, 0, // Skip to: 23041
|
|
/* 4567 */ MCD_OPC_Decode, 250, 17, 3, // Opcode: VMRGLB
|
|
/* 4571 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 4587
|
|
/* 4576 */ MCD_OPC_CheckField, 0, 1, 0, 26, 72, 0, // Skip to: 23041
|
|
/* 4583 */ MCD_OPC_Decode, 251, 17, 3, // Opcode: VMRGLH
|
|
/* 4587 */ MCD_OPC_FilterValue, 6, 21, 0, 0, // Skip to: 4613
|
|
/* 4592 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4595 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4604
|
|
/* 4600 */ MCD_OPC_Decode, 252, 17, 3, // Opcode: VMRGLW
|
|
/* 4604 */ MCD_OPC_FilterValue, 1, 0, 72, 0, // Skip to: 23041
|
|
/* 4609 */ MCD_OPC_Decode, 196, 16, 17, // Opcode: VCLRLB
|
|
/* 4613 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 4629
|
|
/* 4618 */ MCD_OPC_CheckField, 0, 1, 1, 240, 71, 0, // Skip to: 23041
|
|
/* 4625 */ MCD_OPC_Decode, 197, 16, 17, // Opcode: VCLRRB
|
|
/* 4629 */ MCD_OPC_FilterValue, 8, 21, 0, 0, // Skip to: 4655
|
|
/* 4634 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4637 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4646
|
|
/* 4642 */ MCD_OPC_Decode, 229, 18, 16, // Opcode: VSPLTB
|
|
/* 4646 */ MCD_OPC_FilterValue, 1, 214, 71, 0, // Skip to: 23041
|
|
/* 4651 */ MCD_OPC_Decode, 174, 17, 18, // Opcode: VEXTRACTUB
|
|
/* 4655 */ MCD_OPC_FilterValue, 9, 21, 0, 0, // Skip to: 4681
|
|
/* 4660 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4663 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4672
|
|
/* 4668 */ MCD_OPC_Decode, 231, 18, 16, // Opcode: VSPLTH
|
|
/* 4672 */ MCD_OPC_FilterValue, 1, 188, 71, 0, // Skip to: 23041
|
|
/* 4677 */ MCD_OPC_Decode, 175, 17, 18, // Opcode: VEXTRACTUH
|
|
/* 4681 */ MCD_OPC_FilterValue, 10, 21, 0, 0, // Skip to: 4707
|
|
/* 4686 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4689 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4698
|
|
/* 4694 */ MCD_OPC_Decode, 236, 18, 16, // Opcode: VSPLTW
|
|
/* 4698 */ MCD_OPC_FilterValue, 1, 162, 71, 0, // Skip to: 23041
|
|
/* 4703 */ MCD_OPC_Decode, 176, 17, 18, // Opcode: VEXTRACTUW
|
|
/* 4707 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 4723
|
|
/* 4712 */ MCD_OPC_CheckField, 0, 1, 1, 146, 71, 0, // Skip to: 23041
|
|
/* 4719 */ MCD_OPC_Decode, 170, 17, 18, // Opcode: VEXTRACTD
|
|
/* 4723 */ MCD_OPC_FilterValue, 12, 28, 0, 0, // Skip to: 4756
|
|
/* 4728 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4731 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4747
|
|
/* 4736 */ MCD_OPC_CheckField, 11, 5, 0, 122, 71, 0, // Skip to: 23041
|
|
/* 4743 */ MCD_OPC_Decode, 233, 18, 19, // Opcode: VSPLTISB
|
|
/* 4747 */ MCD_OPC_FilterValue, 1, 113, 71, 0, // Skip to: 23041
|
|
/* 4752 */ MCD_OPC_Decode, 204, 17, 20, // Opcode: VINSERTB
|
|
/* 4756 */ MCD_OPC_FilterValue, 13, 28, 0, 0, // Skip to: 4789
|
|
/* 4761 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4764 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4780
|
|
/* 4769 */ MCD_OPC_CheckField, 11, 5, 0, 89, 71, 0, // Skip to: 23041
|
|
/* 4776 */ MCD_OPC_Decode, 234, 18, 19, // Opcode: VSPLTISH
|
|
/* 4780 */ MCD_OPC_FilterValue, 1, 80, 71, 0, // Skip to: 23041
|
|
/* 4785 */ MCD_OPC_Decode, 206, 17, 20, // Opcode: VINSERTH
|
|
/* 4789 */ MCD_OPC_FilterValue, 14, 28, 0, 0, // Skip to: 4822
|
|
/* 4794 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4797 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 4813
|
|
/* 4802 */ MCD_OPC_CheckField, 11, 5, 0, 56, 71, 0, // Skip to: 23041
|
|
/* 4809 */ MCD_OPC_Decode, 235, 18, 19, // Opcode: VSPLTISW
|
|
/* 4813 */ MCD_OPC_FilterValue, 1, 47, 71, 0, // Skip to: 23041
|
|
/* 4818 */ MCD_OPC_Decode, 207, 17, 18, // Opcode: VINSERTW
|
|
/* 4822 */ MCD_OPC_FilterValue, 15, 11, 0, 0, // Skip to: 4838
|
|
/* 4827 */ MCD_OPC_CheckField, 0, 1, 1, 31, 71, 0, // Skip to: 23041
|
|
/* 4834 */ MCD_OPC_Decode, 205, 17, 18, // Opcode: VINSERTD
|
|
/* 4838 */ MCD_OPC_FilterValue, 16, 56, 0, 0, // Skip to: 4899
|
|
/* 4843 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4846 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4855
|
|
/* 4851 */ MCD_OPC_Decode, 225, 18, 3, // Opcode: VSLO
|
|
/* 4855 */ MCD_OPC_FilterValue, 1, 5, 71, 0, // Skip to: 23041
|
|
/* 4860 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ...
|
|
/* 4863 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4872
|
|
/* 4868 */ MCD_OPC_Decode, 252, 18, 7, // Opcode: VSTRIBL_rec
|
|
/* 4872 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 4881
|
|
/* 4877 */ MCD_OPC_Decode, 254, 18, 7, // Opcode: VSTRIBR_rec
|
|
/* 4881 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 4890
|
|
/* 4886 */ MCD_OPC_Decode, 128, 19, 7, // Opcode: VSTRIHL_rec
|
|
/* 4890 */ MCD_OPC_FilterValue, 3, 226, 70, 0, // Skip to: 23041
|
|
/* 4895 */ MCD_OPC_Decode, 130, 19, 7, // Opcode: VSTRIHR_rec
|
|
/* 4899 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 4915
|
|
/* 4904 */ MCD_OPC_CheckField, 0, 1, 0, 210, 70, 0, // Skip to: 23041
|
|
/* 4911 */ MCD_OPC_Decode, 247, 18, 3, // Opcode: VSRO
|
|
/* 4915 */ MCD_OPC_FilterValue, 19, 18, 0, 0, // Skip to: 4938
|
|
/* 4920 */ MCD_OPC_CheckField, 19, 2, 0, 194, 70, 0, // Skip to: 23041
|
|
/* 4927 */ MCD_OPC_CheckField, 0, 1, 0, 187, 70, 0, // Skip to: 23041
|
|
/* 4934 */ MCD_OPC_Decode, 196, 17, 21, // Opcode: VGNB
|
|
/* 4938 */ MCD_OPC_FilterValue, 20, 18, 0, 0, // Skip to: 4961
|
|
/* 4943 */ MCD_OPC_CheckField, 16, 5, 0, 171, 70, 0, // Skip to: 23041
|
|
/* 4950 */ MCD_OPC_CheckField, 0, 1, 0, 164, 70, 0, // Skip to: 23041
|
|
/* 4957 */ MCD_OPC_Decode, 195, 17, 7, // Opcode: VGBBD
|
|
/* 4961 */ MCD_OPC_FilterValue, 21, 21, 0, 0, // Skip to: 4987
|
|
/* 4966 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 4969 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 4978
|
|
/* 4974 */ MCD_OPC_Decode, 188, 16, 3, // Opcode: VBPERMQ
|
|
/* 4978 */ MCD_OPC_FilterValue, 1, 138, 70, 0, // Skip to: 23041
|
|
/* 4983 */ MCD_OPC_Decode, 191, 16, 3, // Opcode: VCFUGED
|
|
/* 4987 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 5003
|
|
/* 4992 */ MCD_OPC_CheckField, 0, 1, 1, 122, 70, 0, // Skip to: 23041
|
|
/* 4999 */ MCD_OPC_Decode, 173, 18, 3, // Opcode: VPEXTD
|
|
/* 5003 */ MCD_OPC_FilterValue, 23, 21, 0, 0, // Skip to: 5029
|
|
/* 5008 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5011 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5020
|
|
/* 5016 */ MCD_OPC_Decode, 187, 16, 3, // Opcode: VBPERMD
|
|
/* 5020 */ MCD_OPC_FilterValue, 1, 96, 70, 0, // Skip to: 23041
|
|
/* 5025 */ MCD_OPC_Decode, 169, 18, 3, // Opcode: VPDEPD
|
|
/* 5029 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 5045
|
|
/* 5034 */ MCD_OPC_CheckField, 0, 1, 1, 80, 70, 0, // Skip to: 23041
|
|
/* 5041 */ MCD_OPC_Decode, 189, 17, 22, // Opcode: VEXTUBLX
|
|
/* 5045 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 5061
|
|
/* 5050 */ MCD_OPC_CheckField, 0, 1, 1, 64, 70, 0, // Skip to: 23041
|
|
/* 5057 */ MCD_OPC_Decode, 191, 17, 22, // Opcode: VEXTUHLX
|
|
/* 5061 */ MCD_OPC_FilterValue, 26, 21, 0, 0, // Skip to: 5087
|
|
/* 5066 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5069 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5078
|
|
/* 5074 */ MCD_OPC_Decode, 253, 17, 3, // Opcode: VMRGOW
|
|
/* 5078 */ MCD_OPC_FilterValue, 1, 38, 70, 0, // Skip to: 23041
|
|
/* 5083 */ MCD_OPC_Decode, 193, 17, 22, // Opcode: VEXTUWLX
|
|
/* 5087 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 5103
|
|
/* 5092 */ MCD_OPC_CheckField, 0, 1, 1, 22, 70, 0, // Skip to: 23041
|
|
/* 5099 */ MCD_OPC_Decode, 190, 17, 22, // Opcode: VEXTUBRX
|
|
/* 5103 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 5119
|
|
/* 5108 */ MCD_OPC_CheckField, 0, 1, 1, 6, 70, 0, // Skip to: 23041
|
|
/* 5115 */ MCD_OPC_Decode, 192, 17, 22, // Opcode: VEXTUHRX
|
|
/* 5119 */ MCD_OPC_FilterValue, 30, 253, 69, 0, // Skip to: 23041
|
|
/* 5124 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5127 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5136
|
|
/* 5132 */ MCD_OPC_Decode, 246, 17, 3, // Opcode: VMRGEW
|
|
/* 5136 */ MCD_OPC_FilterValue, 1, 236, 69, 0, // Skip to: 23041
|
|
/* 5141 */ MCD_OPC_Decode, 194, 17, 22, // Opcode: VEXTUWRX
|
|
/* 5145 */ MCD_OPC_FilterValue, 7, 49, 2, 0, // Skip to: 5711
|
|
/* 5150 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 5153 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 5179
|
|
/* 5158 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5161 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5170
|
|
/* 5166 */ MCD_OPC_Decode, 183, 18, 3, // Opcode: VPKUHUM
|
|
/* 5170 */ MCD_OPC_FilterValue, 1, 202, 69, 0, // Skip to: 23041
|
|
/* 5175 */ MCD_OPC_Decode, 199, 17, 23, // Opcode: VINSBVLX
|
|
/* 5179 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 5205
|
|
/* 5184 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5187 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5196
|
|
/* 5192 */ MCD_OPC_Decode, 185, 18, 3, // Opcode: VPKUWUM
|
|
/* 5196 */ MCD_OPC_FilterValue, 1, 176, 69, 0, // Skip to: 23041
|
|
/* 5201 */ MCD_OPC_Decode, 210, 17, 23, // Opcode: VINSHVLX
|
|
/* 5205 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 5231
|
|
/* 5210 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5213 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5222
|
|
/* 5218 */ MCD_OPC_Decode, 184, 18, 3, // Opcode: VPKUHUS
|
|
/* 5222 */ MCD_OPC_FilterValue, 1, 150, 69, 0, // Skip to: 23041
|
|
/* 5227 */ MCD_OPC_Decode, 215, 17, 23, // Opcode: VINSWVLX
|
|
/* 5231 */ MCD_OPC_FilterValue, 3, 21, 0, 0, // Skip to: 5257
|
|
/* 5236 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5239 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5248
|
|
/* 5244 */ MCD_OPC_Decode, 186, 18, 3, // Opcode: VPKUWUS
|
|
/* 5248 */ MCD_OPC_FilterValue, 1, 124, 69, 0, // Skip to: 23041
|
|
/* 5253 */ MCD_OPC_Decode, 212, 17, 24, // Opcode: VINSW
|
|
/* 5257 */ MCD_OPC_FilterValue, 4, 21, 0, 0, // Skip to: 5283
|
|
/* 5262 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5265 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5274
|
|
/* 5270 */ MCD_OPC_Decode, 178, 18, 3, // Opcode: VPKSHUS
|
|
/* 5274 */ MCD_OPC_FilterValue, 1, 98, 69, 0, // Skip to: 23041
|
|
/* 5279 */ MCD_OPC_Decode, 200, 17, 23, // Opcode: VINSBVRX
|
|
/* 5283 */ MCD_OPC_FilterValue, 5, 21, 0, 0, // Skip to: 5309
|
|
/* 5288 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5291 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5300
|
|
/* 5296 */ MCD_OPC_Decode, 180, 18, 3, // Opcode: VPKSWUS
|
|
/* 5300 */ MCD_OPC_FilterValue, 1, 72, 69, 0, // Skip to: 23041
|
|
/* 5305 */ MCD_OPC_Decode, 211, 17, 23, // Opcode: VINSHVRX
|
|
/* 5309 */ MCD_OPC_FilterValue, 6, 21, 0, 0, // Skip to: 5335
|
|
/* 5314 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5317 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5326
|
|
/* 5322 */ MCD_OPC_Decode, 177, 18, 3, // Opcode: VPKSHSS
|
|
/* 5326 */ MCD_OPC_FilterValue, 1, 46, 69, 0, // Skip to: 23041
|
|
/* 5331 */ MCD_OPC_Decode, 216, 17, 23, // Opcode: VINSWVRX
|
|
/* 5335 */ MCD_OPC_FilterValue, 7, 21, 0, 0, // Skip to: 5361
|
|
/* 5340 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5343 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5352
|
|
/* 5348 */ MCD_OPC_Decode, 179, 18, 3, // Opcode: VPKSWSS
|
|
/* 5352 */ MCD_OPC_FilterValue, 1, 20, 69, 0, // Skip to: 23041
|
|
/* 5357 */ MCD_OPC_Decode, 201, 17, 25, // Opcode: VINSD
|
|
/* 5361 */ MCD_OPC_FilterValue, 8, 28, 0, 0, // Skip to: 5394
|
|
/* 5366 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5369 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5385
|
|
/* 5374 */ MCD_OPC_CheckField, 16, 5, 0, 252, 68, 0, // Skip to: 23041
|
|
/* 5381 */ MCD_OPC_Decode, 153, 19, 7, // Opcode: VUPKHSB
|
|
/* 5385 */ MCD_OPC_FilterValue, 1, 243, 68, 0, // Skip to: 23041
|
|
/* 5390 */ MCD_OPC_Decode, 197, 17, 26, // Opcode: VINSBLX
|
|
/* 5394 */ MCD_OPC_FilterValue, 9, 28, 0, 0, // Skip to: 5427
|
|
/* 5399 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5402 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5418
|
|
/* 5407 */ MCD_OPC_CheckField, 16, 5, 0, 219, 68, 0, // Skip to: 23041
|
|
/* 5414 */ MCD_OPC_Decode, 154, 19, 7, // Opcode: VUPKHSH
|
|
/* 5418 */ MCD_OPC_FilterValue, 1, 210, 68, 0, // Skip to: 23041
|
|
/* 5423 */ MCD_OPC_Decode, 208, 17, 26, // Opcode: VINSHLX
|
|
/* 5427 */ MCD_OPC_FilterValue, 10, 28, 0, 0, // Skip to: 5460
|
|
/* 5432 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5435 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5451
|
|
/* 5440 */ MCD_OPC_CheckField, 16, 5, 0, 186, 68, 0, // Skip to: 23041
|
|
/* 5447 */ MCD_OPC_Decode, 157, 19, 7, // Opcode: VUPKLSB
|
|
/* 5451 */ MCD_OPC_FilterValue, 1, 177, 68, 0, // Skip to: 23041
|
|
/* 5456 */ MCD_OPC_Decode, 213, 17, 26, // Opcode: VINSWLX
|
|
/* 5460 */ MCD_OPC_FilterValue, 11, 28, 0, 0, // Skip to: 5493
|
|
/* 5465 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5468 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5484
|
|
/* 5473 */ MCD_OPC_CheckField, 16, 5, 0, 153, 68, 0, // Skip to: 23041
|
|
/* 5480 */ MCD_OPC_Decode, 158, 19, 7, // Opcode: VUPKLSH
|
|
/* 5484 */ MCD_OPC_FilterValue, 1, 144, 68, 0, // Skip to: 23041
|
|
/* 5489 */ MCD_OPC_Decode, 202, 17, 27, // Opcode: VINSDLX
|
|
/* 5493 */ MCD_OPC_FilterValue, 12, 21, 0, 0, // Skip to: 5519
|
|
/* 5498 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5501 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5510
|
|
/* 5506 */ MCD_OPC_Decode, 174, 18, 3, // Opcode: VPKPX
|
|
/* 5510 */ MCD_OPC_FilterValue, 1, 118, 68, 0, // Skip to: 23041
|
|
/* 5515 */ MCD_OPC_Decode, 198, 17, 26, // Opcode: VINSBRX
|
|
/* 5519 */ MCD_OPC_FilterValue, 13, 28, 0, 0, // Skip to: 5552
|
|
/* 5524 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5527 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5543
|
|
/* 5532 */ MCD_OPC_CheckField, 16, 5, 0, 94, 68, 0, // Skip to: 23041
|
|
/* 5539 */ MCD_OPC_Decode, 152, 19, 7, // Opcode: VUPKHPX
|
|
/* 5543 */ MCD_OPC_FilterValue, 1, 85, 68, 0, // Skip to: 23041
|
|
/* 5548 */ MCD_OPC_Decode, 209, 17, 26, // Opcode: VINSHRX
|
|
/* 5552 */ MCD_OPC_FilterValue, 14, 11, 0, 0, // Skip to: 5568
|
|
/* 5557 */ MCD_OPC_CheckField, 0, 1, 1, 69, 68, 0, // Skip to: 23041
|
|
/* 5564 */ MCD_OPC_Decode, 214, 17, 26, // Opcode: VINSWRX
|
|
/* 5568 */ MCD_OPC_FilterValue, 15, 28, 0, 0, // Skip to: 5601
|
|
/* 5573 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5576 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 5592
|
|
/* 5581 */ MCD_OPC_CheckField, 16, 5, 0, 45, 68, 0, // Skip to: 23041
|
|
/* 5588 */ MCD_OPC_Decode, 156, 19, 7, // Opcode: VUPKLPX
|
|
/* 5592 */ MCD_OPC_FilterValue, 1, 36, 68, 0, // Skip to: 23041
|
|
/* 5597 */ MCD_OPC_Decode, 203, 17, 27, // Opcode: VINSDRX
|
|
/* 5601 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 5617
|
|
/* 5606 */ MCD_OPC_CheckField, 0, 1, 0, 20, 68, 0, // Skip to: 23041
|
|
/* 5613 */ MCD_OPC_Decode, 181, 18, 3, // Opcode: VPKUDUM
|
|
/* 5617 */ MCD_OPC_FilterValue, 19, 11, 0, 0, // Skip to: 5633
|
|
/* 5622 */ MCD_OPC_CheckField, 0, 1, 0, 4, 68, 0, // Skip to: 23041
|
|
/* 5629 */ MCD_OPC_Decode, 182, 18, 3, // Opcode: VPKUDUS
|
|
/* 5633 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 5649
|
|
/* 5638 */ MCD_OPC_CheckField, 0, 1, 0, 244, 67, 0, // Skip to: 23041
|
|
/* 5645 */ MCD_OPC_Decode, 176, 18, 3, // Opcode: VPKSDUS
|
|
/* 5649 */ MCD_OPC_FilterValue, 23, 11, 0, 0, // Skip to: 5665
|
|
/* 5654 */ MCD_OPC_CheckField, 0, 1, 0, 228, 67, 0, // Skip to: 23041
|
|
/* 5661 */ MCD_OPC_Decode, 175, 18, 3, // Opcode: VPKSDSS
|
|
/* 5665 */ MCD_OPC_FilterValue, 25, 18, 0, 0, // Skip to: 5688
|
|
/* 5670 */ MCD_OPC_CheckField, 16, 5, 0, 212, 67, 0, // Skip to: 23041
|
|
/* 5677 */ MCD_OPC_CheckField, 0, 1, 0, 205, 67, 0, // Skip to: 23041
|
|
/* 5684 */ MCD_OPC_Decode, 155, 19, 7, // Opcode: VUPKHSW
|
|
/* 5688 */ MCD_OPC_FilterValue, 27, 196, 67, 0, // Skip to: 23041
|
|
/* 5693 */ MCD_OPC_CheckField, 16, 5, 0, 189, 67, 0, // Skip to: 23041
|
|
/* 5700 */ MCD_OPC_CheckField, 0, 1, 0, 182, 67, 0, // Skip to: 23041
|
|
/* 5707 */ MCD_OPC_Decode, 159, 19, 7, // Opcode: VUPKLSW
|
|
/* 5711 */ MCD_OPC_FilterValue, 10, 4, 0, 0, // Skip to: 5720
|
|
/* 5716 */ MCD_OPC_Decode, 174, 10, 28, // Opcode: MTVSRBMI
|
|
/* 5720 */ MCD_OPC_FilterValue, 11, 38, 0, 0, // Skip to: 5763
|
|
/* 5725 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5728 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 5754
|
|
/* 5733 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 5736 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5745
|
|
/* 5741 */ MCD_OPC_Decode, 222, 18, 29, // Opcode: VSLDBI
|
|
/* 5745 */ MCD_OPC_FilterValue, 1, 139, 67, 0, // Skip to: 23041
|
|
/* 5750 */ MCD_OPC_Decode, 245, 18, 29, // Opcode: VSRDBI
|
|
/* 5754 */ MCD_OPC_FilterValue, 1, 130, 67, 0, // Skip to: 23041
|
|
/* 5759 */ MCD_OPC_Decode, 254, 17, 30, // Opcode: VMSUMCUD
|
|
/* 5763 */ MCD_OPC_FilterValue, 12, 21, 0, 0, // Skip to: 5789
|
|
/* 5768 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5771 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5780
|
|
/* 5776 */ MCD_OPC_Decode, 163, 17, 31, // Opcode: VEXTDUBVLX
|
|
/* 5780 */ MCD_OPC_FilterValue, 1, 104, 67, 0, // Skip to: 23041
|
|
/* 5785 */ MCD_OPC_Decode, 164, 17, 31, // Opcode: VEXTDUBVRX
|
|
/* 5789 */ MCD_OPC_FilterValue, 13, 21, 0, 0, // Skip to: 5815
|
|
/* 5794 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5797 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5806
|
|
/* 5802 */ MCD_OPC_Decode, 165, 17, 31, // Opcode: VEXTDUHVLX
|
|
/* 5806 */ MCD_OPC_FilterValue, 1, 78, 67, 0, // Skip to: 23041
|
|
/* 5811 */ MCD_OPC_Decode, 166, 17, 31, // Opcode: VEXTDUHVRX
|
|
/* 5815 */ MCD_OPC_FilterValue, 14, 21, 0, 0, // Skip to: 5841
|
|
/* 5820 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5823 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5832
|
|
/* 5828 */ MCD_OPC_Decode, 167, 17, 31, // Opcode: VEXTDUWVLX
|
|
/* 5832 */ MCD_OPC_FilterValue, 1, 52, 67, 0, // Skip to: 23041
|
|
/* 5837 */ MCD_OPC_Decode, 168, 17, 31, // Opcode: VEXTDUWVRX
|
|
/* 5841 */ MCD_OPC_FilterValue, 15, 21, 0, 0, // Skip to: 5867
|
|
/* 5846 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5849 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5858
|
|
/* 5854 */ MCD_OPC_Decode, 161, 17, 31, // Opcode: VEXTDDVLX
|
|
/* 5858 */ MCD_OPC_FilterValue, 1, 26, 67, 0, // Skip to: 23041
|
|
/* 5863 */ MCD_OPC_Decode, 162, 17, 31, // Opcode: VEXTDDVRX
|
|
/* 5867 */ MCD_OPC_FilterValue, 16, 21, 0, 0, // Skip to: 5893
|
|
/* 5872 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5875 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5884
|
|
/* 5880 */ MCD_OPC_Decode, 228, 17, 30, // Opcode: VMHADDSHS
|
|
/* 5884 */ MCD_OPC_FilterValue, 1, 0, 67, 0, // Skip to: 23041
|
|
/* 5889 */ MCD_OPC_Decode, 229, 17, 30, // Opcode: VMHRADDSHS
|
|
/* 5893 */ MCD_OPC_FilterValue, 17, 21, 0, 0, // Skip to: 5919
|
|
/* 5898 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5901 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5910
|
|
/* 5906 */ MCD_OPC_Decode, 239, 17, 30, // Opcode: VMLADDUHM
|
|
/* 5910 */ MCD_OPC_FilterValue, 1, 230, 66, 0, // Skip to: 23041
|
|
/* 5915 */ MCD_OPC_Decode, 131, 18, 30, // Opcode: VMSUMUDM
|
|
/* 5919 */ MCD_OPC_FilterValue, 18, 21, 0, 0, // Skip to: 5945
|
|
/* 5924 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5927 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5936
|
|
/* 5932 */ MCD_OPC_Decode, 130, 18, 30, // Opcode: VMSUMUBM
|
|
/* 5936 */ MCD_OPC_FilterValue, 1, 204, 66, 0, // Skip to: 23041
|
|
/* 5941 */ MCD_OPC_Decode, 255, 17, 30, // Opcode: VMSUMMBM
|
|
/* 5945 */ MCD_OPC_FilterValue, 19, 21, 0, 0, // Skip to: 5971
|
|
/* 5950 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5953 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5962
|
|
/* 5958 */ MCD_OPC_Decode, 132, 18, 30, // Opcode: VMSUMUHM
|
|
/* 5962 */ MCD_OPC_FilterValue, 1, 178, 66, 0, // Skip to: 23041
|
|
/* 5967 */ MCD_OPC_Decode, 133, 18, 30, // Opcode: VMSUMUHS
|
|
/* 5971 */ MCD_OPC_FilterValue, 20, 21, 0, 0, // Skip to: 5997
|
|
/* 5976 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 5979 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 5988
|
|
/* 5984 */ MCD_OPC_Decode, 128, 18, 30, // Opcode: VMSUMSHM
|
|
/* 5988 */ MCD_OPC_FilterValue, 1, 152, 66, 0, // Skip to: 23041
|
|
/* 5993 */ MCD_OPC_Decode, 129, 18, 30, // Opcode: VMSUMSHS
|
|
/* 5997 */ MCD_OPC_FilterValue, 21, 21, 0, 0, // Skip to: 6023
|
|
/* 6002 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 6005 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6014
|
|
/* 6010 */ MCD_OPC_Decode, 216, 18, 30, // Opcode: VSEL
|
|
/* 6014 */ MCD_OPC_FilterValue, 1, 126, 66, 0, // Skip to: 23041
|
|
/* 6019 */ MCD_OPC_Decode, 170, 18, 30, // Opcode: VPERM
|
|
/* 6023 */ MCD_OPC_FilterValue, 22, 28, 0, 0, // Skip to: 6056
|
|
/* 6028 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 6031 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 6047
|
|
/* 6036 */ MCD_OPC_CheckField, 10, 1, 0, 102, 66, 0, // Skip to: 23041
|
|
/* 6043 */ MCD_OPC_Decode, 223, 18, 32, // Opcode: VSLDOI
|
|
/* 6047 */ MCD_OPC_FilterValue, 1, 93, 66, 0, // Skip to: 23041
|
|
/* 6052 */ MCD_OPC_Decode, 172, 18, 30, // Opcode: VPERMXOR
|
|
/* 6056 */ MCD_OPC_FilterValue, 23, 21, 0, 0, // Skip to: 6082
|
|
/* 6061 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 6064 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6073
|
|
/* 6069 */ MCD_OPC_Decode, 218, 17, 33, // Opcode: VMADDFP
|
|
/* 6073 */ MCD_OPC_FilterValue, 1, 67, 66, 0, // Skip to: 23041
|
|
/* 6078 */ MCD_OPC_Decode, 165, 18, 33, // Opcode: VNMSUBFP
|
|
/* 6082 */ MCD_OPC_FilterValue, 24, 31, 0, 0, // Skip to: 6118
|
|
/* 6087 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 6090 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6104
|
|
/* 6095 */ MCD_OPC_CheckPredicate, 0, 45, 66, 0, // Skip to: 23041
|
|
/* 6100 */ MCD_OPC_Decode, 219, 9, 34, // Opcode: MADDHD
|
|
/* 6104 */ MCD_OPC_FilterValue, 1, 36, 66, 0, // Skip to: 23041
|
|
/* 6109 */ MCD_OPC_CheckPredicate, 0, 31, 66, 0, // Skip to: 23041
|
|
/* 6114 */ MCD_OPC_Decode, 220, 9, 34, // Opcode: MADDHDU
|
|
/* 6118 */ MCD_OPC_FilterValue, 25, 16, 0, 0, // Skip to: 6139
|
|
/* 6123 */ MCD_OPC_CheckPredicate, 0, 17, 66, 0, // Skip to: 23041
|
|
/* 6128 */ MCD_OPC_CheckField, 0, 1, 1, 10, 66, 0, // Skip to: 23041
|
|
/* 6135 */ MCD_OPC_Decode, 221, 9, 35, // Opcode: MADDLD
|
|
/* 6139 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 6155
|
|
/* 6144 */ MCD_OPC_CheckField, 0, 1, 1, 250, 65, 0, // Skip to: 23041
|
|
/* 6151 */ MCD_OPC_Decode, 171, 18, 30, // Opcode: VPERMR
|
|
/* 6155 */ MCD_OPC_FilterValue, 30, 21, 0, 0, // Skip to: 6181
|
|
/* 6160 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 6163 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6172
|
|
/* 6168 */ MCD_OPC_Decode, 166, 16, 30, // Opcode: VADDEUQM
|
|
/* 6172 */ MCD_OPC_FilterValue, 1, 224, 65, 0, // Skip to: 23041
|
|
/* 6177 */ MCD_OPC_Decode, 165, 16, 30, // Opcode: VADDECUQ
|
|
/* 6181 */ MCD_OPC_FilterValue, 31, 215, 65, 0, // Skip to: 23041
|
|
/* 6186 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 6189 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6198
|
|
/* 6194 */ MCD_OPC_Decode, 134, 19, 30, // Opcode: VSUBEUQM
|
|
/* 6198 */ MCD_OPC_FilterValue, 1, 198, 65, 0, // Skip to: 23041
|
|
/* 6203 */ MCD_OPC_Decode, 133, 19, 30, // Opcode: VSUBECUQ
|
|
/* 6207 */ MCD_OPC_FilterValue, 6, 21, 0, 0, // Skip to: 6233
|
|
/* 6212 */ MCD_OPC_ExtractField, 0, 4, // Inst{3-0} ...
|
|
/* 6215 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6224
|
|
/* 6220 */ MCD_OPC_Decode, 206, 9, 36, // Opcode: LXVP
|
|
/* 6224 */ MCD_OPC_FilterValue, 1, 172, 65, 0, // Skip to: 23041
|
|
/* 6229 */ MCD_OPC_Decode, 183, 15, 36, // Opcode: STXVP
|
|
/* 6233 */ MCD_OPC_FilterValue, 7, 4, 0, 0, // Skip to: 6242
|
|
/* 6238 */ MCD_OPC_Decode, 196, 10, 37, // Opcode: MULLI
|
|
/* 6242 */ MCD_OPC_FilterValue, 8, 4, 0, 0, // Skip to: 6251
|
|
/* 6247 */ MCD_OPC_Decode, 216, 15, 37, // Opcode: SUBFIC
|
|
/* 6251 */ MCD_OPC_FilterValue, 10, 21, 0, 0, // Skip to: 6277
|
|
/* 6256 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ...
|
|
/* 6259 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6268
|
|
/* 6264 */ MCD_OPC_Decode, 188, 4, 38, // Opcode: CMPLWI
|
|
/* 6268 */ MCD_OPC_FilterValue, 1, 128, 65, 0, // Skip to: 23041
|
|
/* 6273 */ MCD_OPC_Decode, 186, 4, 39, // Opcode: CMPLDI
|
|
/* 6277 */ MCD_OPC_FilterValue, 11, 21, 0, 0, // Skip to: 6303
|
|
/* 6282 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ...
|
|
/* 6285 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6294
|
|
/* 6290 */ MCD_OPC_Decode, 192, 4, 40, // Opcode: CMPWI
|
|
/* 6294 */ MCD_OPC_FilterValue, 1, 102, 65, 0, // Skip to: 23041
|
|
/* 6299 */ MCD_OPC_Decode, 183, 4, 41, // Opcode: CMPDI
|
|
/* 6303 */ MCD_OPC_FilterValue, 12, 4, 0, 0, // Skip to: 6312
|
|
/* 6308 */ MCD_OPC_Decode, 240, 2, 37, // Opcode: ADDIC
|
|
/* 6312 */ MCD_OPC_FilterValue, 13, 4, 0, 0, // Skip to: 6321
|
|
/* 6317 */ MCD_OPC_Decode, 242, 2, 37, // Opcode: ADDIC_rec
|
|
/* 6321 */ MCD_OPC_FilterValue, 14, 4, 0, 0, // Skip to: 6330
|
|
/* 6326 */ MCD_OPC_Decode, 238, 2, 42, // Opcode: ADDI
|
|
/* 6330 */ MCD_OPC_FilterValue, 15, 4, 0, 0, // Skip to: 6339
|
|
/* 6335 */ MCD_OPC_Decode, 243, 2, 42, // Opcode: ADDIS
|
|
/* 6339 */ MCD_OPC_FilterValue, 16, 39, 0, 0, // Skip to: 6383
|
|
/* 6344 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 6347 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6356
|
|
/* 6352 */ MCD_OPC_Decode, 129, 22, 43, // Opcode: gBC
|
|
/* 6356 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 6365
|
|
/* 6361 */ MCD_OPC_Decode, 134, 22, 43, // Opcode: gBCL
|
|
/* 6365 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 6374
|
|
/* 6370 */ MCD_OPC_Decode, 130, 22, 44, // Opcode: gBCA
|
|
/* 6374 */ MCD_OPC_FilterValue, 3, 22, 65, 0, // Skip to: 23041
|
|
/* 6379 */ MCD_OPC_Decode, 135, 22, 44, // Opcode: gBCLA
|
|
/* 6383 */ MCD_OPC_FilterValue, 17, 11, 0, 0, // Skip to: 6399
|
|
/* 6388 */ MCD_OPC_CheckField, 1, 1, 1, 6, 65, 0, // Skip to: 23041
|
|
/* 6395 */ MCD_OPC_Decode, 138, 14, 45, // Opcode: SC
|
|
/* 6399 */ MCD_OPC_FilterValue, 18, 39, 0, 0, // Skip to: 6443
|
|
/* 6404 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 6407 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 6416
|
|
/* 6412 */ MCD_OPC_Decode, 221, 3, 46, // Opcode: B
|
|
/* 6416 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 6425
|
|
/* 6421 */ MCD_OPC_Decode, 147, 4, 46, // Opcode: BL
|
|
/* 6425 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 6434
|
|
/* 6430 */ MCD_OPC_Decode, 222, 3, 47, // Opcode: BA
|
|
/* 6434 */ MCD_OPC_FilterValue, 3, 218, 64, 0, // Skip to: 23041
|
|
/* 6439 */ MCD_OPC_Decode, 158, 4, 47, // Opcode: BLA
|
|
/* 6443 */ MCD_OPC_FilterValue, 19, 112, 2, 0, // Skip to: 7072
|
|
/* 6448 */ MCD_OPC_ExtractField, 1, 5, // Inst{5-1} ...
|
|
/* 6451 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 6481
|
|
/* 6456 */ MCD_OPC_CheckField, 21, 2, 0, 194, 64, 0, // Skip to: 23041
|
|
/* 6463 */ MCD_OPC_CheckField, 6, 12, 0, 187, 64, 0, // Skip to: 23041
|
|
/* 6470 */ MCD_OPC_CheckField, 0, 1, 0, 180, 64, 0, // Skip to: 23041
|
|
/* 6477 */ MCD_OPC_Decode, 224, 9, 48, // Opcode: MCRF
|
|
/* 6481 */ MCD_OPC_FilterValue, 1, 131, 0, 0, // Skip to: 6617
|
|
/* 6486 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 6489 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 6505
|
|
/* 6494 */ MCD_OPC_CheckField, 0, 1, 0, 156, 64, 0, // Skip to: 23041
|
|
/* 6501 */ MCD_OPC_Decode, 218, 4, 49, // Opcode: CRNOR
|
|
/* 6505 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 6521
|
|
/* 6510 */ MCD_OPC_CheckField, 0, 1, 0, 140, 64, 0, // Skip to: 23041
|
|
/* 6517 */ MCD_OPC_Decode, 215, 4, 49, // Opcode: CRANDC
|
|
/* 6521 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 6537
|
|
/* 6526 */ MCD_OPC_CheckField, 0, 1, 0, 124, 64, 0, // Skip to: 23041
|
|
/* 6533 */ MCD_OPC_Decode, 224, 4, 49, // Opcode: CRXOR
|
|
/* 6537 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 6553
|
|
/* 6542 */ MCD_OPC_CheckField, 0, 1, 0, 108, 64, 0, // Skip to: 23041
|
|
/* 6549 */ MCD_OPC_Decode, 217, 4, 49, // Opcode: CRNAND
|
|
/* 6553 */ MCD_OPC_FilterValue, 8, 11, 0, 0, // Skip to: 6569
|
|
/* 6558 */ MCD_OPC_CheckField, 0, 1, 0, 92, 64, 0, // Skip to: 23041
|
|
/* 6565 */ MCD_OPC_Decode, 214, 4, 49, // Opcode: CRAND
|
|
/* 6569 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 6585
|
|
/* 6574 */ MCD_OPC_CheckField, 0, 1, 0, 76, 64, 0, // Skip to: 23041
|
|
/* 6581 */ MCD_OPC_Decode, 216, 4, 49, // Opcode: CREQV
|
|
/* 6585 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 6601
|
|
/* 6590 */ MCD_OPC_CheckField, 0, 1, 0, 60, 64, 0, // Skip to: 23041
|
|
/* 6597 */ MCD_OPC_Decode, 221, 4, 49, // Opcode: CRORC
|
|
/* 6601 */ MCD_OPC_FilterValue, 14, 51, 64, 0, // Skip to: 23041
|
|
/* 6606 */ MCD_OPC_CheckField, 0, 1, 0, 44, 64, 0, // Skip to: 23041
|
|
/* 6613 */ MCD_OPC_Decode, 220, 4, 49, // Opcode: CROR
|
|
/* 6617 */ MCD_OPC_FilterValue, 2, 9, 0, 0, // Skip to: 6631
|
|
/* 6622 */ MCD_OPC_CheckPredicate, 0, 30, 64, 0, // Skip to: 23041
|
|
/* 6627 */ MCD_OPC_Decode, 145, 3, 50, // Opcode: ADDPCIS
|
|
/* 6631 */ MCD_OPC_FilterValue, 6, 23, 0, 0, // Skip to: 6659
|
|
/* 6636 */ MCD_OPC_CheckPredicate, 1, 16, 64, 0, // Skip to: 23041
|
|
/* 6641 */ MCD_OPC_CheckField, 6, 20, 1, 9, 64, 0, // Skip to: 23041
|
|
/* 6648 */ MCD_OPC_CheckField, 0, 1, 0, 2, 64, 0, // Skip to: 23041
|
|
/* 6655 */ MCD_OPC_Decode, 236, 13, 0, // Opcode: RFMCI
|
|
/* 6659 */ MCD_OPC_FilterValue, 7, 23, 0, 0, // Skip to: 6687
|
|
/* 6664 */ MCD_OPC_CheckPredicate, 1, 244, 63, 0, // Skip to: 23041
|
|
/* 6669 */ MCD_OPC_CheckField, 6, 20, 1, 237, 63, 0, // Skip to: 23041
|
|
/* 6676 */ MCD_OPC_CheckField, 0, 1, 0, 230, 63, 0, // Skip to: 23041
|
|
/* 6683 */ MCD_OPC_Decode, 232, 13, 0, // Opcode: RFDI
|
|
/* 6687 */ MCD_OPC_FilterValue, 16, 173, 0, 0, // Skip to: 6865
|
|
/* 6692 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 6695 */ MCD_OPC_FilterValue, 0, 80, 0, 0, // Skip to: 6780
|
|
/* 6700 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 6703 */ MCD_OPC_FilterValue, 0, 36, 0, 0, // Skip to: 6744
|
|
/* 6708 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ...
|
|
/* 6711 */ MCD_OPC_FilterValue, 0, 197, 63, 0, // Skip to: 23041
|
|
/* 6716 */ MCD_OPC_CheckPredicate, 2, 19, 0, 0, // Skip to: 6740
|
|
/* 6721 */ MCD_OPC_CheckField, 16, 10, 128, 5, 11, 0, 0, // Skip to: 6740
|
|
/* 6729 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 6740
|
|
/* 6736 */ MCD_OPC_Decode, 164, 4, 0, // Opcode: BLR
|
|
/* 6740 */ MCD_OPC_Decode, 137, 22, 51, // Opcode: gBCLR
|
|
/* 6744 */ MCD_OPC_FilterValue, 16, 164, 63, 0, // Skip to: 23041
|
|
/* 6749 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ...
|
|
/* 6752 */ MCD_OPC_FilterValue, 0, 156, 63, 0, // Skip to: 23041
|
|
/* 6757 */ MCD_OPC_CheckField, 16, 10, 128, 5, 11, 0, 0, // Skip to: 6776
|
|
/* 6765 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 6776
|
|
/* 6772 */ MCD_OPC_Decode, 136, 4, 0, // Opcode: BCTR
|
|
/* 6776 */ MCD_OPC_Decode, 132, 22, 51, // Opcode: gBCCTR
|
|
/* 6780 */ MCD_OPC_FilterValue, 1, 128, 63, 0, // Skip to: 23041
|
|
/* 6785 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 6788 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 6824
|
|
/* 6793 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ...
|
|
/* 6796 */ MCD_OPC_FilterValue, 0, 112, 63, 0, // Skip to: 23041
|
|
/* 6801 */ MCD_OPC_CheckField, 16, 10, 128, 5, 11, 0, 0, // Skip to: 6820
|
|
/* 6809 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 6820
|
|
/* 6816 */ MCD_OPC_Decode, 166, 4, 0, // Opcode: BLRL
|
|
/* 6820 */ MCD_OPC_Decode, 138, 22, 51, // Opcode: gBCLRL
|
|
/* 6824 */ MCD_OPC_FilterValue, 16, 84, 63, 0, // Skip to: 23041
|
|
/* 6829 */ MCD_OPC_ExtractField, 13, 3, // Inst{15-13} ...
|
|
/* 6832 */ MCD_OPC_FilterValue, 0, 76, 63, 0, // Skip to: 23041
|
|
/* 6837 */ MCD_OPC_CheckPredicate, 2, 19, 0, 0, // Skip to: 6861
|
|
/* 6842 */ MCD_OPC_CheckField, 16, 10, 128, 5, 11, 0, 0, // Skip to: 6861
|
|
/* 6850 */ MCD_OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 6861
|
|
/* 6857 */ MCD_OPC_Decode, 138, 4, 0, // Opcode: BCTRL
|
|
/* 6861 */ MCD_OPC_Decode, 133, 22, 51, // Opcode: gBCCTRL
|
|
/* 6865 */ MCD_OPC_FilterValue, 18, 151, 0, 0, // Skip to: 7021
|
|
/* 6870 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 6873 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 6896
|
|
/* 6878 */ MCD_OPC_CheckField, 11, 15, 0, 28, 63, 0, // Skip to: 23041
|
|
/* 6885 */ MCD_OPC_CheckField, 0, 1, 0, 21, 63, 0, // Skip to: 23041
|
|
/* 6892 */ MCD_OPC_Decode, 235, 13, 0, // Opcode: RFID
|
|
/* 6896 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 6924
|
|
/* 6901 */ MCD_OPC_CheckPredicate, 3, 7, 63, 0, // Skip to: 23041
|
|
/* 6906 */ MCD_OPC_CheckField, 11, 15, 0, 0, 63, 0, // Skip to: 23041
|
|
/* 6913 */ MCD_OPC_CheckField, 0, 1, 0, 249, 62, 0, // Skip to: 23041
|
|
/* 6920 */ MCD_OPC_Decode, 234, 13, 0, // Opcode: RFI
|
|
/* 6924 */ MCD_OPC_FilterValue, 4, 18, 0, 0, // Skip to: 6947
|
|
/* 6929 */ MCD_OPC_CheckField, 12, 14, 0, 233, 62, 0, // Skip to: 23041
|
|
/* 6936 */ MCD_OPC_CheckField, 0, 1, 0, 226, 62, 0, // Skip to: 23041
|
|
/* 6943 */ MCD_OPC_Decode, 233, 13, 52, // Opcode: RFEBB
|
|
/* 6947 */ MCD_OPC_FilterValue, 8, 18, 0, 0, // Skip to: 6970
|
|
/* 6952 */ MCD_OPC_CheckField, 11, 15, 0, 210, 62, 0, // Skip to: 23041
|
|
/* 6959 */ MCD_OPC_CheckField, 0, 1, 0, 203, 62, 0, // Skip to: 23041
|
|
/* 6966 */ MCD_OPC_Decode, 194, 8, 0, // Opcode: HRFID
|
|
/* 6970 */ MCD_OPC_FilterValue, 11, 23, 0, 0, // Skip to: 6998
|
|
/* 6975 */ MCD_OPC_CheckPredicate, 0, 189, 62, 0, // Skip to: 23041
|
|
/* 6980 */ MCD_OPC_CheckField, 11, 15, 0, 182, 62, 0, // Skip to: 23041
|
|
/* 6987 */ MCD_OPC_CheckField, 0, 1, 0, 175, 62, 0, // Skip to: 23041
|
|
/* 6994 */ MCD_OPC_Decode, 142, 15, 0, // Opcode: STOP
|
|
/* 6998 */ MCD_OPC_FilterValue, 13, 166, 62, 0, // Skip to: 23041
|
|
/* 7003 */ MCD_OPC_CheckField, 11, 15, 0, 159, 62, 0, // Skip to: 23041
|
|
/* 7010 */ MCD_OPC_CheckField, 0, 1, 0, 152, 62, 0, // Skip to: 23041
|
|
/* 7017 */ MCD_OPC_Decode, 209, 10, 0, // Opcode: NAP
|
|
/* 7021 */ MCD_OPC_FilterValue, 19, 23, 0, 0, // Skip to: 7049
|
|
/* 7026 */ MCD_OPC_CheckPredicate, 3, 138, 62, 0, // Skip to: 23041
|
|
/* 7031 */ MCD_OPC_CheckField, 6, 20, 1, 131, 62, 0, // Skip to: 23041
|
|
/* 7038 */ MCD_OPC_CheckField, 0, 1, 0, 124, 62, 0, // Skip to: 23041
|
|
/* 7045 */ MCD_OPC_Decode, 231, 13, 0, // Opcode: RFCI
|
|
/* 7049 */ MCD_OPC_FilterValue, 22, 115, 62, 0, // Skip to: 23041
|
|
/* 7054 */ MCD_OPC_CheckField, 6, 20, 4, 108, 62, 0, // Skip to: 23041
|
|
/* 7061 */ MCD_OPC_CheckField, 0, 1, 0, 101, 62, 0, // Skip to: 23041
|
|
/* 7068 */ MCD_OPC_Decode, 204, 8, 0, // Opcode: ISYNC
|
|
/* 7072 */ MCD_OPC_FilterValue, 20, 21, 0, 0, // Skip to: 7098
|
|
/* 7077 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 7080 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7089
|
|
/* 7085 */ MCD_OPC_Decode, 253, 13, 53, // Opcode: RLWIMI
|
|
/* 7089 */ MCD_OPC_FilterValue, 1, 75, 62, 0, // Skip to: 23041
|
|
/* 7094 */ MCD_OPC_Decode, 128, 14, 53, // Opcode: RLWIMI_rec
|
|
/* 7098 */ MCD_OPC_FilterValue, 21, 21, 0, 0, // Skip to: 7124
|
|
/* 7103 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 7106 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7115
|
|
/* 7111 */ MCD_OPC_Decode, 129, 14, 54, // Opcode: RLWINM
|
|
/* 7115 */ MCD_OPC_FilterValue, 1, 49, 62, 0, // Skip to: 23041
|
|
/* 7120 */ MCD_OPC_Decode, 132, 14, 54, // Opcode: RLWINM_rec
|
|
/* 7124 */ MCD_OPC_FilterValue, 23, 21, 0, 0, // Skip to: 7150
|
|
/* 7129 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 7132 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7141
|
|
/* 7137 */ MCD_OPC_Decode, 133, 14, 55, // Opcode: RLWNM
|
|
/* 7141 */ MCD_OPC_FilterValue, 1, 23, 62, 0, // Skip to: 23041
|
|
/* 7146 */ MCD_OPC_Decode, 136, 14, 55, // Opcode: RLWNM_rec
|
|
/* 7150 */ MCD_OPC_FilterValue, 24, 15, 0, 0, // Skip to: 7170
|
|
/* 7155 */ MCD_OPC_CheckField, 0, 26, 0, 4, 0, 0, // Skip to: 7166
|
|
/* 7162 */ MCD_OPC_Decode, 218, 10, 0, // Opcode: NOP
|
|
/* 7166 */ MCD_OPC_Decode, 232, 10, 56, // Opcode: ORI
|
|
/* 7170 */ MCD_OPC_FilterValue, 25, 4, 0, 0, // Skip to: 7179
|
|
/* 7175 */ MCD_OPC_Decode, 234, 10, 56, // Opcode: ORIS
|
|
/* 7179 */ MCD_OPC_FilterValue, 26, 4, 0, 0, // Skip to: 7188
|
|
/* 7184 */ MCD_OPC_Decode, 173, 19, 56, // Opcode: XORI
|
|
/* 7188 */ MCD_OPC_FilterValue, 27, 4, 0, 0, // Skip to: 7197
|
|
/* 7193 */ MCD_OPC_Decode, 175, 19, 56, // Opcode: XORIS
|
|
/* 7197 */ MCD_OPC_FilterValue, 28, 4, 0, 0, // Skip to: 7206
|
|
/* 7202 */ MCD_OPC_Decode, 166, 3, 56, // Opcode: ANDI_rec
|
|
/* 7206 */ MCD_OPC_FilterValue, 29, 4, 0, 0, // Skip to: 7215
|
|
/* 7211 */ MCD_OPC_Decode, 165, 3, 56, // Opcode: ANDIS_rec
|
|
/* 7215 */ MCD_OPC_FilterValue, 30, 151, 0, 0, // Skip to: 7371
|
|
/* 7220 */ MCD_OPC_ExtractField, 2, 3, // Inst{4-2} ...
|
|
/* 7223 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 7249
|
|
/* 7228 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 7231 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7240
|
|
/* 7236 */ MCD_OPC_Decode, 242, 13, 57, // Opcode: RLDICL
|
|
/* 7240 */ MCD_OPC_FilterValue, 1, 180, 61, 0, // Skip to: 23041
|
|
/* 7245 */ MCD_OPC_Decode, 246, 13, 57, // Opcode: RLDICL_rec
|
|
/* 7249 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 7275
|
|
/* 7254 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 7257 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7266
|
|
/* 7262 */ MCD_OPC_Decode, 247, 13, 57, // Opcode: RLDICR
|
|
/* 7266 */ MCD_OPC_FilterValue, 1, 154, 61, 0, // Skip to: 23041
|
|
/* 7271 */ MCD_OPC_Decode, 249, 13, 57, // Opcode: RLDICR_rec
|
|
/* 7275 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 7301
|
|
/* 7280 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 7283 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7292
|
|
/* 7288 */ MCD_OPC_Decode, 241, 13, 57, // Opcode: RLDIC
|
|
/* 7292 */ MCD_OPC_FilterValue, 1, 128, 61, 0, // Skip to: 23041
|
|
/* 7297 */ MCD_OPC_Decode, 250, 13, 57, // Opcode: RLDIC_rec
|
|
/* 7301 */ MCD_OPC_FilterValue, 3, 21, 0, 0, // Skip to: 7327
|
|
/* 7306 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 7309 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7318
|
|
/* 7314 */ MCD_OPC_Decode, 251, 13, 58, // Opcode: RLDIMI
|
|
/* 7318 */ MCD_OPC_FilterValue, 1, 102, 61, 0, // Skip to: 23041
|
|
/* 7323 */ MCD_OPC_Decode, 252, 13, 58, // Opcode: RLDIMI_rec
|
|
/* 7327 */ MCD_OPC_FilterValue, 4, 93, 61, 0, // Skip to: 23041
|
|
/* 7332 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 7335 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7344
|
|
/* 7340 */ MCD_OPC_Decode, 237, 13, 59, // Opcode: RLDCL
|
|
/* 7344 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 7353
|
|
/* 7349 */ MCD_OPC_Decode, 238, 13, 59, // Opcode: RLDCL_rec
|
|
/* 7353 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 7362
|
|
/* 7358 */ MCD_OPC_Decode, 239, 13, 59, // Opcode: RLDCR
|
|
/* 7362 */ MCD_OPC_FilterValue, 3, 58, 61, 0, // Skip to: 23041
|
|
/* 7367 */ MCD_OPC_Decode, 240, 13, 59, // Opcode: RLDCR_rec
|
|
/* 7371 */ MCD_OPC_FilterValue, 31, 23, 29, 0, // Skip to: 14823
|
|
/* 7376 */ MCD_OPC_ExtractField, 2, 4, // Inst{5-2} ...
|
|
/* 7379 */ MCD_OPC_FilterValue, 0, 31, 1, 0, // Skip to: 7671
|
|
/* 7384 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 7387 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 7427
|
|
/* 7392 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ...
|
|
/* 7395 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 7411
|
|
/* 7400 */ MCD_OPC_CheckField, 0, 2, 0, 18, 61, 0, // Skip to: 23041
|
|
/* 7407 */ MCD_OPC_Decode, 191, 4, 60, // Opcode: CMPW
|
|
/* 7411 */ MCD_OPC_FilterValue, 1, 9, 61, 0, // Skip to: 23041
|
|
/* 7416 */ MCD_OPC_CheckField, 0, 2, 0, 2, 61, 0, // Skip to: 23041
|
|
/* 7423 */ MCD_OPC_Decode, 182, 4, 61, // Opcode: CMPD
|
|
/* 7427 */ MCD_OPC_FilterValue, 1, 35, 0, 0, // Skip to: 7467
|
|
/* 7432 */ MCD_OPC_ExtractField, 21, 2, // Inst{22-21} ...
|
|
/* 7435 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 7451
|
|
/* 7440 */ MCD_OPC_CheckField, 0, 2, 0, 234, 60, 0, // Skip to: 23041
|
|
/* 7447 */ MCD_OPC_Decode, 187, 4, 60, // Opcode: CMPLW
|
|
/* 7451 */ MCD_OPC_FilterValue, 1, 225, 60, 0, // Skip to: 23041
|
|
/* 7456 */ MCD_OPC_CheckField, 0, 2, 0, 218, 60, 0, // Skip to: 23041
|
|
/* 7463 */ MCD_OPC_Decode, 185, 4, 61, // Opcode: CMPLD
|
|
/* 7467 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 7495
|
|
/* 7472 */ MCD_OPC_CheckPredicate, 0, 204, 60, 0, // Skip to: 23041
|
|
/* 7477 */ MCD_OPC_CheckField, 11, 7, 0, 197, 60, 0, // Skip to: 23041
|
|
/* 7484 */ MCD_OPC_CheckField, 0, 2, 0, 190, 60, 0, // Skip to: 23041
|
|
/* 7491 */ MCD_OPC_Decode, 167, 14, 62, // Opcode: SETB
|
|
/* 7495 */ MCD_OPC_FilterValue, 6, 23, 0, 0, // Skip to: 7523
|
|
/* 7500 */ MCD_OPC_CheckPredicate, 0, 176, 60, 0, // Skip to: 23041
|
|
/* 7505 */ MCD_OPC_CheckField, 22, 1, 0, 169, 60, 0, // Skip to: 23041
|
|
/* 7512 */ MCD_OPC_CheckField, 0, 2, 0, 162, 60, 0, // Skip to: 23041
|
|
/* 7519 */ MCD_OPC_Decode, 189, 4, 63, // Opcode: CMPRB
|
|
/* 7523 */ MCD_OPC_FilterValue, 7, 23, 0, 0, // Skip to: 7551
|
|
/* 7528 */ MCD_OPC_CheckPredicate, 0, 148, 60, 0, // Skip to: 23041
|
|
/* 7533 */ MCD_OPC_CheckField, 21, 2, 0, 141, 60, 0, // Skip to: 23041
|
|
/* 7540 */ MCD_OPC_CheckField, 0, 2, 0, 134, 60, 0, // Skip to: 23041
|
|
/* 7547 */ MCD_OPC_Decode, 184, 4, 61, // Opcode: CMPEQB
|
|
/* 7551 */ MCD_OPC_FilterValue, 12, 18, 0, 0, // Skip to: 7574
|
|
/* 7556 */ MCD_OPC_CheckField, 11, 5, 0, 118, 60, 0, // Skip to: 23041
|
|
/* 7563 */ MCD_OPC_CheckField, 0, 2, 0, 111, 60, 0, // Skip to: 23041
|
|
/* 7570 */ MCD_OPC_Decode, 169, 14, 64, // Opcode: SETBC
|
|
/* 7574 */ MCD_OPC_FilterValue, 13, 18, 0, 0, // Skip to: 7597
|
|
/* 7579 */ MCD_OPC_CheckField, 11, 5, 0, 95, 60, 0, // Skip to: 23041
|
|
/* 7586 */ MCD_OPC_CheckField, 0, 2, 0, 88, 60, 0, // Skip to: 23041
|
|
/* 7593 */ MCD_OPC_Decode, 171, 14, 64, // Opcode: SETBCR
|
|
/* 7597 */ MCD_OPC_FilterValue, 14, 18, 0, 0, // Skip to: 7620
|
|
/* 7602 */ MCD_OPC_CheckField, 11, 5, 0, 72, 60, 0, // Skip to: 23041
|
|
/* 7609 */ MCD_OPC_CheckField, 0, 2, 0, 65, 60, 0, // Skip to: 23041
|
|
/* 7616 */ MCD_OPC_Decode, 174, 14, 64, // Opcode: SETNBC
|
|
/* 7620 */ MCD_OPC_FilterValue, 15, 18, 0, 0, // Skip to: 7643
|
|
/* 7625 */ MCD_OPC_CheckField, 11, 5, 0, 49, 60, 0, // Skip to: 23041
|
|
/* 7632 */ MCD_OPC_CheckField, 0, 2, 0, 42, 60, 0, // Skip to: 23041
|
|
/* 7639 */ MCD_OPC_Decode, 176, 14, 64, // Opcode: SETNBCR
|
|
/* 7643 */ MCD_OPC_FilterValue, 18, 33, 60, 0, // Skip to: 23041
|
|
/* 7648 */ MCD_OPC_CheckPredicate, 0, 28, 60, 0, // Skip to: 23041
|
|
/* 7653 */ MCD_OPC_CheckField, 11, 12, 0, 21, 60, 0, // Skip to: 23041
|
|
/* 7660 */ MCD_OPC_CheckField, 0, 2, 0, 14, 60, 0, // Skip to: 23041
|
|
/* 7667 */ MCD_OPC_Decode, 226, 9, 65, // Opcode: MCRXRX
|
|
/* 7671 */ MCD_OPC_FilterValue, 1, 94, 0, 0, // Skip to: 7770
|
|
/* 7676 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 7679 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 7707
|
|
/* 7684 */ MCD_OPC_CheckPredicate, 3, 248, 59, 0, // Skip to: 23041
|
|
/* 7689 */ MCD_OPC_CheckField, 16, 1, 0, 241, 59, 0, // Skip to: 23041
|
|
/* 7696 */ MCD_OPC_CheckField, 1, 1, 1, 234, 59, 0, // Skip to: 23041
|
|
/* 7703 */ MCD_OPC_Decode, 168, 19, 66, // Opcode: WRTEE
|
|
/* 7707 */ MCD_OPC_FilterValue, 5, 16, 0, 0, // Skip to: 7728
|
|
/* 7712 */ MCD_OPC_CheckPredicate, 3, 220, 59, 0, // Skip to: 23041
|
|
/* 7717 */ MCD_OPC_CheckField, 1, 1, 1, 213, 59, 0, // Skip to: 23041
|
|
/* 7724 */ MCD_OPC_Decode, 169, 19, 67, // Opcode: WRTEEI
|
|
/* 7728 */ MCD_OPC_FilterValue, 10, 16, 0, 0, // Skip to: 7749
|
|
/* 7733 */ MCD_OPC_CheckPredicate, 4, 199, 59, 0, // Skip to: 23041
|
|
/* 7738 */ MCD_OPC_CheckField, 0, 2, 2, 192, 59, 0, // Skip to: 23041
|
|
/* 7745 */ MCD_OPC_Decode, 232, 9, 68, // Opcode: MFDCR
|
|
/* 7749 */ MCD_OPC_FilterValue, 14, 183, 59, 0, // Skip to: 23041
|
|
/* 7754 */ MCD_OPC_CheckPredicate, 4, 178, 59, 0, // Skip to: 23041
|
|
/* 7759 */ MCD_OPC_CheckField, 0, 2, 2, 171, 59, 0, // Skip to: 23041
|
|
/* 7766 */ MCD_OPC_Decode, 146, 10, 68, // Opcode: MTDCR
|
|
/* 7770 */ MCD_OPC_FilterValue, 2, 49, 0, 0, // Skip to: 7824
|
|
/* 7775 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 7778 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 7808
|
|
/* 7783 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 7786 */ MCD_OPC_FilterValue, 0, 146, 59, 0, // Skip to: 23041
|
|
/* 7791 */ MCD_OPC_CheckField, 11, 15, 128, 248, 1, 4, 0, 0, // Skip to: 7804
|
|
/* 7800 */ MCD_OPC_Decode, 152, 16, 0, // Opcode: TRAP
|
|
/* 7804 */ MCD_OPC_Decode, 156, 16, 69, // Opcode: TW
|
|
/* 7808 */ MCD_OPC_FilterValue, 2, 124, 59, 0, // Skip to: 23041
|
|
/* 7813 */ MCD_OPC_CheckField, 0, 2, 0, 117, 59, 0, // Skip to: 23041
|
|
/* 7820 */ MCD_OPC_Decode, 133, 16, 70, // Opcode: TD
|
|
/* 7824 */ MCD_OPC_FilterValue, 3, 217, 1, 0, // Skip to: 8302
|
|
/* 7829 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 7832 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 7858
|
|
/* 7837 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 7840 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7849
|
|
/* 7845 */ MCD_OPC_Decode, 161, 9, 71, // Opcode: LVSL
|
|
/* 7849 */ MCD_OPC_FilterValue, 2, 83, 59, 0, // Skip to: 23041
|
|
/* 7854 */ MCD_OPC_Decode, 158, 9, 71, // Opcode: LVEBX
|
|
/* 7858 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 7884
|
|
/* 7863 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 7866 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 7875
|
|
/* 7871 */ MCD_OPC_Decode, 162, 9, 71, // Opcode: LVSR
|
|
/* 7875 */ MCD_OPC_FilterValue, 2, 57, 59, 0, // Skip to: 23041
|
|
/* 7880 */ MCD_OPC_Decode, 159, 9, 71, // Opcode: LVEHX
|
|
/* 7884 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 7900
|
|
/* 7889 */ MCD_OPC_CheckField, 0, 2, 2, 41, 59, 0, // Skip to: 23041
|
|
/* 7896 */ MCD_OPC_Decode, 160, 9, 71, // Opcode: LVEWX
|
|
/* 7900 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 7916
|
|
/* 7905 */ MCD_OPC_CheckField, 0, 2, 2, 25, 59, 0, // Skip to: 23041
|
|
/* 7912 */ MCD_OPC_Decode, 163, 9, 71, // Opcode: LVX
|
|
/* 7916 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 7932
|
|
/* 7921 */ MCD_OPC_CheckField, 0, 2, 2, 9, 59, 0, // Skip to: 23041
|
|
/* 7928 */ MCD_OPC_Decode, 147, 15, 71, // Opcode: STVEBX
|
|
/* 7932 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 7948
|
|
/* 7937 */ MCD_OPC_CheckField, 0, 2, 2, 249, 58, 0, // Skip to: 23041
|
|
/* 7944 */ MCD_OPC_Decode, 148, 15, 71, // Opcode: STVEHX
|
|
/* 7948 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 7986
|
|
/* 7953 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 7956 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 7977
|
|
/* 7961 */ MCD_OPC_CheckPredicate, 5, 227, 58, 0, // Skip to: 23041
|
|
/* 7966 */ MCD_OPC_CheckField, 25, 1, 0, 220, 58, 0, // Skip to: 23041
|
|
/* 7973 */ MCD_OPC_Decode, 198, 8, 72, // Opcode: ICBLQ
|
|
/* 7977 */ MCD_OPC_FilterValue, 2, 211, 58, 0, // Skip to: 23041
|
|
/* 7982 */ MCD_OPC_Decode, 149, 15, 71, // Opcode: STVEWX
|
|
/* 7986 */ MCD_OPC_FilterValue, 7, 33, 0, 0, // Skip to: 8024
|
|
/* 7991 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 7994 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 8015
|
|
/* 7999 */ MCD_OPC_CheckPredicate, 5, 189, 58, 0, // Skip to: 23041
|
|
/* 8004 */ MCD_OPC_CheckField, 25, 1, 0, 182, 58, 0, // Skip to: 23041
|
|
/* 8011 */ MCD_OPC_Decode, 197, 8, 72, // Opcode: ICBLC
|
|
/* 8015 */ MCD_OPC_FilterValue, 2, 173, 58, 0, // Skip to: 23041
|
|
/* 8020 */ MCD_OPC_Decode, 150, 15, 71, // Opcode: STVX
|
|
/* 8024 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 8040
|
|
/* 8029 */ MCD_OPC_CheckField, 0, 2, 2, 157, 58, 0, // Skip to: 23041
|
|
/* 8036 */ MCD_OPC_Decode, 164, 9, 71, // Opcode: LVXL
|
|
/* 8040 */ MCD_OPC_FilterValue, 14, 23, 0, 0, // Skip to: 8068
|
|
/* 8045 */ MCD_OPC_CheckPredicate, 4, 143, 58, 0, // Skip to: 23041
|
|
/* 8050 */ MCD_OPC_CheckField, 21, 5, 0, 136, 58, 0, // Skip to: 23041
|
|
/* 8057 */ MCD_OPC_CheckField, 0, 2, 0, 129, 58, 0, // Skip to: 23041
|
|
/* 8064 */ MCD_OPC_Decode, 241, 4, 73, // Opcode: DCCCI
|
|
/* 8068 */ MCD_OPC_FilterValue, 15, 33, 0, 0, // Skip to: 8106
|
|
/* 8073 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 8076 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 8097
|
|
/* 8081 */ MCD_OPC_CheckPredicate, 5, 107, 58, 0, // Skip to: 23041
|
|
/* 8086 */ MCD_OPC_CheckField, 25, 1, 0, 100, 58, 0, // Skip to: 23041
|
|
/* 8093 */ MCD_OPC_Decode, 200, 8, 72, // Opcode: ICBTLS
|
|
/* 8097 */ MCD_OPC_FilterValue, 2, 91, 58, 0, // Skip to: 23041
|
|
/* 8102 */ MCD_OPC_Decode, 151, 15, 71, // Opcode: STVXL
|
|
/* 8106 */ MCD_OPC_FilterValue, 18, 16, 0, 0, // Skip to: 8127
|
|
/* 8111 */ MCD_OPC_CheckPredicate, 0, 77, 58, 0, // Skip to: 23041
|
|
/* 8116 */ MCD_OPC_CheckField, 0, 2, 0, 70, 58, 0, // Skip to: 23041
|
|
/* 8123 */ MCD_OPC_Decode, 168, 9, 74, // Opcode: LWAT
|
|
/* 8127 */ MCD_OPC_FilterValue, 19, 16, 0, 0, // Skip to: 8148
|
|
/* 8132 */ MCD_OPC_CheckPredicate, 0, 56, 58, 0, // Skip to: 23041
|
|
/* 8137 */ MCD_OPC_CheckField, 0, 2, 0, 49, 58, 0, // Skip to: 23041
|
|
/* 8144 */ MCD_OPC_Decode, 225, 8, 75, // Opcode: LDAT
|
|
/* 8148 */ MCD_OPC_FilterValue, 22, 16, 0, 0, // Skip to: 8169
|
|
/* 8153 */ MCD_OPC_CheckPredicate, 0, 35, 58, 0, // Skip to: 23041
|
|
/* 8158 */ MCD_OPC_CheckField, 0, 2, 0, 28, 58, 0, // Skip to: 23041
|
|
/* 8165 */ MCD_OPC_Decode, 154, 15, 74, // Opcode: STWAT
|
|
/* 8169 */ MCD_OPC_FilterValue, 23, 16, 0, 0, // Skip to: 8190
|
|
/* 8174 */ MCD_OPC_CheckPredicate, 0, 14, 58, 0, // Skip to: 23041
|
|
/* 8179 */ MCD_OPC_CheckField, 0, 2, 0, 7, 58, 0, // Skip to: 23041
|
|
/* 8186 */ MCD_OPC_Decode, 235, 14, 75, // Opcode: STDAT
|
|
/* 8190 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 8218
|
|
/* 8195 */ MCD_OPC_CheckPredicate, 0, 249, 57, 0, // Skip to: 23041
|
|
/* 8200 */ MCD_OPC_CheckField, 21, 5, 1, 242, 57, 0, // Skip to: 23041
|
|
/* 8207 */ MCD_OPC_CheckField, 0, 2, 0, 235, 57, 0, // Skip to: 23041
|
|
/* 8214 */ MCD_OPC_Decode, 208, 4, 73, // Opcode: CP_COPY
|
|
/* 8218 */ MCD_OPC_FilterValue, 26, 23, 0, 0, // Skip to: 8246
|
|
/* 8223 */ MCD_OPC_CheckPredicate, 0, 221, 57, 0, // Skip to: 23041
|
|
/* 8228 */ MCD_OPC_CheckField, 11, 15, 0, 214, 57, 0, // Skip to: 23041
|
|
/* 8235 */ MCD_OPC_CheckField, 0, 2, 0, 207, 57, 0, // Skip to: 23041
|
|
/* 8242 */ MCD_OPC_Decode, 207, 4, 0, // Opcode: CP_ABORT
|
|
/* 8246 */ MCD_OPC_FilterValue, 28, 23, 0, 0, // Skip to: 8274
|
|
/* 8251 */ MCD_OPC_CheckPredicate, 0, 193, 57, 0, // Skip to: 23041
|
|
/* 8256 */ MCD_OPC_CheckField, 22, 4, 0, 186, 57, 0, // Skip to: 23041
|
|
/* 8263 */ MCD_OPC_CheckField, 0, 2, 1, 179, 57, 0, // Skip to: 23041
|
|
/* 8270 */ MCD_OPC_Decode, 211, 4, 76, // Opcode: CP_PASTE_rec
|
|
/* 8274 */ MCD_OPC_FilterValue, 30, 170, 57, 0, // Skip to: 23041
|
|
/* 8279 */ MCD_OPC_CheckPredicate, 4, 165, 57, 0, // Skip to: 23041
|
|
/* 8284 */ MCD_OPC_CheckField, 21, 5, 0, 158, 57, 0, // Skip to: 23041
|
|
/* 8291 */ MCD_OPC_CheckField, 0, 2, 0, 151, 57, 0, // Skip to: 23041
|
|
/* 8298 */ MCD_OPC_Decode, 201, 8, 73, // Opcode: ICCCI
|
|
/* 8302 */ MCD_OPC_FilterValue, 4, 77, 3, 0, // Skip to: 9152
|
|
/* 8307 */ MCD_OPC_ExtractField, 6, 4, // Inst{9-6} ...
|
|
/* 8310 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 8402
|
|
/* 8315 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 8318 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8344
|
|
/* 8323 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8326 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8335
|
|
/* 8331 */ MCD_OPC_Decode, 200, 15, 77, // Opcode: SUBFC
|
|
/* 8335 */ MCD_OPC_FilterValue, 1, 109, 57, 0, // Skip to: 23041
|
|
/* 8340 */ MCD_OPC_Decode, 205, 15, 77, // Opcode: SUBFCO
|
|
/* 8344 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 8370
|
|
/* 8349 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8352 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8361
|
|
/* 8357 */ MCD_OPC_Decode, 207, 15, 77, // Opcode: SUBFC_rec
|
|
/* 8361 */ MCD_OPC_FilterValue, 1, 83, 57, 0, // Skip to: 23041
|
|
/* 8366 */ MCD_OPC_Decode, 206, 15, 77, // Opcode: SUBFCO_rec
|
|
/* 8370 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 8386
|
|
/* 8375 */ MCD_OPC_CheckField, 10, 1, 0, 67, 57, 0, // Skip to: 23041
|
|
/* 8382 */ MCD_OPC_Decode, 185, 10, 78, // Opcode: MULHDU
|
|
/* 8386 */ MCD_OPC_FilterValue, 3, 58, 57, 0, // Skip to: 23041
|
|
/* 8391 */ MCD_OPC_CheckField, 10, 1, 0, 51, 57, 0, // Skip to: 23041
|
|
/* 8398 */ MCD_OPC_Decode, 186, 10, 78, // Opcode: MULHDU_rec
|
|
/* 8402 */ MCD_OPC_FilterValue, 1, 55, 0, 0, // Skip to: 8462
|
|
/* 8407 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 8410 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8436
|
|
/* 8415 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8418 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8427
|
|
/* 8423 */ MCD_OPC_Decode, 195, 15, 77, // Opcode: SUBF
|
|
/* 8427 */ MCD_OPC_FilterValue, 1, 17, 57, 0, // Skip to: 23041
|
|
/* 8432 */ MCD_OPC_Decode, 226, 15, 77, // Opcode: SUBFO
|
|
/* 8436 */ MCD_OPC_FilterValue, 1, 8, 57, 0, // Skip to: 23041
|
|
/* 8441 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8444 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8453
|
|
/* 8449 */ MCD_OPC_Decode, 238, 15, 77, // Opcode: SUBF_rec
|
|
/* 8453 */ MCD_OPC_FilterValue, 1, 247, 56, 0, // Skip to: 23041
|
|
/* 8458 */ MCD_OPC_Decode, 227, 15, 77, // Opcode: SUBFO_rec
|
|
/* 8462 */ MCD_OPC_FilterValue, 2, 63, 0, 0, // Skip to: 8530
|
|
/* 8467 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 8470 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8484
|
|
/* 8475 */ MCD_OPC_CheckPredicate, 6, 225, 56, 0, // Skip to: 23041
|
|
/* 8480 */ MCD_OPC_Decode, 228, 15, 79, // Opcode: SUBFUS
|
|
/* 8484 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 8498
|
|
/* 8489 */ MCD_OPC_CheckPredicate, 6, 211, 56, 0, // Skip to: 23041
|
|
/* 8494 */ MCD_OPC_Decode, 229, 15, 79, // Opcode: SUBFUS_rec
|
|
/* 8498 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 8514
|
|
/* 8503 */ MCD_OPC_CheckField, 10, 1, 0, 195, 56, 0, // Skip to: 23041
|
|
/* 8510 */ MCD_OPC_Decode, 184, 10, 78, // Opcode: MULHD
|
|
/* 8514 */ MCD_OPC_FilterValue, 3, 186, 56, 0, // Skip to: 23041
|
|
/* 8519 */ MCD_OPC_CheckField, 10, 1, 0, 179, 56, 0, // Skip to: 23041
|
|
/* 8526 */ MCD_OPC_Decode, 187, 10, 78, // Opcode: MULHD_rec
|
|
/* 8530 */ MCD_OPC_FilterValue, 3, 55, 0, 0, // Skip to: 8590
|
|
/* 8535 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 8538 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8564
|
|
/* 8543 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ...
|
|
/* 8546 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8555
|
|
/* 8551 */ MCD_OPC_Decode, 210, 10, 80, // Opcode: NEG
|
|
/* 8555 */ MCD_OPC_FilterValue, 1, 145, 56, 0, // Skip to: 23041
|
|
/* 8560 */ MCD_OPC_Decode, 215, 10, 80, // Opcode: NEGO
|
|
/* 8564 */ MCD_OPC_FilterValue, 1, 136, 56, 0, // Skip to: 23041
|
|
/* 8569 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ...
|
|
/* 8572 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8581
|
|
/* 8577 */ MCD_OPC_Decode, 217, 10, 80, // Opcode: NEG_rec
|
|
/* 8581 */ MCD_OPC_FilterValue, 1, 119, 56, 0, // Skip to: 23041
|
|
/* 8586 */ MCD_OPC_Decode, 216, 10, 80, // Opcode: NEGO_rec
|
|
/* 8590 */ MCD_OPC_FilterValue, 4, 55, 0, 0, // Skip to: 8650
|
|
/* 8595 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 8598 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8624
|
|
/* 8603 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8606 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8615
|
|
/* 8611 */ MCD_OPC_Decode, 208, 15, 77, // Opcode: SUBFE
|
|
/* 8615 */ MCD_OPC_FilterValue, 1, 85, 56, 0, // Skip to: 23041
|
|
/* 8620 */ MCD_OPC_Decode, 213, 15, 77, // Opcode: SUBFEO
|
|
/* 8624 */ MCD_OPC_FilterValue, 1, 76, 56, 0, // Skip to: 23041
|
|
/* 8629 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8632 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8641
|
|
/* 8637 */ MCD_OPC_Decode, 215, 15, 77, // Opcode: SUBFE_rec
|
|
/* 8641 */ MCD_OPC_FilterValue, 1, 59, 56, 0, // Skip to: 23041
|
|
/* 8646 */ MCD_OPC_Decode, 214, 15, 77, // Opcode: SUBFEO_rec
|
|
/* 8650 */ MCD_OPC_FilterValue, 6, 55, 0, 0, // Skip to: 8710
|
|
/* 8655 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 8658 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8684
|
|
/* 8663 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ...
|
|
/* 8666 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8675
|
|
/* 8671 */ MCD_OPC_Decode, 230, 15, 80, // Opcode: SUBFZE
|
|
/* 8675 */ MCD_OPC_FilterValue, 1, 25, 56, 0, // Skip to: 23041
|
|
/* 8680 */ MCD_OPC_Decode, 235, 15, 80, // Opcode: SUBFZEO
|
|
/* 8684 */ MCD_OPC_FilterValue, 1, 16, 56, 0, // Skip to: 23041
|
|
/* 8689 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ...
|
|
/* 8692 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8701
|
|
/* 8697 */ MCD_OPC_Decode, 237, 15, 80, // Opcode: SUBFZE_rec
|
|
/* 8701 */ MCD_OPC_FilterValue, 1, 255, 55, 0, // Skip to: 23041
|
|
/* 8706 */ MCD_OPC_Decode, 236, 15, 80, // Opcode: SUBFZEO_rec
|
|
/* 8710 */ MCD_OPC_FilterValue, 7, 107, 0, 0, // Skip to: 8822
|
|
/* 8715 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 8718 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 8744
|
|
/* 8723 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ...
|
|
/* 8726 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8735
|
|
/* 8731 */ MCD_OPC_Decode, 218, 15, 80, // Opcode: SUBFME
|
|
/* 8735 */ MCD_OPC_FilterValue, 1, 221, 55, 0, // Skip to: 23041
|
|
/* 8740 */ MCD_OPC_Decode, 223, 15, 80, // Opcode: SUBFMEO
|
|
/* 8744 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 8770
|
|
/* 8749 */ MCD_OPC_ExtractField, 10, 6, // Inst{15-10} ...
|
|
/* 8752 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8761
|
|
/* 8757 */ MCD_OPC_Decode, 225, 15, 80, // Opcode: SUBFME_rec
|
|
/* 8761 */ MCD_OPC_FilterValue, 1, 195, 55, 0, // Skip to: 23041
|
|
/* 8766 */ MCD_OPC_Decode, 224, 15, 80, // Opcode: SUBFMEO_rec
|
|
/* 8770 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 8796
|
|
/* 8775 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8778 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8787
|
|
/* 8783 */ MCD_OPC_Decode, 192, 10, 78, // Opcode: MULLD
|
|
/* 8787 */ MCD_OPC_FilterValue, 1, 169, 55, 0, // Skip to: 23041
|
|
/* 8792 */ MCD_OPC_Decode, 193, 10, 78, // Opcode: MULLDO
|
|
/* 8796 */ MCD_OPC_FilterValue, 3, 160, 55, 0, // Skip to: 23041
|
|
/* 8801 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8804 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 8813
|
|
/* 8809 */ MCD_OPC_Decode, 195, 10, 78, // Opcode: MULLD_rec
|
|
/* 8813 */ MCD_OPC_FilterValue, 1, 143, 55, 0, // Skip to: 23041
|
|
/* 8818 */ MCD_OPC_Decode, 194, 10, 78, // Opcode: MULLDO_rec
|
|
/* 8822 */ MCD_OPC_FilterValue, 8, 45, 0, 0, // Skip to: 8872
|
|
/* 8827 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8830 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 8851
|
|
/* 8835 */ MCD_OPC_CheckPredicate, 0, 121, 55, 0, // Skip to: 23041
|
|
/* 8840 */ MCD_OPC_CheckField, 0, 2, 2, 114, 55, 0, // Skip to: 23041
|
|
/* 8847 */ MCD_OPC_Decode, 136, 10, 78, // Opcode: MODUD
|
|
/* 8851 */ MCD_OPC_FilterValue, 1, 105, 55, 0, // Skip to: 23041
|
|
/* 8856 */ MCD_OPC_CheckPredicate, 0, 100, 55, 0, // Skip to: 23041
|
|
/* 8861 */ MCD_OPC_CheckField, 0, 2, 2, 93, 55, 0, // Skip to: 23041
|
|
/* 8868 */ MCD_OPC_Decode, 134, 10, 78, // Opcode: MODSD
|
|
/* 8872 */ MCD_OPC_FilterValue, 12, 75, 0, 0, // Skip to: 8952
|
|
/* 8877 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 8880 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 8916
|
|
/* 8885 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8888 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8902
|
|
/* 8893 */ MCD_OPC_CheckPredicate, 7, 63, 55, 0, // Skip to: 23041
|
|
/* 8898 */ MCD_OPC_Decode, 246, 4, 78, // Opcode: DIVDEU
|
|
/* 8902 */ MCD_OPC_FilterValue, 1, 54, 55, 0, // Skip to: 23041
|
|
/* 8907 */ MCD_OPC_CheckPredicate, 7, 49, 55, 0, // Skip to: 23041
|
|
/* 8912 */ MCD_OPC_Decode, 247, 4, 78, // Opcode: DIVDEUO
|
|
/* 8916 */ MCD_OPC_FilterValue, 3, 40, 55, 0, // Skip to: 23041
|
|
/* 8921 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8924 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8938
|
|
/* 8929 */ MCD_OPC_CheckPredicate, 7, 27, 55, 0, // Skip to: 23041
|
|
/* 8934 */ MCD_OPC_Decode, 249, 4, 78, // Opcode: DIVDEU_rec
|
|
/* 8938 */ MCD_OPC_FilterValue, 1, 18, 55, 0, // Skip to: 23041
|
|
/* 8943 */ MCD_OPC_CheckPredicate, 7, 13, 55, 0, // Skip to: 23041
|
|
/* 8948 */ MCD_OPC_Decode, 248, 4, 78, // Opcode: DIVDEUO_rec
|
|
/* 8952 */ MCD_OPC_FilterValue, 13, 75, 0, 0, // Skip to: 9032
|
|
/* 8957 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 8960 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 8996
|
|
/* 8965 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 8968 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 8982
|
|
/* 8973 */ MCD_OPC_CheckPredicate, 7, 239, 54, 0, // Skip to: 23041
|
|
/* 8978 */ MCD_OPC_Decode, 243, 4, 78, // Opcode: DIVDE
|
|
/* 8982 */ MCD_OPC_FilterValue, 1, 230, 54, 0, // Skip to: 23041
|
|
/* 8987 */ MCD_OPC_CheckPredicate, 7, 225, 54, 0, // Skip to: 23041
|
|
/* 8992 */ MCD_OPC_Decode, 244, 4, 78, // Opcode: DIVDEO
|
|
/* 8996 */ MCD_OPC_FilterValue, 3, 216, 54, 0, // Skip to: 23041
|
|
/* 9001 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 9004 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9018
|
|
/* 9009 */ MCD_OPC_CheckPredicate, 7, 203, 54, 0, // Skip to: 23041
|
|
/* 9014 */ MCD_OPC_Decode, 250, 4, 78, // Opcode: DIVDE_rec
|
|
/* 9018 */ MCD_OPC_FilterValue, 1, 194, 54, 0, // Skip to: 23041
|
|
/* 9023 */ MCD_OPC_CheckPredicate, 7, 189, 54, 0, // Skip to: 23041
|
|
/* 9028 */ MCD_OPC_Decode, 245, 4, 78, // Opcode: DIVDEO_rec
|
|
/* 9032 */ MCD_OPC_FilterValue, 14, 55, 0, 0, // Skip to: 9092
|
|
/* 9037 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 9040 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 9066
|
|
/* 9045 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 9048 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9057
|
|
/* 9053 */ MCD_OPC_Decode, 253, 4, 78, // Opcode: DIVDU
|
|
/* 9057 */ MCD_OPC_FilterValue, 1, 155, 54, 0, // Skip to: 23041
|
|
/* 9062 */ MCD_OPC_Decode, 254, 4, 78, // Opcode: DIVDUO
|
|
/* 9066 */ MCD_OPC_FilterValue, 3, 146, 54, 0, // Skip to: 23041
|
|
/* 9071 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 9074 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9083
|
|
/* 9079 */ MCD_OPC_Decode, 128, 5, 78, // Opcode: DIVDU_rec
|
|
/* 9083 */ MCD_OPC_FilterValue, 1, 129, 54, 0, // Skip to: 23041
|
|
/* 9088 */ MCD_OPC_Decode, 255, 4, 78, // Opcode: DIVDUO_rec
|
|
/* 9092 */ MCD_OPC_FilterValue, 15, 120, 54, 0, // Skip to: 23041
|
|
/* 9097 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 9100 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 9126
|
|
/* 9105 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 9108 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9117
|
|
/* 9113 */ MCD_OPC_Decode, 242, 4, 78, // Opcode: DIVD
|
|
/* 9117 */ MCD_OPC_FilterValue, 1, 95, 54, 0, // Skip to: 23041
|
|
/* 9122 */ MCD_OPC_Decode, 251, 4, 78, // Opcode: DIVDO
|
|
/* 9126 */ MCD_OPC_FilterValue, 3, 86, 54, 0, // Skip to: 23041
|
|
/* 9131 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 9134 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9143
|
|
/* 9139 */ MCD_OPC_Decode, 129, 5, 78, // Opcode: DIVD_rec
|
|
/* 9143 */ MCD_OPC_FilterValue, 1, 69, 54, 0, // Skip to: 23041
|
|
/* 9148 */ MCD_OPC_Decode, 252, 4, 78, // Opcode: DIVDO_rec
|
|
/* 9152 */ MCD_OPC_FilterValue, 5, 174, 2, 0, // Skip to: 9843
|
|
/* 9157 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ...
|
|
/* 9160 */ MCD_OPC_FilterValue, 0, 152, 0, 0, // Skip to: 9317
|
|
/* 9165 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 9168 */ MCD_OPC_FilterValue, 0, 39, 0, 0, // Skip to: 9212
|
|
/* 9173 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9176 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9185
|
|
/* 9181 */ MCD_OPC_Decode, 220, 2, 77, // Opcode: ADDC
|
|
/* 9185 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9194
|
|
/* 9190 */ MCD_OPC_Decode, 209, 2, 77, // Opcode: ADD4
|
|
/* 9194 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 9203
|
|
/* 9199 */ MCD_OPC_Decode, 225, 2, 77, // Opcode: ADDCO
|
|
/* 9203 */ MCD_OPC_FilterValue, 3, 9, 54, 0, // Skip to: 23041
|
|
/* 9208 */ MCD_OPC_Decode, 210, 2, 77, // Opcode: ADD4O
|
|
/* 9212 */ MCD_OPC_FilterValue, 1, 39, 0, 0, // Skip to: 9256
|
|
/* 9217 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9220 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9229
|
|
/* 9225 */ MCD_OPC_Decode, 227, 2, 77, // Opcode: ADDC_rec
|
|
/* 9229 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9238
|
|
/* 9234 */ MCD_OPC_Decode, 213, 2, 77, // Opcode: ADD4_rec
|
|
/* 9238 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 9247
|
|
/* 9243 */ MCD_OPC_Decode, 226, 2, 77, // Opcode: ADDCO_rec
|
|
/* 9247 */ MCD_OPC_FilterValue, 3, 221, 53, 0, // Skip to: 23041
|
|
/* 9252 */ MCD_OPC_Decode, 211, 2, 77, // Opcode: ADD4O_rec
|
|
/* 9256 */ MCD_OPC_FilterValue, 2, 40, 0, 0, // Skip to: 9301
|
|
/* 9261 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9264 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9273
|
|
/* 9269 */ MCD_OPC_Decode, 189, 10, 77, // Opcode: MULHWU
|
|
/* 9273 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9287
|
|
/* 9278 */ MCD_OPC_CheckPredicate, 0, 190, 53, 0, // Skip to: 23041
|
|
/* 9283 */ MCD_OPC_Decode, 137, 10, 77, // Opcode: MODUW
|
|
/* 9287 */ MCD_OPC_FilterValue, 3, 181, 53, 0, // Skip to: 23041
|
|
/* 9292 */ MCD_OPC_CheckPredicate, 0, 176, 53, 0, // Skip to: 23041
|
|
/* 9297 */ MCD_OPC_Decode, 135, 10, 77, // Opcode: MODSW
|
|
/* 9301 */ MCD_OPC_FilterValue, 3, 167, 53, 0, // Skip to: 23041
|
|
/* 9306 */ MCD_OPC_CheckField, 9, 2, 0, 160, 53, 0, // Skip to: 23041
|
|
/* 9313 */ MCD_OPC_Decode, 190, 10, 77, // Opcode: MULHWU_rec
|
|
/* 9317 */ MCD_OPC_FilterValue, 2, 35, 0, 0, // Skip to: 9357
|
|
/* 9322 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 9325 */ MCD_OPC_FilterValue, 2, 11, 0, 0, // Skip to: 9341
|
|
/* 9330 */ MCD_OPC_CheckField, 9, 2, 0, 136, 53, 0, // Skip to: 23041
|
|
/* 9337 */ MCD_OPC_Decode, 188, 10, 77, // Opcode: MULHW
|
|
/* 9341 */ MCD_OPC_FilterValue, 3, 127, 53, 0, // Skip to: 23041
|
|
/* 9346 */ MCD_OPC_CheckField, 9, 2, 0, 120, 53, 0, // Skip to: 23041
|
|
/* 9353 */ MCD_OPC_Decode, 191, 10, 77, // Opcode: MULHW_rec
|
|
/* 9357 */ MCD_OPC_FilterValue, 4, 127, 0, 0, // Skip to: 9489
|
|
/* 9362 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 9365 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 9391
|
|
/* 9370 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9373 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9382
|
|
/* 9378 */ MCD_OPC_Decode, 228, 2, 77, // Opcode: ADDE
|
|
/* 9382 */ MCD_OPC_FilterValue, 2, 86, 53, 0, // Skip to: 23041
|
|
/* 9387 */ MCD_OPC_Decode, 233, 2, 77, // Opcode: ADDEO
|
|
/* 9391 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 9417
|
|
/* 9396 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9399 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9408
|
|
/* 9404 */ MCD_OPC_Decode, 237, 2, 77, // Opcode: ADDE_rec
|
|
/* 9408 */ MCD_OPC_FilterValue, 2, 60, 53, 0, // Skip to: 23041
|
|
/* 9413 */ MCD_OPC_Decode, 234, 2, 77, // Opcode: ADDEO_rec
|
|
/* 9417 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 9453
|
|
/* 9422 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9425 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9439
|
|
/* 9430 */ MCD_OPC_CheckPredicate, 7, 38, 53, 0, // Skip to: 23041
|
|
/* 9435 */ MCD_OPC_Decode, 134, 5, 77, // Opcode: DIVWEU
|
|
/* 9439 */ MCD_OPC_FilterValue, 3, 29, 53, 0, // Skip to: 23041
|
|
/* 9444 */ MCD_OPC_CheckPredicate, 7, 24, 53, 0, // Skip to: 23041
|
|
/* 9449 */ MCD_OPC_Decode, 135, 5, 77, // Opcode: DIVWEUO
|
|
/* 9453 */ MCD_OPC_FilterValue, 3, 15, 53, 0, // Skip to: 23041
|
|
/* 9458 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9461 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9475
|
|
/* 9466 */ MCD_OPC_CheckPredicate, 7, 2, 53, 0, // Skip to: 23041
|
|
/* 9471 */ MCD_OPC_Decode, 137, 5, 77, // Opcode: DIVWEU_rec
|
|
/* 9475 */ MCD_OPC_FilterValue, 3, 249, 52, 0, // Skip to: 23041
|
|
/* 9480 */ MCD_OPC_CheckPredicate, 7, 244, 52, 0, // Skip to: 23041
|
|
/* 9485 */ MCD_OPC_Decode, 136, 5, 77, // Opcode: DIVWEUO_rec
|
|
/* 9489 */ MCD_OPC_FilterValue, 5, 89, 0, 0, // Skip to: 9583
|
|
/* 9494 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 9497 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 9511
|
|
/* 9502 */ MCD_OPC_CheckPredicate, 0, 222, 52, 0, // Skip to: 23041
|
|
/* 9507 */ MCD_OPC_Decode, 235, 2, 81, // Opcode: ADDEX
|
|
/* 9511 */ MCD_OPC_FilterValue, 2, 31, 0, 0, // Skip to: 9547
|
|
/* 9516 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9519 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9533
|
|
/* 9524 */ MCD_OPC_CheckPredicate, 7, 200, 52, 0, // Skip to: 23041
|
|
/* 9529 */ MCD_OPC_Decode, 131, 5, 77, // Opcode: DIVWE
|
|
/* 9533 */ MCD_OPC_FilterValue, 3, 191, 52, 0, // Skip to: 23041
|
|
/* 9538 */ MCD_OPC_CheckPredicate, 7, 186, 52, 0, // Skip to: 23041
|
|
/* 9543 */ MCD_OPC_Decode, 132, 5, 77, // Opcode: DIVWEO
|
|
/* 9547 */ MCD_OPC_FilterValue, 3, 177, 52, 0, // Skip to: 23041
|
|
/* 9552 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9555 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 9569
|
|
/* 9560 */ MCD_OPC_CheckPredicate, 7, 164, 52, 0, // Skip to: 23041
|
|
/* 9565 */ MCD_OPC_Decode, 138, 5, 77, // Opcode: DIVWE_rec
|
|
/* 9569 */ MCD_OPC_FilterValue, 3, 155, 52, 0, // Skip to: 23041
|
|
/* 9574 */ MCD_OPC_CheckPredicate, 7, 150, 52, 0, // Skip to: 23041
|
|
/* 9579 */ MCD_OPC_Decode, 133, 5, 77, // Opcode: DIVWEO_rec
|
|
/* 9583 */ MCD_OPC_FilterValue, 6, 107, 0, 0, // Skip to: 9695
|
|
/* 9588 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 9591 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 9617
|
|
/* 9596 */ MCD_OPC_ExtractField, 9, 7, // Inst{15-9} ...
|
|
/* 9599 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9608
|
|
/* 9604 */ MCD_OPC_Decode, 146, 3, 80, // Opcode: ADDZE
|
|
/* 9608 */ MCD_OPC_FilterValue, 2, 116, 52, 0, // Skip to: 23041
|
|
/* 9613 */ MCD_OPC_Decode, 151, 3, 80, // Opcode: ADDZEO
|
|
/* 9617 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 9643
|
|
/* 9622 */ MCD_OPC_ExtractField, 9, 7, // Inst{15-9} ...
|
|
/* 9625 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9634
|
|
/* 9630 */ MCD_OPC_Decode, 153, 3, 80, // Opcode: ADDZE_rec
|
|
/* 9634 */ MCD_OPC_FilterValue, 2, 90, 52, 0, // Skip to: 23041
|
|
/* 9639 */ MCD_OPC_Decode, 152, 3, 80, // Opcode: ADDZEO_rec
|
|
/* 9643 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 9669
|
|
/* 9648 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9651 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9660
|
|
/* 9656 */ MCD_OPC_Decode, 141, 5, 77, // Opcode: DIVWU
|
|
/* 9660 */ MCD_OPC_FilterValue, 3, 64, 52, 0, // Skip to: 23041
|
|
/* 9665 */ MCD_OPC_Decode, 142, 5, 77, // Opcode: DIVWUO
|
|
/* 9669 */ MCD_OPC_FilterValue, 3, 55, 52, 0, // Skip to: 23041
|
|
/* 9674 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9677 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9686
|
|
/* 9682 */ MCD_OPC_Decode, 144, 5, 77, // Opcode: DIVWU_rec
|
|
/* 9686 */ MCD_OPC_FilterValue, 3, 38, 52, 0, // Skip to: 23041
|
|
/* 9691 */ MCD_OPC_Decode, 143, 5, 77, // Opcode: DIVWUO_rec
|
|
/* 9695 */ MCD_OPC_FilterValue, 7, 29, 52, 0, // Skip to: 23041
|
|
/* 9700 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 9703 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 9729
|
|
/* 9708 */ MCD_OPC_ExtractField, 9, 7, // Inst{15-9} ...
|
|
/* 9711 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9720
|
|
/* 9716 */ MCD_OPC_Decode, 137, 3, 80, // Opcode: ADDME
|
|
/* 9720 */ MCD_OPC_FilterValue, 2, 4, 52, 0, // Skip to: 23041
|
|
/* 9725 */ MCD_OPC_Decode, 142, 3, 80, // Opcode: ADDMEO
|
|
/* 9729 */ MCD_OPC_FilterValue, 1, 21, 0, 0, // Skip to: 9755
|
|
/* 9734 */ MCD_OPC_ExtractField, 9, 7, // Inst{15-9} ...
|
|
/* 9737 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9746
|
|
/* 9742 */ MCD_OPC_Decode, 144, 3, 80, // Opcode: ADDME_rec
|
|
/* 9746 */ MCD_OPC_FilterValue, 2, 234, 51, 0, // Skip to: 23041
|
|
/* 9751 */ MCD_OPC_Decode, 143, 3, 80, // Opcode: ADDMEO_rec
|
|
/* 9755 */ MCD_OPC_FilterValue, 2, 39, 0, 0, // Skip to: 9799
|
|
/* 9760 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9763 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9772
|
|
/* 9768 */ MCD_OPC_Decode, 198, 10, 77, // Opcode: MULLW
|
|
/* 9772 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9781
|
|
/* 9777 */ MCD_OPC_Decode, 130, 5, 77, // Opcode: DIVW
|
|
/* 9781 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 9790
|
|
/* 9786 */ MCD_OPC_Decode, 199, 10, 77, // Opcode: MULLWO
|
|
/* 9790 */ MCD_OPC_FilterValue, 3, 190, 51, 0, // Skip to: 23041
|
|
/* 9795 */ MCD_OPC_Decode, 139, 5, 77, // Opcode: DIVWO
|
|
/* 9799 */ MCD_OPC_FilterValue, 3, 181, 51, 0, // Skip to: 23041
|
|
/* 9804 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 9807 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9816
|
|
/* 9812 */ MCD_OPC_Decode, 201, 10, 77, // Opcode: MULLW_rec
|
|
/* 9816 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 9825
|
|
/* 9821 */ MCD_OPC_Decode, 145, 5, 77, // Opcode: DIVW_rec
|
|
/* 9825 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 9834
|
|
/* 9830 */ MCD_OPC_Decode, 200, 10, 77, // Opcode: MULLWO_rec
|
|
/* 9834 */ MCD_OPC_FilterValue, 3, 146, 51, 0, // Skip to: 23041
|
|
/* 9839 */ MCD_OPC_Decode, 140, 5, 77, // Opcode: DIVWO_rec
|
|
/* 9843 */ MCD_OPC_FilterValue, 6, 188, 2, 0, // Skip to: 10548
|
|
/* 9848 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 9851 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 9877
|
|
/* 9856 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 9859 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9868
|
|
/* 9864 */ MCD_OPC_Decode, 195, 9, 82, // Opcode: LXSIWZX
|
|
/* 9868 */ MCD_OPC_FilterValue, 1, 112, 51, 0, // Skip to: 23041
|
|
/* 9873 */ MCD_OPC_Decode, 210, 9, 83, // Opcode: LXVRBX
|
|
/* 9877 */ MCD_OPC_FilterValue, 1, 11, 0, 0, // Skip to: 9893
|
|
/* 9882 */ MCD_OPC_CheckField, 1, 1, 1, 96, 51, 0, // Skip to: 23041
|
|
/* 9889 */ MCD_OPC_Decode, 212, 9, 83, // Opcode: LXVRHX
|
|
/* 9893 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 9919
|
|
/* 9898 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 9901 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9910
|
|
/* 9906 */ MCD_OPC_Decode, 194, 9, 82, // Opcode: LXSIWAX
|
|
/* 9910 */ MCD_OPC_FilterValue, 1, 70, 51, 0, // Skip to: 23041
|
|
/* 9915 */ MCD_OPC_Decode, 215, 9, 83, // Opcode: LXVRWX
|
|
/* 9919 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 9935
|
|
/* 9924 */ MCD_OPC_CheckField, 1, 1, 1, 54, 51, 0, // Skip to: 23041
|
|
/* 9931 */ MCD_OPC_Decode, 211, 9, 83, // Opcode: LXVRDX
|
|
/* 9935 */ MCD_OPC_FilterValue, 4, 21, 0, 0, // Skip to: 9961
|
|
/* 9940 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 9943 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 9952
|
|
/* 9948 */ MCD_OPC_Decode, 174, 15, 82, // Opcode: STXSIWX
|
|
/* 9952 */ MCD_OPC_FilterValue, 1, 28, 51, 0, // Skip to: 23041
|
|
/* 9957 */ MCD_OPC_Decode, 187, 15, 83, // Opcode: STXVRBX
|
|
/* 9961 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 9977
|
|
/* 9966 */ MCD_OPC_CheckField, 1, 1, 1, 12, 51, 0, // Skip to: 23041
|
|
/* 9973 */ MCD_OPC_Decode, 189, 15, 83, // Opcode: STXVRHX
|
|
/* 9977 */ MCD_OPC_FilterValue, 6, 11, 0, 0, // Skip to: 9993
|
|
/* 9982 */ MCD_OPC_CheckField, 1, 1, 1, 252, 50, 0, // Skip to: 23041
|
|
/* 9989 */ MCD_OPC_Decode, 192, 15, 83, // Opcode: STXVRWX
|
|
/* 9993 */ MCD_OPC_FilterValue, 7, 11, 0, 0, // Skip to: 10009
|
|
/* 9998 */ MCD_OPC_CheckField, 1, 1, 1, 236, 50, 0, // Skip to: 23041
|
|
/* 10005 */ MCD_OPC_Decode, 188, 15, 83, // Opcode: STXVRDX
|
|
/* 10009 */ MCD_OPC_FilterValue, 8, 21, 0, 0, // Skip to: 10035
|
|
/* 10014 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 10017 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10026
|
|
/* 10022 */ MCD_OPC_Decode, 218, 9, 83, // Opcode: LXVX
|
|
/* 10026 */ MCD_OPC_FilterValue, 1, 210, 50, 0, // Skip to: 23041
|
|
/* 10031 */ MCD_OPC_Decode, 204, 9, 84, // Opcode: LXVL
|
|
/* 10035 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 10051
|
|
/* 10040 */ MCD_OPC_CheckField, 1, 1, 1, 194, 50, 0, // Skip to: 23041
|
|
/* 10047 */ MCD_OPC_Decode, 205, 9, 84, // Opcode: LXVLL
|
|
/* 10051 */ MCD_OPC_FilterValue, 10, 28, 0, 0, // Skip to: 10084
|
|
/* 10056 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 10059 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10068
|
|
/* 10064 */ MCD_OPC_Decode, 201, 9, 83, // Opcode: LXVDSX
|
|
/* 10068 */ MCD_OPC_FilterValue, 1, 168, 50, 0, // Skip to: 23041
|
|
/* 10073 */ MCD_OPC_CheckField, 0, 1, 0, 161, 50, 0, // Skip to: 23041
|
|
/* 10080 */ MCD_OPC_Decode, 209, 9, 85, // Opcode: LXVPX
|
|
/* 10084 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 10100
|
|
/* 10089 */ MCD_OPC_CheckField, 1, 1, 0, 145, 50, 0, // Skip to: 23041
|
|
/* 10096 */ MCD_OPC_Decode, 217, 9, 83, // Opcode: LXVWSX
|
|
/* 10100 */ MCD_OPC_FilterValue, 12, 21, 0, 0, // Skip to: 10126
|
|
/* 10105 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 10108 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10117
|
|
/* 10113 */ MCD_OPC_Decode, 194, 15, 83, // Opcode: STXVX
|
|
/* 10117 */ MCD_OPC_FilterValue, 1, 119, 50, 0, // Skip to: 23041
|
|
/* 10122 */ MCD_OPC_Decode, 181, 15, 84, // Opcode: STXVL
|
|
/* 10126 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 10142
|
|
/* 10131 */ MCD_OPC_CheckField, 1, 1, 1, 103, 50, 0, // Skip to: 23041
|
|
/* 10138 */ MCD_OPC_Decode, 182, 15, 84, // Opcode: STXVLL
|
|
/* 10142 */ MCD_OPC_FilterValue, 14, 11, 0, 0, // Skip to: 10158
|
|
/* 10147 */ MCD_OPC_CheckField, 0, 2, 2, 87, 50, 0, // Skip to: 23041
|
|
/* 10154 */ MCD_OPC_Decode, 186, 15, 85, // Opcode: STXVPX
|
|
/* 10158 */ MCD_OPC_FilterValue, 16, 26, 0, 0, // Skip to: 10189
|
|
/* 10163 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 10166 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10175
|
|
/* 10171 */ MCD_OPC_Decode, 197, 9, 86, // Opcode: LXSSPX
|
|
/* 10175 */ MCD_OPC_FilterValue, 1, 61, 50, 0, // Skip to: 23041
|
|
/* 10180 */ MCD_OPC_CheckPredicate, 6, 56, 50, 0, // Skip to: 23041
|
|
/* 10185 */ MCD_OPC_Decode, 213, 9, 84, // Opcode: LXVRL
|
|
/* 10189 */ MCD_OPC_FilterValue, 17, 16, 0, 0, // Skip to: 10210
|
|
/* 10194 */ MCD_OPC_CheckPredicate, 6, 42, 50, 0, // Skip to: 23041
|
|
/* 10199 */ MCD_OPC_CheckField, 1, 1, 1, 35, 50, 0, // Skip to: 23041
|
|
/* 10206 */ MCD_OPC_Decode, 214, 9, 84, // Opcode: LXVRLL
|
|
/* 10210 */ MCD_OPC_FilterValue, 18, 33, 0, 0, // Skip to: 10248
|
|
/* 10215 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 10218 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10227
|
|
/* 10223 */ MCD_OPC_Decode, 191, 9, 82, // Opcode: LXSDX
|
|
/* 10227 */ MCD_OPC_FilterValue, 1, 9, 50, 0, // Skip to: 23041
|
|
/* 10232 */ MCD_OPC_CheckPredicate, 6, 4, 50, 0, // Skip to: 23041
|
|
/* 10237 */ MCD_OPC_CheckField, 0, 1, 0, 253, 49, 0, // Skip to: 23041
|
|
/* 10244 */ MCD_OPC_Decode, 207, 9, 87, // Opcode: LXVPRL
|
|
/* 10248 */ MCD_OPC_FilterValue, 19, 16, 0, 0, // Skip to: 10269
|
|
/* 10253 */ MCD_OPC_CheckPredicate, 6, 239, 49, 0, // Skip to: 23041
|
|
/* 10258 */ MCD_OPC_CheckField, 0, 2, 2, 232, 49, 0, // Skip to: 23041
|
|
/* 10265 */ MCD_OPC_Decode, 208, 9, 87, // Opcode: LXVPRLL
|
|
/* 10269 */ MCD_OPC_FilterValue, 20, 26, 0, 0, // Skip to: 10300
|
|
/* 10274 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 10277 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10286
|
|
/* 10282 */ MCD_OPC_Decode, 176, 15, 86, // Opcode: STXSSPX
|
|
/* 10286 */ MCD_OPC_FilterValue, 1, 206, 49, 0, // Skip to: 23041
|
|
/* 10291 */ MCD_OPC_CheckPredicate, 6, 201, 49, 0, // Skip to: 23041
|
|
/* 10296 */ MCD_OPC_Decode, 190, 15, 84, // Opcode: STXVRL
|
|
/* 10300 */ MCD_OPC_FilterValue, 21, 16, 0, 0, // Skip to: 10321
|
|
/* 10305 */ MCD_OPC_CheckPredicate, 6, 187, 49, 0, // Skip to: 23041
|
|
/* 10310 */ MCD_OPC_CheckField, 1, 1, 1, 180, 49, 0, // Skip to: 23041
|
|
/* 10317 */ MCD_OPC_Decode, 191, 15, 84, // Opcode: STXVRLL
|
|
/* 10321 */ MCD_OPC_FilterValue, 22, 33, 0, 0, // Skip to: 10359
|
|
/* 10326 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 10329 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10338
|
|
/* 10334 */ MCD_OPC_Decode, 169, 15, 82, // Opcode: STXSDX
|
|
/* 10338 */ MCD_OPC_FilterValue, 1, 154, 49, 0, // Skip to: 23041
|
|
/* 10343 */ MCD_OPC_CheckPredicate, 6, 149, 49, 0, // Skip to: 23041
|
|
/* 10348 */ MCD_OPC_CheckField, 0, 1, 0, 142, 49, 0, // Skip to: 23041
|
|
/* 10355 */ MCD_OPC_Decode, 184, 15, 87, // Opcode: STXVPRL
|
|
/* 10359 */ MCD_OPC_FilterValue, 23, 16, 0, 0, // Skip to: 10380
|
|
/* 10364 */ MCD_OPC_CheckPredicate, 6, 128, 49, 0, // Skip to: 23041
|
|
/* 10369 */ MCD_OPC_CheckField, 0, 2, 2, 121, 49, 0, // Skip to: 23041
|
|
/* 10376 */ MCD_OPC_Decode, 185, 15, 87, // Opcode: STXVPRLL
|
|
/* 10380 */ MCD_OPC_FilterValue, 24, 21, 0, 0, // Skip to: 10406
|
|
/* 10385 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 10388 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10397
|
|
/* 10393 */ MCD_OPC_Decode, 216, 9, 83, // Opcode: LXVW4X
|
|
/* 10397 */ MCD_OPC_FilterValue, 1, 95, 49, 0, // Skip to: 23041
|
|
/* 10402 */ MCD_OPC_Decode, 192, 9, 82, // Opcode: LXSIBZX
|
|
/* 10406 */ MCD_OPC_FilterValue, 25, 21, 0, 0, // Skip to: 10432
|
|
/* 10411 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 10414 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10423
|
|
/* 10419 */ MCD_OPC_Decode, 202, 9, 83, // Opcode: LXVH8X
|
|
/* 10423 */ MCD_OPC_FilterValue, 1, 69, 49, 0, // Skip to: 23041
|
|
/* 10428 */ MCD_OPC_Decode, 193, 9, 82, // Opcode: LXSIHZX
|
|
/* 10432 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 10448
|
|
/* 10437 */ MCD_OPC_CheckField, 1, 1, 0, 53, 49, 0, // Skip to: 23041
|
|
/* 10444 */ MCD_OPC_Decode, 200, 9, 83, // Opcode: LXVD2X
|
|
/* 10448 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 10464
|
|
/* 10453 */ MCD_OPC_CheckField, 1, 1, 0, 37, 49, 0, // Skip to: 23041
|
|
/* 10460 */ MCD_OPC_Decode, 199, 9, 83, // Opcode: LXVB16X
|
|
/* 10464 */ MCD_OPC_FilterValue, 28, 21, 0, 0, // Skip to: 10490
|
|
/* 10469 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 10472 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10481
|
|
/* 10477 */ MCD_OPC_Decode, 193, 15, 83, // Opcode: STXVW4X
|
|
/* 10481 */ MCD_OPC_FilterValue, 1, 11, 49, 0, // Skip to: 23041
|
|
/* 10486 */ MCD_OPC_Decode, 170, 15, 82, // Opcode: STXSIBX
|
|
/* 10490 */ MCD_OPC_FilterValue, 29, 21, 0, 0, // Skip to: 10516
|
|
/* 10495 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 10498 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 10507
|
|
/* 10503 */ MCD_OPC_Decode, 180, 15, 83, // Opcode: STXVH8X
|
|
/* 10507 */ MCD_OPC_FilterValue, 1, 241, 48, 0, // Skip to: 23041
|
|
/* 10512 */ MCD_OPC_Decode, 172, 15, 82, // Opcode: STXSIHX
|
|
/* 10516 */ MCD_OPC_FilterValue, 30, 11, 0, 0, // Skip to: 10532
|
|
/* 10521 */ MCD_OPC_CheckField, 1, 1, 0, 225, 48, 0, // Skip to: 23041
|
|
/* 10528 */ MCD_OPC_Decode, 179, 15, 83, // Opcode: STXVD2X
|
|
/* 10532 */ MCD_OPC_FilterValue, 31, 216, 48, 0, // Skip to: 23041
|
|
/* 10537 */ MCD_OPC_CheckField, 1, 1, 0, 209, 48, 0, // Skip to: 23041
|
|
/* 10544 */ MCD_OPC_Decode, 178, 15, 83, // Opcode: STXVB16X
|
|
/* 10548 */ MCD_OPC_FilterValue, 7, 247, 0, 0, // Skip to: 10800
|
|
/* 10553 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 10556 */ MCD_OPC_FilterValue, 0, 62, 0, 0, // Skip to: 10623
|
|
/* 10561 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 10564 */ MCD_OPC_FilterValue, 9, 4, 0, 0, // Skip to: 10573
|
|
/* 10569 */ MCD_OPC_Decode, 227, 9, 88, // Opcode: MFBHRBE
|
|
/* 10573 */ MCD_OPC_FilterValue, 10, 4, 0, 0, // Skip to: 10582
|
|
/* 10578 */ MCD_OPC_Decode, 246, 9, 68, // Opcode: MFPMR
|
|
/* 10582 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 10598
|
|
/* 10587 */ MCD_OPC_CheckField, 11, 15, 0, 159, 48, 0, // Skip to: 23041
|
|
/* 10594 */ MCD_OPC_Decode, 179, 4, 0, // Opcode: CLRBHRB
|
|
/* 10598 */ MCD_OPC_FilterValue, 14, 4, 0, 0, // Skip to: 10607
|
|
/* 10603 */ MCD_OPC_Decode, 161, 10, 89, // Opcode: MTPMR
|
|
/* 10607 */ MCD_OPC_FilterValue, 22, 141, 48, 0, // Skip to: 23041
|
|
/* 10612 */ MCD_OPC_CheckField, 11, 12, 0, 134, 48, 0, // Skip to: 23041
|
|
/* 10619 */ MCD_OPC_Decode, 253, 15, 65, // Opcode: TCHECK
|
|
/* 10623 */ MCD_OPC_FilterValue, 1, 163, 0, 0, // Skip to: 10791
|
|
/* 10628 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 10631 */ MCD_OPC_FilterValue, 20, 18, 0, 0, // Skip to: 10654
|
|
/* 10636 */ MCD_OPC_CheckField, 22, 4, 0, 110, 48, 0, // Skip to: 23041
|
|
/* 10643 */ MCD_OPC_CheckField, 11, 10, 0, 103, 48, 0, // Skip to: 23041
|
|
/* 10650 */ MCD_OPC_Decode, 251, 15, 90, // Opcode: TBEGIN
|
|
/* 10654 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 10670
|
|
/* 10659 */ MCD_OPC_CheckField, 11, 14, 0, 87, 48, 0, // Skip to: 23041
|
|
/* 10666 */ MCD_OPC_Decode, 135, 16, 91, // Opcode: TEND
|
|
/* 10670 */ MCD_OPC_FilterValue, 23, 18, 0, 0, // Skip to: 10693
|
|
/* 10675 */ MCD_OPC_CheckField, 22, 3, 0, 71, 48, 0, // Skip to: 23041
|
|
/* 10682 */ MCD_OPC_CheckField, 11, 10, 0, 64, 48, 0, // Skip to: 23041
|
|
/* 10689 */ MCD_OPC_Decode, 155, 16, 90, // Opcode: TSR
|
|
/* 10693 */ MCD_OPC_FilterValue, 24, 4, 0, 0, // Skip to: 10702
|
|
/* 10698 */ MCD_OPC_Decode, 243, 15, 69, // Opcode: TABORTWC
|
|
/* 10702 */ MCD_OPC_FilterValue, 25, 4, 0, 0, // Skip to: 10711
|
|
/* 10707 */ MCD_OPC_Decode, 241, 15, 69, // Opcode: TABORTDC
|
|
/* 10711 */ MCD_OPC_FilterValue, 26, 4, 0, 0, // Skip to: 10720
|
|
/* 10716 */ MCD_OPC_Decode, 244, 15, 92, // Opcode: TABORTWCI
|
|
/* 10720 */ MCD_OPC_FilterValue, 27, 4, 0, 0, // Skip to: 10729
|
|
/* 10725 */ MCD_OPC_Decode, 242, 15, 92, // Opcode: TABORTDCI
|
|
/* 10729 */ MCD_OPC_FilterValue, 28, 18, 0, 0, // Skip to: 10752
|
|
/* 10734 */ MCD_OPC_CheckField, 21, 5, 0, 12, 48, 0, // Skip to: 23041
|
|
/* 10741 */ MCD_OPC_CheckField, 11, 5, 0, 5, 48, 0, // Skip to: 23041
|
|
/* 10748 */ MCD_OPC_Decode, 240, 15, 93, // Opcode: TABORT
|
|
/* 10752 */ MCD_OPC_FilterValue, 29, 18, 0, 0, // Skip to: 10775
|
|
/* 10757 */ MCD_OPC_CheckField, 21, 5, 0, 245, 47, 0, // Skip to: 23041
|
|
/* 10764 */ MCD_OPC_CheckField, 11, 5, 0, 238, 47, 0, // Skip to: 23041
|
|
/* 10771 */ MCD_OPC_Decode, 154, 16, 93, // Opcode: TRECLAIM
|
|
/* 10775 */ MCD_OPC_FilterValue, 31, 229, 47, 0, // Skip to: 23041
|
|
/* 10780 */ MCD_OPC_CheckField, 11, 15, 0, 222, 47, 0, // Skip to: 23041
|
|
/* 10787 */ MCD_OPC_Decode, 153, 16, 0, // Opcode: TRECHKPT
|
|
/* 10791 */ MCD_OPC_FilterValue, 2, 213, 47, 0, // Skip to: 23041
|
|
/* 10796 */ MCD_OPC_Decode, 202, 8, 94, // Opcode: ISEL
|
|
/* 10800 */ MCD_OPC_FilterValue, 8, 177, 0, 0, // Skip to: 10982
|
|
/* 10805 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 10808 */ MCD_OPC_FilterValue, 0, 35, 0, 0, // Skip to: 10848
|
|
/* 10813 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ...
|
|
/* 10816 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 10832
|
|
/* 10821 */ MCD_OPC_CheckField, 6, 6, 4, 181, 47, 0, // Skip to: 23041
|
|
/* 10828 */ MCD_OPC_Decode, 140, 10, 95, // Opcode: MTCRF
|
|
/* 10832 */ MCD_OPC_FilterValue, 1, 172, 47, 0, // Skip to: 23041
|
|
/* 10837 */ MCD_OPC_CheckField, 6, 6, 4, 165, 47, 0, // Skip to: 23041
|
|
/* 10844 */ MCD_OPC_Decode, 159, 10, 96, // Opcode: MTOCRF
|
|
/* 10848 */ MCD_OPC_FilterValue, 2, 156, 47, 0, // Skip to: 23041
|
|
/* 10853 */ MCD_OPC_ExtractField, 16, 7, // Inst{22-16} ...
|
|
/* 10856 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 10877
|
|
/* 10861 */ MCD_OPC_CheckPredicate, 8, 143, 47, 0, // Skip to: 23041
|
|
/* 10866 */ MCD_OPC_CheckField, 6, 10, 5, 136, 47, 0, // Skip to: 23041
|
|
/* 10873 */ MCD_OPC_Decode, 235, 21, 97, // Opcode: XXMFACC
|
|
/* 10877 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 10898
|
|
/* 10882 */ MCD_OPC_CheckPredicate, 8, 122, 47, 0, // Skip to: 23041
|
|
/* 10887 */ MCD_OPC_CheckField, 6, 10, 5, 115, 47, 0, // Skip to: 23041
|
|
/* 10894 */ MCD_OPC_Decode, 239, 21, 97, // Opcode: XXMTACC
|
|
/* 10898 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 10919
|
|
/* 10903 */ MCD_OPC_CheckPredicate, 6, 101, 47, 0, // Skip to: 23041
|
|
/* 10908 */ MCD_OPC_CheckField, 6, 10, 5, 94, 47, 0, // Skip to: 23041
|
|
/* 10915 */ MCD_OPC_Decode, 147, 5, 98, // Opcode: DMSETDMRZ
|
|
/* 10919 */ MCD_OPC_FilterValue, 3, 16, 0, 0, // Skip to: 10940
|
|
/* 10924 */ MCD_OPC_CheckPredicate, 8, 80, 47, 0, // Skip to: 23041
|
|
/* 10929 */ MCD_OPC_CheckField, 6, 10, 5, 73, 47, 0, // Skip to: 23041
|
|
/* 10936 */ MCD_OPC_Decode, 247, 21, 99, // Opcode: XXSETACCZ
|
|
/* 10940 */ MCD_OPC_FilterValue, 6, 16, 0, 0, // Skip to: 10961
|
|
/* 10945 */ MCD_OPC_CheckPredicate, 6, 59, 47, 0, // Skip to: 23041
|
|
/* 10950 */ MCD_OPC_CheckField, 6, 7, 5, 52, 47, 0, // Skip to: 23041
|
|
/* 10957 */ MCD_OPC_Decode, 146, 5, 100, // Opcode: DMMR
|
|
/* 10961 */ MCD_OPC_FilterValue, 7, 43, 47, 0, // Skip to: 23041
|
|
/* 10966 */ MCD_OPC_CheckPredicate, 6, 38, 47, 0, // Skip to: 23041
|
|
/* 10971 */ MCD_OPC_CheckField, 6, 7, 5, 31, 47, 0, // Skip to: 23041
|
|
/* 10978 */ MCD_OPC_Decode, 148, 5, 101, // Opcode: DMXOR
|
|
/* 10982 */ MCD_OPC_FilterValue, 9, 217, 3, 0, // Skip to: 11972
|
|
/* 10987 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 10990 */ MCD_OPC_FilterValue, 0, 49, 0, 0, // Skip to: 11044
|
|
/* 10995 */ MCD_OPC_ExtractField, 20, 1, // Inst{20} ...
|
|
/* 10998 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 11021
|
|
/* 11003 */ MCD_OPC_CheckField, 11, 9, 0, 255, 46, 0, // Skip to: 23041
|
|
/* 11010 */ MCD_OPC_CheckField, 0, 2, 2, 248, 46, 0, // Skip to: 23041
|
|
/* 11017 */ MCD_OPC_Decode, 228, 9, 66, // Opcode: MFCR
|
|
/* 11021 */ MCD_OPC_FilterValue, 1, 239, 46, 0, // Skip to: 23041
|
|
/* 11026 */ MCD_OPC_CheckField, 11, 1, 0, 232, 46, 0, // Skip to: 23041
|
|
/* 11033 */ MCD_OPC_CheckField, 0, 2, 2, 225, 46, 0, // Skip to: 23041
|
|
/* 11040 */ MCD_OPC_Decode, 244, 9, 102, // Opcode: MFOCRF
|
|
/* 11044 */ MCD_OPC_FilterValue, 1, 18, 0, 0, // Skip to: 11067
|
|
/* 11049 */ MCD_OPC_CheckField, 11, 5, 0, 209, 46, 0, // Skip to: 23041
|
|
/* 11056 */ MCD_OPC_CheckField, 1, 1, 1, 202, 46, 0, // Skip to: 23041
|
|
/* 11063 */ MCD_OPC_Decode, 131, 10, 103, // Opcode: MFVSRD
|
|
/* 11067 */ MCD_OPC_FilterValue, 2, 18, 0, 0, // Skip to: 11090
|
|
/* 11072 */ MCD_OPC_CheckField, 11, 10, 0, 186, 46, 0, // Skip to: 23041
|
|
/* 11079 */ MCD_OPC_CheckField, 0, 2, 2, 179, 46, 0, // Skip to: 23041
|
|
/* 11086 */ MCD_OPC_Decode, 243, 9, 66, // Opcode: MFMSR
|
|
/* 11090 */ MCD_OPC_FilterValue, 3, 18, 0, 0, // Skip to: 11113
|
|
/* 11095 */ MCD_OPC_CheckField, 11, 5, 0, 163, 46, 0, // Skip to: 23041
|
|
/* 11102 */ MCD_OPC_CheckField, 1, 1, 1, 156, 46, 0, // Skip to: 23041
|
|
/* 11109 */ MCD_OPC_Decode, 133, 10, 104, // Opcode: MFVSRWZ
|
|
/* 11113 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 11129
|
|
/* 11118 */ MCD_OPC_CheckField, 1, 1, 0, 140, 46, 0, // Skip to: 23041
|
|
/* 11125 */ MCD_OPC_Decode, 157, 10, 105, // Opcode: MTMSR
|
|
/* 11129 */ MCD_OPC_FilterValue, 5, 28, 0, 0, // Skip to: 11162
|
|
/* 11134 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 11137 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 11146
|
|
/* 11142 */ MCD_OPC_Decode, 158, 10, 105, // Opcode: MTMSRD
|
|
/* 11146 */ MCD_OPC_FilterValue, 1, 114, 46, 0, // Skip to: 23041
|
|
/* 11151 */ MCD_OPC_CheckField, 11, 5, 0, 107, 46, 0, // Skip to: 23041
|
|
/* 11158 */ MCD_OPC_Decode, 175, 10, 106, // Opcode: MTVSRD
|
|
/* 11162 */ MCD_OPC_FilterValue, 6, 28, 0, 0, // Skip to: 11195
|
|
/* 11167 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 11170 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 11179
|
|
/* 11175 */ MCD_OPC_Decode, 164, 10, 107, // Opcode: MTSR
|
|
/* 11179 */ MCD_OPC_FilterValue, 1, 81, 46, 0, // Skip to: 23041
|
|
/* 11184 */ MCD_OPC_CheckField, 11, 5, 0, 74, 46, 0, // Skip to: 23041
|
|
/* 11191 */ MCD_OPC_Decode, 180, 10, 108, // Opcode: MTVSRWA
|
|
/* 11195 */ MCD_OPC_FilterValue, 7, 28, 0, 0, // Skip to: 11228
|
|
/* 11200 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 11203 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 11212
|
|
/* 11208 */ MCD_OPC_Decode, 165, 10, 109, // Opcode: MTSRIN
|
|
/* 11212 */ MCD_OPC_FilterValue, 1, 48, 46, 0, // Skip to: 23041
|
|
/* 11217 */ MCD_OPC_CheckField, 11, 5, 0, 41, 46, 0, // Skip to: 23041
|
|
/* 11224 */ MCD_OPC_Decode, 183, 10, 108, // Opcode: MTVSRWZ
|
|
/* 11228 */ MCD_OPC_FilterValue, 8, 18, 0, 0, // Skip to: 11251
|
|
/* 11233 */ MCD_OPC_CheckField, 16, 10, 0, 25, 46, 0, // Skip to: 23041
|
|
/* 11240 */ MCD_OPC_CheckField, 0, 2, 0, 18, 46, 0, // Skip to: 23041
|
|
/* 11247 */ MCD_OPC_Decode, 138, 16, 110, // Opcode: TLBIEL
|
|
/* 11251 */ MCD_OPC_FilterValue, 9, 47, 0, 0, // Skip to: 11303
|
|
/* 11256 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 11259 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 11282
|
|
/* 11264 */ MCD_OPC_CheckField, 16, 5, 0, 250, 45, 0, // Skip to: 23041
|
|
/* 11271 */ MCD_OPC_CheckField, 0, 1, 0, 243, 45, 0, // Skip to: 23041
|
|
/* 11278 */ MCD_OPC_Decode, 137, 16, 109, // Opcode: TLBIE
|
|
/* 11282 */ MCD_OPC_FilterValue, 1, 234, 45, 0, // Skip to: 23041
|
|
/* 11287 */ MCD_OPC_CheckPredicate, 0, 229, 45, 0, // Skip to: 23041
|
|
/* 11292 */ MCD_OPC_CheckField, 11, 5, 0, 222, 45, 0, // Skip to: 23041
|
|
/* 11299 */ MCD_OPC_Decode, 132, 10, 111, // Opcode: MFVSRLD
|
|
/* 11303 */ MCD_OPC_FilterValue, 10, 65, 0, 0, // Skip to: 11373
|
|
/* 11308 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 11311 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11332
|
|
/* 11316 */ MCD_OPC_CheckPredicate, 0, 200, 45, 0, // Skip to: 23041
|
|
/* 11321 */ MCD_OPC_CheckField, 11, 15, 0, 193, 45, 0, // Skip to: 23041
|
|
/* 11328 */ MCD_OPC_Decode, 187, 14, 0, // Opcode: SLBSYNC
|
|
/* 11332 */ MCD_OPC_FilterValue, 2, 184, 45, 0, // Skip to: 23041
|
|
/* 11337 */ MCD_OPC_ExtractField, 11, 10, // Inst{20-11} ...
|
|
/* 11340 */ MCD_OPC_FilterValue, 96, 4, 0, 0, // Skip to: 11349
|
|
/* 11345 */ MCD_OPC_Decode, 253, 9, 66, // Opcode: MFUDSCR
|
|
/* 11349 */ MCD_OPC_FilterValue, 128, 2, 4, 0, 0, // Skip to: 11359
|
|
/* 11355 */ MCD_OPC_Decode, 241, 9, 66, // Opcode: MFLR
|
|
/* 11359 */ MCD_OPC_FilterValue, 160, 2, 4, 0, 0, // Skip to: 11369
|
|
/* 11365 */ MCD_OPC_Decode, 230, 9, 66, // Opcode: MFCTR
|
|
/* 11369 */ MCD_OPC_Decode, 247, 9, 68, // Opcode: MFSPR
|
|
/* 11373 */ MCD_OPC_FilterValue, 11, 28, 0, 0, // Skip to: 11406
|
|
/* 11378 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 11381 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 11397
|
|
/* 11386 */ MCD_OPC_CheckField, 11, 15, 0, 128, 45, 0, // Skip to: 23041
|
|
/* 11393 */ MCD_OPC_Decode, 136, 16, 0, // Opcode: TLBIA
|
|
/* 11397 */ MCD_OPC_FilterValue, 2, 119, 45, 0, // Skip to: 23041
|
|
/* 11402 */ MCD_OPC_Decode, 251, 9, 68, // Opcode: MFTB
|
|
/* 11406 */ MCD_OPC_FilterValue, 12, 47, 0, 0, // Skip to: 11458
|
|
/* 11411 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 11414 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 11437
|
|
/* 11419 */ MCD_OPC_CheckField, 16, 5, 0, 95, 45, 0, // Skip to: 23041
|
|
/* 11426 */ MCD_OPC_CheckField, 0, 1, 0, 88, 45, 0, // Skip to: 23041
|
|
/* 11433 */ MCD_OPC_Decode, 186, 14, 109, // Opcode: SLBMTE
|
|
/* 11437 */ MCD_OPC_FilterValue, 1, 79, 45, 0, // Skip to: 23041
|
|
/* 11442 */ MCD_OPC_CheckPredicate, 0, 74, 45, 0, // Skip to: 23041
|
|
/* 11447 */ MCD_OPC_CheckField, 11, 5, 0, 67, 45, 0, // Skip to: 23041
|
|
/* 11454 */ MCD_OPC_Decode, 182, 10, 112, // Opcode: MTVSRWS
|
|
/* 11458 */ MCD_OPC_FilterValue, 13, 40, 0, 0, // Skip to: 11503
|
|
/* 11463 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 11466 */ MCD_OPC_FilterValue, 0, 18, 0, 0, // Skip to: 11489
|
|
/* 11471 */ MCD_OPC_CheckField, 16, 10, 0, 43, 45, 0, // Skip to: 23041
|
|
/* 11478 */ MCD_OPC_CheckField, 0, 1, 0, 36, 45, 0, // Skip to: 23041
|
|
/* 11485 */ MCD_OPC_Decode, 182, 14, 110, // Opcode: SLBIE
|
|
/* 11489 */ MCD_OPC_FilterValue, 1, 27, 45, 0, // Skip to: 23041
|
|
/* 11494 */ MCD_OPC_CheckPredicate, 0, 22, 45, 0, // Skip to: 23041
|
|
/* 11499 */ MCD_OPC_Decode, 176, 10, 113, // Opcode: MTVSRDD
|
|
/* 11503 */ MCD_OPC_FilterValue, 14, 65, 0, 0, // Skip to: 11573
|
|
/* 11508 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 11511 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 11532
|
|
/* 11516 */ MCD_OPC_CheckPredicate, 0, 0, 45, 0, // Skip to: 23041
|
|
/* 11521 */ MCD_OPC_CheckField, 16, 5, 0, 249, 44, 0, // Skip to: 23041
|
|
/* 11528 */ MCD_OPC_Decode, 183, 14, 109, // Opcode: SLBIEG
|
|
/* 11532 */ MCD_OPC_FilterValue, 2, 240, 44, 0, // Skip to: 23041
|
|
/* 11537 */ MCD_OPC_ExtractField, 11, 10, // Inst{20-11} ...
|
|
/* 11540 */ MCD_OPC_FilterValue, 96, 4, 0, 0, // Skip to: 11549
|
|
/* 11545 */ MCD_OPC_Decode, 166, 10, 66, // Opcode: MTUDSCR
|
|
/* 11549 */ MCD_OPC_FilterValue, 128, 2, 4, 0, 0, // Skip to: 11559
|
|
/* 11555 */ MCD_OPC_Decode, 155, 10, 66, // Opcode: MTLR
|
|
/* 11559 */ MCD_OPC_FilterValue, 160, 2, 4, 0, 0, // Skip to: 11569
|
|
/* 11565 */ MCD_OPC_Decode, 142, 10, 66, // Opcode: MTCTR
|
|
/* 11569 */ MCD_OPC_Decode, 162, 10, 89, // Opcode: MTSPR
|
|
/* 11573 */ MCD_OPC_FilterValue, 15, 18, 0, 0, // Skip to: 11596
|
|
/* 11578 */ MCD_OPC_CheckField, 11, 15, 0, 192, 44, 0, // Skip to: 23041
|
|
/* 11585 */ MCD_OPC_CheckField, 0, 2, 0, 185, 44, 0, // Skip to: 23041
|
|
/* 11592 */ MCD_OPC_Decode, 181, 14, 0, // Opcode: SLBIA
|
|
/* 11596 */ MCD_OPC_FilterValue, 18, 11, 0, 0, // Skip to: 11612
|
|
/* 11601 */ MCD_OPC_CheckField, 1, 1, 1, 169, 44, 0, // Skip to: 23041
|
|
/* 11608 */ MCD_OPC_Decode, 249, 9, 107, // Opcode: MFSR
|
|
/* 11612 */ MCD_OPC_FilterValue, 20, 21, 0, 0, // Skip to: 11638
|
|
/* 11617 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 11620 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 11629
|
|
/* 11625 */ MCD_OPC_Decode, 192, 8, 114, // Opcode: HASHSTP
|
|
/* 11629 */ MCD_OPC_FilterValue, 1, 143, 44, 0, // Skip to: 23041
|
|
/* 11634 */ MCD_OPC_Decode, 250, 9, 109, // Opcode: MFSRIN
|
|
/* 11638 */ MCD_OPC_FilterValue, 21, 11, 0, 0, // Skip to: 11654
|
|
/* 11643 */ MCD_OPC_CheckField, 1, 1, 0, 127, 44, 0, // Skip to: 23041
|
|
/* 11650 */ MCD_OPC_Decode, 188, 8, 114, // Opcode: HASHCHKP
|
|
/* 11654 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 11670
|
|
/* 11659 */ MCD_OPC_CheckField, 1, 1, 0, 111, 44, 0, // Skip to: 23041
|
|
/* 11666 */ MCD_OPC_Decode, 190, 8, 114, // Opcode: HASHST
|
|
/* 11670 */ MCD_OPC_FilterValue, 23, 42, 0, 0, // Skip to: 11717
|
|
/* 11675 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 11678 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 11687
|
|
/* 11683 */ MCD_OPC_Decode, 186, 8, 114, // Opcode: HASHCHK
|
|
/* 11687 */ MCD_OPC_FilterValue, 1, 85, 44, 0, // Skip to: 23041
|
|
/* 11692 */ MCD_OPC_CheckField, 18, 3, 0, 78, 44, 0, // Skip to: 23041
|
|
/* 11699 */ MCD_OPC_CheckField, 11, 5, 0, 71, 44, 0, // Skip to: 23041
|
|
/* 11706 */ MCD_OPC_CheckField, 0, 1, 0, 64, 44, 0, // Skip to: 23041
|
|
/* 11713 */ MCD_OPC_Decode, 226, 4, 115, // Opcode: DARN
|
|
/* 11717 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 11745
|
|
/* 11722 */ MCD_OPC_CheckPredicate, 3, 50, 44, 0, // Skip to: 23041
|
|
/* 11727 */ MCD_OPC_CheckField, 21, 5, 0, 43, 44, 0, // Skip to: 23041
|
|
/* 11734 */ MCD_OPC_CheckField, 0, 2, 0, 36, 44, 0, // Skip to: 23041
|
|
/* 11741 */ MCD_OPC_Decode, 139, 16, 73, // Opcode: TLBIVAX
|
|
/* 11745 */ MCD_OPC_FilterValue, 26, 18, 0, 0, // Skip to: 11768
|
|
/* 11750 */ MCD_OPC_CheckField, 16, 5, 0, 20, 44, 0, // Skip to: 23041
|
|
/* 11757 */ MCD_OPC_CheckField, 0, 2, 2, 13, 44, 0, // Skip to: 23041
|
|
/* 11764 */ MCD_OPC_Decode, 185, 14, 109, // Opcode: SLBMFEV
|
|
/* 11768 */ MCD_OPC_FilterValue, 28, 63, 0, 0, // Skip to: 11836
|
|
/* 11773 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 11776 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 11806
|
|
/* 11781 */ MCD_OPC_CheckPredicate, 3, 11, 0, 0, // Skip to: 11797
|
|
/* 11786 */ MCD_OPC_CheckField, 21, 5, 0, 4, 0, 0, // Skip to: 11797
|
|
/* 11793 */ MCD_OPC_Decode, 144, 16, 73, // Opcode: TLBSX
|
|
/* 11797 */ MCD_OPC_CheckPredicate, 4, 231, 43, 0, // Skip to: 23041
|
|
/* 11802 */ MCD_OPC_Decode, 145, 16, 77, // Opcode: TLBSX2
|
|
/* 11806 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 11820
|
|
/* 11811 */ MCD_OPC_CheckPredicate, 4, 217, 43, 0, // Skip to: 23041
|
|
/* 11816 */ MCD_OPC_Decode, 146, 16, 77, // Opcode: TLBSX2D
|
|
/* 11820 */ MCD_OPC_FilterValue, 2, 208, 43, 0, // Skip to: 23041
|
|
/* 11825 */ MCD_OPC_CheckField, 16, 5, 0, 201, 43, 0, // Skip to: 23041
|
|
/* 11832 */ MCD_OPC_Decode, 184, 14, 109, // Opcode: SLBMFEE
|
|
/* 11836 */ MCD_OPC_FilterValue, 29, 33, 0, 0, // Skip to: 11874
|
|
/* 11841 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 11844 */ MCD_OPC_FilterValue, 0, 184, 43, 0, // Skip to: 23041
|
|
/* 11849 */ MCD_OPC_CheckPredicate, 3, 11, 0, 0, // Skip to: 11865
|
|
/* 11854 */ MCD_OPC_CheckField, 11, 15, 0, 4, 0, 0, // Skip to: 11865
|
|
/* 11861 */ MCD_OPC_Decode, 142, 16, 0, // Opcode: TLBRE
|
|
/* 11865 */ MCD_OPC_CheckPredicate, 4, 163, 43, 0, // Skip to: 23041
|
|
/* 11870 */ MCD_OPC_Decode, 143, 16, 116, // Opcode: TLBRE2
|
|
/* 11874 */ MCD_OPC_FilterValue, 30, 65, 0, 0, // Skip to: 11944
|
|
/* 11879 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 11882 */ MCD_OPC_FilterValue, 0, 41, 0, 0, // Skip to: 11928
|
|
/* 11887 */ MCD_OPC_CheckPredicate, 3, 11, 0, 0, // Skip to: 11903
|
|
/* 11892 */ MCD_OPC_CheckField, 11, 15, 0, 4, 0, 0, // Skip to: 11903
|
|
/* 11899 */ MCD_OPC_Decode, 148, 16, 0, // Opcode: TLBWE
|
|
/* 11903 */ MCD_OPC_CheckPredicate, 9, 11, 0, 0, // Skip to: 11919
|
|
/* 11908 */ MCD_OPC_CheckField, 16, 10, 0, 4, 0, 0, // Skip to: 11919
|
|
/* 11915 */ MCD_OPC_Decode, 140, 16, 110, // Opcode: TLBLD
|
|
/* 11919 */ MCD_OPC_CheckPredicate, 4, 109, 43, 0, // Skip to: 23041
|
|
/* 11924 */ MCD_OPC_Decode, 149, 16, 116, // Opcode: TLBWE2
|
|
/* 11928 */ MCD_OPC_FilterValue, 3, 100, 43, 0, // Skip to: 23041
|
|
/* 11933 */ MCD_OPC_CheckField, 16, 5, 0, 93, 43, 0, // Skip to: 23041
|
|
/* 11940 */ MCD_OPC_Decode, 180, 14, 109, // Opcode: SLBFEE_rec
|
|
/* 11944 */ MCD_OPC_FilterValue, 31, 84, 43, 0, // Skip to: 23041
|
|
/* 11949 */ MCD_OPC_CheckPredicate, 9, 79, 43, 0, // Skip to: 23041
|
|
/* 11954 */ MCD_OPC_CheckField, 16, 10, 0, 72, 43, 0, // Skip to: 23041
|
|
/* 11961 */ MCD_OPC_CheckField, 0, 2, 0, 65, 43, 0, // Skip to: 23041
|
|
/* 11968 */ MCD_OPC_Decode, 141, 16, 110, // Opcode: TLBLI
|
|
/* 11972 */ MCD_OPC_FilterValue, 10, 181, 1, 0, // Skip to: 12414
|
|
/* 11977 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 11980 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 12015
|
|
/* 11985 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 11988 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 11997
|
|
/* 11993 */ MCD_OPC_Decode, 166, 9, 117, // Opcode: LWARX
|
|
/* 11997 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 12006
|
|
/* 12002 */ MCD_OPC_Decode, 167, 9, 117, // Opcode: LWARXL
|
|
/* 12006 */ MCD_OPC_FilterValue, 2, 22, 43, 0, // Skip to: 23041
|
|
/* 12011 */ MCD_OPC_Decode, 230, 8, 118, // Opcode: LDX
|
|
/* 12015 */ MCD_OPC_FilterValue, 1, 40, 0, 0, // Skip to: 12060
|
|
/* 12020 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12023 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12037
|
|
/* 12028 */ MCD_OPC_CheckPredicate, 10, 0, 43, 0, // Skip to: 23041
|
|
/* 12033 */ MCD_OPC_Decode, 207, 8, 117, // Opcode: LBARX
|
|
/* 12037 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 12051
|
|
/* 12042 */ MCD_OPC_CheckPredicate, 10, 242, 42, 0, // Skip to: 23041
|
|
/* 12047 */ MCD_OPC_Decode, 208, 8, 117, // Opcode: LBARXL
|
|
/* 12051 */ MCD_OPC_FilterValue, 2, 233, 42, 0, // Skip to: 23041
|
|
/* 12056 */ MCD_OPC_Decode, 229, 8, 119, // Opcode: LDUX
|
|
/* 12060 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 12086
|
|
/* 12065 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12068 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12077
|
|
/* 12073 */ MCD_OPC_Decode, 223, 8, 118, // Opcode: LDARX
|
|
/* 12077 */ MCD_OPC_FilterValue, 1, 207, 42, 0, // Skip to: 23041
|
|
/* 12082 */ MCD_OPC_Decode, 224, 8, 118, // Opcode: LDARXL
|
|
/* 12086 */ MCD_OPC_FilterValue, 3, 31, 0, 0, // Skip to: 12122
|
|
/* 12091 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12094 */ MCD_OPC_FilterValue, 0, 9, 0, 0, // Skip to: 12108
|
|
/* 12099 */ MCD_OPC_CheckPredicate, 10, 185, 42, 0, // Skip to: 23041
|
|
/* 12104 */ MCD_OPC_Decode, 253, 8, 117, // Opcode: LHARX
|
|
/* 12108 */ MCD_OPC_FilterValue, 1, 176, 42, 0, // Skip to: 23041
|
|
/* 12113 */ MCD_OPC_CheckPredicate, 10, 171, 42, 0, // Skip to: 23041
|
|
/* 12118 */ MCD_OPC_Decode, 254, 8, 117, // Opcode: LHARXL
|
|
/* 12122 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 12138
|
|
/* 12127 */ MCD_OPC_CheckField, 0, 2, 2, 155, 42, 0, // Skip to: 23041
|
|
/* 12134 */ MCD_OPC_Decode, 241, 14, 118, // Opcode: STDX
|
|
/* 12138 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 12154
|
|
/* 12143 */ MCD_OPC_CheckField, 0, 2, 2, 139, 42, 0, // Skip to: 23041
|
|
/* 12150 */ MCD_OPC_Decode, 240, 14, 120, // Opcode: STDUX
|
|
/* 12154 */ MCD_OPC_FilterValue, 8, 21, 0, 0, // Skip to: 12180
|
|
/* 12159 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12162 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12171
|
|
/* 12167 */ MCD_OPC_Decode, 154, 9, 121, // Opcode: LQARX
|
|
/* 12171 */ MCD_OPC_FilterValue, 1, 113, 42, 0, // Skip to: 23041
|
|
/* 12176 */ MCD_OPC_Decode, 155, 9, 121, // Opcode: LQARXL
|
|
/* 12180 */ MCD_OPC_FilterValue, 10, 11, 0, 0, // Skip to: 12196
|
|
/* 12185 */ MCD_OPC_CheckField, 0, 2, 2, 97, 42, 0, // Skip to: 23041
|
|
/* 12192 */ MCD_OPC_Decode, 170, 9, 118, // Opcode: LWAX
|
|
/* 12196 */ MCD_OPC_FilterValue, 11, 11, 0, 0, // Skip to: 12212
|
|
/* 12201 */ MCD_OPC_CheckField, 0, 2, 2, 81, 42, 0, // Skip to: 23041
|
|
/* 12208 */ MCD_OPC_Decode, 169, 9, 119, // Opcode: LWAUX
|
|
/* 12212 */ MCD_OPC_FilterValue, 16, 16, 0, 0, // Skip to: 12233
|
|
/* 12217 */ MCD_OPC_CheckPredicate, 11, 67, 42, 0, // Skip to: 23041
|
|
/* 12222 */ MCD_OPC_CheckField, 0, 2, 0, 60, 42, 0, // Skip to: 23041
|
|
/* 12229 */ MCD_OPC_Decode, 226, 8, 118, // Opcode: LDBRX
|
|
/* 12233 */ MCD_OPC_FilterValue, 18, 11, 0, 0, // Skip to: 12249
|
|
/* 12238 */ MCD_OPC_CheckField, 0, 2, 2, 44, 42, 0, // Skip to: 23041
|
|
/* 12245 */ MCD_OPC_Decode, 157, 9, 74, // Opcode: LSWI
|
|
/* 12249 */ MCD_OPC_FilterValue, 20, 16, 0, 0, // Skip to: 12270
|
|
/* 12254 */ MCD_OPC_CheckPredicate, 11, 30, 42, 0, // Skip to: 23041
|
|
/* 12259 */ MCD_OPC_CheckField, 0, 2, 0, 23, 42, 0, // Skip to: 23041
|
|
/* 12266 */ MCD_OPC_Decode, 236, 14, 118, // Opcode: STDBRX
|
|
/* 12270 */ MCD_OPC_FilterValue, 22, 11, 0, 0, // Skip to: 12286
|
|
/* 12275 */ MCD_OPC_CheckField, 0, 2, 2, 7, 42, 0, // Skip to: 23041
|
|
/* 12282 */ MCD_OPC_Decode, 146, 15, 74, // Opcode: STSWI
|
|
/* 12286 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 12302
|
|
/* 12291 */ MCD_OPC_CheckField, 0, 2, 2, 247, 41, 0, // Skip to: 23041
|
|
/* 12298 */ MCD_OPC_Decode, 178, 9, 77, // Opcode: LWZCIX
|
|
/* 12302 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 12318
|
|
/* 12307 */ MCD_OPC_CheckField, 0, 2, 2, 231, 41, 0, // Skip to: 23041
|
|
/* 12314 */ MCD_OPC_Decode, 138, 9, 77, // Opcode: LHZCIX
|
|
/* 12318 */ MCD_OPC_FilterValue, 26, 11, 0, 0, // Skip to: 12334
|
|
/* 12323 */ MCD_OPC_CheckField, 0, 2, 2, 215, 41, 0, // Skip to: 23041
|
|
/* 12330 */ MCD_OPC_Decode, 212, 8, 77, // Opcode: LBZCIX
|
|
/* 12334 */ MCD_OPC_FilterValue, 27, 11, 0, 0, // Skip to: 12350
|
|
/* 12339 */ MCD_OPC_CheckField, 0, 2, 2, 199, 41, 0, // Skip to: 23041
|
|
/* 12346 */ MCD_OPC_Decode, 227, 8, 77, // Opcode: LDCIX
|
|
/* 12350 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 12366
|
|
/* 12355 */ MCD_OPC_CheckField, 0, 2, 2, 183, 41, 0, // Skip to: 23041
|
|
/* 12362 */ MCD_OPC_Decode, 156, 15, 77, // Opcode: STWCIX
|
|
/* 12366 */ MCD_OPC_FilterValue, 29, 11, 0, 0, // Skip to: 12382
|
|
/* 12371 */ MCD_OPC_CheckField, 0, 2, 2, 167, 41, 0, // Skip to: 23041
|
|
/* 12378 */ MCD_OPC_Decode, 129, 15, 77, // Opcode: STHCIX
|
|
/* 12382 */ MCD_OPC_FilterValue, 30, 11, 0, 0, // Skip to: 12398
|
|
/* 12387 */ MCD_OPC_CheckField, 0, 2, 2, 151, 41, 0, // Skip to: 23041
|
|
/* 12394 */ MCD_OPC_Decode, 222, 14, 77, // Opcode: STBCIX
|
|
/* 12398 */ MCD_OPC_FilterValue, 31, 142, 41, 0, // Skip to: 23041
|
|
/* 12403 */ MCD_OPC_CheckField, 0, 2, 2, 135, 41, 0, // Skip to: 23041
|
|
/* 12410 */ MCD_OPC_Decode, 237, 14, 77, // Opcode: STDCIX
|
|
/* 12414 */ MCD_OPC_FilterValue, 11, 193, 3, 0, // Skip to: 13380
|
|
/* 12419 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 12422 */ MCD_OPC_FilterValue, 0, 33, 0, 0, // Skip to: 12460
|
|
/* 12427 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12430 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 12451
|
|
/* 12435 */ MCD_OPC_CheckPredicate, 5, 105, 41, 0, // Skip to: 23041
|
|
/* 12440 */ MCD_OPC_CheckField, 25, 1, 0, 98, 41, 0, // Skip to: 23041
|
|
/* 12447 */ MCD_OPC_Decode, 199, 8, 72, // Opcode: ICBT
|
|
/* 12451 */ MCD_OPC_FilterValue, 2, 89, 41, 0, // Skip to: 23041
|
|
/* 12456 */ MCD_OPC_Decode, 183, 9, 117, // Opcode: LWZX
|
|
/* 12460 */ MCD_OPC_FilterValue, 1, 28, 0, 0, // Skip to: 12493
|
|
/* 12465 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12468 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 12484
|
|
/* 12473 */ MCD_OPC_CheckField, 21, 5, 0, 65, 41, 0, // Skip to: 23041
|
|
/* 12480 */ MCD_OPC_Decode, 231, 4, 122, // Opcode: DCBST
|
|
/* 12484 */ MCD_OPC_FilterValue, 2, 56, 41, 0, // Skip to: 23041
|
|
/* 12489 */ MCD_OPC_Decode, 181, 9, 123, // Opcode: LWZUX
|
|
/* 12493 */ MCD_OPC_FilterValue, 2, 21, 0, 0, // Skip to: 12519
|
|
/* 12498 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12501 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12510
|
|
/* 12506 */ MCD_OPC_Decode, 228, 4, 124, // Opcode: DCBF
|
|
/* 12510 */ MCD_OPC_FilterValue, 2, 30, 41, 0, // Skip to: 23041
|
|
/* 12515 */ MCD_OPC_Decode, 217, 8, 117, // Opcode: LBZX
|
|
/* 12519 */ MCD_OPC_FilterValue, 3, 11, 0, 0, // Skip to: 12535
|
|
/* 12524 */ MCD_OPC_CheckField, 0, 2, 2, 14, 41, 0, // Skip to: 23041
|
|
/* 12531 */ MCD_OPC_Decode, 215, 8, 123, // Opcode: LBZUX
|
|
/* 12535 */ MCD_OPC_FilterValue, 4, 21, 0, 0, // Skip to: 12561
|
|
/* 12540 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12543 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 12552
|
|
/* 12548 */ MCD_OPC_Decode, 157, 15, 117, // Opcode: STWCX
|
|
/* 12552 */ MCD_OPC_FilterValue, 2, 244, 40, 0, // Skip to: 23041
|
|
/* 12557 */ MCD_OPC_Decode, 163, 15, 117, // Opcode: STWX
|
|
/* 12561 */ MCD_OPC_FilterValue, 5, 21, 0, 0, // Skip to: 12587
|
|
/* 12566 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12569 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 12578
|
|
/* 12574 */ MCD_OPC_Decode, 144, 15, 121, // Opcode: STQCX
|
|
/* 12578 */ MCD_OPC_FilterValue, 2, 218, 40, 0, // Skip to: 23041
|
|
/* 12583 */ MCD_OPC_Decode, 161, 15, 125, // Opcode: STWUX
|
|
/* 12587 */ MCD_OPC_FilterValue, 6, 21, 0, 0, // Skip to: 12613
|
|
/* 12592 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12595 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 12604
|
|
/* 12600 */ MCD_OPC_Decode, 238, 14, 118, // Opcode: STDCX
|
|
/* 12604 */ MCD_OPC_FilterValue, 2, 192, 40, 0, // Skip to: 23041
|
|
/* 12609 */ MCD_OPC_Decode, 229, 14, 117, // Opcode: STBX
|
|
/* 12613 */ MCD_OPC_FilterValue, 7, 21, 0, 0, // Skip to: 12639
|
|
/* 12618 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12621 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12630
|
|
/* 12626 */ MCD_OPC_Decode, 235, 4, 126, // Opcode: DCBTST
|
|
/* 12630 */ MCD_OPC_FilterValue, 2, 166, 40, 0, // Skip to: 23041
|
|
/* 12635 */ MCD_OPC_Decode, 227, 14, 125, // Opcode: STBUX
|
|
/* 12639 */ MCD_OPC_FilterValue, 8, 21, 0, 0, // Skip to: 12665
|
|
/* 12644 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12647 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12656
|
|
/* 12652 */ MCD_OPC_Decode, 233, 4, 126, // Opcode: DCBT
|
|
/* 12656 */ MCD_OPC_FilterValue, 2, 140, 40, 0, // Skip to: 23041
|
|
/* 12661 */ MCD_OPC_Decode, 143, 9, 117, // Opcode: LHZX
|
|
/* 12665 */ MCD_OPC_FilterValue, 9, 11, 0, 0, // Skip to: 12681
|
|
/* 12670 */ MCD_OPC_CheckField, 0, 2, 2, 124, 40, 0, // Skip to: 23041
|
|
/* 12677 */ MCD_OPC_Decode, 141, 9, 123, // Opcode: LHZUX
|
|
/* 12681 */ MCD_OPC_FilterValue, 10, 38, 0, 0, // Skip to: 12724
|
|
/* 12686 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12689 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 12715
|
|
/* 12694 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ...
|
|
/* 12697 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12706
|
|
/* 12702 */ MCD_OPC_Decode, 157, 5, 127, // Opcode: DST
|
|
/* 12706 */ MCD_OPC_FilterValue, 4, 90, 40, 0, // Skip to: 23041
|
|
/* 12711 */ MCD_OPC_Decode, 163, 5, 127, // Opcode: DSTT
|
|
/* 12715 */ MCD_OPC_FilterValue, 2, 81, 40, 0, // Skip to: 23041
|
|
/* 12720 */ MCD_OPC_Decode, 131, 9, 117, // Opcode: LHAX
|
|
/* 12724 */ MCD_OPC_FilterValue, 11, 38, 0, 0, // Skip to: 12767
|
|
/* 12729 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12732 */ MCD_OPC_FilterValue, 0, 21, 0, 0, // Skip to: 12758
|
|
/* 12737 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ...
|
|
/* 12740 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12749
|
|
/* 12745 */ MCD_OPC_Decode, 159, 5, 127, // Opcode: DSTST
|
|
/* 12749 */ MCD_OPC_FilterValue, 4, 47, 40, 0, // Skip to: 23041
|
|
/* 12754 */ MCD_OPC_Decode, 161, 5, 127, // Opcode: DSTSTT
|
|
/* 12758 */ MCD_OPC_FilterValue, 2, 38, 40, 0, // Skip to: 23041
|
|
/* 12763 */ MCD_OPC_Decode, 129, 9, 123, // Opcode: LHAUX
|
|
/* 12767 */ MCD_OPC_FilterValue, 12, 11, 0, 0, // Skip to: 12783
|
|
/* 12772 */ MCD_OPC_CheckField, 0, 2, 2, 22, 40, 0, // Skip to: 23041
|
|
/* 12779 */ MCD_OPC_Decode, 136, 15, 117, // Opcode: STHX
|
|
/* 12783 */ MCD_OPC_FilterValue, 13, 11, 0, 0, // Skip to: 12799
|
|
/* 12788 */ MCD_OPC_CheckField, 0, 2, 2, 6, 40, 0, // Skip to: 23041
|
|
/* 12795 */ MCD_OPC_Decode, 134, 15, 125, // Opcode: STHUX
|
|
/* 12799 */ MCD_OPC_FilterValue, 14, 18, 0, 0, // Skip to: 12822
|
|
/* 12804 */ MCD_OPC_CheckField, 21, 5, 0, 246, 39, 0, // Skip to: 23041
|
|
/* 12811 */ MCD_OPC_CheckField, 0, 2, 0, 239, 39, 0, // Skip to: 23041
|
|
/* 12818 */ MCD_OPC_Decode, 230, 4, 122, // Opcode: DCBI
|
|
/* 12822 */ MCD_OPC_FilterValue, 16, 27, 0, 0, // Skip to: 12854
|
|
/* 12827 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12830 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12839
|
|
/* 12835 */ MCD_OPC_Decode, 173, 9, 117, // Opcode: LWBRX
|
|
/* 12839 */ MCD_OPC_FilterValue, 2, 213, 39, 0, // Skip to: 23041
|
|
/* 12844 */ MCD_OPC_CheckPredicate, 12, 208, 39, 0, // Skip to: 23041
|
|
/* 12849 */ MCD_OPC_Decode, 250, 8, 128, 1, // Opcode: LFSX
|
|
/* 12854 */ MCD_OPC_FilterValue, 17, 34, 0, 0, // Skip to: 12893
|
|
/* 12859 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12862 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 12878
|
|
/* 12867 */ MCD_OPC_CheckField, 11, 15, 0, 183, 39, 0, // Skip to: 23041
|
|
/* 12874 */ MCD_OPC_Decode, 147, 16, 0, // Opcode: TLBSYNC
|
|
/* 12878 */ MCD_OPC_FilterValue, 2, 174, 39, 0, // Skip to: 23041
|
|
/* 12883 */ MCD_OPC_CheckPredicate, 12, 169, 39, 0, // Skip to: 23041
|
|
/* 12888 */ MCD_OPC_Decode, 249, 8, 129, 1, // Opcode: LFSUX
|
|
/* 12893 */ MCD_OPC_FilterValue, 18, 42, 0, 0, // Skip to: 12940
|
|
/* 12898 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12901 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 12925
|
|
/* 12906 */ MCD_OPC_CheckField, 23, 3, 0, 144, 39, 0, // Skip to: 23041
|
|
/* 12913 */ MCD_OPC_CheckField, 11, 10, 0, 137, 39, 0, // Skip to: 23041
|
|
/* 12920 */ MCD_OPC_Decode, 239, 15, 130, 1, // Opcode: SYNC
|
|
/* 12925 */ MCD_OPC_FilterValue, 2, 127, 39, 0, // Skip to: 23041
|
|
/* 12930 */ MCD_OPC_CheckPredicate, 12, 122, 39, 0, // Skip to: 23041
|
|
/* 12935 */ MCD_OPC_Decode, 244, 8, 131, 1, // Opcode: LFDX
|
|
/* 12940 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 12962
|
|
/* 12945 */ MCD_OPC_CheckPredicate, 12, 107, 39, 0, // Skip to: 23041
|
|
/* 12950 */ MCD_OPC_CheckField, 0, 2, 2, 100, 39, 0, // Skip to: 23041
|
|
/* 12957 */ MCD_OPC_Decode, 243, 8, 132, 1, // Opcode: LFDUX
|
|
/* 12962 */ MCD_OPC_FilterValue, 20, 27, 0, 0, // Skip to: 12994
|
|
/* 12967 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 12970 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 12979
|
|
/* 12975 */ MCD_OPC_Decode, 155, 15, 117, // Opcode: STWBRX
|
|
/* 12979 */ MCD_OPC_FilterValue, 2, 73, 39, 0, // Skip to: 23041
|
|
/* 12984 */ MCD_OPC_CheckPredicate, 12, 68, 39, 0, // Skip to: 23041
|
|
/* 12989 */ MCD_OPC_Decode, 253, 14, 128, 1, // Opcode: STFSX
|
|
/* 12994 */ MCD_OPC_FilterValue, 21, 32, 0, 0, // Skip to: 13031
|
|
/* 12999 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13002 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 13016
|
|
/* 13007 */ MCD_OPC_CheckPredicate, 10, 45, 39, 0, // Skip to: 23041
|
|
/* 13012 */ MCD_OPC_Decode, 223, 14, 117, // Opcode: STBCX
|
|
/* 13016 */ MCD_OPC_FilterValue, 2, 36, 39, 0, // Skip to: 23041
|
|
/* 13021 */ MCD_OPC_CheckPredicate, 12, 31, 39, 0, // Skip to: 23041
|
|
/* 13026 */ MCD_OPC_Decode, 252, 14, 133, 1, // Opcode: STFSUX
|
|
/* 13031 */ MCD_OPC_FilterValue, 22, 32, 0, 0, // Skip to: 13068
|
|
/* 13036 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13039 */ MCD_OPC_FilterValue, 1, 9, 0, 0, // Skip to: 13053
|
|
/* 13044 */ MCD_OPC_CheckPredicate, 10, 8, 39, 0, // Skip to: 23041
|
|
/* 13049 */ MCD_OPC_Decode, 130, 15, 117, // Opcode: STHCX
|
|
/* 13053 */ MCD_OPC_FilterValue, 2, 255, 38, 0, // Skip to: 23041
|
|
/* 13058 */ MCD_OPC_CheckPredicate, 12, 250, 38, 0, // Skip to: 23041
|
|
/* 13063 */ MCD_OPC_Decode, 248, 14, 131, 1, // Opcode: STFDX
|
|
/* 13068 */ MCD_OPC_FilterValue, 23, 34, 0, 0, // Skip to: 13107
|
|
/* 13073 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13076 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 13092
|
|
/* 13081 */ MCD_OPC_CheckField, 21, 5, 0, 225, 38, 0, // Skip to: 23041
|
|
/* 13088 */ MCD_OPC_Decode, 227, 4, 122, // Opcode: DCBA
|
|
/* 13092 */ MCD_OPC_FilterValue, 2, 216, 38, 0, // Skip to: 23041
|
|
/* 13097 */ MCD_OPC_CheckPredicate, 12, 211, 38, 0, // Skip to: 23041
|
|
/* 13102 */ MCD_OPC_Decode, 247, 14, 134, 1, // Opcode: STFDUX
|
|
/* 13107 */ MCD_OPC_FilterValue, 24, 11, 0, 0, // Skip to: 13123
|
|
/* 13112 */ MCD_OPC_CheckField, 0, 2, 0, 194, 38, 0, // Skip to: 23041
|
|
/* 13119 */ MCD_OPC_Decode, 133, 9, 117, // Opcode: LHBRX
|
|
/* 13123 */ MCD_OPC_FilterValue, 25, 50, 0, 0, // Skip to: 13178
|
|
/* 13128 */ MCD_OPC_ExtractField, 23, 3, // Inst{25-23} ...
|
|
/* 13131 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 13155
|
|
/* 13136 */ MCD_OPC_CheckField, 11, 10, 0, 170, 38, 0, // Skip to: 23041
|
|
/* 13143 */ MCD_OPC_CheckField, 0, 2, 0, 163, 38, 0, // Skip to: 23041
|
|
/* 13150 */ MCD_OPC_Decode, 155, 5, 135, 1, // Opcode: DSS
|
|
/* 13155 */ MCD_OPC_FilterValue, 4, 153, 38, 0, // Skip to: 23041
|
|
/* 13160 */ MCD_OPC_CheckField, 11, 12, 0, 146, 38, 0, // Skip to: 23041
|
|
/* 13167 */ MCD_OPC_CheckField, 0, 2, 0, 139, 38, 0, // Skip to: 23041
|
|
/* 13174 */ MCD_OPC_Decode, 156, 5, 0, // Opcode: DSSALL
|
|
/* 13178 */ MCD_OPC_FilterValue, 26, 58, 0, 0, // Skip to: 13241
|
|
/* 13183 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 13186 */ MCD_OPC_FilterValue, 0, 28, 0, 0, // Skip to: 13219
|
|
/* 13191 */ MCD_OPC_CheckField, 11, 15, 0, 11, 0, 0, // Skip to: 13209
|
|
/* 13198 */ MCD_OPC_CheckField, 0, 1, 0, 4, 0, 0, // Skip to: 13209
|
|
/* 13205 */ MCD_OPC_Decode, 190, 7, 0, // Opcode: EnforceIEIO
|
|
/* 13209 */ MCD_OPC_CheckPredicate, 3, 99, 38, 0, // Skip to: 23041
|
|
/* 13214 */ MCD_OPC_Decode, 223, 9, 136, 1, // Opcode: MBAR
|
|
/* 13219 */ MCD_OPC_FilterValue, 1, 89, 38, 0, // Skip to: 23041
|
|
/* 13224 */ MCD_OPC_CheckPredicate, 12, 84, 38, 0, // Skip to: 23041
|
|
/* 13229 */ MCD_OPC_CheckField, 0, 1, 0, 77, 38, 0, // Skip to: 23041
|
|
/* 13236 */ MCD_OPC_Decode, 245, 8, 131, 1, // Opcode: LFIWAX
|
|
/* 13241 */ MCD_OPC_FilterValue, 27, 39, 0, 0, // Skip to: 13285
|
|
/* 13246 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13249 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 13270
|
|
/* 13254 */ MCD_OPC_CheckPredicate, 0, 54, 38, 0, // Skip to: 23041
|
|
/* 13259 */ MCD_OPC_CheckField, 11, 15, 0, 47, 38, 0, // Skip to: 23041
|
|
/* 13266 */ MCD_OPC_Decode, 138, 10, 0, // Opcode: MSGSYNC
|
|
/* 13270 */ MCD_OPC_FilterValue, 2, 38, 38, 0, // Skip to: 23041
|
|
/* 13275 */ MCD_OPC_CheckPredicate, 12, 33, 38, 0, // Skip to: 23041
|
|
/* 13280 */ MCD_OPC_Decode, 246, 8, 131, 1, // Opcode: LFIWZX
|
|
/* 13285 */ MCD_OPC_FilterValue, 28, 11, 0, 0, // Skip to: 13301
|
|
/* 13290 */ MCD_OPC_CheckField, 0, 2, 0, 16, 38, 0, // Skip to: 23041
|
|
/* 13297 */ MCD_OPC_Decode, 128, 15, 117, // Opcode: STHBRX
|
|
/* 13301 */ MCD_OPC_FilterValue, 30, 34, 0, 0, // Skip to: 13340
|
|
/* 13306 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13309 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 13325
|
|
/* 13314 */ MCD_OPC_CheckField, 21, 5, 0, 248, 37, 0, // Skip to: 23041
|
|
/* 13321 */ MCD_OPC_Decode, 195, 8, 122, // Opcode: ICBI
|
|
/* 13325 */ MCD_OPC_FilterValue, 2, 239, 37, 0, // Skip to: 23041
|
|
/* 13330 */ MCD_OPC_CheckPredicate, 12, 234, 37, 0, // Skip to: 23041
|
|
/* 13335 */ MCD_OPC_Decode, 249, 14, 131, 1, // Opcode: STFIWX
|
|
/* 13340 */ MCD_OPC_FilterValue, 31, 224, 37, 0, // Skip to: 23041
|
|
/* 13345 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ...
|
|
/* 13348 */ MCD_OPC_FilterValue, 0, 11, 0, 0, // Skip to: 13364
|
|
/* 13353 */ MCD_OPC_CheckField, 0, 2, 0, 209, 37, 0, // Skip to: 23041
|
|
/* 13360 */ MCD_OPC_Decode, 237, 4, 122, // Opcode: DCBZ
|
|
/* 13364 */ MCD_OPC_FilterValue, 1, 200, 37, 0, // Skip to: 23041
|
|
/* 13369 */ MCD_OPC_CheckField, 0, 2, 0, 193, 37, 0, // Skip to: 23041
|
|
/* 13376 */ MCD_OPC_Decode, 239, 4, 122, // Opcode: DCBZL
|
|
/* 13380 */ MCD_OPC_FilterValue, 12, 115, 0, 0, // Skip to: 13500
|
|
/* 13385 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 13388 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 13416
|
|
/* 13393 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13396 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 13406
|
|
/* 13401 */ MCD_OPC_Decode, 190, 14, 137, 1, // Opcode: SLW
|
|
/* 13406 */ MCD_OPC_FilterValue, 1, 158, 37, 0, // Skip to: 23041
|
|
/* 13411 */ MCD_OPC_Decode, 193, 14, 137, 1, // Opcode: SLW_rec
|
|
/* 13416 */ MCD_OPC_FilterValue, 16, 23, 0, 0, // Skip to: 13444
|
|
/* 13421 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13424 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 13434
|
|
/* 13429 */ MCD_OPC_Decode, 216, 14, 137, 1, // Opcode: SRW
|
|
/* 13434 */ MCD_OPC_FilterValue, 1, 130, 37, 0, // Skip to: 23041
|
|
/* 13439 */ MCD_OPC_Decode, 219, 14, 137, 1, // Opcode: SRW_rec
|
|
/* 13444 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 13472
|
|
/* 13449 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13452 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 13462
|
|
/* 13457 */ MCD_OPC_Decode, 210, 14, 137, 1, // Opcode: SRAW
|
|
/* 13462 */ MCD_OPC_FilterValue, 1, 102, 37, 0, // Skip to: 23041
|
|
/* 13467 */ MCD_OPC_Decode, 213, 14, 137, 1, // Opcode: SRAW_rec
|
|
/* 13472 */ MCD_OPC_FilterValue, 25, 92, 37, 0, // Skip to: 23041
|
|
/* 13477 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13480 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 13490
|
|
/* 13485 */ MCD_OPC_Decode, 211, 14, 138, 1, // Opcode: SRAWI
|
|
/* 13490 */ MCD_OPC_FilterValue, 1, 74, 37, 0, // Skip to: 23041
|
|
/* 13495 */ MCD_OPC_Decode, 212, 14, 138, 1, // Opcode: SRAWI_rec
|
|
/* 13500 */ MCD_OPC_FilterValue, 13, 103, 2, 0, // Skip to: 14120
|
|
/* 13505 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 13508 */ MCD_OPC_FilterValue, 0, 57, 0, 0, // Skip to: 13570
|
|
/* 13513 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13516 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 13533
|
|
/* 13521 */ MCD_OPC_CheckField, 11, 5, 0, 41, 37, 0, // Skip to: 23041
|
|
/* 13528 */ MCD_OPC_Decode, 196, 4, 139, 1, // Opcode: CNTLZW
|
|
/* 13533 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 13550
|
|
/* 13538 */ MCD_OPC_CheckField, 11, 5, 0, 24, 37, 0, // Skip to: 23041
|
|
/* 13545 */ MCD_OPC_Decode, 199, 4, 139, 1, // Opcode: CNTLZW_rec
|
|
/* 13550 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 13560
|
|
/* 13555 */ MCD_OPC_Decode, 188, 14, 140, 1, // Opcode: SLD
|
|
/* 13560 */ MCD_OPC_FilterValue, 3, 4, 37, 0, // Skip to: 23041
|
|
/* 13565 */ MCD_OPC_Decode, 189, 14, 140, 1, // Opcode: SLD_rec
|
|
/* 13570 */ MCD_OPC_FilterValue, 1, 47, 0, 0, // Skip to: 13622
|
|
/* 13575 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13578 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 13595
|
|
/* 13583 */ MCD_OPC_CheckField, 11, 5, 0, 235, 36, 0, // Skip to: 23041
|
|
/* 13590 */ MCD_OPC_Decode, 193, 4, 141, 1, // Opcode: CNTLZD
|
|
/* 13595 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 13612
|
|
/* 13600 */ MCD_OPC_CheckField, 11, 5, 0, 218, 36, 0, // Skip to: 23041
|
|
/* 13607 */ MCD_OPC_Decode, 195, 4, 141, 1, // Opcode: CNTLZD_rec
|
|
/* 13612 */ MCD_OPC_FilterValue, 2, 208, 36, 0, // Skip to: 23041
|
|
/* 13617 */ MCD_OPC_Decode, 194, 4, 142, 1, // Opcode: CNTLZDM
|
|
/* 13622 */ MCD_OPC_FilterValue, 3, 19, 0, 0, // Skip to: 13646
|
|
/* 13627 */ MCD_OPC_CheckField, 11, 5, 0, 191, 36, 0, // Skip to: 23041
|
|
/* 13634 */ MCD_OPC_CheckField, 0, 2, 0, 184, 36, 0, // Skip to: 23041
|
|
/* 13641 */ MCD_OPC_Decode, 210, 11, 139, 1, // Opcode: POPCNTB
|
|
/* 13646 */ MCD_OPC_FilterValue, 4, 19, 0, 0, // Skip to: 13670
|
|
/* 13651 */ MCD_OPC_CheckField, 11, 5, 0, 167, 36, 0, // Skip to: 23041
|
|
/* 13658 */ MCD_OPC_CheckField, 0, 2, 2, 160, 36, 0, // Skip to: 23041
|
|
/* 13665 */ MCD_OPC_Decode, 176, 4, 139, 1, // Opcode: BRW
|
|
/* 13670 */ MCD_OPC_FilterValue, 5, 19, 0, 0, // Skip to: 13694
|
|
/* 13675 */ MCD_OPC_CheckField, 11, 5, 0, 143, 36, 0, // Skip to: 23041
|
|
/* 13682 */ MCD_OPC_CheckField, 0, 2, 2, 136, 36, 0, // Skip to: 23041
|
|
/* 13689 */ MCD_OPC_Decode, 172, 4, 141, 1, // Opcode: BRD
|
|
/* 13694 */ MCD_OPC_FilterValue, 6, 19, 0, 0, // Skip to: 13718
|
|
/* 13699 */ MCD_OPC_CheckField, 11, 5, 0, 119, 36, 0, // Skip to: 23041
|
|
/* 13706 */ MCD_OPC_CheckField, 0, 2, 2, 112, 36, 0, // Skip to: 23041
|
|
/* 13713 */ MCD_OPC_Decode, 173, 4, 139, 1, // Opcode: BRH
|
|
/* 13718 */ MCD_OPC_FilterValue, 11, 19, 0, 0, // Skip to: 13742
|
|
/* 13723 */ MCD_OPC_CheckField, 11, 5, 0, 95, 36, 0, // Skip to: 23041
|
|
/* 13730 */ MCD_OPC_CheckField, 0, 2, 0, 88, 36, 0, // Skip to: 23041
|
|
/* 13737 */ MCD_OPC_Decode, 213, 11, 139, 1, // Opcode: POPCNTW
|
|
/* 13742 */ MCD_OPC_FilterValue, 15, 19, 0, 0, // Skip to: 13766
|
|
/* 13747 */ MCD_OPC_CheckField, 11, 5, 0, 71, 36, 0, // Skip to: 23041
|
|
/* 13754 */ MCD_OPC_CheckField, 0, 2, 0, 64, 36, 0, // Skip to: 23041
|
|
/* 13761 */ MCD_OPC_Decode, 212, 11, 141, 1, // Opcode: POPCNTD
|
|
/* 13766 */ MCD_OPC_FilterValue, 16, 67, 0, 0, // Skip to: 13838
|
|
/* 13771 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13774 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13796
|
|
/* 13779 */ MCD_OPC_CheckPredicate, 0, 41, 36, 0, // Skip to: 23041
|
|
/* 13784 */ MCD_OPC_CheckField, 11, 5, 0, 34, 36, 0, // Skip to: 23041
|
|
/* 13791 */ MCD_OPC_Decode, 203, 4, 139, 1, // Opcode: CNTTZW
|
|
/* 13796 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 13818
|
|
/* 13801 */ MCD_OPC_CheckPredicate, 0, 19, 36, 0, // Skip to: 23041
|
|
/* 13806 */ MCD_OPC_CheckField, 11, 5, 0, 12, 36, 0, // Skip to: 23041
|
|
/* 13813 */ MCD_OPC_Decode, 206, 4, 139, 1, // Opcode: CNTTZW_rec
|
|
/* 13818 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 13828
|
|
/* 13823 */ MCD_OPC_Decode, 214, 14, 140, 1, // Opcode: SRD
|
|
/* 13828 */ MCD_OPC_FilterValue, 3, 248, 35, 0, // Skip to: 23041
|
|
/* 13833 */ MCD_OPC_Decode, 215, 14, 140, 1, // Opcode: SRD_rec
|
|
/* 13838 */ MCD_OPC_FilterValue, 17, 57, 0, 0, // Skip to: 13900
|
|
/* 13843 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13846 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 13868
|
|
/* 13851 */ MCD_OPC_CheckPredicate, 0, 225, 35, 0, // Skip to: 23041
|
|
/* 13856 */ MCD_OPC_CheckField, 11, 5, 0, 218, 35, 0, // Skip to: 23041
|
|
/* 13863 */ MCD_OPC_Decode, 200, 4, 141, 1, // Opcode: CNTTZD
|
|
/* 13868 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 13890
|
|
/* 13873 */ MCD_OPC_CheckPredicate, 0, 203, 35, 0, // Skip to: 23041
|
|
/* 13878 */ MCD_OPC_CheckField, 11, 5, 0, 196, 35, 0, // Skip to: 23041
|
|
/* 13885 */ MCD_OPC_Decode, 202, 4, 141, 1, // Opcode: CNTTZD_rec
|
|
/* 13890 */ MCD_OPC_FilterValue, 2, 186, 35, 0, // Skip to: 23041
|
|
/* 13895 */ MCD_OPC_Decode, 201, 4, 142, 1, // Opcode: CNTTZDM
|
|
/* 13900 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 13928
|
|
/* 13905 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 13908 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 13918
|
|
/* 13913 */ MCD_OPC_Decode, 205, 14, 140, 1, // Opcode: SRAD
|
|
/* 13918 */ MCD_OPC_FilterValue, 1, 158, 35, 0, // Skip to: 23041
|
|
/* 13923 */ MCD_OPC_Decode, 209, 14, 140, 1, // Opcode: SRAD_rec
|
|
/* 13928 */ MCD_OPC_FilterValue, 25, 23, 0, 0, // Skip to: 13956
|
|
/* 13933 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 13936 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 13946
|
|
/* 13941 */ MCD_OPC_Decode, 206, 14, 143, 1, // Opcode: SRADI
|
|
/* 13946 */ MCD_OPC_FilterValue, 1, 130, 35, 0, // Skip to: 23041
|
|
/* 13951 */ MCD_OPC_Decode, 208, 14, 143, 1, // Opcode: SRADI_rec
|
|
/* 13956 */ MCD_OPC_FilterValue, 27, 33, 0, 0, // Skip to: 13994
|
|
/* 13961 */ MCD_OPC_ExtractField, 0, 1, // Inst{0} ...
|
|
/* 13964 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13979
|
|
/* 13969 */ MCD_OPC_CheckPredicate, 0, 107, 35, 0, // Skip to: 23041
|
|
/* 13974 */ MCD_OPC_Decode, 182, 7, 143, 1, // Opcode: EXTSWSLI
|
|
/* 13979 */ MCD_OPC_FilterValue, 1, 97, 35, 0, // Skip to: 23041
|
|
/* 13984 */ MCD_OPC_CheckPredicate, 0, 92, 35, 0, // Skip to: 23041
|
|
/* 13989 */ MCD_OPC_Decode, 185, 7, 143, 1, // Opcode: EXTSWSLI_rec
|
|
/* 13994 */ MCD_OPC_FilterValue, 28, 37, 0, 0, // Skip to: 14036
|
|
/* 13999 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14002 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 14019
|
|
/* 14007 */ MCD_OPC_CheckField, 11, 5, 0, 67, 35, 0, // Skip to: 23041
|
|
/* 14014 */ MCD_OPC_Decode, 176, 7, 139, 1, // Opcode: EXTSH
|
|
/* 14019 */ MCD_OPC_FilterValue, 1, 57, 35, 0, // Skip to: 23041
|
|
/* 14024 */ MCD_OPC_CheckField, 11, 5, 0, 50, 35, 0, // Skip to: 23041
|
|
/* 14031 */ MCD_OPC_Decode, 180, 7, 139, 1, // Opcode: EXTSH_rec
|
|
/* 14036 */ MCD_OPC_FilterValue, 29, 37, 0, 0, // Skip to: 14078
|
|
/* 14041 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14044 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 14061
|
|
/* 14049 */ MCD_OPC_CheckField, 11, 5, 0, 25, 35, 0, // Skip to: 23041
|
|
/* 14056 */ MCD_OPC_Decode, 171, 7, 139, 1, // Opcode: EXTSB
|
|
/* 14061 */ MCD_OPC_FilterValue, 1, 15, 35, 0, // Skip to: 23041
|
|
/* 14066 */ MCD_OPC_CheckField, 11, 5, 0, 8, 35, 0, // Skip to: 23041
|
|
/* 14073 */ MCD_OPC_Decode, 175, 7, 139, 1, // Opcode: EXTSB_rec
|
|
/* 14078 */ MCD_OPC_FilterValue, 30, 254, 34, 0, // Skip to: 23041
|
|
/* 14083 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14086 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 14103
|
|
/* 14091 */ MCD_OPC_CheckField, 11, 5, 0, 239, 34, 0, // Skip to: 23041
|
|
/* 14098 */ MCD_OPC_Decode, 181, 7, 141, 1, // Opcode: EXTSW
|
|
/* 14103 */ MCD_OPC_FilterValue, 1, 229, 34, 0, // Skip to: 23041
|
|
/* 14108 */ MCD_OPC_CheckField, 11, 5, 0, 222, 34, 0, // Skip to: 23041
|
|
/* 14115 */ MCD_OPC_Decode, 189, 7, 141, 1, // Opcode: EXTSW_rec
|
|
/* 14120 */ MCD_OPC_FilterValue, 14, 61, 1, 0, // Skip to: 14442
|
|
/* 14125 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 14128 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 14156
|
|
/* 14133 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14136 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14146
|
|
/* 14141 */ MCD_OPC_Decode, 156, 3, 137, 1, // Opcode: AND
|
|
/* 14146 */ MCD_OPC_FilterValue, 1, 186, 34, 0, // Skip to: 23041
|
|
/* 14151 */ MCD_OPC_Decode, 171, 3, 137, 1, // Opcode: AND_rec
|
|
/* 14156 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 14184
|
|
/* 14161 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14164 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14174
|
|
/* 14169 */ MCD_OPC_Decode, 159, 3, 137, 1, // Opcode: ANDC
|
|
/* 14174 */ MCD_OPC_FilterValue, 1, 158, 34, 0, // Skip to: 23041
|
|
/* 14179 */ MCD_OPC_Decode, 162, 3, 137, 1, // Opcode: ANDC_rec
|
|
/* 14184 */ MCD_OPC_FilterValue, 3, 23, 0, 0, // Skip to: 14212
|
|
/* 14189 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14192 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14202
|
|
/* 14197 */ MCD_OPC_Decode, 221, 10, 137, 1, // Opcode: NOR
|
|
/* 14202 */ MCD_OPC_FilterValue, 1, 130, 34, 0, // Skip to: 23041
|
|
/* 14207 */ MCD_OPC_Decode, 224, 10, 137, 1, // Opcode: NOR_rec
|
|
/* 14212 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 14229
|
|
/* 14217 */ MCD_OPC_CheckField, 0, 2, 0, 113, 34, 0, // Skip to: 23041
|
|
/* 14224 */ MCD_OPC_Decode, 242, 10, 142, 1, // Opcode: PDEPD
|
|
/* 14229 */ MCD_OPC_FilterValue, 5, 12, 0, 0, // Skip to: 14246
|
|
/* 14234 */ MCD_OPC_CheckField, 0, 2, 0, 96, 34, 0, // Skip to: 23041
|
|
/* 14241 */ MCD_OPC_Decode, 243, 10, 142, 1, // Opcode: PEXTD
|
|
/* 14246 */ MCD_OPC_FilterValue, 6, 12, 0, 0, // Skip to: 14263
|
|
/* 14251 */ MCD_OPC_CheckField, 0, 2, 0, 79, 34, 0, // Skip to: 23041
|
|
/* 14258 */ MCD_OPC_Decode, 178, 4, 142, 1, // Opcode: CFUGED
|
|
/* 14263 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 14285
|
|
/* 14268 */ MCD_OPC_CheckPredicate, 11, 64, 34, 0, // Skip to: 23041
|
|
/* 14273 */ MCD_OPC_CheckField, 0, 2, 0, 57, 34, 0, // Skip to: 23041
|
|
/* 14280 */ MCD_OPC_Decode, 171, 4, 142, 1, // Opcode: BPERMD
|
|
/* 14285 */ MCD_OPC_FilterValue, 8, 23, 0, 0, // Skip to: 14313
|
|
/* 14290 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14293 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14303
|
|
/* 14298 */ MCD_OPC_Decode, 228, 5, 137, 1, // Opcode: EQV
|
|
/* 14303 */ MCD_OPC_FilterValue, 1, 29, 34, 0, // Skip to: 23041
|
|
/* 14308 */ MCD_OPC_Decode, 231, 5, 137, 1, // Opcode: EQV_rec
|
|
/* 14313 */ MCD_OPC_FilterValue, 9, 23, 0, 0, // Skip to: 14341
|
|
/* 14318 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14321 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14331
|
|
/* 14326 */ MCD_OPC_Decode, 170, 19, 137, 1, // Opcode: XOR
|
|
/* 14331 */ MCD_OPC_FilterValue, 1, 1, 34, 0, // Skip to: 23041
|
|
/* 14336 */ MCD_OPC_Decode, 177, 19, 137, 1, // Opcode: XOR_rec
|
|
/* 14341 */ MCD_OPC_FilterValue, 12, 23, 0, 0, // Skip to: 14369
|
|
/* 14346 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14349 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14359
|
|
/* 14354 */ MCD_OPC_Decode, 228, 10, 137, 1, // Opcode: ORC
|
|
/* 14359 */ MCD_OPC_FilterValue, 1, 229, 33, 0, // Skip to: 23041
|
|
/* 14364 */ MCD_OPC_Decode, 231, 10, 137, 1, // Opcode: ORC_rec
|
|
/* 14369 */ MCD_OPC_FilterValue, 13, 23, 0, 0, // Skip to: 14397
|
|
/* 14374 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14377 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14387
|
|
/* 14382 */ MCD_OPC_Decode, 225, 10, 137, 1, // Opcode: OR
|
|
/* 14387 */ MCD_OPC_FilterValue, 1, 201, 33, 0, // Skip to: 23041
|
|
/* 14392 */ MCD_OPC_Decode, 236, 10, 137, 1, // Opcode: OR_rec
|
|
/* 14397 */ MCD_OPC_FilterValue, 14, 23, 0, 0, // Skip to: 14425
|
|
/* 14402 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14405 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 14415
|
|
/* 14410 */ MCD_OPC_Decode, 205, 10, 137, 1, // Opcode: NAND
|
|
/* 14415 */ MCD_OPC_FilterValue, 1, 173, 33, 0, // Skip to: 23041
|
|
/* 14420 */ MCD_OPC_Decode, 208, 10, 137, 1, // Opcode: NAND_rec
|
|
/* 14425 */ MCD_OPC_FilterValue, 15, 163, 33, 0, // Skip to: 23041
|
|
/* 14430 */ MCD_OPC_CheckField, 0, 2, 0, 156, 33, 0, // Skip to: 23041
|
|
/* 14437 */ MCD_OPC_Decode, 180, 4, 137, 1, // Opcode: CMPB
|
|
/* 14442 */ MCD_OPC_FilterValue, 15, 146, 33, 0, // Skip to: 23041
|
|
/* 14447 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 14450 */ MCD_OPC_FilterValue, 0, 41, 0, 0, // Skip to: 14496
|
|
/* 14455 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 14458 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 14482
|
|
/* 14463 */ MCD_OPC_CheckField, 23, 3, 0, 123, 33, 0, // Skip to: 23041
|
|
/* 14470 */ MCD_OPC_CheckField, 11, 10, 0, 116, 33, 0, // Skip to: 23041
|
|
/* 14477 */ MCD_OPC_Decode, 167, 19, 130, 1, // Opcode: WAIT
|
|
/* 14482 */ MCD_OPC_FilterValue, 2, 106, 33, 0, // Skip to: 23041
|
|
/* 14487 */ MCD_OPC_CheckPredicate, 1, 101, 33, 0, // Skip to: 23041
|
|
/* 14492 */ MCD_OPC_Decode, 175, 9, 117, // Opcode: LWEPX
|
|
/* 14496 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 14524
|
|
/* 14501 */ MCD_OPC_CheckPredicate, 1, 87, 33, 0, // Skip to: 23041
|
|
/* 14506 */ MCD_OPC_CheckField, 21, 5, 0, 80, 33, 0, // Skip to: 23041
|
|
/* 14513 */ MCD_OPC_CheckField, 0, 2, 2, 73, 33, 0, // Skip to: 23041
|
|
/* 14520 */ MCD_OPC_Decode, 232, 4, 122, // Opcode: DCBSTEP
|
|
/* 14524 */ MCD_OPC_FilterValue, 2, 16, 0, 0, // Skip to: 14545
|
|
/* 14529 */ MCD_OPC_CheckPredicate, 1, 59, 33, 0, // Skip to: 23041
|
|
/* 14534 */ MCD_OPC_CheckField, 0, 2, 2, 52, 33, 0, // Skip to: 23041
|
|
/* 14541 */ MCD_OPC_Decode, 209, 8, 117, // Opcode: LBEPX
|
|
/* 14545 */ MCD_OPC_FilterValue, 3, 23, 0, 0, // Skip to: 14573
|
|
/* 14550 */ MCD_OPC_CheckPredicate, 1, 38, 33, 0, // Skip to: 23041
|
|
/* 14555 */ MCD_OPC_CheckField, 21, 5, 0, 31, 33, 0, // Skip to: 23041
|
|
/* 14562 */ MCD_OPC_CheckField, 0, 2, 2, 24, 33, 0, // Skip to: 23041
|
|
/* 14569 */ MCD_OPC_Decode, 229, 4, 122, // Opcode: DCBFEP
|
|
/* 14573 */ MCD_OPC_FilterValue, 4, 16, 0, 0, // Skip to: 14594
|
|
/* 14578 */ MCD_OPC_CheckPredicate, 1, 10, 33, 0, // Skip to: 23041
|
|
/* 14583 */ MCD_OPC_CheckField, 0, 2, 2, 3, 33, 0, // Skip to: 23041
|
|
/* 14590 */ MCD_OPC_Decode, 158, 15, 117, // Opcode: STWEPX
|
|
/* 14594 */ MCD_OPC_FilterValue, 6, 16, 0, 0, // Skip to: 14615
|
|
/* 14599 */ MCD_OPC_CheckPredicate, 1, 245, 32, 0, // Skip to: 23041
|
|
/* 14604 */ MCD_OPC_CheckField, 0, 2, 2, 238, 32, 0, // Skip to: 23041
|
|
/* 14611 */ MCD_OPC_Decode, 224, 14, 117, // Opcode: STBEPX
|
|
/* 14615 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 14637
|
|
/* 14620 */ MCD_OPC_CheckPredicate, 1, 224, 32, 0, // Skip to: 23041
|
|
/* 14625 */ MCD_OPC_CheckField, 0, 2, 2, 217, 32, 0, // Skip to: 23041
|
|
/* 14632 */ MCD_OPC_Decode, 236, 4, 144, 1, // Opcode: DCBTSTEP
|
|
/* 14637 */ MCD_OPC_FilterValue, 8, 16, 0, 0, // Skip to: 14658
|
|
/* 14642 */ MCD_OPC_CheckPredicate, 1, 202, 32, 0, // Skip to: 23041
|
|
/* 14647 */ MCD_OPC_CheckField, 0, 2, 2, 195, 32, 0, // Skip to: 23041
|
|
/* 14654 */ MCD_OPC_Decode, 135, 9, 117, // Opcode: LHEPX
|
|
/* 14658 */ MCD_OPC_FilterValue, 9, 17, 0, 0, // Skip to: 14680
|
|
/* 14663 */ MCD_OPC_CheckPredicate, 1, 181, 32, 0, // Skip to: 23041
|
|
/* 14668 */ MCD_OPC_CheckField, 0, 2, 2, 174, 32, 0, // Skip to: 23041
|
|
/* 14675 */ MCD_OPC_Decode, 234, 4, 144, 1, // Opcode: DCBTEP
|
|
/* 14680 */ MCD_OPC_FilterValue, 12, 16, 0, 0, // Skip to: 14701
|
|
/* 14685 */ MCD_OPC_CheckPredicate, 1, 159, 32, 0, // Skip to: 23041
|
|
/* 14690 */ MCD_OPC_CheckField, 0, 2, 2, 152, 32, 0, // Skip to: 23041
|
|
/* 14697 */ MCD_OPC_Decode, 131, 15, 117, // Opcode: STHEPX
|
|
/* 14701 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 14723
|
|
/* 14706 */ MCD_OPC_CheckPredicate, 1, 138, 32, 0, // Skip to: 23041
|
|
/* 14711 */ MCD_OPC_CheckField, 0, 2, 2, 131, 32, 0, // Skip to: 23041
|
|
/* 14718 */ MCD_OPC_Decode, 241, 8, 131, 1, // Opcode: LFDEPX
|
|
/* 14723 */ MCD_OPC_FilterValue, 22, 17, 0, 0, // Skip to: 14745
|
|
/* 14728 */ MCD_OPC_CheckPredicate, 1, 116, 32, 0, // Skip to: 23041
|
|
/* 14733 */ MCD_OPC_CheckField, 0, 2, 2, 109, 32, 0, // Skip to: 23041
|
|
/* 14740 */ MCD_OPC_Decode, 245, 14, 131, 1, // Opcode: STFDEPX
|
|
/* 14745 */ MCD_OPC_FilterValue, 30, 23, 0, 0, // Skip to: 14773
|
|
/* 14750 */ MCD_OPC_CheckPredicate, 1, 94, 32, 0, // Skip to: 23041
|
|
/* 14755 */ MCD_OPC_CheckField, 21, 5, 0, 87, 32, 0, // Skip to: 23041
|
|
/* 14762 */ MCD_OPC_CheckField, 0, 2, 2, 80, 32, 0, // Skip to: 23041
|
|
/* 14769 */ MCD_OPC_Decode, 196, 8, 122, // Opcode: ICBIEP
|
|
/* 14773 */ MCD_OPC_FilterValue, 31, 71, 32, 0, // Skip to: 23041
|
|
/* 14778 */ MCD_OPC_ExtractField, 21, 5, // Inst{25-21} ...
|
|
/* 14781 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14802
|
|
/* 14786 */ MCD_OPC_CheckPredicate, 1, 58, 32, 0, // Skip to: 23041
|
|
/* 14791 */ MCD_OPC_CheckField, 0, 2, 2, 51, 32, 0, // Skip to: 23041
|
|
/* 14798 */ MCD_OPC_Decode, 238, 4, 122, // Opcode: DCBZEP
|
|
/* 14802 */ MCD_OPC_FilterValue, 1, 42, 32, 0, // Skip to: 23041
|
|
/* 14807 */ MCD_OPC_CheckPredicate, 1, 37, 32, 0, // Skip to: 23041
|
|
/* 14812 */ MCD_OPC_CheckField, 0, 2, 2, 30, 32, 0, // Skip to: 23041
|
|
/* 14819 */ MCD_OPC_Decode, 240, 4, 122, // Opcode: DCBZLEP
|
|
/* 14823 */ MCD_OPC_FilterValue, 32, 5, 0, 0, // Skip to: 14833
|
|
/* 14828 */ MCD_OPC_Decode, 176, 9, 145, 1, // Opcode: LWZ
|
|
/* 14833 */ MCD_OPC_FilterValue, 33, 5, 0, 0, // Skip to: 14843
|
|
/* 14838 */ MCD_OPC_Decode, 179, 9, 145, 1, // Opcode: LWZU
|
|
/* 14843 */ MCD_OPC_FilterValue, 34, 5, 0, 0, // Skip to: 14853
|
|
/* 14848 */ MCD_OPC_Decode, 210, 8, 145, 1, // Opcode: LBZ
|
|
/* 14853 */ MCD_OPC_FilterValue, 35, 5, 0, 0, // Skip to: 14863
|
|
/* 14858 */ MCD_OPC_Decode, 213, 8, 145, 1, // Opcode: LBZU
|
|
/* 14863 */ MCD_OPC_FilterValue, 36, 5, 0, 0, // Skip to: 14873
|
|
/* 14868 */ MCD_OPC_Decode, 152, 15, 145, 1, // Opcode: STW
|
|
/* 14873 */ MCD_OPC_FilterValue, 37, 5, 0, 0, // Skip to: 14883
|
|
/* 14878 */ MCD_OPC_Decode, 159, 15, 145, 1, // Opcode: STWU
|
|
/* 14883 */ MCD_OPC_FilterValue, 38, 5, 0, 0, // Skip to: 14893
|
|
/* 14888 */ MCD_OPC_Decode, 220, 14, 145, 1, // Opcode: STB
|
|
/* 14893 */ MCD_OPC_FilterValue, 39, 5, 0, 0, // Skip to: 14903
|
|
/* 14898 */ MCD_OPC_Decode, 225, 14, 145, 1, // Opcode: STBU
|
|
/* 14903 */ MCD_OPC_FilterValue, 40, 5, 0, 0, // Skip to: 14913
|
|
/* 14908 */ MCD_OPC_Decode, 136, 9, 145, 1, // Opcode: LHZ
|
|
/* 14913 */ MCD_OPC_FilterValue, 41, 5, 0, 0, // Skip to: 14923
|
|
/* 14918 */ MCD_OPC_Decode, 139, 9, 145, 1, // Opcode: LHZU
|
|
/* 14923 */ MCD_OPC_FilterValue, 42, 5, 0, 0, // Skip to: 14933
|
|
/* 14928 */ MCD_OPC_Decode, 251, 8, 145, 1, // Opcode: LHA
|
|
/* 14933 */ MCD_OPC_FilterValue, 43, 5, 0, 0, // Skip to: 14943
|
|
/* 14938 */ MCD_OPC_Decode, 255, 8, 145, 1, // Opcode: LHAU
|
|
/* 14943 */ MCD_OPC_FilterValue, 44, 5, 0, 0, // Skip to: 14953
|
|
/* 14948 */ MCD_OPC_Decode, 254, 14, 145, 1, // Opcode: STH
|
|
/* 14953 */ MCD_OPC_FilterValue, 45, 5, 0, 0, // Skip to: 14963
|
|
/* 14958 */ MCD_OPC_Decode, 132, 15, 145, 1, // Opcode: STHU
|
|
/* 14963 */ MCD_OPC_FilterValue, 46, 5, 0, 0, // Skip to: 14973
|
|
/* 14968 */ MCD_OPC_Decode, 152, 9, 145, 1, // Opcode: LMW
|
|
/* 14973 */ MCD_OPC_FilterValue, 47, 5, 0, 0, // Skip to: 14983
|
|
/* 14978 */ MCD_OPC_Decode, 141, 15, 145, 1, // Opcode: STMW
|
|
/* 14983 */ MCD_OPC_FilterValue, 48, 10, 0, 0, // Skip to: 14998
|
|
/* 14988 */ MCD_OPC_CheckPredicate, 12, 112, 31, 0, // Skip to: 23041
|
|
/* 14993 */ MCD_OPC_Decode, 247, 8, 146, 1, // Opcode: LFS
|
|
/* 14998 */ MCD_OPC_FilterValue, 49, 10, 0, 0, // Skip to: 15013
|
|
/* 15003 */ MCD_OPC_CheckPredicate, 12, 97, 31, 0, // Skip to: 23041
|
|
/* 15008 */ MCD_OPC_Decode, 248, 8, 146, 1, // Opcode: LFSU
|
|
/* 15013 */ MCD_OPC_FilterValue, 50, 10, 0, 0, // Skip to: 15028
|
|
/* 15018 */ MCD_OPC_CheckPredicate, 12, 82, 31, 0, // Skip to: 23041
|
|
/* 15023 */ MCD_OPC_Decode, 240, 8, 147, 1, // Opcode: LFD
|
|
/* 15028 */ MCD_OPC_FilterValue, 51, 10, 0, 0, // Skip to: 15043
|
|
/* 15033 */ MCD_OPC_CheckPredicate, 12, 67, 31, 0, // Skip to: 23041
|
|
/* 15038 */ MCD_OPC_Decode, 242, 8, 147, 1, // Opcode: LFDU
|
|
/* 15043 */ MCD_OPC_FilterValue, 52, 10, 0, 0, // Skip to: 15058
|
|
/* 15048 */ MCD_OPC_CheckPredicate, 12, 52, 31, 0, // Skip to: 23041
|
|
/* 15053 */ MCD_OPC_Decode, 250, 14, 146, 1, // Opcode: STFS
|
|
/* 15058 */ MCD_OPC_FilterValue, 53, 10, 0, 0, // Skip to: 15073
|
|
/* 15063 */ MCD_OPC_CheckPredicate, 12, 37, 31, 0, // Skip to: 23041
|
|
/* 15068 */ MCD_OPC_Decode, 251, 14, 146, 1, // Opcode: STFSU
|
|
/* 15073 */ MCD_OPC_FilterValue, 54, 10, 0, 0, // Skip to: 15088
|
|
/* 15078 */ MCD_OPC_CheckPredicate, 12, 22, 31, 0, // Skip to: 23041
|
|
/* 15083 */ MCD_OPC_Decode, 244, 14, 147, 1, // Opcode: STFD
|
|
/* 15088 */ MCD_OPC_FilterValue, 55, 10, 0, 0, // Skip to: 15103
|
|
/* 15093 */ MCD_OPC_CheckPredicate, 12, 7, 31, 0, // Skip to: 23041
|
|
/* 15098 */ MCD_OPC_Decode, 246, 14, 147, 1, // Opcode: STFDU
|
|
/* 15103 */ MCD_OPC_FilterValue, 56, 12, 0, 0, // Skip to: 15120
|
|
/* 15108 */ MCD_OPC_CheckField, 0, 4, 0, 246, 30, 0, // Skip to: 23041
|
|
/* 15115 */ MCD_OPC_Decode, 153, 9, 148, 1, // Opcode: LQ
|
|
/* 15120 */ MCD_OPC_FilterValue, 57, 23, 0, 0, // Skip to: 15148
|
|
/* 15125 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 15128 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 15138
|
|
/* 15133 */ MCD_OPC_Decode, 190, 9, 149, 1, // Opcode: LXSD
|
|
/* 15138 */ MCD_OPC_FilterValue, 3, 218, 30, 0, // Skip to: 23041
|
|
/* 15143 */ MCD_OPC_Decode, 196, 9, 149, 1, // Opcode: LXSSP
|
|
/* 15148 */ MCD_OPC_FilterValue, 58, 33, 0, 0, // Skip to: 15186
|
|
/* 15153 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 15156 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 15166
|
|
/* 15161 */ MCD_OPC_Decode, 222, 8, 150, 1, // Opcode: LD
|
|
/* 15166 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 15176
|
|
/* 15171 */ MCD_OPC_Decode, 228, 8, 150, 1, // Opcode: LDU
|
|
/* 15176 */ MCD_OPC_FilterValue, 2, 180, 30, 0, // Skip to: 23041
|
|
/* 15181 */ MCD_OPC_Decode, 165, 9, 150, 1, // Opcode: LWA
|
|
/* 15186 */ MCD_OPC_FilterValue, 59, 166, 5, 0, // Skip to: 16637
|
|
/* 15191 */ MCD_OPC_ExtractField, 3, 3, // Inst{5-3} ...
|
|
/* 15194 */ MCD_OPC_FilterValue, 2, 42, 2, 0, // Skip to: 15753
|
|
/* 15199 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 15202 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 15231
|
|
/* 15207 */ MCD_OPC_CheckPredicate, 8, 149, 30, 0, // Skip to: 23041
|
|
/* 15212 */ MCD_OPC_CheckField, 21, 2, 0, 142, 30, 0, // Skip to: 23041
|
|
/* 15219 */ MCD_OPC_CheckField, 0, 1, 0, 135, 30, 0, // Skip to: 23041
|
|
/* 15226 */ MCD_OPC_Decode, 145, 21, 151, 1, // Opcode: XVI8GER4PP
|
|
/* 15231 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 15260
|
|
/* 15236 */ MCD_OPC_CheckPredicate, 8, 120, 30, 0, // Skip to: 23041
|
|
/* 15241 */ MCD_OPC_CheckField, 21, 2, 0, 113, 30, 0, // Skip to: 23041
|
|
/* 15248 */ MCD_OPC_CheckField, 0, 1, 0, 106, 30, 0, // Skip to: 23041
|
|
/* 15255 */ MCD_OPC_Decode, 234, 20, 151, 1, // Opcode: XVF16GER2PP
|
|
/* 15260 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 15289
|
|
/* 15265 */ MCD_OPC_CheckPredicate, 8, 91, 30, 0, // Skip to: 23041
|
|
/* 15270 */ MCD_OPC_CheckField, 21, 2, 0, 84, 30, 0, // Skip to: 23041
|
|
/* 15277 */ MCD_OPC_CheckField, 0, 1, 0, 77, 30, 0, // Skip to: 23041
|
|
/* 15284 */ MCD_OPC_Decode, 244, 20, 151, 1, // Opcode: XVF32GERPP
|
|
/* 15289 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 15318
|
|
/* 15294 */ MCD_OPC_CheckPredicate, 8, 62, 30, 0, // Skip to: 23041
|
|
/* 15299 */ MCD_OPC_CheckField, 21, 2, 0, 55, 30, 0, // Skip to: 23041
|
|
/* 15306 */ MCD_OPC_CheckField, 0, 1, 0, 48, 30, 0, // Skip to: 23041
|
|
/* 15313 */ MCD_OPC_Decode, 141, 21, 151, 1, // Opcode: XVI4GER8PP
|
|
/* 15318 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 15347
|
|
/* 15323 */ MCD_OPC_CheckPredicate, 8, 33, 30, 0, // Skip to: 23041
|
|
/* 15328 */ MCD_OPC_CheckField, 21, 2, 0, 26, 30, 0, // Skip to: 23041
|
|
/* 15335 */ MCD_OPC_CheckField, 0, 1, 0, 19, 30, 0, // Skip to: 23041
|
|
/* 15342 */ MCD_OPC_Decode, 135, 21, 151, 1, // Opcode: XVI16GER2SPP
|
|
/* 15347 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 15376
|
|
/* 15352 */ MCD_OPC_CheckPredicate, 8, 4, 30, 0, // Skip to: 23041
|
|
/* 15357 */ MCD_OPC_CheckField, 21, 2, 0, 253, 29, 0, // Skip to: 23041
|
|
/* 15364 */ MCD_OPC_CheckField, 0, 1, 0, 246, 29, 0, // Skip to: 23041
|
|
/* 15371 */ MCD_OPC_Decode, 186, 20, 151, 1, // Opcode: XVBF16GER2PP
|
|
/* 15376 */ MCD_OPC_FilterValue, 7, 24, 0, 0, // Skip to: 15405
|
|
/* 15381 */ MCD_OPC_CheckPredicate, 8, 231, 29, 0, // Skip to: 23041
|
|
/* 15386 */ MCD_OPC_CheckField, 21, 2, 0, 224, 29, 0, // Skip to: 23041
|
|
/* 15393 */ MCD_OPC_CheckField, 0, 1, 0, 217, 29, 0, // Skip to: 23041
|
|
/* 15400 */ MCD_OPC_Decode, 254, 20, 152, 1, // Opcode: XVF64GERPP
|
|
/* 15405 */ MCD_OPC_FilterValue, 10, 24, 0, 0, // Skip to: 15434
|
|
/* 15410 */ MCD_OPC_CheckPredicate, 8, 202, 29, 0, // Skip to: 23041
|
|
/* 15415 */ MCD_OPC_CheckField, 21, 2, 0, 195, 29, 0, // Skip to: 23041
|
|
/* 15422 */ MCD_OPC_CheckField, 0, 1, 0, 188, 29, 0, // Skip to: 23041
|
|
/* 15429 */ MCD_OPC_Decode, 232, 20, 151, 1, // Opcode: XVF16GER2NP
|
|
/* 15434 */ MCD_OPC_FilterValue, 11, 24, 0, 0, // Skip to: 15463
|
|
/* 15439 */ MCD_OPC_CheckPredicate, 8, 173, 29, 0, // Skip to: 23041
|
|
/* 15444 */ MCD_OPC_CheckField, 21, 2, 0, 166, 29, 0, // Skip to: 23041
|
|
/* 15451 */ MCD_OPC_CheckField, 0, 1, 0, 159, 29, 0, // Skip to: 23041
|
|
/* 15458 */ MCD_OPC_Decode, 242, 20, 151, 1, // Opcode: XVF32GERNP
|
|
/* 15463 */ MCD_OPC_FilterValue, 14, 24, 0, 0, // Skip to: 15492
|
|
/* 15468 */ MCD_OPC_CheckPredicate, 8, 144, 29, 0, // Skip to: 23041
|
|
/* 15473 */ MCD_OPC_CheckField, 21, 2, 0, 137, 29, 0, // Skip to: 23041
|
|
/* 15480 */ MCD_OPC_CheckField, 0, 1, 0, 130, 29, 0, // Skip to: 23041
|
|
/* 15487 */ MCD_OPC_Decode, 184, 20, 151, 1, // Opcode: XVBF16GER2NP
|
|
/* 15492 */ MCD_OPC_FilterValue, 15, 24, 0, 0, // Skip to: 15521
|
|
/* 15497 */ MCD_OPC_CheckPredicate, 8, 115, 29, 0, // Skip to: 23041
|
|
/* 15502 */ MCD_OPC_CheckField, 21, 2, 0, 108, 29, 0, // Skip to: 23041
|
|
/* 15509 */ MCD_OPC_CheckField, 0, 1, 0, 101, 29, 0, // Skip to: 23041
|
|
/* 15516 */ MCD_OPC_Decode, 252, 20, 152, 1, // Opcode: XVF64GERNP
|
|
/* 15521 */ MCD_OPC_FilterValue, 18, 24, 0, 0, // Skip to: 15550
|
|
/* 15526 */ MCD_OPC_CheckPredicate, 8, 86, 29, 0, // Skip to: 23041
|
|
/* 15531 */ MCD_OPC_CheckField, 21, 2, 0, 79, 29, 0, // Skip to: 23041
|
|
/* 15538 */ MCD_OPC_CheckField, 0, 1, 0, 72, 29, 0, // Skip to: 23041
|
|
/* 15545 */ MCD_OPC_Decode, 233, 20, 151, 1, // Opcode: XVF16GER2PN
|
|
/* 15550 */ MCD_OPC_FilterValue, 19, 24, 0, 0, // Skip to: 15579
|
|
/* 15555 */ MCD_OPC_CheckPredicate, 8, 57, 29, 0, // Skip to: 23041
|
|
/* 15560 */ MCD_OPC_CheckField, 21, 2, 0, 50, 29, 0, // Skip to: 23041
|
|
/* 15567 */ MCD_OPC_CheckField, 0, 1, 0, 43, 29, 0, // Skip to: 23041
|
|
/* 15574 */ MCD_OPC_Decode, 243, 20, 151, 1, // Opcode: XVF32GERPN
|
|
/* 15579 */ MCD_OPC_FilterValue, 22, 24, 0, 0, // Skip to: 15608
|
|
/* 15584 */ MCD_OPC_CheckPredicate, 8, 28, 29, 0, // Skip to: 23041
|
|
/* 15589 */ MCD_OPC_CheckField, 21, 2, 0, 21, 29, 0, // Skip to: 23041
|
|
/* 15596 */ MCD_OPC_CheckField, 0, 1, 0, 14, 29, 0, // Skip to: 23041
|
|
/* 15603 */ MCD_OPC_Decode, 185, 20, 151, 1, // Opcode: XVBF16GER2PN
|
|
/* 15608 */ MCD_OPC_FilterValue, 23, 24, 0, 0, // Skip to: 15637
|
|
/* 15613 */ MCD_OPC_CheckPredicate, 8, 255, 28, 0, // Skip to: 23041
|
|
/* 15618 */ MCD_OPC_CheckField, 21, 2, 0, 248, 28, 0, // Skip to: 23041
|
|
/* 15625 */ MCD_OPC_CheckField, 0, 1, 0, 241, 28, 0, // Skip to: 23041
|
|
/* 15632 */ MCD_OPC_Decode, 253, 20, 152, 1, // Opcode: XVF64GERPN
|
|
/* 15637 */ MCD_OPC_FilterValue, 26, 24, 0, 0, // Skip to: 15666
|
|
/* 15642 */ MCD_OPC_CheckPredicate, 8, 226, 28, 0, // Skip to: 23041
|
|
/* 15647 */ MCD_OPC_CheckField, 21, 2, 0, 219, 28, 0, // Skip to: 23041
|
|
/* 15654 */ MCD_OPC_CheckField, 0, 1, 0, 212, 28, 0, // Skip to: 23041
|
|
/* 15661 */ MCD_OPC_Decode, 231, 20, 151, 1, // Opcode: XVF16GER2NN
|
|
/* 15666 */ MCD_OPC_FilterValue, 27, 24, 0, 0, // Skip to: 15695
|
|
/* 15671 */ MCD_OPC_CheckPredicate, 8, 197, 28, 0, // Skip to: 23041
|
|
/* 15676 */ MCD_OPC_CheckField, 21, 2, 0, 190, 28, 0, // Skip to: 23041
|
|
/* 15683 */ MCD_OPC_CheckField, 0, 1, 0, 183, 28, 0, // Skip to: 23041
|
|
/* 15690 */ MCD_OPC_Decode, 241, 20, 151, 1, // Opcode: XVF32GERNN
|
|
/* 15695 */ MCD_OPC_FilterValue, 30, 24, 0, 0, // Skip to: 15724
|
|
/* 15700 */ MCD_OPC_CheckPredicate, 8, 168, 28, 0, // Skip to: 23041
|
|
/* 15705 */ MCD_OPC_CheckField, 21, 2, 0, 161, 28, 0, // Skip to: 23041
|
|
/* 15712 */ MCD_OPC_CheckField, 0, 1, 0, 154, 28, 0, // Skip to: 23041
|
|
/* 15719 */ MCD_OPC_Decode, 183, 20, 151, 1, // Opcode: XVBF16GER2NN
|
|
/* 15724 */ MCD_OPC_FilterValue, 31, 144, 28, 0, // Skip to: 23041
|
|
/* 15729 */ MCD_OPC_CheckPredicate, 8, 139, 28, 0, // Skip to: 23041
|
|
/* 15734 */ MCD_OPC_CheckField, 21, 2, 0, 132, 28, 0, // Skip to: 23041
|
|
/* 15741 */ MCD_OPC_CheckField, 0, 1, 0, 125, 28, 0, // Skip to: 23041
|
|
/* 15748 */ MCD_OPC_Decode, 251, 20, 152, 1, // Opcode: XVF64GERNN
|
|
/* 15753 */ MCD_OPC_FilterValue, 3, 121, 1, 0, // Skip to: 16135
|
|
/* 15758 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 15761 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 15790
|
|
/* 15766 */ MCD_OPC_CheckPredicate, 8, 102, 28, 0, // Skip to: 23041
|
|
/* 15771 */ MCD_OPC_CheckField, 21, 2, 0, 95, 28, 0, // Skip to: 23041
|
|
/* 15778 */ MCD_OPC_CheckField, 0, 1, 0, 88, 28, 0, // Skip to: 23041
|
|
/* 15785 */ MCD_OPC_Decode, 144, 21, 153, 1, // Opcode: XVI8GER4
|
|
/* 15790 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 15819
|
|
/* 15795 */ MCD_OPC_CheckPredicate, 8, 73, 28, 0, // Skip to: 23041
|
|
/* 15800 */ MCD_OPC_CheckField, 21, 2, 0, 66, 28, 0, // Skip to: 23041
|
|
/* 15807 */ MCD_OPC_CheckField, 0, 1, 0, 59, 28, 0, // Skip to: 23041
|
|
/* 15814 */ MCD_OPC_Decode, 230, 20, 153, 1, // Opcode: XVF16GER2
|
|
/* 15819 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 15848
|
|
/* 15824 */ MCD_OPC_CheckPredicate, 8, 44, 28, 0, // Skip to: 23041
|
|
/* 15829 */ MCD_OPC_CheckField, 21, 2, 0, 37, 28, 0, // Skip to: 23041
|
|
/* 15836 */ MCD_OPC_CheckField, 0, 1, 0, 30, 28, 0, // Skip to: 23041
|
|
/* 15843 */ MCD_OPC_Decode, 240, 20, 153, 1, // Opcode: XVF32GER
|
|
/* 15848 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 15877
|
|
/* 15853 */ MCD_OPC_CheckPredicate, 8, 15, 28, 0, // Skip to: 23041
|
|
/* 15858 */ MCD_OPC_CheckField, 21, 2, 0, 8, 28, 0, // Skip to: 23041
|
|
/* 15865 */ MCD_OPC_CheckField, 0, 1, 0, 1, 28, 0, // Skip to: 23041
|
|
/* 15872 */ MCD_OPC_Decode, 140, 21, 153, 1, // Opcode: XVI4GER8
|
|
/* 15877 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 15906
|
|
/* 15882 */ MCD_OPC_CheckPredicate, 8, 242, 27, 0, // Skip to: 23041
|
|
/* 15887 */ MCD_OPC_CheckField, 21, 2, 0, 235, 27, 0, // Skip to: 23041
|
|
/* 15894 */ MCD_OPC_CheckField, 0, 1, 0, 228, 27, 0, // Skip to: 23041
|
|
/* 15901 */ MCD_OPC_Decode, 134, 21, 153, 1, // Opcode: XVI16GER2S
|
|
/* 15906 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 15935
|
|
/* 15911 */ MCD_OPC_CheckPredicate, 8, 213, 27, 0, // Skip to: 23041
|
|
/* 15916 */ MCD_OPC_CheckField, 21, 2, 0, 206, 27, 0, // Skip to: 23041
|
|
/* 15923 */ MCD_OPC_CheckField, 0, 1, 0, 199, 27, 0, // Skip to: 23041
|
|
/* 15930 */ MCD_OPC_Decode, 182, 20, 153, 1, // Opcode: XVBF16GER2
|
|
/* 15935 */ MCD_OPC_FilterValue, 7, 24, 0, 0, // Skip to: 15964
|
|
/* 15940 */ MCD_OPC_CheckPredicate, 8, 184, 27, 0, // Skip to: 23041
|
|
/* 15945 */ MCD_OPC_CheckField, 21, 2, 0, 177, 27, 0, // Skip to: 23041
|
|
/* 15952 */ MCD_OPC_CheckField, 0, 1, 0, 170, 27, 0, // Skip to: 23041
|
|
/* 15959 */ MCD_OPC_Decode, 250, 20, 154, 1, // Opcode: XVF64GER
|
|
/* 15964 */ MCD_OPC_FilterValue, 9, 24, 0, 0, // Skip to: 15993
|
|
/* 15969 */ MCD_OPC_CheckPredicate, 8, 155, 27, 0, // Skip to: 23041
|
|
/* 15974 */ MCD_OPC_CheckField, 21, 2, 0, 148, 27, 0, // Skip to: 23041
|
|
/* 15981 */ MCD_OPC_CheckField, 0, 1, 0, 141, 27, 0, // Skip to: 23041
|
|
/* 15988 */ MCD_OPC_Decode, 132, 21, 153, 1, // Opcode: XVI16GER2
|
|
/* 15993 */ MCD_OPC_FilterValue, 12, 24, 0, 0, // Skip to: 16022
|
|
/* 15998 */ MCD_OPC_CheckPredicate, 8, 126, 27, 0, // Skip to: 23041
|
|
/* 16003 */ MCD_OPC_CheckField, 21, 2, 0, 119, 27, 0, // Skip to: 23041
|
|
/* 16010 */ MCD_OPC_CheckField, 0, 1, 0, 112, 27, 0, // Skip to: 23041
|
|
/* 16017 */ MCD_OPC_Decode, 146, 21, 151, 1, // Opcode: XVI8GER4SPP
|
|
/* 16022 */ MCD_OPC_FilterValue, 13, 24, 0, 0, // Skip to: 16051
|
|
/* 16027 */ MCD_OPC_CheckPredicate, 8, 97, 27, 0, // Skip to: 23041
|
|
/* 16032 */ MCD_OPC_CheckField, 21, 2, 0, 90, 27, 0, // Skip to: 23041
|
|
/* 16039 */ MCD_OPC_CheckField, 0, 1, 0, 83, 27, 0, // Skip to: 23041
|
|
/* 16046 */ MCD_OPC_Decode, 133, 21, 151, 1, // Opcode: XVI16GER2PP
|
|
/* 16051 */ MCD_OPC_FilterValue, 26, 37, 0, 0, // Skip to: 16093
|
|
/* 16056 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 16059 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 16076
|
|
/* 16064 */ MCD_OPC_CheckField, 16, 5, 0, 58, 27, 0, // Skip to: 23041
|
|
/* 16071 */ MCD_OPC_Decode, 201, 7, 155, 1, // Opcode: FCFIDS
|
|
/* 16076 */ MCD_OPC_FilterValue, 5, 48, 27, 0, // Skip to: 23041
|
|
/* 16081 */ MCD_OPC_CheckField, 16, 5, 0, 41, 27, 0, // Skip to: 23041
|
|
/* 16088 */ MCD_OPC_Decode, 202, 7, 155, 1, // Opcode: FCFIDS_rec
|
|
/* 16093 */ MCD_OPC_FilterValue, 30, 31, 27, 0, // Skip to: 23041
|
|
/* 16098 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 16101 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 16118
|
|
/* 16106 */ MCD_OPC_CheckField, 16, 5, 0, 16, 27, 0, // Skip to: 23041
|
|
/* 16113 */ MCD_OPC_Decode, 204, 7, 155, 1, // Opcode: FCFIDUS
|
|
/* 16118 */ MCD_OPC_FilterValue, 5, 6, 27, 0, // Skip to: 23041
|
|
/* 16123 */ MCD_OPC_CheckField, 16, 5, 0, 255, 26, 0, // Skip to: 23041
|
|
/* 16130 */ MCD_OPC_Decode, 205, 7, 155, 1, // Opcode: FCFIDUS_rec
|
|
/* 16135 */ MCD_OPC_FilterValue, 4, 47, 0, 0, // Skip to: 16187
|
|
/* 16140 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 16143 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 16165
|
|
/* 16148 */ MCD_OPC_CheckPredicate, 12, 232, 26, 0, // Skip to: 23041
|
|
/* 16153 */ MCD_OPC_CheckField, 6, 5, 0, 225, 26, 0, // Skip to: 23041
|
|
/* 16160 */ MCD_OPC_Decode, 233, 7, 156, 1, // Opcode: FDIVS
|
|
/* 16165 */ MCD_OPC_FilterValue, 5, 215, 26, 0, // Skip to: 23041
|
|
/* 16170 */ MCD_OPC_CheckPredicate, 12, 210, 26, 0, // Skip to: 23041
|
|
/* 16175 */ MCD_OPC_CheckField, 6, 5, 0, 203, 26, 0, // Skip to: 23041
|
|
/* 16182 */ MCD_OPC_Decode, 234, 7, 156, 1, // Opcode: FDIVS_rec
|
|
/* 16187 */ MCD_OPC_FilterValue, 5, 149, 0, 0, // Skip to: 16341
|
|
/* 16192 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 16195 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 16217
|
|
/* 16200 */ MCD_OPC_CheckPredicate, 12, 180, 26, 0, // Skip to: 23041
|
|
/* 16205 */ MCD_OPC_CheckField, 6, 5, 0, 173, 26, 0, // Skip to: 23041
|
|
/* 16212 */ MCD_OPC_Decode, 173, 8, 156, 1, // Opcode: FSUBS
|
|
/* 16217 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 16239
|
|
/* 16222 */ MCD_OPC_CheckPredicate, 12, 158, 26, 0, // Skip to: 23041
|
|
/* 16227 */ MCD_OPC_CheckField, 6, 5, 0, 151, 26, 0, // Skip to: 23041
|
|
/* 16234 */ MCD_OPC_Decode, 174, 8, 156, 1, // Opcode: FSUBS_rec
|
|
/* 16239 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 16261
|
|
/* 16244 */ MCD_OPC_CheckPredicate, 12, 136, 26, 0, // Skip to: 23041
|
|
/* 16249 */ MCD_OPC_CheckField, 6, 5, 0, 129, 26, 0, // Skip to: 23041
|
|
/* 16256 */ MCD_OPC_Decode, 196, 7, 156, 1, // Opcode: FADDS
|
|
/* 16261 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 16283
|
|
/* 16266 */ MCD_OPC_CheckPredicate, 12, 114, 26, 0, // Skip to: 23041
|
|
/* 16271 */ MCD_OPC_CheckField, 6, 5, 0, 107, 26, 0, // Skip to: 23041
|
|
/* 16278 */ MCD_OPC_Decode, 197, 7, 156, 1, // Opcode: FADDS_rec
|
|
/* 16283 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 16312
|
|
/* 16288 */ MCD_OPC_CheckPredicate, 12, 92, 26, 0, // Skip to: 23041
|
|
/* 16293 */ MCD_OPC_CheckField, 16, 5, 0, 85, 26, 0, // Skip to: 23041
|
|
/* 16300 */ MCD_OPC_CheckField, 6, 5, 0, 78, 26, 0, // Skip to: 23041
|
|
/* 16307 */ MCD_OPC_Decode, 169, 8, 157, 1, // Opcode: FSQRTS
|
|
/* 16312 */ MCD_OPC_FilterValue, 5, 68, 26, 0, // Skip to: 23041
|
|
/* 16317 */ MCD_OPC_CheckPredicate, 12, 63, 26, 0, // Skip to: 23041
|
|
/* 16322 */ MCD_OPC_CheckField, 16, 5, 0, 56, 26, 0, // Skip to: 23041
|
|
/* 16329 */ MCD_OPC_CheckField, 6, 5, 0, 49, 26, 0, // Skip to: 23041
|
|
/* 16336 */ MCD_OPC_Decode, 170, 8, 157, 1, // Opcode: FSQRTS_rec
|
|
/* 16341 */ MCD_OPC_FilterValue, 6, 163, 0, 0, // Skip to: 16509
|
|
/* 16346 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 16349 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 16378
|
|
/* 16354 */ MCD_OPC_CheckPredicate, 12, 26, 26, 0, // Skip to: 23041
|
|
/* 16359 */ MCD_OPC_CheckField, 16, 5, 0, 19, 26, 0, // Skip to: 23041
|
|
/* 16366 */ MCD_OPC_CheckField, 6, 5, 0, 12, 26, 0, // Skip to: 23041
|
|
/* 16373 */ MCD_OPC_Decode, 139, 8, 157, 1, // Opcode: FRES
|
|
/* 16378 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 16407
|
|
/* 16383 */ MCD_OPC_CheckPredicate, 12, 253, 25, 0, // Skip to: 23041
|
|
/* 16388 */ MCD_OPC_CheckField, 16, 5, 0, 246, 25, 0, // Skip to: 23041
|
|
/* 16395 */ MCD_OPC_CheckField, 6, 5, 0, 239, 25, 0, // Skip to: 23041
|
|
/* 16402 */ MCD_OPC_Decode, 140, 8, 157, 1, // Opcode: FRES_rec
|
|
/* 16407 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 16429
|
|
/* 16412 */ MCD_OPC_CheckPredicate, 12, 224, 25, 0, // Skip to: 23041
|
|
/* 16417 */ MCD_OPC_CheckField, 11, 5, 0, 217, 25, 0, // Skip to: 23041
|
|
/* 16424 */ MCD_OPC_Decode, 247, 7, 158, 1, // Opcode: FMULS
|
|
/* 16429 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 16451
|
|
/* 16434 */ MCD_OPC_CheckPredicate, 12, 202, 25, 0, // Skip to: 23041
|
|
/* 16439 */ MCD_OPC_CheckField, 11, 5, 0, 195, 25, 0, // Skip to: 23041
|
|
/* 16446 */ MCD_OPC_Decode, 248, 7, 158, 1, // Opcode: FMULS_rec
|
|
/* 16451 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 16480
|
|
/* 16456 */ MCD_OPC_CheckPredicate, 12, 180, 25, 0, // Skip to: 23041
|
|
/* 16461 */ MCD_OPC_CheckField, 16, 5, 0, 173, 25, 0, // Skip to: 23041
|
|
/* 16468 */ MCD_OPC_CheckField, 6, 5, 0, 166, 25, 0, // Skip to: 23041
|
|
/* 16475 */ MCD_OPC_Decode, 161, 8, 157, 1, // Opcode: FRSQRTES
|
|
/* 16480 */ MCD_OPC_FilterValue, 5, 156, 25, 0, // Skip to: 23041
|
|
/* 16485 */ MCD_OPC_CheckPredicate, 12, 151, 25, 0, // Skip to: 23041
|
|
/* 16490 */ MCD_OPC_CheckField, 16, 5, 0, 144, 25, 0, // Skip to: 23041
|
|
/* 16497 */ MCD_OPC_CheckField, 6, 5, 0, 137, 25, 0, // Skip to: 23041
|
|
/* 16504 */ MCD_OPC_Decode, 162, 8, 157, 1, // Opcode: FRSQRTES_rec
|
|
/* 16509 */ MCD_OPC_FilterValue, 7, 127, 25, 0, // Skip to: 23041
|
|
/* 16514 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 16517 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 16532
|
|
/* 16522 */ MCD_OPC_CheckPredicate, 12, 114, 25, 0, // Skip to: 23041
|
|
/* 16527 */ MCD_OPC_Decode, 243, 7, 159, 1, // Opcode: FMSUBS
|
|
/* 16532 */ MCD_OPC_FilterValue, 1, 10, 0, 0, // Skip to: 16547
|
|
/* 16537 */ MCD_OPC_CheckPredicate, 12, 99, 25, 0, // Skip to: 23041
|
|
/* 16542 */ MCD_OPC_Decode, 244, 7, 159, 1, // Opcode: FMSUBS_rec
|
|
/* 16547 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 16562
|
|
/* 16552 */ MCD_OPC_CheckPredicate, 12, 84, 25, 0, // Skip to: 23041
|
|
/* 16557 */ MCD_OPC_Decode, 237, 7, 159, 1, // Opcode: FMADDS
|
|
/* 16562 */ MCD_OPC_FilterValue, 3, 10, 0, 0, // Skip to: 16577
|
|
/* 16567 */ MCD_OPC_CheckPredicate, 12, 69, 25, 0, // Skip to: 23041
|
|
/* 16572 */ MCD_OPC_Decode, 238, 7, 159, 1, // Opcode: FMADDS_rec
|
|
/* 16577 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 16592
|
|
/* 16582 */ MCD_OPC_CheckPredicate, 12, 54, 25, 0, // Skip to: 23041
|
|
/* 16587 */ MCD_OPC_Decode, 135, 8, 159, 1, // Opcode: FNMSUBS
|
|
/* 16592 */ MCD_OPC_FilterValue, 5, 10, 0, 0, // Skip to: 16607
|
|
/* 16597 */ MCD_OPC_CheckPredicate, 12, 39, 25, 0, // Skip to: 23041
|
|
/* 16602 */ MCD_OPC_Decode, 136, 8, 159, 1, // Opcode: FNMSUBS_rec
|
|
/* 16607 */ MCD_OPC_FilterValue, 6, 10, 0, 0, // Skip to: 16622
|
|
/* 16612 */ MCD_OPC_CheckPredicate, 12, 24, 25, 0, // Skip to: 23041
|
|
/* 16617 */ MCD_OPC_Decode, 131, 8, 159, 1, // Opcode: FNMADDS
|
|
/* 16622 */ MCD_OPC_FilterValue, 7, 14, 25, 0, // Skip to: 23041
|
|
/* 16627 */ MCD_OPC_CheckPredicate, 12, 9, 25, 0, // Skip to: 23041
|
|
/* 16632 */ MCD_OPC_Decode, 132, 8, 159, 1, // Opcode: FNMADDS_rec
|
|
/* 16637 */ MCD_OPC_FilterValue, 60, 90, 15, 0, // Skip to: 20572
|
|
/* 16642 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ...
|
|
/* 16645 */ MCD_OPC_FilterValue, 0, 120, 3, 0, // Skip to: 17538
|
|
/* 16650 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 16653 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 16681
|
|
/* 16658 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16661 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16671
|
|
/* 16666 */ MCD_OPC_Decode, 183, 19, 160, 1, // Opcode: XSADDSP
|
|
/* 16671 */ MCD_OPC_FilterValue, 1, 221, 24, 0, // Skip to: 23041
|
|
/* 16676 */ MCD_OPC_Decode, 236, 19, 161, 1, // Opcode: XSMADDASP
|
|
/* 16681 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 16709
|
|
/* 16686 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16689 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16699
|
|
/* 16694 */ MCD_OPC_Decode, 168, 20, 160, 1, // Opcode: XSSUBSP
|
|
/* 16699 */ MCD_OPC_FilterValue, 1, 193, 24, 0, // Skip to: 23041
|
|
/* 16704 */ MCD_OPC_Decode, 238, 19, 161, 1, // Opcode: XSMADDMSP
|
|
/* 16709 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 16737
|
|
/* 16714 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16717 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16727
|
|
/* 16722 */ MCD_OPC_Decode, 130, 20, 160, 1, // Opcode: XSMULSP
|
|
/* 16727 */ MCD_OPC_FilterValue, 1, 165, 24, 0, // Skip to: 23041
|
|
/* 16732 */ MCD_OPC_Decode, 250, 19, 161, 1, // Opcode: XSMSUBASP
|
|
/* 16737 */ MCD_OPC_FilterValue, 3, 23, 0, 0, // Skip to: 16765
|
|
/* 16742 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16745 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16755
|
|
/* 16750 */ MCD_OPC_Decode, 232, 19, 160, 1, // Opcode: XSDIVSP
|
|
/* 16755 */ MCD_OPC_FilterValue, 1, 137, 24, 0, // Skip to: 23041
|
|
/* 16760 */ MCD_OPC_Decode, 252, 19, 161, 1, // Opcode: XSMSUBMSP
|
|
/* 16765 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 16793
|
|
/* 16770 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16773 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16783
|
|
/* 16778 */ MCD_OPC_Decode, 180, 19, 162, 1, // Opcode: XSADDDP
|
|
/* 16783 */ MCD_OPC_FilterValue, 1, 109, 24, 0, // Skip to: 23041
|
|
/* 16788 */ MCD_OPC_Decode, 235, 19, 163, 1, // Opcode: XSMADDADP
|
|
/* 16793 */ MCD_OPC_FilterValue, 5, 23, 0, 0, // Skip to: 16821
|
|
/* 16798 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16801 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16811
|
|
/* 16806 */ MCD_OPC_Decode, 165, 20, 162, 1, // Opcode: XSSUBDP
|
|
/* 16811 */ MCD_OPC_FilterValue, 1, 81, 24, 0, // Skip to: 23041
|
|
/* 16816 */ MCD_OPC_Decode, 237, 19, 163, 1, // Opcode: XSMADDMDP
|
|
/* 16821 */ MCD_OPC_FilterValue, 6, 23, 0, 0, // Skip to: 16849
|
|
/* 16826 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16829 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16839
|
|
/* 16834 */ MCD_OPC_Decode, 255, 19, 162, 1, // Opcode: XSMULDP
|
|
/* 16839 */ MCD_OPC_FilterValue, 1, 53, 24, 0, // Skip to: 23041
|
|
/* 16844 */ MCD_OPC_Decode, 249, 19, 163, 1, // Opcode: XSMSUBADP
|
|
/* 16849 */ MCD_OPC_FilterValue, 7, 23, 0, 0, // Skip to: 16877
|
|
/* 16854 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16857 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16867
|
|
/* 16862 */ MCD_OPC_Decode, 229, 19, 162, 1, // Opcode: XSDIVDP
|
|
/* 16867 */ MCD_OPC_FilterValue, 1, 25, 24, 0, // Skip to: 23041
|
|
/* 16872 */ MCD_OPC_Decode, 251, 19, 163, 1, // Opcode: XSMSUBMDP
|
|
/* 16877 */ MCD_OPC_FilterValue, 8, 23, 0, 0, // Skip to: 16905
|
|
/* 16882 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16885 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16895
|
|
/* 16890 */ MCD_OPC_Decode, 181, 20, 164, 1, // Opcode: XVADDSP
|
|
/* 16895 */ MCD_OPC_FilterValue, 1, 253, 23, 0, // Skip to: 23041
|
|
/* 16900 */ MCD_OPC_Decode, 153, 21, 165, 1, // Opcode: XVMADDASP
|
|
/* 16905 */ MCD_OPC_FilterValue, 9, 23, 0, 0, // Skip to: 16933
|
|
/* 16910 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16913 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16923
|
|
/* 16918 */ MCD_OPC_Decode, 195, 21, 164, 1, // Opcode: XVSUBSP
|
|
/* 16923 */ MCD_OPC_FilterValue, 1, 225, 23, 0, // Skip to: 23041
|
|
/* 16928 */ MCD_OPC_Decode, 155, 21, 165, 1, // Opcode: XVMADDMSP
|
|
/* 16933 */ MCD_OPC_FilterValue, 10, 23, 0, 0, // Skip to: 16961
|
|
/* 16938 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16941 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16951
|
|
/* 16946 */ MCD_OPC_Decode, 165, 21, 164, 1, // Opcode: XVMULSP
|
|
/* 16951 */ MCD_OPC_FilterValue, 1, 197, 23, 0, // Skip to: 23041
|
|
/* 16956 */ MCD_OPC_Decode, 161, 21, 165, 1, // Opcode: XVMSUBASP
|
|
/* 16961 */ MCD_OPC_FilterValue, 11, 23, 0, 0, // Skip to: 16989
|
|
/* 16966 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16969 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 16979
|
|
/* 16974 */ MCD_OPC_Decode, 229, 20, 164, 1, // Opcode: XVDIVSP
|
|
/* 16979 */ MCD_OPC_FilterValue, 1, 169, 23, 0, // Skip to: 23041
|
|
/* 16984 */ MCD_OPC_Decode, 163, 21, 165, 1, // Opcode: XVMSUBMSP
|
|
/* 16989 */ MCD_OPC_FilterValue, 12, 23, 0, 0, // Skip to: 17017
|
|
/* 16994 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 16997 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17007
|
|
/* 17002 */ MCD_OPC_Decode, 180, 20, 164, 1, // Opcode: XVADDDP
|
|
/* 17007 */ MCD_OPC_FilterValue, 1, 141, 23, 0, // Skip to: 23041
|
|
/* 17012 */ MCD_OPC_Decode, 152, 21, 165, 1, // Opcode: XVMADDADP
|
|
/* 17017 */ MCD_OPC_FilterValue, 13, 23, 0, 0, // Skip to: 17045
|
|
/* 17022 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17025 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17035
|
|
/* 17030 */ MCD_OPC_Decode, 194, 21, 164, 1, // Opcode: XVSUBDP
|
|
/* 17035 */ MCD_OPC_FilterValue, 1, 113, 23, 0, // Skip to: 23041
|
|
/* 17040 */ MCD_OPC_Decode, 154, 21, 165, 1, // Opcode: XVMADDMDP
|
|
/* 17045 */ MCD_OPC_FilterValue, 14, 23, 0, 0, // Skip to: 17073
|
|
/* 17050 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17053 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17063
|
|
/* 17058 */ MCD_OPC_Decode, 164, 21, 164, 1, // Opcode: XVMULDP
|
|
/* 17063 */ MCD_OPC_FilterValue, 1, 85, 23, 0, // Skip to: 23041
|
|
/* 17068 */ MCD_OPC_Decode, 160, 21, 165, 1, // Opcode: XVMSUBADP
|
|
/* 17073 */ MCD_OPC_FilterValue, 15, 23, 0, 0, // Skip to: 17101
|
|
/* 17078 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17081 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17091
|
|
/* 17086 */ MCD_OPC_Decode, 228, 20, 164, 1, // Opcode: XVDIVDP
|
|
/* 17091 */ MCD_OPC_FilterValue, 1, 57, 23, 0, // Skip to: 23041
|
|
/* 17096 */ MCD_OPC_Decode, 162, 21, 165, 1, // Opcode: XVMSUBMDP
|
|
/* 17101 */ MCD_OPC_FilterValue, 16, 23, 0, 0, // Skip to: 17129
|
|
/* 17106 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17109 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17119
|
|
/* 17114 */ MCD_OPC_Decode, 241, 19, 162, 1, // Opcode: XSMAXCDP
|
|
/* 17119 */ MCD_OPC_FilterValue, 1, 29, 23, 0, // Skip to: 23041
|
|
/* 17124 */ MCD_OPC_Decode, 137, 20, 161, 1, // Opcode: XSNMADDASP
|
|
/* 17129 */ MCD_OPC_FilterValue, 17, 23, 0, 0, // Skip to: 17157
|
|
/* 17134 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17137 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17147
|
|
/* 17142 */ MCD_OPC_Decode, 245, 19, 162, 1, // Opcode: XSMINCDP
|
|
/* 17147 */ MCD_OPC_FilterValue, 1, 1, 23, 0, // Skip to: 23041
|
|
/* 17152 */ MCD_OPC_Decode, 139, 20, 161, 1, // Opcode: XSNMADDMSP
|
|
/* 17157 */ MCD_OPC_FilterValue, 18, 23, 0, 0, // Skip to: 17185
|
|
/* 17162 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17165 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17175
|
|
/* 17170 */ MCD_OPC_Decode, 244, 19, 166, 1, // Opcode: XSMAXJDP
|
|
/* 17175 */ MCD_OPC_FilterValue, 1, 229, 22, 0, // Skip to: 23041
|
|
/* 17180 */ MCD_OPC_Decode, 143, 20, 161, 1, // Opcode: XSNMSUBASP
|
|
/* 17185 */ MCD_OPC_FilterValue, 19, 23, 0, 0, // Skip to: 17213
|
|
/* 17190 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17193 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17203
|
|
/* 17198 */ MCD_OPC_Decode, 248, 19, 166, 1, // Opcode: XSMINJDP
|
|
/* 17203 */ MCD_OPC_FilterValue, 1, 201, 22, 0, // Skip to: 23041
|
|
/* 17208 */ MCD_OPC_Decode, 145, 20, 161, 1, // Opcode: XSNMSUBMSP
|
|
/* 17213 */ MCD_OPC_FilterValue, 20, 23, 0, 0, // Skip to: 17241
|
|
/* 17218 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17221 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17231
|
|
/* 17226 */ MCD_OPC_Decode, 243, 19, 162, 1, // Opcode: XSMAXDP
|
|
/* 17231 */ MCD_OPC_FilterValue, 1, 173, 22, 0, // Skip to: 23041
|
|
/* 17236 */ MCD_OPC_Decode, 136, 20, 163, 1, // Opcode: XSNMADDADP
|
|
/* 17241 */ MCD_OPC_FilterValue, 21, 23, 0, 0, // Skip to: 17269
|
|
/* 17246 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17249 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17259
|
|
/* 17254 */ MCD_OPC_Decode, 247, 19, 162, 1, // Opcode: XSMINDP
|
|
/* 17259 */ MCD_OPC_FilterValue, 1, 145, 22, 0, // Skip to: 23041
|
|
/* 17264 */ MCD_OPC_Decode, 138, 20, 163, 1, // Opcode: XSNMADDMDP
|
|
/* 17269 */ MCD_OPC_FilterValue, 22, 23, 0, 0, // Skip to: 17297
|
|
/* 17274 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17277 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17287
|
|
/* 17282 */ MCD_OPC_Decode, 196, 19, 162, 1, // Opcode: XSCPSGNDP
|
|
/* 17287 */ MCD_OPC_FilterValue, 1, 117, 22, 0, // Skip to: 23041
|
|
/* 17292 */ MCD_OPC_Decode, 142, 20, 163, 1, // Opcode: XSNMSUBADP
|
|
/* 17297 */ MCD_OPC_FilterValue, 23, 12, 0, 0, // Skip to: 17314
|
|
/* 17302 */ MCD_OPC_CheckField, 3, 1, 1, 100, 22, 0, // Skip to: 23041
|
|
/* 17309 */ MCD_OPC_Decode, 144, 20, 163, 1, // Opcode: XSNMSUBMDP
|
|
/* 17314 */ MCD_OPC_FilterValue, 24, 23, 0, 0, // Skip to: 17342
|
|
/* 17319 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17322 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17332
|
|
/* 17327 */ MCD_OPC_Decode, 157, 21, 164, 1, // Opcode: XVMAXSP
|
|
/* 17332 */ MCD_OPC_FilterValue, 1, 72, 22, 0, // Skip to: 23041
|
|
/* 17337 */ MCD_OPC_Decode, 171, 21, 165, 1, // Opcode: XVNMADDASP
|
|
/* 17342 */ MCD_OPC_FilterValue, 25, 23, 0, 0, // Skip to: 17370
|
|
/* 17347 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17350 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17360
|
|
/* 17355 */ MCD_OPC_Decode, 159, 21, 164, 1, // Opcode: XVMINSP
|
|
/* 17360 */ MCD_OPC_FilterValue, 1, 44, 22, 0, // Skip to: 23041
|
|
/* 17365 */ MCD_OPC_Decode, 173, 21, 165, 1, // Opcode: XVNMADDMSP
|
|
/* 17370 */ MCD_OPC_FilterValue, 26, 23, 0, 0, // Skip to: 17398
|
|
/* 17375 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17378 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17388
|
|
/* 17383 */ MCD_OPC_Decode, 205, 20, 164, 1, // Opcode: XVCPSGNSP
|
|
/* 17388 */ MCD_OPC_FilterValue, 1, 16, 22, 0, // Skip to: 23041
|
|
/* 17393 */ MCD_OPC_Decode, 175, 21, 165, 1, // Opcode: XVNMSUBASP
|
|
/* 17398 */ MCD_OPC_FilterValue, 27, 23, 0, 0, // Skip to: 17426
|
|
/* 17403 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17406 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17416
|
|
/* 17411 */ MCD_OPC_Decode, 151, 21, 164, 1, // Opcode: XVIEXPSP
|
|
/* 17416 */ MCD_OPC_FilterValue, 1, 244, 21, 0, // Skip to: 23041
|
|
/* 17421 */ MCD_OPC_Decode, 177, 21, 165, 1, // Opcode: XVNMSUBMSP
|
|
/* 17426 */ MCD_OPC_FilterValue, 28, 23, 0, 0, // Skip to: 17454
|
|
/* 17431 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17434 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17444
|
|
/* 17439 */ MCD_OPC_Decode, 156, 21, 164, 1, // Opcode: XVMAXDP
|
|
/* 17444 */ MCD_OPC_FilterValue, 1, 216, 21, 0, // Skip to: 23041
|
|
/* 17449 */ MCD_OPC_Decode, 170, 21, 165, 1, // Opcode: XVNMADDADP
|
|
/* 17454 */ MCD_OPC_FilterValue, 29, 23, 0, 0, // Skip to: 17482
|
|
/* 17459 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17462 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17472
|
|
/* 17467 */ MCD_OPC_Decode, 158, 21, 164, 1, // Opcode: XVMINDP
|
|
/* 17472 */ MCD_OPC_FilterValue, 1, 188, 21, 0, // Skip to: 23041
|
|
/* 17477 */ MCD_OPC_Decode, 172, 21, 165, 1, // Opcode: XVNMADDMDP
|
|
/* 17482 */ MCD_OPC_FilterValue, 30, 23, 0, 0, // Skip to: 17510
|
|
/* 17487 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17490 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17500
|
|
/* 17495 */ MCD_OPC_Decode, 204, 20, 164, 1, // Opcode: XVCPSGNDP
|
|
/* 17500 */ MCD_OPC_FilterValue, 1, 160, 21, 0, // Skip to: 23041
|
|
/* 17505 */ MCD_OPC_Decode, 174, 21, 165, 1, // Opcode: XVNMSUBADP
|
|
/* 17510 */ MCD_OPC_FilterValue, 31, 150, 21, 0, // Skip to: 23041
|
|
/* 17515 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17518 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17528
|
|
/* 17523 */ MCD_OPC_Decode, 150, 21, 164, 1, // Opcode: XVIEXPDP
|
|
/* 17528 */ MCD_OPC_FilterValue, 1, 132, 21, 0, // Skip to: 23041
|
|
/* 17533 */ MCD_OPC_Decode, 176, 21, 165, 1, // Opcode: XVNMSUBMDP
|
|
/* 17538 */ MCD_OPC_FilterValue, 1, 93, 3, 0, // Skip to: 18404
|
|
/* 17543 */ MCD_OPC_ExtractField, 6, 2, // Inst{7-6} ...
|
|
/* 17546 */ MCD_OPC_FilterValue, 0, 211, 0, 0, // Skip to: 17762
|
|
/* 17551 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17554 */ MCD_OPC_FilterValue, 0, 121, 0, 0, // Skip to: 17680
|
|
/* 17559 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 17562 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17572
|
|
/* 17567 */ MCD_OPC_Decode, 249, 21, 167, 1, // Opcode: XXSLDWI
|
|
/* 17572 */ MCD_OPC_FilterValue, 1, 88, 21, 0, // Skip to: 23041
|
|
/* 17577 */ MCD_OPC_ExtractField, 8, 2, // Inst{9-8} ...
|
|
/* 17580 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17590
|
|
/* 17585 */ MCD_OPC_Decode, 222, 21, 164, 1, // Opcode: XXLAND
|
|
/* 17590 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 17600
|
|
/* 17595 */ MCD_OPC_Decode, 227, 21, 164, 1, // Opcode: XXLNOR
|
|
/* 17600 */ MCD_OPC_FilterValue, 3, 60, 21, 0, // Skip to: 23041
|
|
/* 17605 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ...
|
|
/* 17608 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 17644
|
|
/* 17613 */ MCD_OPC_CheckPredicate, 6, 47, 21, 0, // Skip to: 23041
|
|
/* 17618 */ MCD_OPC_CheckField, 21, 2, 0, 40, 21, 0, // Skip to: 23041
|
|
/* 17625 */ MCD_OPC_CheckField, 11, 1, 0, 33, 21, 0, // Skip to: 23041
|
|
/* 17632 */ MCD_OPC_CheckField, 0, 1, 0, 26, 21, 0, // Skip to: 23041
|
|
/* 17639 */ MCD_OPC_Decode, 150, 5, 168, 1, // Opcode: DMXXEXTFDMR512
|
|
/* 17644 */ MCD_OPC_FilterValue, 1, 16, 21, 0, // Skip to: 23041
|
|
/* 17649 */ MCD_OPC_CheckPredicate, 6, 11, 21, 0, // Skip to: 23041
|
|
/* 17654 */ MCD_OPC_CheckField, 21, 2, 0, 4, 21, 0, // Skip to: 23041
|
|
/* 17661 */ MCD_OPC_CheckField, 11, 1, 0, 253, 20, 0, // Skip to: 23041
|
|
/* 17668 */ MCD_OPC_CheckField, 0, 1, 0, 246, 20, 0, // Skip to: 23041
|
|
/* 17675 */ MCD_OPC_Decode, 151, 5, 169, 1, // Opcode: DMXXEXTFDMR512_HI
|
|
/* 17680 */ MCD_OPC_FilterValue, 1, 236, 20, 0, // Skip to: 23041
|
|
/* 17685 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ...
|
|
/* 17688 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17698
|
|
/* 17693 */ MCD_OPC_Decode, 184, 19, 166, 1, // Opcode: XSCMPEQDP
|
|
/* 17698 */ MCD_OPC_FilterValue, 1, 19, 0, 0, // Skip to: 17722
|
|
/* 17703 */ MCD_OPC_CheckField, 21, 2, 0, 211, 20, 0, // Skip to: 23041
|
|
/* 17710 */ MCD_OPC_CheckField, 0, 1, 0, 204, 20, 0, // Skip to: 23041
|
|
/* 17717 */ MCD_OPC_Decode, 194, 19, 170, 1, // Opcode: XSCMPUDP
|
|
/* 17722 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 17732
|
|
/* 17727 */ MCD_OPC_Decode, 194, 20, 164, 1, // Opcode: XVCMPEQSP
|
|
/* 17732 */ MCD_OPC_FilterValue, 3, 5, 0, 0, // Skip to: 17742
|
|
/* 17737 */ MCD_OPC_Decode, 192, 20, 164, 1, // Opcode: XVCMPEQDP
|
|
/* 17742 */ MCD_OPC_FilterValue, 6, 5, 0, 0, // Skip to: 17752
|
|
/* 17747 */ MCD_OPC_Decode, 195, 20, 164, 1, // Opcode: XVCMPEQSP_rec
|
|
/* 17752 */ MCD_OPC_FilterValue, 7, 164, 20, 0, // Skip to: 23041
|
|
/* 17757 */ MCD_OPC_Decode, 193, 20, 164, 1, // Opcode: XVCMPEQDP_rec
|
|
/* 17762 */ MCD_OPC_FilterValue, 1, 211, 0, 0, // Skip to: 17978
|
|
/* 17767 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17770 */ MCD_OPC_FilterValue, 0, 121, 0, 0, // Skip to: 17896
|
|
/* 17775 */ MCD_OPC_ExtractField, 10, 1, // Inst{10} ...
|
|
/* 17778 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17788
|
|
/* 17783 */ MCD_OPC_Decode, 242, 21, 167, 1, // Opcode: XXPERMDI
|
|
/* 17788 */ MCD_OPC_FilterValue, 1, 128, 20, 0, // Skip to: 23041
|
|
/* 17793 */ MCD_OPC_ExtractField, 8, 2, // Inst{9-8} ...
|
|
/* 17796 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17806
|
|
/* 17801 */ MCD_OPC_Decode, 223, 21, 164, 1, // Opcode: XXLANDC
|
|
/* 17806 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 17816
|
|
/* 17811 */ MCD_OPC_Decode, 229, 21, 164, 1, // Opcode: XXLORC
|
|
/* 17816 */ MCD_OPC_FilterValue, 3, 100, 20, 0, // Skip to: 23041
|
|
/* 17821 */ MCD_OPC_ExtractField, 16, 1, // Inst{16} ...
|
|
/* 17824 */ MCD_OPC_FilterValue, 0, 31, 0, 0, // Skip to: 17860
|
|
/* 17829 */ MCD_OPC_CheckPredicate, 6, 87, 20, 0, // Skip to: 23041
|
|
/* 17834 */ MCD_OPC_CheckField, 21, 2, 0, 80, 20, 0, // Skip to: 23041
|
|
/* 17841 */ MCD_OPC_CheckField, 11, 1, 0, 73, 20, 0, // Skip to: 23041
|
|
/* 17848 */ MCD_OPC_CheckField, 0, 1, 0, 66, 20, 0, // Skip to: 23041
|
|
/* 17855 */ MCD_OPC_Decode, 153, 5, 171, 1, // Opcode: DMXXINSTFDMR512
|
|
/* 17860 */ MCD_OPC_FilterValue, 1, 56, 20, 0, // Skip to: 23041
|
|
/* 17865 */ MCD_OPC_CheckPredicate, 6, 51, 20, 0, // Skip to: 23041
|
|
/* 17870 */ MCD_OPC_CheckField, 21, 2, 0, 44, 20, 0, // Skip to: 23041
|
|
/* 17877 */ MCD_OPC_CheckField, 11, 1, 0, 37, 20, 0, // Skip to: 23041
|
|
/* 17884 */ MCD_OPC_CheckField, 0, 1, 0, 30, 20, 0, // Skip to: 23041
|
|
/* 17891 */ MCD_OPC_Decode, 154, 5, 172, 1, // Opcode: DMXXINSTFDMR512_HI
|
|
/* 17896 */ MCD_OPC_FilterValue, 1, 20, 20, 0, // Skip to: 23041
|
|
/* 17901 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ...
|
|
/* 17904 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 17914
|
|
/* 17909 */ MCD_OPC_Decode, 190, 19, 166, 1, // Opcode: XSCMPGTDP
|
|
/* 17914 */ MCD_OPC_FilterValue, 1, 19, 0, 0, // Skip to: 17938
|
|
/* 17919 */ MCD_OPC_CheckField, 21, 2, 0, 251, 19, 0, // Skip to: 23041
|
|
/* 17926 */ MCD_OPC_CheckField, 0, 1, 0, 244, 19, 0, // Skip to: 23041
|
|
/* 17933 */ MCD_OPC_Decode, 192, 19, 170, 1, // Opcode: XSCMPODP
|
|
/* 17938 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 17948
|
|
/* 17943 */ MCD_OPC_Decode, 202, 20, 164, 1, // Opcode: XVCMPGTSP
|
|
/* 17948 */ MCD_OPC_FilterValue, 3, 5, 0, 0, // Skip to: 17958
|
|
/* 17953 */ MCD_OPC_Decode, 200, 20, 164, 1, // Opcode: XVCMPGTDP
|
|
/* 17958 */ MCD_OPC_FilterValue, 6, 5, 0, 0, // Skip to: 17968
|
|
/* 17963 */ MCD_OPC_Decode, 203, 20, 164, 1, // Opcode: XVCMPGTSP_rec
|
|
/* 17968 */ MCD_OPC_FilterValue, 7, 204, 19, 0, // Skip to: 23041
|
|
/* 17973 */ MCD_OPC_Decode, 201, 20, 164, 1, // Opcode: XVCMPGTDP_rec
|
|
/* 17978 */ MCD_OPC_FilterValue, 2, 253, 0, 0, // Skip to: 18236
|
|
/* 17983 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ...
|
|
/* 17986 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 18014
|
|
/* 17991 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 17994 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18004
|
|
/* 17999 */ MCD_OPC_Decode, 237, 21, 164, 1, // Opcode: XXMRGHW
|
|
/* 18004 */ MCD_OPC_FilterValue, 1, 168, 19, 0, // Skip to: 23041
|
|
/* 18009 */ MCD_OPC_Decode, 188, 19, 166, 1, // Opcode: XSCMPGEDP
|
|
/* 18014 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 18031
|
|
/* 18019 */ MCD_OPC_CheckField, 3, 1, 0, 151, 19, 0, // Skip to: 23041
|
|
/* 18026 */ MCD_OPC_Decode, 238, 21, 164, 1, // Opcode: XXMRGLW
|
|
/* 18031 */ MCD_OPC_FilterValue, 2, 48, 0, 0, // Skip to: 18084
|
|
/* 18036 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 18039 */ MCD_OPC_FilterValue, 0, 30, 0, 0, // Skip to: 18074
|
|
/* 18044 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ...
|
|
/* 18047 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 18064
|
|
/* 18052 */ MCD_OPC_CheckField, 18, 3, 0, 118, 19, 0, // Skip to: 23041
|
|
/* 18059 */ MCD_OPC_Decode, 255, 21, 173, 1, // Opcode: XXSPLTW
|
|
/* 18064 */ MCD_OPC_FilterValue, 1, 108, 19, 0, // Skip to: 23041
|
|
/* 18069 */ MCD_OPC_Decode, 216, 21, 174, 1, // Opcode: XXEXTRACTUW
|
|
/* 18074 */ MCD_OPC_FilterValue, 1, 98, 19, 0, // Skip to: 23041
|
|
/* 18079 */ MCD_OPC_Decode, 198, 20, 164, 1, // Opcode: XVCMPGESP
|
|
/* 18084 */ MCD_OPC_FilterValue, 3, 12, 0, 0, // Skip to: 18101
|
|
/* 18089 */ MCD_OPC_CheckField, 3, 1, 1, 81, 19, 0, // Skip to: 23041
|
|
/* 18096 */ MCD_OPC_Decode, 196, 20, 164, 1, // Opcode: XVCMPGEDP
|
|
/* 18101 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 18118
|
|
/* 18106 */ MCD_OPC_CheckField, 3, 1, 0, 64, 19, 0, // Skip to: 23041
|
|
/* 18113 */ MCD_OPC_Decode, 228, 21, 164, 1, // Opcode: XXLOR
|
|
/* 18118 */ MCD_OPC_FilterValue, 5, 12, 0, 0, // Skip to: 18135
|
|
/* 18123 */ MCD_OPC_CheckField, 3, 1, 0, 47, 19, 0, // Skip to: 23041
|
|
/* 18130 */ MCD_OPC_Decode, 226, 21, 164, 1, // Opcode: XXLNAND
|
|
/* 18135 */ MCD_OPC_FilterValue, 6, 12, 0, 0, // Skip to: 18152
|
|
/* 18140 */ MCD_OPC_CheckField, 3, 1, 1, 30, 19, 0, // Skip to: 23041
|
|
/* 18147 */ MCD_OPC_Decode, 199, 20, 164, 1, // Opcode: XVCMPGESP_rec
|
|
/* 18152 */ MCD_OPC_FilterValue, 7, 20, 19, 0, // Skip to: 23041
|
|
/* 18157 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 18160 */ MCD_OPC_FilterValue, 0, 61, 0, 0, // Skip to: 18226
|
|
/* 18165 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ...
|
|
/* 18168 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 18197
|
|
/* 18173 */ MCD_OPC_CheckPredicate, 6, 255, 18, 0, // Skip to: 23041
|
|
/* 18178 */ MCD_OPC_CheckField, 17, 6, 0, 248, 18, 0, // Skip to: 23041
|
|
/* 18185 */ MCD_OPC_CheckField, 0, 1, 0, 241, 18, 0, // Skip to: 23041
|
|
/* 18192 */ MCD_OPC_Decode, 149, 5, 175, 1, // Opcode: DMXXEXTFDMR256
|
|
/* 18197 */ MCD_OPC_FilterValue, 1, 231, 18, 0, // Skip to: 23041
|
|
/* 18202 */ MCD_OPC_CheckPredicate, 6, 226, 18, 0, // Skip to: 23041
|
|
/* 18207 */ MCD_OPC_CheckField, 17, 6, 0, 219, 18, 0, // Skip to: 23041
|
|
/* 18214 */ MCD_OPC_CheckField, 0, 1, 0, 212, 18, 0, // Skip to: 23041
|
|
/* 18221 */ MCD_OPC_Decode, 152, 5, 176, 1, // Opcode: DMXXINSTFDMR256
|
|
/* 18226 */ MCD_OPC_FilterValue, 1, 202, 18, 0, // Skip to: 23041
|
|
/* 18231 */ MCD_OPC_Decode, 197, 20, 164, 1, // Opcode: XVCMPGEDP_rec
|
|
/* 18236 */ MCD_OPC_FilterValue, 3, 192, 18, 0, // Skip to: 23041
|
|
/* 18241 */ MCD_OPC_ExtractField, 8, 3, // Inst{10-8} ...
|
|
/* 18244 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 18261
|
|
/* 18249 */ MCD_OPC_CheckField, 3, 1, 0, 177, 18, 0, // Skip to: 23041
|
|
/* 18256 */ MCD_OPC_Decode, 241, 21, 177, 1, // Opcode: XXPERM
|
|
/* 18261 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 18303
|
|
/* 18266 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 18269 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 18279
|
|
/* 18274 */ MCD_OPC_Decode, 244, 21, 177, 1, // Opcode: XXPERMR
|
|
/* 18279 */ MCD_OPC_FilterValue, 1, 149, 18, 0, // Skip to: 23041
|
|
/* 18284 */ MCD_OPC_CheckField, 21, 2, 0, 142, 18, 0, // Skip to: 23041
|
|
/* 18291 */ MCD_OPC_CheckField, 0, 1, 0, 135, 18, 0, // Skip to: 23041
|
|
/* 18298 */ MCD_OPC_Decode, 186, 19, 170, 1, // Opcode: XSCMPEXPDP
|
|
/* 18303 */ MCD_OPC_FilterValue, 2, 62, 0, 0, // Skip to: 18370
|
|
/* 18308 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ...
|
|
/* 18311 */ MCD_OPC_FilterValue, 0, 44, 0, 0, // Skip to: 18360
|
|
/* 18316 */ MCD_OPC_ExtractField, 19, 2, // Inst{20-19} ...
|
|
/* 18319 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 18336
|
|
/* 18324 */ MCD_OPC_CheckField, 1, 1, 0, 102, 18, 0, // Skip to: 23041
|
|
/* 18331 */ MCD_OPC_Decode, 252, 21, 178, 1, // Opcode: XXSPLTIB
|
|
/* 18336 */ MCD_OPC_FilterValue, 3, 92, 18, 0, // Skip to: 23041
|
|
/* 18341 */ MCD_OPC_CheckField, 16, 3, 7, 85, 18, 0, // Skip to: 23041
|
|
/* 18348 */ MCD_OPC_CheckField, 1, 1, 0, 78, 18, 0, // Skip to: 23041
|
|
/* 18355 */ MCD_OPC_Decode, 203, 9, 179, 1, // Opcode: LXVKQ
|
|
/* 18360 */ MCD_OPC_FilterValue, 1, 68, 18, 0, // Skip to: 23041
|
|
/* 18365 */ MCD_OPC_Decode, 221, 21, 180, 1, // Opcode: XXINSERTW
|
|
/* 18370 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 18387
|
|
/* 18375 */ MCD_OPC_CheckField, 3, 1, 0, 51, 18, 0, // Skip to: 23041
|
|
/* 18382 */ MCD_OPC_Decode, 231, 21, 164, 1, // Opcode: XXLXOR
|
|
/* 18387 */ MCD_OPC_FilterValue, 5, 41, 18, 0, // Skip to: 23041
|
|
/* 18392 */ MCD_OPC_CheckField, 3, 1, 0, 34, 18, 0, // Skip to: 23041
|
|
/* 18399 */ MCD_OPC_Decode, 224, 21, 164, 1, // Opcode: XXLEQV
|
|
/* 18404 */ MCD_OPC_FilterValue, 2, 105, 8, 0, // Skip to: 20562
|
|
/* 18409 */ MCD_OPC_ExtractField, 7, 4, // Inst{10-7} ...
|
|
/* 18412 */ MCD_OPC_FilterValue, 0, 69, 0, 0, // Skip to: 18486
|
|
/* 18417 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ...
|
|
/* 18420 */ MCD_OPC_FilterValue, 2, 37, 0, 0, // Skip to: 18462
|
|
/* 18425 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 18428 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 18445
|
|
/* 18433 */ MCD_OPC_CheckField, 16, 5, 0, 249, 17, 0, // Skip to: 23041
|
|
/* 18440 */ MCD_OPC_Decode, 160, 20, 181, 1, // Opcode: XSRSQRTESP
|
|
/* 18445 */ MCD_OPC_FilterValue, 1, 239, 17, 0, // Skip to: 23041
|
|
/* 18450 */ MCD_OPC_CheckField, 16, 5, 0, 232, 17, 0, // Skip to: 23041
|
|
/* 18457 */ MCD_OPC_Decode, 154, 20, 181, 1, // Opcode: XSRESP
|
|
/* 18462 */ MCD_OPC_FilterValue, 3, 222, 17, 0, // Skip to: 23041
|
|
/* 18467 */ MCD_OPC_CheckField, 16, 5, 0, 215, 17, 0, // Skip to: 23041
|
|
/* 18474 */ MCD_OPC_CheckField, 6, 1, 0, 208, 17, 0, // Skip to: 23041
|
|
/* 18481 */ MCD_OPC_Decode, 164, 20, 181, 1, // Opcode: XSSQRTSP
|
|
/* 18486 */ MCD_OPC_FilterValue, 2, 153, 0, 0, // Skip to: 18644
|
|
/* 18491 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ...
|
|
/* 18494 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 18536
|
|
/* 18499 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 18502 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 18519
|
|
/* 18507 */ MCD_OPC_CheckField, 16, 5, 0, 175, 17, 0, // Skip to: 23041
|
|
/* 18514 */ MCD_OPC_Decode, 208, 19, 182, 1, // Opcode: XSCVDPUXWS
|
|
/* 18519 */ MCD_OPC_FilterValue, 1, 165, 17, 0, // Skip to: 23041
|
|
/* 18524 */ MCD_OPC_CheckField, 16, 5, 0, 158, 17, 0, // Skip to: 23041
|
|
/* 18531 */ MCD_OPC_Decode, 204, 19, 182, 1, // Opcode: XSCVDPSXWS
|
|
/* 18536 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 18578
|
|
/* 18541 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 18544 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 18561
|
|
/* 18549 */ MCD_OPC_CheckField, 16, 5, 0, 133, 17, 0, // Skip to: 23041
|
|
/* 18556 */ MCD_OPC_Decode, 148, 20, 182, 1, // Opcode: XSRDPI
|
|
/* 18561 */ MCD_OPC_FilterValue, 1, 123, 17, 0, // Skip to: 23041
|
|
/* 18566 */ MCD_OPC_CheckField, 16, 5, 0, 116, 17, 0, // Skip to: 23041
|
|
/* 18573 */ MCD_OPC_Decode, 152, 20, 182, 1, // Opcode: XSRDPIZ
|
|
/* 18578 */ MCD_OPC_FilterValue, 2, 37, 0, 0, // Skip to: 18620
|
|
/* 18583 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 18586 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 18603
|
|
/* 18591 */ MCD_OPC_CheckField, 16, 5, 0, 91, 17, 0, // Skip to: 23041
|
|
/* 18598 */ MCD_OPC_Decode, 159, 20, 182, 1, // Opcode: XSRSQRTEDP
|
|
/* 18603 */ MCD_OPC_FilterValue, 1, 81, 17, 0, // Skip to: 23041
|
|
/* 18608 */ MCD_OPC_CheckField, 16, 5, 0, 74, 17, 0, // Skip to: 23041
|
|
/* 18615 */ MCD_OPC_Decode, 153, 20, 182, 1, // Opcode: XSREDP
|
|
/* 18620 */ MCD_OPC_FilterValue, 3, 64, 17, 0, // Skip to: 23041
|
|
/* 18625 */ MCD_OPC_CheckField, 16, 5, 0, 57, 17, 0, // Skip to: 23041
|
|
/* 18632 */ MCD_OPC_CheckField, 6, 1, 0, 50, 17, 0, // Skip to: 23041
|
|
/* 18639 */ MCD_OPC_Decode, 161, 20, 182, 1, // Opcode: XSSQRTDP
|
|
/* 18644 */ MCD_OPC_FilterValue, 3, 140, 0, 0, // Skip to: 18789
|
|
/* 18649 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 18652 */ MCD_OPC_FilterValue, 0, 51, 0, 0, // Skip to: 18708
|
|
/* 18657 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 18660 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 18684
|
|
/* 18665 */ MCD_OPC_CheckField, 16, 5, 0, 17, 17, 0, // Skip to: 23041
|
|
/* 18672 */ MCD_OPC_CheckField, 2, 1, 1, 10, 17, 0, // Skip to: 23041
|
|
/* 18679 */ MCD_OPC_Decode, 151, 20, 182, 1, // Opcode: XSRDPIP
|
|
/* 18684 */ MCD_OPC_FilterValue, 1, 0, 17, 0, // Skip to: 23041
|
|
/* 18689 */ MCD_OPC_CheckField, 16, 5, 0, 249, 16, 0, // Skip to: 23041
|
|
/* 18696 */ MCD_OPC_CheckField, 2, 1, 1, 242, 16, 0, // Skip to: 23041
|
|
/* 18703 */ MCD_OPC_Decode, 150, 20, 182, 1, // Opcode: XSRDPIM
|
|
/* 18708 */ MCD_OPC_FilterValue, 1, 232, 16, 0, // Skip to: 23041
|
|
/* 18713 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 18716 */ MCD_OPC_FilterValue, 0, 44, 0, 0, // Skip to: 18765
|
|
/* 18721 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ...
|
|
/* 18724 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 18748
|
|
/* 18729 */ MCD_OPC_CheckField, 16, 7, 0, 209, 16, 0, // Skip to: 23041
|
|
/* 18736 */ MCD_OPC_CheckField, 0, 1, 0, 202, 16, 0, // Skip to: 23041
|
|
/* 18743 */ MCD_OPC_Decode, 170, 20, 183, 1, // Opcode: XSTSQRTDP
|
|
/* 18748 */ MCD_OPC_FilterValue, 1, 192, 16, 0, // Skip to: 23041
|
|
/* 18753 */ MCD_OPC_CheckField, 16, 5, 0, 185, 16, 0, // Skip to: 23041
|
|
/* 18760 */ MCD_OPC_Decode, 149, 20, 182, 1, // Opcode: XSRDPIC
|
|
/* 18765 */ MCD_OPC_FilterValue, 1, 175, 16, 0, // Skip to: 23041
|
|
/* 18770 */ MCD_OPC_CheckField, 21, 2, 0, 168, 16, 0, // Skip to: 23041
|
|
/* 18777 */ MCD_OPC_CheckField, 0, 1, 0, 161, 16, 0, // Skip to: 23041
|
|
/* 18784 */ MCD_OPC_Decode, 169, 20, 170, 1, // Opcode: XSTDIVDP
|
|
/* 18789 */ MCD_OPC_FilterValue, 4, 153, 0, 0, // Skip to: 18947
|
|
/* 18794 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ...
|
|
/* 18797 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 18839
|
|
/* 18802 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 18805 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 18822
|
|
/* 18810 */ MCD_OPC_CheckField, 16, 5, 0, 128, 16, 0, // Skip to: 23041
|
|
/* 18817 */ MCD_OPC_Decode, 219, 20, 184, 1, // Opcode: XVCVSPUXWS
|
|
/* 18822 */ MCD_OPC_FilterValue, 1, 118, 16, 0, // Skip to: 23041
|
|
/* 18827 */ MCD_OPC_CheckField, 16, 5, 0, 111, 16, 0, // Skip to: 23041
|
|
/* 18834 */ MCD_OPC_Decode, 217, 20, 184, 1, // Opcode: XVCVSPSXWS
|
|
/* 18839 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 18881
|
|
/* 18844 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 18847 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 18864
|
|
/* 18852 */ MCD_OPC_CheckField, 16, 5, 0, 86, 16, 0, // Skip to: 23041
|
|
/* 18859 */ MCD_OPC_Decode, 185, 21, 184, 1, // Opcode: XVRSPI
|
|
/* 18864 */ MCD_OPC_FilterValue, 1, 76, 16, 0, // Skip to: 23041
|
|
/* 18869 */ MCD_OPC_CheckField, 16, 5, 0, 69, 16, 0, // Skip to: 23041
|
|
/* 18876 */ MCD_OPC_Decode, 189, 21, 184, 1, // Opcode: XVRSPIZ
|
|
/* 18881 */ MCD_OPC_FilterValue, 2, 37, 0, 0, // Skip to: 18923
|
|
/* 18886 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 18889 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 18906
|
|
/* 18894 */ MCD_OPC_CheckField, 16, 5, 0, 44, 16, 0, // Skip to: 23041
|
|
/* 18901 */ MCD_OPC_Decode, 191, 21, 184, 1, // Opcode: XVRSQRTESP
|
|
/* 18906 */ MCD_OPC_FilterValue, 1, 34, 16, 0, // Skip to: 23041
|
|
/* 18911 */ MCD_OPC_CheckField, 16, 5, 0, 27, 16, 0, // Skip to: 23041
|
|
/* 18918 */ MCD_OPC_Decode, 184, 21, 184, 1, // Opcode: XVRESP
|
|
/* 18923 */ MCD_OPC_FilterValue, 3, 17, 16, 0, // Skip to: 23041
|
|
/* 18928 */ MCD_OPC_CheckField, 16, 5, 0, 10, 16, 0, // Skip to: 23041
|
|
/* 18935 */ MCD_OPC_CheckField, 6, 1, 0, 3, 16, 0, // Skip to: 23041
|
|
/* 18942 */ MCD_OPC_Decode, 193, 21, 184, 1, // Opcode: XVSQRTSP
|
|
/* 18947 */ MCD_OPC_FilterValue, 5, 176, 0, 0, // Skip to: 19128
|
|
/* 18952 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 18955 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 19047
|
|
/* 18960 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ...
|
|
/* 18963 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 19005
|
|
/* 18968 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 18971 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 18988
|
|
/* 18976 */ MCD_OPC_CheckField, 16, 5, 0, 218, 15, 0, // Skip to: 23041
|
|
/* 18983 */ MCD_OPC_Decode, 227, 20, 184, 1, // Opcode: XVCVUXWSP
|
|
/* 18988 */ MCD_OPC_FilterValue, 1, 208, 15, 0, // Skip to: 23041
|
|
/* 18993 */ MCD_OPC_CheckField, 16, 5, 0, 201, 15, 0, // Skip to: 23041
|
|
/* 19000 */ MCD_OPC_Decode, 223, 20, 184, 1, // Opcode: XVCVSXWSP
|
|
/* 19005 */ MCD_OPC_FilterValue, 1, 191, 15, 0, // Skip to: 23041
|
|
/* 19010 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19013 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19030
|
|
/* 19018 */ MCD_OPC_CheckField, 16, 5, 0, 176, 15, 0, // Skip to: 23041
|
|
/* 19025 */ MCD_OPC_Decode, 188, 21, 184, 1, // Opcode: XVRSPIP
|
|
/* 19030 */ MCD_OPC_FilterValue, 1, 166, 15, 0, // Skip to: 23041
|
|
/* 19035 */ MCD_OPC_CheckField, 16, 5, 0, 159, 15, 0, // Skip to: 23041
|
|
/* 19042 */ MCD_OPC_Decode, 187, 21, 184, 1, // Opcode: XVRSPIM
|
|
/* 19047 */ MCD_OPC_FilterValue, 1, 149, 15, 0, // Skip to: 23041
|
|
/* 19052 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19055 */ MCD_OPC_FilterValue, 0, 44, 0, 0, // Skip to: 19104
|
|
/* 19060 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ...
|
|
/* 19063 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 19087
|
|
/* 19068 */ MCD_OPC_CheckField, 16, 7, 0, 126, 15, 0, // Skip to: 23041
|
|
/* 19075 */ MCD_OPC_CheckField, 0, 1, 0, 119, 15, 0, // Skip to: 23041
|
|
/* 19082 */ MCD_OPC_Decode, 200, 21, 185, 1, // Opcode: XVTSQRTSP
|
|
/* 19087 */ MCD_OPC_FilterValue, 1, 109, 15, 0, // Skip to: 23041
|
|
/* 19092 */ MCD_OPC_CheckField, 16, 5, 0, 102, 15, 0, // Skip to: 23041
|
|
/* 19099 */ MCD_OPC_Decode, 186, 21, 184, 1, // Opcode: XVRSPIC
|
|
/* 19104 */ MCD_OPC_FilterValue, 1, 92, 15, 0, // Skip to: 23041
|
|
/* 19109 */ MCD_OPC_CheckField, 21, 2, 0, 85, 15, 0, // Skip to: 23041
|
|
/* 19116 */ MCD_OPC_CheckField, 0, 1, 0, 78, 15, 0, // Skip to: 23041
|
|
/* 19123 */ MCD_OPC_Decode, 197, 21, 186, 1, // Opcode: XVTDIVSP
|
|
/* 19128 */ MCD_OPC_FilterValue, 6, 153, 0, 0, // Skip to: 19286
|
|
/* 19133 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ...
|
|
/* 19136 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 19178
|
|
/* 19141 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19144 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19161
|
|
/* 19149 */ MCD_OPC_CheckField, 16, 5, 0, 45, 15, 0, // Skip to: 23041
|
|
/* 19156 */ MCD_OPC_Decode, 211, 20, 184, 1, // Opcode: XVCVDPUXWS
|
|
/* 19161 */ MCD_OPC_FilterValue, 1, 35, 15, 0, // Skip to: 23041
|
|
/* 19166 */ MCD_OPC_CheckField, 16, 5, 0, 28, 15, 0, // Skip to: 23041
|
|
/* 19173 */ MCD_OPC_Decode, 209, 20, 184, 1, // Opcode: XVCVDPSXWS
|
|
/* 19178 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 19220
|
|
/* 19183 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19186 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19203
|
|
/* 19191 */ MCD_OPC_CheckField, 16, 5, 0, 3, 15, 0, // Skip to: 23041
|
|
/* 19198 */ MCD_OPC_Decode, 178, 21, 184, 1, // Opcode: XVRDPI
|
|
/* 19203 */ MCD_OPC_FilterValue, 1, 249, 14, 0, // Skip to: 23041
|
|
/* 19208 */ MCD_OPC_CheckField, 16, 5, 0, 242, 14, 0, // Skip to: 23041
|
|
/* 19215 */ MCD_OPC_Decode, 182, 21, 184, 1, // Opcode: XVRDPIZ
|
|
/* 19220 */ MCD_OPC_FilterValue, 2, 37, 0, 0, // Skip to: 19262
|
|
/* 19225 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19228 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19245
|
|
/* 19233 */ MCD_OPC_CheckField, 16, 5, 0, 217, 14, 0, // Skip to: 23041
|
|
/* 19240 */ MCD_OPC_Decode, 190, 21, 184, 1, // Opcode: XVRSQRTEDP
|
|
/* 19245 */ MCD_OPC_FilterValue, 1, 207, 14, 0, // Skip to: 23041
|
|
/* 19250 */ MCD_OPC_CheckField, 16, 5, 0, 200, 14, 0, // Skip to: 23041
|
|
/* 19257 */ MCD_OPC_Decode, 183, 21, 184, 1, // Opcode: XVREDP
|
|
/* 19262 */ MCD_OPC_FilterValue, 3, 190, 14, 0, // Skip to: 23041
|
|
/* 19267 */ MCD_OPC_CheckField, 16, 5, 0, 183, 14, 0, // Skip to: 23041
|
|
/* 19274 */ MCD_OPC_CheckField, 6, 1, 0, 176, 14, 0, // Skip to: 23041
|
|
/* 19281 */ MCD_OPC_Decode, 192, 21, 184, 1, // Opcode: XVSQRTDP
|
|
/* 19286 */ MCD_OPC_FilterValue, 7, 176, 0, 0, // Skip to: 19467
|
|
/* 19291 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 19294 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 19386
|
|
/* 19299 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ...
|
|
/* 19302 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 19344
|
|
/* 19307 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19310 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19327
|
|
/* 19315 */ MCD_OPC_CheckField, 16, 5, 0, 135, 14, 0, // Skip to: 23041
|
|
/* 19322 */ MCD_OPC_Decode, 226, 20, 184, 1, // Opcode: XVCVUXWDP
|
|
/* 19327 */ MCD_OPC_FilterValue, 1, 125, 14, 0, // Skip to: 23041
|
|
/* 19332 */ MCD_OPC_CheckField, 16, 5, 0, 118, 14, 0, // Skip to: 23041
|
|
/* 19339 */ MCD_OPC_Decode, 222, 20, 184, 1, // Opcode: XVCVSXWDP
|
|
/* 19344 */ MCD_OPC_FilterValue, 1, 108, 14, 0, // Skip to: 23041
|
|
/* 19349 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19352 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19369
|
|
/* 19357 */ MCD_OPC_CheckField, 16, 5, 0, 93, 14, 0, // Skip to: 23041
|
|
/* 19364 */ MCD_OPC_Decode, 181, 21, 184, 1, // Opcode: XVRDPIP
|
|
/* 19369 */ MCD_OPC_FilterValue, 1, 83, 14, 0, // Skip to: 23041
|
|
/* 19374 */ MCD_OPC_CheckField, 16, 5, 0, 76, 14, 0, // Skip to: 23041
|
|
/* 19381 */ MCD_OPC_Decode, 180, 21, 184, 1, // Opcode: XVRDPIM
|
|
/* 19386 */ MCD_OPC_FilterValue, 1, 66, 14, 0, // Skip to: 23041
|
|
/* 19391 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19394 */ MCD_OPC_FilterValue, 0, 44, 0, 0, // Skip to: 19443
|
|
/* 19399 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ...
|
|
/* 19402 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 19426
|
|
/* 19407 */ MCD_OPC_CheckField, 16, 7, 0, 43, 14, 0, // Skip to: 23041
|
|
/* 19414 */ MCD_OPC_CheckField, 0, 1, 0, 36, 14, 0, // Skip to: 23041
|
|
/* 19421 */ MCD_OPC_Decode, 199, 21, 185, 1, // Opcode: XVTSQRTDP
|
|
/* 19426 */ MCD_OPC_FilterValue, 1, 26, 14, 0, // Skip to: 23041
|
|
/* 19431 */ MCD_OPC_CheckField, 16, 5, 0, 19, 14, 0, // Skip to: 23041
|
|
/* 19438 */ MCD_OPC_Decode, 179, 21, 184, 1, // Opcode: XVRDPIC
|
|
/* 19443 */ MCD_OPC_FilterValue, 1, 9, 14, 0, // Skip to: 23041
|
|
/* 19448 */ MCD_OPC_CheckField, 21, 2, 0, 2, 14, 0, // Skip to: 23041
|
|
/* 19455 */ MCD_OPC_CheckField, 0, 1, 0, 251, 13, 0, // Skip to: 23041
|
|
/* 19462 */ MCD_OPC_Decode, 196, 21, 186, 1, // Opcode: XVTDIVDP
|
|
/* 19467 */ MCD_OPC_FilterValue, 8, 69, 0, 0, // Skip to: 19541
|
|
/* 19472 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ...
|
|
/* 19475 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 19517
|
|
/* 19480 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19483 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19500
|
|
/* 19488 */ MCD_OPC_CheckField, 16, 5, 0, 218, 13, 0, // Skip to: 23041
|
|
/* 19495 */ MCD_OPC_Decode, 200, 19, 182, 1, // Opcode: XSCVDPSP
|
|
/* 19500 */ MCD_OPC_FilterValue, 1, 208, 13, 0, // Skip to: 23041
|
|
/* 19505 */ MCD_OPC_CheckField, 16, 5, 0, 201, 13, 0, // Skip to: 23041
|
|
/* 19512 */ MCD_OPC_Decode, 158, 20, 187, 1, // Opcode: XSRSP
|
|
/* 19517 */ MCD_OPC_FilterValue, 3, 191, 13, 0, // Skip to: 23041
|
|
/* 19522 */ MCD_OPC_CheckField, 16, 5, 0, 184, 13, 0, // Skip to: 23041
|
|
/* 19529 */ MCD_OPC_CheckField, 6, 1, 0, 177, 13, 0, // Skip to: 23041
|
|
/* 19536 */ MCD_OPC_Decode, 201, 19, 188, 1, // Opcode: XSCVDPSPN
|
|
/* 19541 */ MCD_OPC_FilterValue, 9, 69, 0, 0, // Skip to: 19615
|
|
/* 19546 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ...
|
|
/* 19549 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 19591
|
|
/* 19554 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19557 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19574
|
|
/* 19562 */ MCD_OPC_CheckField, 16, 5, 0, 144, 13, 0, // Skip to: 23041
|
|
/* 19569 */ MCD_OPC_Decode, 228, 19, 187, 1, // Opcode: XSCVUXDSP
|
|
/* 19574 */ MCD_OPC_FilterValue, 1, 134, 13, 0, // Skip to: 23041
|
|
/* 19579 */ MCD_OPC_CheckField, 16, 5, 0, 127, 13, 0, // Skip to: 23041
|
|
/* 19586 */ MCD_OPC_Decode, 224, 19, 187, 1, // Opcode: XSCVSXDSP
|
|
/* 19591 */ MCD_OPC_FilterValue, 2, 117, 13, 0, // Skip to: 23041
|
|
/* 19596 */ MCD_OPC_CheckField, 6, 1, 0, 110, 13, 0, // Skip to: 23041
|
|
/* 19603 */ MCD_OPC_CheckField, 0, 1, 0, 103, 13, 0, // Skip to: 23041
|
|
/* 19610 */ MCD_OPC_Decode, 173, 20, 189, 1, // Opcode: XSTSTDCSP
|
|
/* 19615 */ MCD_OPC_FilterValue, 10, 181, 0, 0, // Skip to: 19801
|
|
/* 19620 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ...
|
|
/* 19623 */ MCD_OPC_FilterValue, 0, 94, 0, 0, // Skip to: 19722
|
|
/* 19628 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ...
|
|
/* 19631 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 19659
|
|
/* 19636 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19639 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 19649
|
|
/* 19644 */ MCD_OPC_Decode, 206, 19, 182, 1, // Opcode: XSCVDPUXDS
|
|
/* 19649 */ MCD_OPC_FilterValue, 1, 59, 13, 0, // Skip to: 23041
|
|
/* 19654 */ MCD_OPC_Decode, 202, 19, 182, 1, // Opcode: XSCVDPSXDS
|
|
/* 19659 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 19687
|
|
/* 19664 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19667 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 19677
|
|
/* 19672 */ MCD_OPC_Decode, 220, 19, 182, 1, // Opcode: XSCVSPDP
|
|
/* 19677 */ MCD_OPC_FilterValue, 1, 31, 13, 0, // Skip to: 23041
|
|
/* 19682 */ MCD_OPC_Decode, 178, 19, 182, 1, // Opcode: XSABSDP
|
|
/* 19687 */ MCD_OPC_FilterValue, 3, 21, 13, 0, // Skip to: 23041
|
|
/* 19692 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19695 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 19705
|
|
/* 19700 */ MCD_OPC_Decode, 221, 19, 190, 1, // Opcode: XSCVSPDPN
|
|
/* 19705 */ MCD_OPC_FilterValue, 1, 3, 13, 0, // Skip to: 23041
|
|
/* 19710 */ MCD_OPC_CheckField, 0, 1, 0, 252, 12, 0, // Skip to: 23041
|
|
/* 19717 */ MCD_OPC_Decode, 174, 20, 191, 1, // Opcode: XSXEXPDP
|
|
/* 19722 */ MCD_OPC_FilterValue, 1, 26, 0, 0, // Skip to: 19753
|
|
/* 19727 */ MCD_OPC_CheckField, 6, 1, 1, 235, 12, 0, // Skip to: 23041
|
|
/* 19734 */ MCD_OPC_CheckField, 2, 2, 3, 228, 12, 0, // Skip to: 23041
|
|
/* 19741 */ MCD_OPC_CheckField, 0, 1, 0, 221, 12, 0, // Skip to: 23041
|
|
/* 19748 */ MCD_OPC_Decode, 176, 20, 191, 1, // Opcode: XSXSIGDP
|
|
/* 19753 */ MCD_OPC_FilterValue, 16, 19, 0, 0, // Skip to: 19777
|
|
/* 19758 */ MCD_OPC_CheckField, 6, 1, 1, 204, 12, 0, // Skip to: 23041
|
|
/* 19765 */ MCD_OPC_CheckField, 2, 2, 3, 197, 12, 0, // Skip to: 23041
|
|
/* 19772 */ MCD_OPC_Decode, 210, 19, 182, 1, // Opcode: XSCVHPDP
|
|
/* 19777 */ MCD_OPC_FilterValue, 17, 187, 12, 0, // Skip to: 23041
|
|
/* 19782 */ MCD_OPC_CheckField, 6, 1, 1, 180, 12, 0, // Skip to: 23041
|
|
/* 19789 */ MCD_OPC_CheckField, 2, 2, 3, 173, 12, 0, // Skip to: 23041
|
|
/* 19796 */ MCD_OPC_Decode, 198, 19, 182, 1, // Opcode: XSCVDPHP
|
|
/* 19801 */ MCD_OPC_FilterValue, 11, 111, 0, 0, // Skip to: 19917
|
|
/* 19806 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ...
|
|
/* 19809 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 19851
|
|
/* 19814 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19817 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19834
|
|
/* 19822 */ MCD_OPC_CheckField, 16, 5, 0, 140, 12, 0, // Skip to: 23041
|
|
/* 19829 */ MCD_OPC_Decode, 227, 19, 182, 1, // Opcode: XSCVUXDDP
|
|
/* 19834 */ MCD_OPC_FilterValue, 1, 130, 12, 0, // Skip to: 23041
|
|
/* 19839 */ MCD_OPC_CheckField, 16, 5, 0, 123, 12, 0, // Skip to: 23041
|
|
/* 19846 */ MCD_OPC_Decode, 223, 19, 182, 1, // Opcode: XSCVSXDDP
|
|
/* 19851 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 19893
|
|
/* 19856 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19859 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19876
|
|
/* 19864 */ MCD_OPC_CheckField, 16, 5, 0, 98, 12, 0, // Skip to: 23041
|
|
/* 19871 */ MCD_OPC_Decode, 131, 20, 182, 1, // Opcode: XSNABSDP
|
|
/* 19876 */ MCD_OPC_FilterValue, 1, 88, 12, 0, // Skip to: 23041
|
|
/* 19881 */ MCD_OPC_CheckField, 16, 5, 0, 81, 12, 0, // Skip to: 23041
|
|
/* 19888 */ MCD_OPC_Decode, 134, 20, 182, 1, // Opcode: XSNEGDP
|
|
/* 19893 */ MCD_OPC_FilterValue, 2, 71, 12, 0, // Skip to: 23041
|
|
/* 19898 */ MCD_OPC_CheckField, 6, 1, 0, 64, 12, 0, // Skip to: 23041
|
|
/* 19905 */ MCD_OPC_CheckField, 0, 1, 0, 57, 12, 0, // Skip to: 23041
|
|
/* 19912 */ MCD_OPC_Decode, 171, 20, 189, 1, // Opcode: XSTSTDCDP
|
|
/* 19917 */ MCD_OPC_FilterValue, 12, 87, 0, 0, // Skip to: 20009
|
|
/* 19922 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ...
|
|
/* 19925 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 19967
|
|
/* 19930 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19933 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19950
|
|
/* 19938 */ MCD_OPC_CheckField, 16, 5, 0, 24, 12, 0, // Skip to: 23041
|
|
/* 19945 */ MCD_OPC_Decode, 218, 20, 184, 1, // Opcode: XVCVSPUXDS
|
|
/* 19950 */ MCD_OPC_FilterValue, 1, 14, 12, 0, // Skip to: 23041
|
|
/* 19955 */ MCD_OPC_CheckField, 16, 5, 0, 7, 12, 0, // Skip to: 23041
|
|
/* 19962 */ MCD_OPC_Decode, 216, 20, 184, 1, // Opcode: XVCVSPSXDS
|
|
/* 19967 */ MCD_OPC_FilterValue, 1, 253, 11, 0, // Skip to: 23041
|
|
/* 19972 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 19975 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 19992
|
|
/* 19980 */ MCD_OPC_CheckField, 16, 5, 0, 238, 11, 0, // Skip to: 23041
|
|
/* 19987 */ MCD_OPC_Decode, 207, 20, 184, 1, // Opcode: XVCVDPSP
|
|
/* 19992 */ MCD_OPC_FilterValue, 1, 228, 11, 0, // Skip to: 23041
|
|
/* 19997 */ MCD_OPC_CheckField, 16, 5, 0, 221, 11, 0, // Skip to: 23041
|
|
/* 20004 */ MCD_OPC_Decode, 179, 20, 184, 1, // Opcode: XVABSSP
|
|
/* 20009 */ MCD_OPC_FilterValue, 13, 105, 0, 0, // Skip to: 20119
|
|
/* 20014 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 20017 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 20109
|
|
/* 20022 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ...
|
|
/* 20025 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 20067
|
|
/* 20030 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 20033 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20050
|
|
/* 20038 */ MCD_OPC_CheckField, 16, 5, 0, 180, 11, 0, // Skip to: 23041
|
|
/* 20045 */ MCD_OPC_Decode, 225, 20, 184, 1, // Opcode: XVCVUXDSP
|
|
/* 20050 */ MCD_OPC_FilterValue, 1, 170, 11, 0, // Skip to: 23041
|
|
/* 20055 */ MCD_OPC_CheckField, 16, 5, 0, 163, 11, 0, // Skip to: 23041
|
|
/* 20062 */ MCD_OPC_Decode, 221, 20, 184, 1, // Opcode: XVCVSXDSP
|
|
/* 20067 */ MCD_OPC_FilterValue, 1, 153, 11, 0, // Skip to: 23041
|
|
/* 20072 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 20075 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20092
|
|
/* 20080 */ MCD_OPC_CheckField, 16, 5, 0, 138, 11, 0, // Skip to: 23041
|
|
/* 20087 */ MCD_OPC_Decode, 167, 21, 184, 1, // Opcode: XVNABSSP
|
|
/* 20092 */ MCD_OPC_FilterValue, 1, 128, 11, 0, // Skip to: 23041
|
|
/* 20097 */ MCD_OPC_CheckField, 16, 5, 0, 121, 11, 0, // Skip to: 23041
|
|
/* 20104 */ MCD_OPC_Decode, 169, 21, 184, 1, // Opcode: XVNEGSP
|
|
/* 20109 */ MCD_OPC_FilterValue, 1, 111, 11, 0, // Skip to: 23041
|
|
/* 20114 */ MCD_OPC_Decode, 202, 21, 192, 1, // Opcode: XVTSTDCSP
|
|
/* 20119 */ MCD_OPC_FilterValue, 14, 72, 1, 0, // Skip to: 20452
|
|
/* 20124 */ MCD_OPC_ExtractField, 2, 2, // Inst{3-2} ...
|
|
/* 20127 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 20169
|
|
/* 20132 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 20135 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20152
|
|
/* 20140 */ MCD_OPC_CheckField, 16, 5, 0, 78, 11, 0, // Skip to: 23041
|
|
/* 20147 */ MCD_OPC_Decode, 210, 20, 184, 1, // Opcode: XVCVDPUXDS
|
|
/* 20152 */ MCD_OPC_FilterValue, 1, 68, 11, 0, // Skip to: 23041
|
|
/* 20157 */ MCD_OPC_CheckField, 16, 5, 0, 61, 11, 0, // Skip to: 23041
|
|
/* 20164 */ MCD_OPC_Decode, 208, 20, 184, 1, // Opcode: XVCVDPSXDS
|
|
/* 20169 */ MCD_OPC_FilterValue, 1, 37, 0, 0, // Skip to: 20211
|
|
/* 20174 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 20177 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20194
|
|
/* 20182 */ MCD_OPC_CheckField, 16, 5, 0, 36, 11, 0, // Skip to: 23041
|
|
/* 20189 */ MCD_OPC_Decode, 214, 20, 184, 1, // Opcode: XVCVSPDP
|
|
/* 20194 */ MCD_OPC_FilterValue, 1, 26, 11, 0, // Skip to: 23041
|
|
/* 20199 */ MCD_OPC_CheckField, 16, 5, 0, 19, 11, 0, // Skip to: 23041
|
|
/* 20206 */ MCD_OPC_Decode, 178, 20, 184, 1, // Opcode: XVABSDP
|
|
/* 20211 */ MCD_OPC_FilterValue, 2, 59, 0, 0, // Skip to: 20275
|
|
/* 20216 */ MCD_OPC_ExtractField, 1, 1, // Inst{1} ...
|
|
/* 20219 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 20247
|
|
/* 20224 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 20227 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 20237
|
|
/* 20232 */ MCD_OPC_Decode, 217, 21, 193, 1, // Opcode: XXGENPCVBM
|
|
/* 20237 */ MCD_OPC_FilterValue, 1, 239, 10, 0, // Skip to: 23041
|
|
/* 20242 */ MCD_OPC_Decode, 220, 21, 193, 1, // Opcode: XXGENPCVWM
|
|
/* 20247 */ MCD_OPC_FilterValue, 1, 229, 10, 0, // Skip to: 23041
|
|
/* 20252 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 20255 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 20265
|
|
/* 20260 */ MCD_OPC_Decode, 219, 21, 193, 1, // Opcode: XXGENPCVHM
|
|
/* 20265 */ MCD_OPC_FilterValue, 1, 211, 10, 0, // Skip to: 23041
|
|
/* 20270 */ MCD_OPC_Decode, 218, 21, 193, 1, // Opcode: XXGENPCVDM
|
|
/* 20275 */ MCD_OPC_FilterValue, 3, 201, 10, 0, // Skip to: 23041
|
|
/* 20280 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 20283 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20300
|
|
/* 20288 */ MCD_OPC_CheckField, 1, 1, 0, 186, 10, 0, // Skip to: 23041
|
|
/* 20295 */ MCD_OPC_Decode, 233, 19, 194, 1, // Opcode: XSIEXPDP
|
|
/* 20300 */ MCD_OPC_FilterValue, 1, 176, 10, 0, // Skip to: 23041
|
|
/* 20305 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ...
|
|
/* 20308 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 20318
|
|
/* 20313 */ MCD_OPC_Decode, 203, 21, 184, 1, // Opcode: XVXEXPDP
|
|
/* 20318 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 20328
|
|
/* 20323 */ MCD_OPC_Decode, 205, 21, 184, 1, // Opcode: XVXSIGDP
|
|
/* 20328 */ MCD_OPC_FilterValue, 2, 19, 0, 0, // Skip to: 20352
|
|
/* 20333 */ MCD_OPC_CheckField, 21, 2, 0, 141, 10, 0, // Skip to: 23041
|
|
/* 20340 */ MCD_OPC_CheckField, 0, 1, 0, 134, 10, 0, // Skip to: 23041
|
|
/* 20347 */ MCD_OPC_Decode, 198, 21, 185, 1, // Opcode: XVTLSBB
|
|
/* 20352 */ MCD_OPC_FilterValue, 7, 5, 0, 0, // Skip to: 20362
|
|
/* 20357 */ MCD_OPC_Decode, 212, 21, 184, 1, // Opcode: XXBRH
|
|
/* 20362 */ MCD_OPC_FilterValue, 8, 5, 0, 0, // Skip to: 20372
|
|
/* 20367 */ MCD_OPC_Decode, 204, 21, 184, 1, // Opcode: XVXEXPSP
|
|
/* 20372 */ MCD_OPC_FilterValue, 9, 5, 0, 0, // Skip to: 20382
|
|
/* 20377 */ MCD_OPC_Decode, 206, 21, 184, 1, // Opcode: XVXSIGSP
|
|
/* 20382 */ MCD_OPC_FilterValue, 15, 5, 0, 0, // Skip to: 20392
|
|
/* 20387 */ MCD_OPC_Decode, 214, 21, 184, 1, // Opcode: XXBRW
|
|
/* 20392 */ MCD_OPC_FilterValue, 16, 5, 0, 0, // Skip to: 20402
|
|
/* 20397 */ MCD_OPC_Decode, 206, 20, 184, 1, // Opcode: XVCVBF16SPN
|
|
/* 20402 */ MCD_OPC_FilterValue, 17, 5, 0, 0, // Skip to: 20412
|
|
/* 20407 */ MCD_OPC_Decode, 213, 20, 184, 1, // Opcode: XVCVSPBF16
|
|
/* 20412 */ MCD_OPC_FilterValue, 23, 5, 0, 0, // Skip to: 20422
|
|
/* 20417 */ MCD_OPC_Decode, 211, 21, 184, 1, // Opcode: XXBRD
|
|
/* 20422 */ MCD_OPC_FilterValue, 24, 5, 0, 0, // Skip to: 20432
|
|
/* 20427 */ MCD_OPC_Decode, 212, 20, 184, 1, // Opcode: XVCVHPSP
|
|
/* 20432 */ MCD_OPC_FilterValue, 25, 5, 0, 0, // Skip to: 20442
|
|
/* 20437 */ MCD_OPC_Decode, 215, 20, 184, 1, // Opcode: XVCVSPHP
|
|
/* 20442 */ MCD_OPC_FilterValue, 31, 34, 10, 0, // Skip to: 23041
|
|
/* 20447 */ MCD_OPC_Decode, 213, 21, 184, 1, // Opcode: XXBRQ
|
|
/* 20452 */ MCD_OPC_FilterValue, 15, 24, 10, 0, // Skip to: 23041
|
|
/* 20457 */ MCD_OPC_ExtractField, 3, 1, // Inst{3} ...
|
|
/* 20460 */ MCD_OPC_FilterValue, 0, 87, 0, 0, // Skip to: 20552
|
|
/* 20465 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ...
|
|
/* 20468 */ MCD_OPC_FilterValue, 0, 37, 0, 0, // Skip to: 20510
|
|
/* 20473 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 20476 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20493
|
|
/* 20481 */ MCD_OPC_CheckField, 16, 5, 0, 249, 9, 0, // Skip to: 23041
|
|
/* 20488 */ MCD_OPC_Decode, 224, 20, 184, 1, // Opcode: XVCVUXDDP
|
|
/* 20493 */ MCD_OPC_FilterValue, 1, 239, 9, 0, // Skip to: 23041
|
|
/* 20498 */ MCD_OPC_CheckField, 16, 5, 0, 232, 9, 0, // Skip to: 23041
|
|
/* 20505 */ MCD_OPC_Decode, 220, 20, 184, 1, // Opcode: XVCVSXDDP
|
|
/* 20510 */ MCD_OPC_FilterValue, 1, 222, 9, 0, // Skip to: 23041
|
|
/* 20515 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 20518 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 20535
|
|
/* 20523 */ MCD_OPC_CheckField, 16, 5, 0, 207, 9, 0, // Skip to: 23041
|
|
/* 20530 */ MCD_OPC_Decode, 166, 21, 184, 1, // Opcode: XVNABSDP
|
|
/* 20535 */ MCD_OPC_FilterValue, 1, 197, 9, 0, // Skip to: 23041
|
|
/* 20540 */ MCD_OPC_CheckField, 16, 5, 0, 190, 9, 0, // Skip to: 23041
|
|
/* 20547 */ MCD_OPC_Decode, 168, 21, 184, 1, // Opcode: XVNEGDP
|
|
/* 20552 */ MCD_OPC_FilterValue, 1, 180, 9, 0, // Skip to: 23041
|
|
/* 20557 */ MCD_OPC_Decode, 201, 21, 192, 1, // Opcode: XVTSTDCDP
|
|
/* 20562 */ MCD_OPC_FilterValue, 3, 170, 9, 0, // Skip to: 23041
|
|
/* 20567 */ MCD_OPC_Decode, 246, 21, 195, 1, // Opcode: XXSEL
|
|
/* 20572 */ MCD_OPC_FilterValue, 61, 51, 0, 0, // Skip to: 20628
|
|
/* 20577 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 20580 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 20608
|
|
/* 20585 */ MCD_OPC_ExtractField, 2, 1, // Inst{2} ...
|
|
/* 20588 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 20598
|
|
/* 20593 */ MCD_OPC_Decode, 198, 9, 196, 1, // Opcode: LXV
|
|
/* 20598 */ MCD_OPC_FilterValue, 1, 134, 9, 0, // Skip to: 23041
|
|
/* 20603 */ MCD_OPC_Decode, 177, 15, 196, 1, // Opcode: STXV
|
|
/* 20608 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 20618
|
|
/* 20613 */ MCD_OPC_Decode, 168, 15, 149, 1, // Opcode: STXSD
|
|
/* 20618 */ MCD_OPC_FilterValue, 3, 114, 9, 0, // Skip to: 23041
|
|
/* 20623 */ MCD_OPC_Decode, 175, 15, 149, 1, // Opcode: STXSSP
|
|
/* 20628 */ MCD_OPC_FilterValue, 62, 33, 0, 0, // Skip to: 20666
|
|
/* 20633 */ MCD_OPC_ExtractField, 0, 2, // Inst{1-0} ...
|
|
/* 20636 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 20646
|
|
/* 20641 */ MCD_OPC_Decode, 234, 14, 150, 1, // Opcode: STD
|
|
/* 20646 */ MCD_OPC_FilterValue, 1, 5, 0, 0, // Skip to: 20656
|
|
/* 20651 */ MCD_OPC_Decode, 239, 14, 150, 1, // Opcode: STDU
|
|
/* 20656 */ MCD_OPC_FilterValue, 2, 76, 9, 0, // Skip to: 23041
|
|
/* 20661 */ MCD_OPC_Decode, 143, 15, 197, 1, // Opcode: STQ
|
|
/* 20666 */ MCD_OPC_FilterValue, 63, 66, 9, 0, // Skip to: 23041
|
|
/* 20671 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ...
|
|
/* 20674 */ MCD_OPC_FilterValue, 0, 114, 0, 0, // Skip to: 20793
|
|
/* 20679 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 20682 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 20704
|
|
/* 20687 */ MCD_OPC_CheckPredicate, 12, 45, 9, 0, // Skip to: 23041
|
|
/* 20692 */ MCD_OPC_CheckField, 21, 2, 0, 38, 9, 0, // Skip to: 23041
|
|
/* 20699 */ MCD_OPC_Decode, 211, 7, 198, 1, // Opcode: FCMPUS
|
|
/* 20704 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 20726
|
|
/* 20709 */ MCD_OPC_CheckPredicate, 12, 23, 9, 0, // Skip to: 23041
|
|
/* 20714 */ MCD_OPC_CheckField, 21, 2, 0, 16, 9, 0, // Skip to: 23041
|
|
/* 20721 */ MCD_OPC_Decode, 209, 7, 198, 1, // Opcode: FCMPOS
|
|
/* 20726 */ MCD_OPC_FilterValue, 2, 18, 0, 0, // Skip to: 20749
|
|
/* 20731 */ MCD_OPC_CheckField, 21, 2, 0, 255, 8, 0, // Skip to: 23041
|
|
/* 20738 */ MCD_OPC_CheckField, 11, 7, 0, 248, 8, 0, // Skip to: 23041
|
|
/* 20745 */ MCD_OPC_Decode, 225, 9, 48, // Opcode: MCRFS
|
|
/* 20749 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 20771
|
|
/* 20754 */ MCD_OPC_CheckPredicate, 12, 234, 8, 0, // Skip to: 23041
|
|
/* 20759 */ MCD_OPC_CheckField, 21, 2, 0, 227, 8, 0, // Skip to: 23041
|
|
/* 20766 */ MCD_OPC_Decode, 176, 8, 199, 1, // Opcode: FTDIV
|
|
/* 20771 */ MCD_OPC_FilterValue, 5, 217, 8, 0, // Skip to: 23041
|
|
/* 20776 */ MCD_OPC_CheckPredicate, 12, 212, 8, 0, // Skip to: 23041
|
|
/* 20781 */ MCD_OPC_CheckField, 16, 7, 0, 205, 8, 0, // Skip to: 23041
|
|
/* 20788 */ MCD_OPC_Decode, 177, 8, 200, 1, // Opcode: FTSQRT
|
|
/* 20793 */ MCD_OPC_FilterValue, 8, 127, 1, 0, // Skip to: 21181
|
|
/* 20798 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 20801 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 20810
|
|
/* 20806 */ MCD_OPC_Decode, 181, 19, 3, // Opcode: XSADDQP
|
|
/* 20810 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 20819
|
|
/* 20815 */ MCD_OPC_Decode, 128, 20, 3, // Opcode: XSMULQP
|
|
/* 20819 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 20828
|
|
/* 20824 */ MCD_OPC_Decode, 185, 19, 3, // Opcode: XSCMPEQQP
|
|
/* 20828 */ MCD_OPC_FilterValue, 3, 4, 0, 0, // Skip to: 20837
|
|
/* 20833 */ MCD_OPC_Decode, 197, 19, 3, // Opcode: XSCPSGNQP
|
|
/* 20837 */ MCD_OPC_FilterValue, 4, 11, 0, 0, // Skip to: 20853
|
|
/* 20842 */ MCD_OPC_CheckField, 21, 2, 0, 144, 8, 0, // Skip to: 23041
|
|
/* 20849 */ MCD_OPC_Decode, 193, 19, 6, // Opcode: XSCMPOQP
|
|
/* 20853 */ MCD_OPC_FilterValue, 5, 11, 0, 0, // Skip to: 20869
|
|
/* 20858 */ MCD_OPC_CheckField, 21, 2, 0, 128, 8, 0, // Skip to: 23041
|
|
/* 20865 */ MCD_OPC_Decode, 187, 19, 6, // Opcode: XSCMPEXPQP
|
|
/* 20869 */ MCD_OPC_FilterValue, 6, 4, 0, 0, // Skip to: 20878
|
|
/* 20874 */ MCD_OPC_Decode, 189, 19, 3, // Opcode: XSCMPGEQP
|
|
/* 20878 */ MCD_OPC_FilterValue, 7, 4, 0, 0, // Skip to: 20887
|
|
/* 20883 */ MCD_OPC_Decode, 191, 19, 3, // Opcode: XSCMPGTQP
|
|
/* 20887 */ MCD_OPC_FilterValue, 12, 5, 0, 0, // Skip to: 20897
|
|
/* 20892 */ MCD_OPC_Decode, 239, 19, 201, 1, // Opcode: XSMADDQP
|
|
/* 20897 */ MCD_OPC_FilterValue, 13, 5, 0, 0, // Skip to: 20907
|
|
/* 20902 */ MCD_OPC_Decode, 253, 19, 201, 1, // Opcode: XSMSUBQP
|
|
/* 20907 */ MCD_OPC_FilterValue, 14, 5, 0, 0, // Skip to: 20917
|
|
/* 20912 */ MCD_OPC_Decode, 140, 20, 201, 1, // Opcode: XSNMADDQP
|
|
/* 20917 */ MCD_OPC_FilterValue, 15, 5, 0, 0, // Skip to: 20927
|
|
/* 20922 */ MCD_OPC_Decode, 146, 20, 201, 1, // Opcode: XSNMSUBQP
|
|
/* 20927 */ MCD_OPC_FilterValue, 16, 4, 0, 0, // Skip to: 20936
|
|
/* 20932 */ MCD_OPC_Decode, 166, 20, 3, // Opcode: XSSUBQP
|
|
/* 20936 */ MCD_OPC_FilterValue, 17, 4, 0, 0, // Skip to: 20945
|
|
/* 20941 */ MCD_OPC_Decode, 230, 19, 3, // Opcode: XSDIVQP
|
|
/* 20945 */ MCD_OPC_FilterValue, 20, 11, 0, 0, // Skip to: 20961
|
|
/* 20950 */ MCD_OPC_CheckField, 21, 2, 0, 36, 8, 0, // Skip to: 23041
|
|
/* 20957 */ MCD_OPC_Decode, 195, 19, 6, // Opcode: XSCMPUQP
|
|
/* 20961 */ MCD_OPC_FilterValue, 21, 4, 0, 0, // Skip to: 20970
|
|
/* 20966 */ MCD_OPC_Decode, 242, 19, 3, // Opcode: XSMAXCQP
|
|
/* 20970 */ MCD_OPC_FilterValue, 22, 5, 0, 0, // Skip to: 20980
|
|
/* 20975 */ MCD_OPC_Decode, 172, 20, 202, 1, // Opcode: XSTSTDCQP
|
|
/* 20980 */ MCD_OPC_FilterValue, 23, 4, 0, 0, // Skip to: 20989
|
|
/* 20985 */ MCD_OPC_Decode, 246, 19, 3, // Opcode: XSMINCQP
|
|
/* 20989 */ MCD_OPC_FilterValue, 25, 57, 0, 0, // Skip to: 21051
|
|
/* 20994 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ...
|
|
/* 20997 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 21006
|
|
/* 21002 */ MCD_OPC_Decode, 179, 19, 7, // Opcode: XSABSQP
|
|
/* 21006 */ MCD_OPC_FilterValue, 2, 4, 0, 0, // Skip to: 21015
|
|
/* 21011 */ MCD_OPC_Decode, 175, 20, 7, // Opcode: XSXEXPQP
|
|
/* 21015 */ MCD_OPC_FilterValue, 8, 4, 0, 0, // Skip to: 21024
|
|
/* 21020 */ MCD_OPC_Decode, 133, 20, 7, // Opcode: XSNABSQP
|
|
/* 21024 */ MCD_OPC_FilterValue, 16, 4, 0, 0, // Skip to: 21033
|
|
/* 21029 */ MCD_OPC_Decode, 135, 20, 7, // Opcode: XSNEGQP
|
|
/* 21033 */ MCD_OPC_FilterValue, 18, 4, 0, 0, // Skip to: 21042
|
|
/* 21038 */ MCD_OPC_Decode, 177, 20, 7, // Opcode: XSXSIGQP
|
|
/* 21042 */ MCD_OPC_FilterValue, 27, 202, 7, 0, // Skip to: 23041
|
|
/* 21047 */ MCD_OPC_Decode, 162, 20, 7, // Opcode: XSSQRTQP
|
|
/* 21051 */ MCD_OPC_FilterValue, 26, 115, 0, 0, // Skip to: 21171
|
|
/* 21056 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ...
|
|
/* 21059 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 21068
|
|
/* 21064 */ MCD_OPC_Decode, 217, 19, 7, // Opcode: XSCVQPUQZ
|
|
/* 21068 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 21077
|
|
/* 21073 */ MCD_OPC_Decode, 218, 19, 7, // Opcode: XSCVQPUWZ
|
|
/* 21077 */ MCD_OPC_FilterValue, 2, 5, 0, 0, // Skip to: 21087
|
|
/* 21082 */ MCD_OPC_Decode, 225, 19, 203, 1, // Opcode: XSCVUDQP
|
|
/* 21087 */ MCD_OPC_FilterValue, 3, 4, 0, 0, // Skip to: 21096
|
|
/* 21092 */ MCD_OPC_Decode, 226, 19, 7, // Opcode: XSCVUQQP
|
|
/* 21096 */ MCD_OPC_FilterValue, 8, 4, 0, 0, // Skip to: 21105
|
|
/* 21101 */ MCD_OPC_Decode, 214, 19, 7, // Opcode: XSCVQPSQZ
|
|
/* 21105 */ MCD_OPC_FilterValue, 9, 4, 0, 0, // Skip to: 21114
|
|
/* 21110 */ MCD_OPC_Decode, 215, 19, 7, // Opcode: XSCVQPSWZ
|
|
/* 21114 */ MCD_OPC_FilterValue, 10, 5, 0, 0, // Skip to: 21124
|
|
/* 21119 */ MCD_OPC_Decode, 219, 19, 203, 1, // Opcode: XSCVSDQP
|
|
/* 21124 */ MCD_OPC_FilterValue, 11, 4, 0, 0, // Skip to: 21133
|
|
/* 21129 */ MCD_OPC_Decode, 222, 19, 7, // Opcode: XSCVSQQP
|
|
/* 21133 */ MCD_OPC_FilterValue, 17, 4, 0, 0, // Skip to: 21142
|
|
/* 21138 */ MCD_OPC_Decode, 216, 19, 7, // Opcode: XSCVQPUDZ
|
|
/* 21142 */ MCD_OPC_FilterValue, 20, 5, 0, 0, // Skip to: 21152
|
|
/* 21147 */ MCD_OPC_Decode, 211, 19, 204, 1, // Opcode: XSCVQPDP
|
|
/* 21152 */ MCD_OPC_FilterValue, 22, 5, 0, 0, // Skip to: 21162
|
|
/* 21157 */ MCD_OPC_Decode, 199, 19, 203, 1, // Opcode: XSCVDPQP
|
|
/* 21162 */ MCD_OPC_FilterValue, 25, 82, 7, 0, // Skip to: 23041
|
|
/* 21167 */ MCD_OPC_Decode, 213, 19, 7, // Opcode: XSCVQPSDZ
|
|
/* 21171 */ MCD_OPC_FilterValue, 27, 73, 7, 0, // Skip to: 23041
|
|
/* 21176 */ MCD_OPC_Decode, 234, 19, 205, 1, // Opcode: XSIEXPQP
|
|
/* 21181 */ MCD_OPC_FilterValue, 9, 112, 0, 0, // Skip to: 21298
|
|
/* 21186 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 21189 */ MCD_OPC_FilterValue, 0, 4, 0, 0, // Skip to: 21198
|
|
/* 21194 */ MCD_OPC_Decode, 182, 19, 3, // Opcode: XSADDQPO
|
|
/* 21198 */ MCD_OPC_FilterValue, 1, 4, 0, 0, // Skip to: 21207
|
|
/* 21203 */ MCD_OPC_Decode, 129, 20, 3, // Opcode: XSMULQPO
|
|
/* 21207 */ MCD_OPC_FilterValue, 12, 5, 0, 0, // Skip to: 21217
|
|
/* 21212 */ MCD_OPC_Decode, 240, 19, 201, 1, // Opcode: XSMADDQPO
|
|
/* 21217 */ MCD_OPC_FilterValue, 13, 5, 0, 0, // Skip to: 21227
|
|
/* 21222 */ MCD_OPC_Decode, 254, 19, 201, 1, // Opcode: XSMSUBQPO
|
|
/* 21227 */ MCD_OPC_FilterValue, 14, 5, 0, 0, // Skip to: 21237
|
|
/* 21232 */ MCD_OPC_Decode, 141, 20, 201, 1, // Opcode: XSNMADDQPO
|
|
/* 21237 */ MCD_OPC_FilterValue, 15, 5, 0, 0, // Skip to: 21247
|
|
/* 21242 */ MCD_OPC_Decode, 147, 20, 201, 1, // Opcode: XSNMSUBQPO
|
|
/* 21247 */ MCD_OPC_FilterValue, 16, 4, 0, 0, // Skip to: 21256
|
|
/* 21252 */ MCD_OPC_Decode, 167, 20, 3, // Opcode: XSSUBQPO
|
|
/* 21256 */ MCD_OPC_FilterValue, 17, 4, 0, 0, // Skip to: 21265
|
|
/* 21261 */ MCD_OPC_Decode, 231, 19, 3, // Opcode: XSDIVQPO
|
|
/* 21265 */ MCD_OPC_FilterValue, 25, 11, 0, 0, // Skip to: 21281
|
|
/* 21270 */ MCD_OPC_CheckField, 16, 5, 27, 228, 6, 0, // Skip to: 23041
|
|
/* 21277 */ MCD_OPC_Decode, 163, 20, 7, // Opcode: XSSQRTQPO
|
|
/* 21281 */ MCD_OPC_FilterValue, 26, 219, 6, 0, // Skip to: 23041
|
|
/* 21286 */ MCD_OPC_CheckField, 16, 5, 20, 212, 6, 0, // Skip to: 23041
|
|
/* 21293 */ MCD_OPC_Decode, 212, 19, 204, 1, // Opcode: XSCVQPDPO
|
|
/* 21298 */ MCD_OPC_FilterValue, 10, 37, 0, 0, // Skip to: 21340
|
|
/* 21303 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ...
|
|
/* 21306 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 21323
|
|
/* 21311 */ MCD_OPC_CheckField, 17, 4, 0, 187, 6, 0, // Skip to: 23041
|
|
/* 21318 */ MCD_OPC_Decode, 155, 20, 206, 1, // Opcode: XSRQPI
|
|
/* 21323 */ MCD_OPC_FilterValue, 1, 177, 6, 0, // Skip to: 23041
|
|
/* 21328 */ MCD_OPC_CheckField, 17, 4, 0, 170, 6, 0, // Skip to: 23041
|
|
/* 21335 */ MCD_OPC_Decode, 157, 20, 206, 1, // Opcode: XSRQPXP
|
|
/* 21340 */ MCD_OPC_FilterValue, 11, 19, 0, 0, // Skip to: 21364
|
|
/* 21345 */ MCD_OPC_CheckField, 17, 4, 0, 153, 6, 0, // Skip to: 23041
|
|
/* 21352 */ MCD_OPC_CheckField, 6, 3, 0, 146, 6, 0, // Skip to: 23041
|
|
/* 21359 */ MCD_OPC_Decode, 156, 20, 206, 1, // Opcode: XSRQPIX
|
|
/* 21364 */ MCD_OPC_FilterValue, 12, 69, 0, 0, // Skip to: 21438
|
|
/* 21369 */ MCD_OPC_ExtractField, 6, 6, // Inst{11-6} ...
|
|
/* 21372 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 21394
|
|
/* 21377 */ MCD_OPC_CheckPredicate, 12, 123, 6, 0, // Skip to: 23041
|
|
/* 21382 */ MCD_OPC_CheckField, 12, 9, 0, 116, 6, 0, // Skip to: 23041
|
|
/* 21389 */ MCD_OPC_Decode, 148, 10, 136, 1, // Opcode: MTFSB1
|
|
/* 21394 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 21416
|
|
/* 21399 */ MCD_OPC_CheckPredicate, 12, 101, 6, 0, // Skip to: 23041
|
|
/* 21404 */ MCD_OPC_CheckField, 12, 9, 0, 94, 6, 0, // Skip to: 23041
|
|
/* 21411 */ MCD_OPC_Decode, 147, 10, 136, 1, // Opcode: MTFSB0
|
|
/* 21416 */ MCD_OPC_FilterValue, 4, 84, 6, 0, // Skip to: 23041
|
|
/* 21421 */ MCD_OPC_CheckPredicate, 12, 79, 6, 0, // Skip to: 23041
|
|
/* 21426 */ MCD_OPC_CheckField, 17, 6, 0, 72, 6, 0, // Skip to: 23041
|
|
/* 21433 */ MCD_OPC_Decode, 150, 10, 207, 1, // Opcode: MTFSFI
|
|
/* 21438 */ MCD_OPC_FilterValue, 13, 24, 0, 0, // Skip to: 21467
|
|
/* 21443 */ MCD_OPC_CheckPredicate, 12, 57, 6, 0, // Skip to: 23041
|
|
/* 21448 */ MCD_OPC_CheckField, 17, 6, 0, 50, 6, 0, // Skip to: 23041
|
|
/* 21455 */ MCD_OPC_CheckField, 6, 6, 4, 43, 6, 0, // Skip to: 23041
|
|
/* 21462 */ MCD_OPC_Decode, 151, 10, 207, 1, // Opcode: MTFSFI_rec
|
|
/* 21467 */ MCD_OPC_FilterValue, 14, 166, 0, 0, // Skip to: 21638
|
|
/* 21472 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 21475 */ MCD_OPC_FilterValue, 18, 143, 0, 0, // Skip to: 21623
|
|
/* 21480 */ MCD_OPC_ExtractField, 16, 5, // Inst{20-16} ...
|
|
/* 21483 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 21505
|
|
/* 21488 */ MCD_OPC_CheckPredicate, 12, 12, 6, 0, // Skip to: 23041
|
|
/* 21493 */ MCD_OPC_CheckField, 11, 5, 0, 5, 6, 0, // Skip to: 23041
|
|
/* 21500 */ MCD_OPC_Decode, 233, 9, 208, 1, // Opcode: MFFS
|
|
/* 21505 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 21527
|
|
/* 21510 */ MCD_OPC_CheckPredicate, 12, 246, 5, 0, // Skip to: 23041
|
|
/* 21515 */ MCD_OPC_CheckField, 11, 5, 0, 239, 5, 0, // Skip to: 23041
|
|
/* 21522 */ MCD_OPC_Decode, 236, 9, 208, 1, // Opcode: MFFSCE
|
|
/* 21527 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 21542
|
|
/* 21532 */ MCD_OPC_CheckPredicate, 12, 224, 5, 0, // Skip to: 23041
|
|
/* 21537 */ MCD_OPC_Decode, 234, 9, 209, 1, // Opcode: MFFSCDRN
|
|
/* 21542 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 21564
|
|
/* 21547 */ MCD_OPC_CheckPredicate, 12, 209, 5, 0, // Skip to: 23041
|
|
/* 21552 */ MCD_OPC_CheckField, 14, 2, 0, 202, 5, 0, // Skip to: 23041
|
|
/* 21559 */ MCD_OPC_Decode, 235, 9, 210, 1, // Opcode: MFFSCDRNI
|
|
/* 21564 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 21579
|
|
/* 21569 */ MCD_OPC_CheckPredicate, 12, 187, 5, 0, // Skip to: 23041
|
|
/* 21574 */ MCD_OPC_Decode, 237, 9, 209, 1, // Opcode: MFFSCRN
|
|
/* 21579 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 21601
|
|
/* 21584 */ MCD_OPC_CheckPredicate, 12, 172, 5, 0, // Skip to: 23041
|
|
/* 21589 */ MCD_OPC_CheckField, 13, 3, 0, 165, 5, 0, // Skip to: 23041
|
|
/* 21596 */ MCD_OPC_Decode, 238, 9, 211, 1, // Opcode: MFFSCRNI
|
|
/* 21601 */ MCD_OPC_FilterValue, 24, 155, 5, 0, // Skip to: 23041
|
|
/* 21606 */ MCD_OPC_CheckPredicate, 12, 150, 5, 0, // Skip to: 23041
|
|
/* 21611 */ MCD_OPC_CheckField, 11, 5, 0, 143, 5, 0, // Skip to: 23041
|
|
/* 21618 */ MCD_OPC_Decode, 239, 9, 208, 1, // Opcode: MFFSL
|
|
/* 21623 */ MCD_OPC_FilterValue, 22, 133, 5, 0, // Skip to: 23041
|
|
/* 21628 */ MCD_OPC_CheckPredicate, 12, 128, 5, 0, // Skip to: 23041
|
|
/* 21633 */ MCD_OPC_Decode, 149, 10, 212, 1, // Opcode: MTFSF
|
|
/* 21638 */ MCD_OPC_FilterValue, 15, 40, 0, 0, // Skip to: 21683
|
|
/* 21643 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 21646 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 21668
|
|
/* 21651 */ MCD_OPC_CheckPredicate, 12, 105, 5, 0, // Skip to: 23041
|
|
/* 21656 */ MCD_OPC_CheckField, 11, 10, 0, 98, 5, 0, // Skip to: 23041
|
|
/* 21663 */ MCD_OPC_Decode, 240, 9, 208, 1, // Opcode: MFFS_rec
|
|
/* 21668 */ MCD_OPC_FilterValue, 22, 88, 5, 0, // Skip to: 23041
|
|
/* 21673 */ MCD_OPC_CheckPredicate, 12, 83, 5, 0, // Skip to: 23041
|
|
/* 21678 */ MCD_OPC_Decode, 153, 10, 212, 1, // Opcode: MTFSF_rec
|
|
/* 21683 */ MCD_OPC_FilterValue, 16, 194, 0, 0, // Skip to: 21882
|
|
/* 21688 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 21691 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 21706
|
|
/* 21696 */ MCD_OPC_CheckPredicate, 12, 60, 5, 0, // Skip to: 23041
|
|
/* 21701 */ MCD_OPC_Decode, 214, 7, 156, 1, // Opcode: FCPSGNS
|
|
/* 21706 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 21728
|
|
/* 21711 */ MCD_OPC_CheckPredicate, 12, 45, 5, 0, // Skip to: 23041
|
|
/* 21716 */ MCD_OPC_CheckField, 16, 5, 0, 38, 5, 0, // Skip to: 23041
|
|
/* 21723 */ MCD_OPC_Decode, 128, 8, 157, 1, // Opcode: FNEGS
|
|
/* 21728 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 21750
|
|
/* 21733 */ MCD_OPC_CheckPredicate, 12, 23, 5, 0, // Skip to: 23041
|
|
/* 21738 */ MCD_OPC_CheckField, 16, 5, 0, 16, 5, 0, // Skip to: 23041
|
|
/* 21745 */ MCD_OPC_Decode, 240, 7, 157, 1, // Opcode: FMR
|
|
/* 21750 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 21772
|
|
/* 21755 */ MCD_OPC_CheckPredicate, 12, 1, 5, 0, // Skip to: 23041
|
|
/* 21760 */ MCD_OPC_CheckField, 16, 5, 0, 250, 4, 0, // Skip to: 23041
|
|
/* 21767 */ MCD_OPC_Decode, 252, 7, 157, 1, // Opcode: FNABSS
|
|
/* 21772 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 21794
|
|
/* 21777 */ MCD_OPC_CheckPredicate, 12, 235, 4, 0, // Skip to: 23041
|
|
/* 21782 */ MCD_OPC_CheckField, 16, 5, 0, 228, 4, 0, // Skip to: 23041
|
|
/* 21789 */ MCD_OPC_Decode, 193, 7, 157, 1, // Opcode: FABSS
|
|
/* 21794 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 21816
|
|
/* 21799 */ MCD_OPC_CheckPredicate, 12, 213, 4, 0, // Skip to: 23041
|
|
/* 21804 */ MCD_OPC_CheckField, 16, 5, 0, 206, 4, 0, // Skip to: 23041
|
|
/* 21811 */ MCD_OPC_Decode, 148, 8, 157, 1, // Opcode: FRINS
|
|
/* 21816 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 21838
|
|
/* 21821 */ MCD_OPC_CheckPredicate, 12, 191, 4, 0, // Skip to: 23041
|
|
/* 21826 */ MCD_OPC_CheckField, 16, 5, 0, 184, 4, 0, // Skip to: 23041
|
|
/* 21833 */ MCD_OPC_Decode, 156, 8, 157, 1, // Opcode: FRIZS
|
|
/* 21838 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 21860
|
|
/* 21843 */ MCD_OPC_CheckPredicate, 12, 169, 4, 0, // Skip to: 23041
|
|
/* 21848 */ MCD_OPC_CheckField, 16, 5, 0, 162, 4, 0, // Skip to: 23041
|
|
/* 21855 */ MCD_OPC_Decode, 152, 8, 157, 1, // Opcode: FRIPS
|
|
/* 21860 */ MCD_OPC_FilterValue, 15, 152, 4, 0, // Skip to: 23041
|
|
/* 21865 */ MCD_OPC_CheckPredicate, 12, 147, 4, 0, // Skip to: 23041
|
|
/* 21870 */ MCD_OPC_CheckField, 16, 5, 0, 140, 4, 0, // Skip to: 23041
|
|
/* 21877 */ MCD_OPC_Decode, 144, 8, 157, 1, // Opcode: FRIMS
|
|
/* 21882 */ MCD_OPC_FilterValue, 17, 194, 0, 0, // Skip to: 22081
|
|
/* 21887 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 21890 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 21905
|
|
/* 21895 */ MCD_OPC_CheckPredicate, 12, 117, 4, 0, // Skip to: 23041
|
|
/* 21900 */ MCD_OPC_Decode, 215, 7, 156, 1, // Opcode: FCPSGNS_rec
|
|
/* 21905 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 21927
|
|
/* 21910 */ MCD_OPC_CheckPredicate, 12, 102, 4, 0, // Skip to: 23041
|
|
/* 21915 */ MCD_OPC_CheckField, 16, 5, 0, 95, 4, 0, // Skip to: 23041
|
|
/* 21922 */ MCD_OPC_Decode, 129, 8, 157, 1, // Opcode: FNEGS_rec
|
|
/* 21927 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 21949
|
|
/* 21932 */ MCD_OPC_CheckPredicate, 12, 80, 4, 0, // Skip to: 23041
|
|
/* 21937 */ MCD_OPC_CheckField, 16, 5, 0, 73, 4, 0, // Skip to: 23041
|
|
/* 21944 */ MCD_OPC_Decode, 241, 7, 157, 1, // Opcode: FMR_rec
|
|
/* 21949 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 21971
|
|
/* 21954 */ MCD_OPC_CheckPredicate, 12, 58, 4, 0, // Skip to: 23041
|
|
/* 21959 */ MCD_OPC_CheckField, 16, 5, 0, 51, 4, 0, // Skip to: 23041
|
|
/* 21966 */ MCD_OPC_Decode, 253, 7, 157, 1, // Opcode: FNABSS_rec
|
|
/* 21971 */ MCD_OPC_FilterValue, 8, 17, 0, 0, // Skip to: 21993
|
|
/* 21976 */ MCD_OPC_CheckPredicate, 12, 36, 4, 0, // Skip to: 23041
|
|
/* 21981 */ MCD_OPC_CheckField, 16, 5, 0, 29, 4, 0, // Skip to: 23041
|
|
/* 21988 */ MCD_OPC_Decode, 194, 7, 157, 1, // Opcode: FABSS_rec
|
|
/* 21993 */ MCD_OPC_FilterValue, 12, 17, 0, 0, // Skip to: 22015
|
|
/* 21998 */ MCD_OPC_CheckPredicate, 12, 14, 4, 0, // Skip to: 23041
|
|
/* 22003 */ MCD_OPC_CheckField, 16, 5, 0, 7, 4, 0, // Skip to: 23041
|
|
/* 22010 */ MCD_OPC_Decode, 149, 8, 157, 1, // Opcode: FRINS_rec
|
|
/* 22015 */ MCD_OPC_FilterValue, 13, 17, 0, 0, // Skip to: 22037
|
|
/* 22020 */ MCD_OPC_CheckPredicate, 12, 248, 3, 0, // Skip to: 23041
|
|
/* 22025 */ MCD_OPC_CheckField, 16, 5, 0, 241, 3, 0, // Skip to: 23041
|
|
/* 22032 */ MCD_OPC_Decode, 157, 8, 157, 1, // Opcode: FRIZS_rec
|
|
/* 22037 */ MCD_OPC_FilterValue, 14, 17, 0, 0, // Skip to: 22059
|
|
/* 22042 */ MCD_OPC_CheckPredicate, 12, 226, 3, 0, // Skip to: 23041
|
|
/* 22047 */ MCD_OPC_CheckField, 16, 5, 0, 219, 3, 0, // Skip to: 23041
|
|
/* 22054 */ MCD_OPC_Decode, 153, 8, 157, 1, // Opcode: FRIPS_rec
|
|
/* 22059 */ MCD_OPC_FilterValue, 15, 209, 3, 0, // Skip to: 23041
|
|
/* 22064 */ MCD_OPC_CheckPredicate, 12, 204, 3, 0, // Skip to: 23041
|
|
/* 22069 */ MCD_OPC_CheckField, 16, 5, 0, 197, 3, 0, // Skip to: 23041
|
|
/* 22076 */ MCD_OPC_Decode, 145, 8, 157, 1, // Opcode: FRIMS_rec
|
|
/* 22081 */ MCD_OPC_FilterValue, 24, 24, 0, 0, // Skip to: 22110
|
|
/* 22086 */ MCD_OPC_CheckPredicate, 12, 182, 3, 0, // Skip to: 23041
|
|
/* 22091 */ MCD_OPC_CheckField, 16, 5, 0, 175, 3, 0, // Skip to: 23041
|
|
/* 22098 */ MCD_OPC_CheckField, 6, 5, 0, 168, 3, 0, // Skip to: 23041
|
|
/* 22105 */ MCD_OPC_Decode, 158, 8, 155, 1, // Opcode: FRSP
|
|
/* 22110 */ MCD_OPC_FilterValue, 25, 24, 0, 0, // Skip to: 22139
|
|
/* 22115 */ MCD_OPC_CheckPredicate, 12, 153, 3, 0, // Skip to: 23041
|
|
/* 22120 */ MCD_OPC_CheckField, 16, 5, 0, 146, 3, 0, // Skip to: 23041
|
|
/* 22127 */ MCD_OPC_CheckField, 6, 5, 0, 139, 3, 0, // Skip to: 23041
|
|
/* 22134 */ MCD_OPC_Decode, 159, 8, 155, 1, // Opcode: FRSP_rec
|
|
/* 22139 */ MCD_OPC_FilterValue, 28, 115, 0, 0, // Skip to: 22259
|
|
/* 22144 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 22147 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 22169
|
|
/* 22152 */ MCD_OPC_CheckPredicate, 12, 116, 3, 0, // Skip to: 23041
|
|
/* 22157 */ MCD_OPC_CheckField, 16, 5, 0, 109, 3, 0, // Skip to: 23041
|
|
/* 22164 */ MCD_OPC_Decode, 224, 7, 209, 1, // Opcode: FCTIW
|
|
/* 22169 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 22191
|
|
/* 22174 */ MCD_OPC_CheckPredicate, 12, 94, 3, 0, // Skip to: 23041
|
|
/* 22179 */ MCD_OPC_CheckField, 16, 5, 0, 87, 3, 0, // Skip to: 23041
|
|
/* 22186 */ MCD_OPC_Decode, 225, 7, 209, 1, // Opcode: FCTIWU
|
|
/* 22191 */ MCD_OPC_FilterValue, 25, 12, 0, 0, // Skip to: 22208
|
|
/* 22196 */ MCD_OPC_CheckField, 16, 5, 0, 70, 3, 0, // Skip to: 23041
|
|
/* 22203 */ MCD_OPC_Decode, 216, 7, 209, 1, // Opcode: FCTID
|
|
/* 22208 */ MCD_OPC_FilterValue, 26, 12, 0, 0, // Skip to: 22225
|
|
/* 22213 */ MCD_OPC_CheckField, 16, 5, 0, 53, 3, 0, // Skip to: 23041
|
|
/* 22220 */ MCD_OPC_Decode, 200, 7, 209, 1, // Opcode: FCFID
|
|
/* 22225 */ MCD_OPC_FilterValue, 29, 12, 0, 0, // Skip to: 22242
|
|
/* 22230 */ MCD_OPC_CheckField, 16, 5, 0, 36, 3, 0, // Skip to: 23041
|
|
/* 22237 */ MCD_OPC_Decode, 217, 7, 209, 1, // Opcode: FCTIDU
|
|
/* 22242 */ MCD_OPC_FilterValue, 30, 26, 3, 0, // Skip to: 23041
|
|
/* 22247 */ MCD_OPC_CheckField, 16, 5, 0, 19, 3, 0, // Skip to: 23041
|
|
/* 22254 */ MCD_OPC_Decode, 203, 7, 209, 1, // Opcode: FCFIDU
|
|
/* 22259 */ MCD_OPC_FilterValue, 29, 115, 0, 0, // Skip to: 22379
|
|
/* 22264 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 22267 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 22289
|
|
/* 22272 */ MCD_OPC_CheckPredicate, 12, 252, 2, 0, // Skip to: 23041
|
|
/* 22277 */ MCD_OPC_CheckField, 16, 5, 0, 245, 2, 0, // Skip to: 23041
|
|
/* 22284 */ MCD_OPC_Decode, 231, 7, 209, 1, // Opcode: FCTIW_rec
|
|
/* 22289 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 22311
|
|
/* 22294 */ MCD_OPC_CheckPredicate, 12, 230, 2, 0, // Skip to: 23041
|
|
/* 22299 */ MCD_OPC_CheckField, 16, 5, 0, 223, 2, 0, // Skip to: 23041
|
|
/* 22306 */ MCD_OPC_Decode, 228, 7, 209, 1, // Opcode: FCTIWU_rec
|
|
/* 22311 */ MCD_OPC_FilterValue, 25, 12, 0, 0, // Skip to: 22328
|
|
/* 22316 */ MCD_OPC_CheckField, 16, 5, 0, 206, 2, 0, // Skip to: 23041
|
|
/* 22323 */ MCD_OPC_Decode, 223, 7, 209, 1, // Opcode: FCTID_rec
|
|
/* 22328 */ MCD_OPC_FilterValue, 26, 12, 0, 0, // Skip to: 22345
|
|
/* 22333 */ MCD_OPC_CheckField, 16, 5, 0, 189, 2, 0, // Skip to: 23041
|
|
/* 22340 */ MCD_OPC_Decode, 207, 7, 209, 1, // Opcode: FCFID_rec
|
|
/* 22345 */ MCD_OPC_FilterValue, 29, 12, 0, 0, // Skip to: 22362
|
|
/* 22350 */ MCD_OPC_CheckField, 16, 5, 0, 172, 2, 0, // Skip to: 23041
|
|
/* 22357 */ MCD_OPC_Decode, 220, 7, 209, 1, // Opcode: FCTIDU_rec
|
|
/* 22362 */ MCD_OPC_FilterValue, 30, 162, 2, 0, // Skip to: 23041
|
|
/* 22367 */ MCD_OPC_CheckField, 16, 5, 0, 155, 2, 0, // Skip to: 23041
|
|
/* 22374 */ MCD_OPC_Decode, 206, 7, 209, 1, // Opcode: FCFIDU_rec
|
|
/* 22379 */ MCD_OPC_FilterValue, 30, 76, 0, 0, // Skip to: 22460
|
|
/* 22384 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 22387 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 22409
|
|
/* 22392 */ MCD_OPC_CheckPredicate, 12, 132, 2, 0, // Skip to: 23041
|
|
/* 22397 */ MCD_OPC_CheckField, 16, 5, 0, 125, 2, 0, // Skip to: 23041
|
|
/* 22404 */ MCD_OPC_Decode, 229, 7, 209, 1, // Opcode: FCTIWZ
|
|
/* 22409 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 22426
|
|
/* 22414 */ MCD_OPC_CheckField, 16, 5, 0, 108, 2, 0, // Skip to: 23041
|
|
/* 22421 */ MCD_OPC_Decode, 226, 7, 209, 1, // Opcode: FCTIWUZ
|
|
/* 22426 */ MCD_OPC_FilterValue, 25, 12, 0, 0, // Skip to: 22443
|
|
/* 22431 */ MCD_OPC_CheckField, 16, 5, 0, 91, 2, 0, // Skip to: 23041
|
|
/* 22438 */ MCD_OPC_Decode, 221, 7, 209, 1, // Opcode: FCTIDZ
|
|
/* 22443 */ MCD_OPC_FilterValue, 29, 81, 2, 0, // Skip to: 23041
|
|
/* 22448 */ MCD_OPC_CheckField, 16, 5, 0, 74, 2, 0, // Skip to: 23041
|
|
/* 22455 */ MCD_OPC_Decode, 218, 7, 209, 1, // Opcode: FCTIDUZ
|
|
/* 22460 */ MCD_OPC_FilterValue, 31, 76, 0, 0, // Skip to: 22541
|
|
/* 22465 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 22468 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 22490
|
|
/* 22473 */ MCD_OPC_CheckPredicate, 12, 51, 2, 0, // Skip to: 23041
|
|
/* 22478 */ MCD_OPC_CheckField, 16, 5, 0, 44, 2, 0, // Skip to: 23041
|
|
/* 22485 */ MCD_OPC_Decode, 230, 7, 209, 1, // Opcode: FCTIWZ_rec
|
|
/* 22490 */ MCD_OPC_FilterValue, 4, 12, 0, 0, // Skip to: 22507
|
|
/* 22495 */ MCD_OPC_CheckField, 16, 5, 0, 27, 2, 0, // Skip to: 23041
|
|
/* 22502 */ MCD_OPC_Decode, 227, 7, 209, 1, // Opcode: FCTIWUZ_rec
|
|
/* 22507 */ MCD_OPC_FilterValue, 25, 12, 0, 0, // Skip to: 22524
|
|
/* 22512 */ MCD_OPC_CheckField, 16, 5, 0, 10, 2, 0, // Skip to: 23041
|
|
/* 22519 */ MCD_OPC_Decode, 222, 7, 209, 1, // Opcode: FCTIDZ_rec
|
|
/* 22524 */ MCD_OPC_FilterValue, 29, 0, 2, 0, // Skip to: 23041
|
|
/* 22529 */ MCD_OPC_CheckField, 16, 5, 0, 249, 1, 0, // Skip to: 23041
|
|
/* 22536 */ MCD_OPC_Decode, 219, 7, 209, 1, // Opcode: FCTIDUZ_rec
|
|
/* 22541 */ MCD_OPC_FilterValue, 36, 17, 0, 0, // Skip to: 22563
|
|
/* 22546 */ MCD_OPC_CheckPredicate, 12, 234, 1, 0, // Skip to: 23041
|
|
/* 22551 */ MCD_OPC_CheckField, 6, 5, 0, 227, 1, 0, // Skip to: 23041
|
|
/* 22558 */ MCD_OPC_Decode, 232, 7, 213, 1, // Opcode: FDIV
|
|
/* 22563 */ MCD_OPC_FilterValue, 37, 17, 0, 0, // Skip to: 22585
|
|
/* 22568 */ MCD_OPC_CheckPredicate, 12, 212, 1, 0, // Skip to: 23041
|
|
/* 22573 */ MCD_OPC_CheckField, 6, 5, 0, 205, 1, 0, // Skip to: 23041
|
|
/* 22580 */ MCD_OPC_Decode, 235, 7, 213, 1, // Opcode: FDIV_rec
|
|
/* 22585 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 22607
|
|
/* 22590 */ MCD_OPC_CheckPredicate, 12, 190, 1, 0, // Skip to: 23041
|
|
/* 22595 */ MCD_OPC_CheckField, 6, 5, 0, 183, 1, 0, // Skip to: 23041
|
|
/* 22602 */ MCD_OPC_Decode, 172, 8, 213, 1, // Opcode: FSUB
|
|
/* 22607 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 22629
|
|
/* 22612 */ MCD_OPC_CheckPredicate, 12, 168, 1, 0, // Skip to: 23041
|
|
/* 22617 */ MCD_OPC_CheckField, 6, 5, 0, 161, 1, 0, // Skip to: 23041
|
|
/* 22624 */ MCD_OPC_Decode, 175, 8, 213, 1, // Opcode: FSUB_rec
|
|
/* 22629 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 22651
|
|
/* 22634 */ MCD_OPC_CheckPredicate, 12, 146, 1, 0, // Skip to: 23041
|
|
/* 22639 */ MCD_OPC_CheckField, 6, 5, 0, 139, 1, 0, // Skip to: 23041
|
|
/* 22646 */ MCD_OPC_Decode, 195, 7, 213, 1, // Opcode: FADD
|
|
/* 22651 */ MCD_OPC_FilterValue, 43, 17, 0, 0, // Skip to: 22673
|
|
/* 22656 */ MCD_OPC_CheckPredicate, 12, 124, 1, 0, // Skip to: 23041
|
|
/* 22661 */ MCD_OPC_CheckField, 6, 5, 0, 117, 1, 0, // Skip to: 23041
|
|
/* 22668 */ MCD_OPC_Decode, 198, 7, 213, 1, // Opcode: FADD_rec
|
|
/* 22673 */ MCD_OPC_FilterValue, 44, 24, 0, 0, // Skip to: 22702
|
|
/* 22678 */ MCD_OPC_CheckPredicate, 12, 102, 1, 0, // Skip to: 23041
|
|
/* 22683 */ MCD_OPC_CheckField, 16, 5, 0, 95, 1, 0, // Skip to: 23041
|
|
/* 22690 */ MCD_OPC_CheckField, 6, 5, 0, 88, 1, 0, // Skip to: 23041
|
|
/* 22697 */ MCD_OPC_Decode, 168, 8, 209, 1, // Opcode: FSQRT
|
|
/* 22702 */ MCD_OPC_FilterValue, 45, 24, 0, 0, // Skip to: 22731
|
|
/* 22707 */ MCD_OPC_CheckPredicate, 12, 73, 1, 0, // Skip to: 23041
|
|
/* 22712 */ MCD_OPC_CheckField, 16, 5, 0, 66, 1, 0, // Skip to: 23041
|
|
/* 22719 */ MCD_OPC_CheckField, 6, 5, 0, 59, 1, 0, // Skip to: 23041
|
|
/* 22726 */ MCD_OPC_Decode, 171, 8, 209, 1, // Opcode: FSQRT_rec
|
|
/* 22731 */ MCD_OPC_FilterValue, 46, 10, 0, 0, // Skip to: 22746
|
|
/* 22736 */ MCD_OPC_CheckPredicate, 12, 44, 1, 0, // Skip to: 23041
|
|
/* 22741 */ MCD_OPC_Decode, 166, 8, 214, 1, // Opcode: FSELS
|
|
/* 22746 */ MCD_OPC_FilterValue, 47, 10, 0, 0, // Skip to: 22761
|
|
/* 22751 */ MCD_OPC_CheckPredicate, 12, 29, 1, 0, // Skip to: 23041
|
|
/* 22756 */ MCD_OPC_Decode, 167, 8, 214, 1, // Opcode: FSELS_rec
|
|
/* 22761 */ MCD_OPC_FilterValue, 48, 24, 0, 0, // Skip to: 22790
|
|
/* 22766 */ MCD_OPC_CheckPredicate, 12, 14, 1, 0, // Skip to: 23041
|
|
/* 22771 */ MCD_OPC_CheckField, 16, 5, 0, 7, 1, 0, // Skip to: 23041
|
|
/* 22778 */ MCD_OPC_CheckField, 6, 5, 0, 0, 1, 0, // Skip to: 23041
|
|
/* 22785 */ MCD_OPC_Decode, 138, 8, 209, 1, // Opcode: FRE
|
|
/* 22790 */ MCD_OPC_FilterValue, 49, 24, 0, 0, // Skip to: 22819
|
|
/* 22795 */ MCD_OPC_CheckPredicate, 12, 241, 0, 0, // Skip to: 23041
|
|
/* 22800 */ MCD_OPC_CheckField, 16, 5, 0, 234, 0, 0, // Skip to: 23041
|
|
/* 22807 */ MCD_OPC_CheckField, 6, 5, 0, 227, 0, 0, // Skip to: 23041
|
|
/* 22814 */ MCD_OPC_Decode, 141, 8, 209, 1, // Opcode: FRE_rec
|
|
/* 22819 */ MCD_OPC_FilterValue, 50, 17, 0, 0, // Skip to: 22841
|
|
/* 22824 */ MCD_OPC_CheckPredicate, 12, 212, 0, 0, // Skip to: 23041
|
|
/* 22829 */ MCD_OPC_CheckField, 11, 5, 0, 205, 0, 0, // Skip to: 23041
|
|
/* 22836 */ MCD_OPC_Decode, 246, 7, 215, 1, // Opcode: FMUL
|
|
/* 22841 */ MCD_OPC_FilterValue, 51, 17, 0, 0, // Skip to: 22863
|
|
/* 22846 */ MCD_OPC_CheckPredicate, 12, 190, 0, 0, // Skip to: 23041
|
|
/* 22851 */ MCD_OPC_CheckField, 11, 5, 0, 183, 0, 0, // Skip to: 23041
|
|
/* 22858 */ MCD_OPC_Decode, 249, 7, 215, 1, // Opcode: FMUL_rec
|
|
/* 22863 */ MCD_OPC_FilterValue, 52, 24, 0, 0, // Skip to: 22892
|
|
/* 22868 */ MCD_OPC_CheckPredicate, 12, 168, 0, 0, // Skip to: 23041
|
|
/* 22873 */ MCD_OPC_CheckField, 16, 5, 0, 161, 0, 0, // Skip to: 23041
|
|
/* 22880 */ MCD_OPC_CheckField, 6, 5, 0, 154, 0, 0, // Skip to: 23041
|
|
/* 22887 */ MCD_OPC_Decode, 160, 8, 209, 1, // Opcode: FRSQRTE
|
|
/* 22892 */ MCD_OPC_FilterValue, 53, 24, 0, 0, // Skip to: 22921
|
|
/* 22897 */ MCD_OPC_CheckPredicate, 12, 139, 0, 0, // Skip to: 23041
|
|
/* 22902 */ MCD_OPC_CheckField, 16, 5, 0, 132, 0, 0, // Skip to: 23041
|
|
/* 22909 */ MCD_OPC_CheckField, 6, 5, 0, 125, 0, 0, // Skip to: 23041
|
|
/* 22916 */ MCD_OPC_Decode, 163, 8, 209, 1, // Opcode: FRSQRTE_rec
|
|
/* 22921 */ MCD_OPC_FilterValue, 56, 10, 0, 0, // Skip to: 22936
|
|
/* 22926 */ MCD_OPC_CheckPredicate, 12, 110, 0, 0, // Skip to: 23041
|
|
/* 22931 */ MCD_OPC_Decode, 242, 7, 216, 1, // Opcode: FMSUB
|
|
/* 22936 */ MCD_OPC_FilterValue, 57, 10, 0, 0, // Skip to: 22951
|
|
/* 22941 */ MCD_OPC_CheckPredicate, 12, 95, 0, 0, // Skip to: 23041
|
|
/* 22946 */ MCD_OPC_Decode, 245, 7, 216, 1, // Opcode: FMSUB_rec
|
|
/* 22951 */ MCD_OPC_FilterValue, 58, 10, 0, 0, // Skip to: 22966
|
|
/* 22956 */ MCD_OPC_CheckPredicate, 12, 80, 0, 0, // Skip to: 23041
|
|
/* 22961 */ MCD_OPC_Decode, 236, 7, 216, 1, // Opcode: FMADD
|
|
/* 22966 */ MCD_OPC_FilterValue, 59, 10, 0, 0, // Skip to: 22981
|
|
/* 22971 */ MCD_OPC_CheckPredicate, 12, 65, 0, 0, // Skip to: 23041
|
|
/* 22976 */ MCD_OPC_Decode, 239, 7, 216, 1, // Opcode: FMADD_rec
|
|
/* 22981 */ MCD_OPC_FilterValue, 60, 10, 0, 0, // Skip to: 22996
|
|
/* 22986 */ MCD_OPC_CheckPredicate, 12, 50, 0, 0, // Skip to: 23041
|
|
/* 22991 */ MCD_OPC_Decode, 134, 8, 216, 1, // Opcode: FNMSUB
|
|
/* 22996 */ MCD_OPC_FilterValue, 61, 10, 0, 0, // Skip to: 23011
|
|
/* 23001 */ MCD_OPC_CheckPredicate, 12, 35, 0, 0, // Skip to: 23041
|
|
/* 23006 */ MCD_OPC_Decode, 137, 8, 216, 1, // Opcode: FNMSUB_rec
|
|
/* 23011 */ MCD_OPC_FilterValue, 62, 10, 0, 0, // Skip to: 23026
|
|
/* 23016 */ MCD_OPC_CheckPredicate, 12, 20, 0, 0, // Skip to: 23041
|
|
/* 23021 */ MCD_OPC_Decode, 130, 8, 216, 1, // Opcode: FNMADD
|
|
/* 23026 */ MCD_OPC_FilterValue, 63, 10, 0, 0, // Skip to: 23041
|
|
/* 23031 */ MCD_OPC_CheckPredicate, 12, 5, 0, 0, // Skip to: 23041
|
|
/* 23036 */ MCD_OPC_Decode, 133, 8, 216, 1, // Opcode: FNMADD_rec
|
|
/* 23041 */ MCD_OPC_Fail,
|
|
0
|
|
};
|
|
|
|
static const uint8_t DecoderTable64[] = {
|
|
/* 0 */ MCD_OPC_ExtractField, 27, 5, // Inst{31-27} ...
|
|
/* 3 */ MCD_OPC_FilterValue, 7, 52, 0, 0, // Skip to: 60
|
|
/* 8 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 11 */ MCD_OPC_FilterValue, 128, 3, 25, 0, 0, // Skip to: 42
|
|
/* 17 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ...
|
|
/* 20 */ MCD_OPC_FilterValue, 0, 224, 9, 0, // Skip to: 2553
|
|
/* 25 */ MCD_OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 37
|
|
/* 32 */ MCD_OPC_Decode, 134, 11, 217, 1, // Opcode: PLI
|
|
/* 37 */ MCD_OPC_Decode, 237, 10, 218, 1, // Opcode: PADDI
|
|
/* 42 */ MCD_OPC_FilterValue, 132, 3, 201, 9, 0, // Skip to: 2553
|
|
/* 48 */ MCD_OPC_CheckField, 26, 1, 0, 194, 9, 0, // Skip to: 2553
|
|
/* 55 */ MCD_OPC_Decode, 241, 10, 219, 1, // Opcode: PADDIpc
|
|
/* 60 */ MCD_OPC_FilterValue, 16, 191, 0, 0, // Skip to: 256
|
|
/* 65 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 68 */ MCD_OPC_FilterValue, 192, 2, 146, 0, 0, // Skip to: 220
|
|
/* 74 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ...
|
|
/* 77 */ MCD_OPC_FilterValue, 0, 62, 0, 0, // Skip to: 144
|
|
/* 82 */ MCD_OPC_ExtractField, 18, 3, // Inst{20-18} ...
|
|
/* 85 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 102
|
|
/* 90 */ MCD_OPC_CheckField, 48, 2, 0, 152, 9, 0, // Skip to: 2553
|
|
/* 97 */ MCD_OPC_Decode, 251, 21, 220, 1, // Opcode: XXSPLTI32DX
|
|
/* 102 */ MCD_OPC_FilterValue, 1, 142, 9, 0, // Skip to: 2553
|
|
/* 107 */ MCD_OPC_ExtractField, 17, 1, // Inst{17} ...
|
|
/* 110 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 127
|
|
/* 115 */ MCD_OPC_CheckField, 48, 2, 0, 127, 9, 0, // Skip to: 2553
|
|
/* 122 */ MCD_OPC_Decode, 253, 21, 221, 1, // Opcode: XXSPLTIDP
|
|
/* 127 */ MCD_OPC_FilterValue, 1, 117, 9, 0, // Skip to: 2553
|
|
/* 132 */ MCD_OPC_CheckField, 48, 2, 0, 110, 9, 0, // Skip to: 2553
|
|
/* 139 */ MCD_OPC_Decode, 254, 21, 221, 1, // Opcode: XXSPLTIW
|
|
/* 144 */ MCD_OPC_FilterValue, 1, 100, 9, 0, // Skip to: 2553
|
|
/* 149 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ...
|
|
/* 152 */ MCD_OPC_FilterValue, 0, 12, 0, 0, // Skip to: 169
|
|
/* 157 */ MCD_OPC_CheckField, 32, 18, 0, 85, 9, 0, // Skip to: 2553
|
|
/* 164 */ MCD_OPC_Decode, 207, 21, 195, 1, // Opcode: XXBLENDVB
|
|
/* 169 */ MCD_OPC_FilterValue, 1, 12, 0, 0, // Skip to: 186
|
|
/* 174 */ MCD_OPC_CheckField, 32, 18, 0, 68, 9, 0, // Skip to: 2553
|
|
/* 181 */ MCD_OPC_Decode, 209, 21, 195, 1, // Opcode: XXBLENDVH
|
|
/* 186 */ MCD_OPC_FilterValue, 2, 12, 0, 0, // Skip to: 203
|
|
/* 191 */ MCD_OPC_CheckField, 32, 18, 0, 51, 9, 0, // Skip to: 2553
|
|
/* 198 */ MCD_OPC_Decode, 210, 21, 195, 1, // Opcode: XXBLENDVW
|
|
/* 203 */ MCD_OPC_FilterValue, 3, 41, 9, 0, // Skip to: 2553
|
|
/* 208 */ MCD_OPC_CheckField, 32, 18, 0, 34, 9, 0, // Skip to: 2553
|
|
/* 215 */ MCD_OPC_Decode, 208, 21, 195, 1, // Opcode: XXBLENDVD
|
|
/* 220 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 238
|
|
/* 226 */ MCD_OPC_CheckField, 26, 1, 0, 16, 9, 0, // Skip to: 2553
|
|
/* 233 */ MCD_OPC_Decode, 140, 11, 222, 1, // Opcode: PLWZ
|
|
/* 238 */ MCD_OPC_FilterValue, 132, 3, 5, 9, 0, // Skip to: 2553
|
|
/* 244 */ MCD_OPC_CheckField, 26, 1, 0, 254, 8, 0, // Skip to: 2553
|
|
/* 251 */ MCD_OPC_Decode, 143, 11, 223, 1, // Opcode: PLWZpc
|
|
/* 256 */ MCD_OPC_FilterValue, 17, 96, 0, 0, // Skip to: 357
|
|
/* 261 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 264 */ MCD_OPC_FilterValue, 192, 2, 51, 0, 0, // Skip to: 321
|
|
/* 270 */ MCD_OPC_ExtractField, 4, 2, // Inst{5-4} ...
|
|
/* 273 */ MCD_OPC_FilterValue, 0, 19, 0, 0, // Skip to: 297
|
|
/* 278 */ MCD_OPC_CheckField, 35, 15, 0, 220, 8, 0, // Skip to: 2553
|
|
/* 285 */ MCD_OPC_CheckField, 26, 1, 0, 213, 8, 0, // Skip to: 2553
|
|
/* 292 */ MCD_OPC_Decode, 245, 21, 224, 1, // Opcode: XXPERMX
|
|
/* 297 */ MCD_OPC_FilterValue, 1, 203, 8, 0, // Skip to: 2553
|
|
/* 302 */ MCD_OPC_CheckField, 40, 10, 0, 196, 8, 0, // Skip to: 2553
|
|
/* 309 */ MCD_OPC_CheckField, 26, 1, 0, 189, 8, 0, // Skip to: 2553
|
|
/* 316 */ MCD_OPC_Decode, 215, 21, 225, 1, // Opcode: XXEVAL
|
|
/* 321 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 339
|
|
/* 327 */ MCD_OPC_CheckField, 26, 1, 0, 171, 8, 0, // Skip to: 2553
|
|
/* 334 */ MCD_OPC_Decode, 244, 10, 222, 1, // Opcode: PLBZ
|
|
/* 339 */ MCD_OPC_FilterValue, 132, 3, 160, 8, 0, // Skip to: 2553
|
|
/* 345 */ MCD_OPC_CheckField, 26, 1, 0, 153, 8, 0, // Skip to: 2553
|
|
/* 352 */ MCD_OPC_Decode, 247, 10, 223, 1, // Opcode: PLBZpc
|
|
/* 357 */ MCD_OPC_FilterValue, 18, 39, 0, 0, // Skip to: 401
|
|
/* 362 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 365 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 383
|
|
/* 371 */ MCD_OPC_CheckField, 26, 1, 0, 127, 8, 0, // Skip to: 2553
|
|
/* 378 */ MCD_OPC_Decode, 247, 11, 222, 1, // Opcode: PSTW
|
|
/* 383 */ MCD_OPC_FilterValue, 132, 3, 116, 8, 0, // Skip to: 2553
|
|
/* 389 */ MCD_OPC_CheckField, 26, 1, 0, 109, 8, 0, // Skip to: 2553
|
|
/* 396 */ MCD_OPC_Decode, 250, 11, 223, 1, // Opcode: PSTWpc
|
|
/* 401 */ MCD_OPC_FilterValue, 19, 39, 0, 0, // Skip to: 445
|
|
/* 406 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 409 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 427
|
|
/* 415 */ MCD_OPC_CheckField, 26, 1, 0, 83, 8, 0, // Skip to: 2553
|
|
/* 422 */ MCD_OPC_Decode, 233, 11, 222, 1, // Opcode: PSTB
|
|
/* 427 */ MCD_OPC_FilterValue, 132, 3, 72, 8, 0, // Skip to: 2553
|
|
/* 433 */ MCD_OPC_CheckField, 26, 1, 0, 65, 8, 0, // Skip to: 2553
|
|
/* 440 */ MCD_OPC_Decode, 236, 11, 223, 1, // Opcode: PSTBpc
|
|
/* 445 */ MCD_OPC_FilterValue, 20, 75, 0, 0, // Skip to: 525
|
|
/* 450 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 453 */ MCD_OPC_FilterValue, 128, 2, 12, 0, 0, // Skip to: 471
|
|
/* 459 */ MCD_OPC_CheckField, 26, 1, 1, 39, 8, 0, // Skip to: 2553
|
|
/* 466 */ MCD_OPC_Decode, 136, 11, 222, 1, // Opcode: PLWA
|
|
/* 471 */ MCD_OPC_FilterValue, 132, 2, 12, 0, 0, // Skip to: 489
|
|
/* 477 */ MCD_OPC_CheckField, 26, 1, 1, 21, 8, 0, // Skip to: 2553
|
|
/* 484 */ MCD_OPC_Decode, 139, 11, 223, 1, // Opcode: PLWApc
|
|
/* 489 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 507
|
|
/* 495 */ MCD_OPC_CheckField, 26, 1, 0, 3, 8, 0, // Skip to: 2553
|
|
/* 502 */ MCD_OPC_Decode, 130, 11, 222, 1, // Opcode: PLHZ
|
|
/* 507 */ MCD_OPC_FilterValue, 132, 3, 248, 7, 0, // Skip to: 2553
|
|
/* 513 */ MCD_OPC_CheckField, 26, 1, 0, 241, 7, 0, // Skip to: 2553
|
|
/* 520 */ MCD_OPC_Decode, 133, 11, 223, 1, // Opcode: PLHZpc
|
|
/* 525 */ MCD_OPC_FilterValue, 21, 97, 0, 0, // Skip to: 627
|
|
/* 530 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 533 */ MCD_OPC_FilterValue, 128, 2, 23, 0, 0, // Skip to: 562
|
|
/* 539 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ...
|
|
/* 542 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 552
|
|
/* 547 */ MCD_OPC_Decode, 144, 11, 226, 1, // Opcode: PLXSD
|
|
/* 552 */ MCD_OPC_FilterValue, 1, 204, 7, 0, // Skip to: 2553
|
|
/* 557 */ MCD_OPC_Decode, 146, 11, 226, 1, // Opcode: PLXSSP
|
|
/* 562 */ MCD_OPC_FilterValue, 132, 2, 23, 0, 0, // Skip to: 591
|
|
/* 568 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ...
|
|
/* 571 */ MCD_OPC_FilterValue, 0, 5, 0, 0, // Skip to: 581
|
|
/* 576 */ MCD_OPC_Decode, 145, 11, 227, 1, // Opcode: PLXSDpc
|
|
/* 581 */ MCD_OPC_FilterValue, 1, 175, 7, 0, // Skip to: 2553
|
|
/* 586 */ MCD_OPC_Decode, 147, 11, 227, 1, // Opcode: PLXSSPpc
|
|
/* 591 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 609
|
|
/* 597 */ MCD_OPC_CheckField, 26, 1, 0, 157, 7, 0, // Skip to: 2553
|
|
/* 604 */ MCD_OPC_Decode, 254, 10, 222, 1, // Opcode: PLHA
|
|
/* 609 */ MCD_OPC_FilterValue, 132, 3, 146, 7, 0, // Skip to: 2553
|
|
/* 615 */ MCD_OPC_CheckField, 26, 1, 0, 139, 7, 0, // Skip to: 2553
|
|
/* 622 */ MCD_OPC_Decode, 129, 11, 223, 1, // Opcode: PLHApc
|
|
/* 627 */ MCD_OPC_FilterValue, 22, 39, 0, 0, // Skip to: 671
|
|
/* 632 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 635 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 653
|
|
/* 641 */ MCD_OPC_CheckField, 26, 1, 0, 113, 7, 0, // Skip to: 2553
|
|
/* 648 */ MCD_OPC_Decode, 243, 11, 222, 1, // Opcode: PSTH
|
|
/* 653 */ MCD_OPC_FilterValue, 132, 3, 102, 7, 0, // Skip to: 2553
|
|
/* 659 */ MCD_OPC_CheckField, 26, 1, 0, 95, 7, 0, // Skip to: 2553
|
|
/* 666 */ MCD_OPC_Decode, 246, 11, 223, 1, // Opcode: PSTHpc
|
|
/* 671 */ MCD_OPC_FilterValue, 23, 63, 0, 0, // Skip to: 739
|
|
/* 676 */ MCD_OPC_ExtractField, 26, 1, // Inst{26} ...
|
|
/* 679 */ MCD_OPC_FilterValue, 0, 25, 0, 0, // Skip to: 709
|
|
/* 684 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 687 */ MCD_OPC_FilterValue, 128, 2, 5, 0, 0, // Skip to: 698
|
|
/* 693 */ MCD_OPC_Decode, 251, 11, 226, 1, // Opcode: PSTXSD
|
|
/* 698 */ MCD_OPC_FilterValue, 132, 2, 57, 7, 0, // Skip to: 2553
|
|
/* 704 */ MCD_OPC_Decode, 252, 11, 227, 1, // Opcode: PSTXSDpc
|
|
/* 709 */ MCD_OPC_FilterValue, 1, 47, 7, 0, // Skip to: 2553
|
|
/* 714 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 717 */ MCD_OPC_FilterValue, 128, 2, 5, 0, 0, // Skip to: 728
|
|
/* 723 */ MCD_OPC_Decode, 253, 11, 226, 1, // Opcode: PSTXSSP
|
|
/* 728 */ MCD_OPC_FilterValue, 132, 2, 27, 7, 0, // Skip to: 2553
|
|
/* 734 */ MCD_OPC_Decode, 254, 11, 227, 1, // Opcode: PSTXSSPpc
|
|
/* 739 */ MCD_OPC_FilterValue, 24, 39, 0, 0, // Skip to: 783
|
|
/* 744 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 747 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 765
|
|
/* 753 */ MCD_OPC_CheckField, 26, 1, 0, 1, 7, 0, // Skip to: 2553
|
|
/* 760 */ MCD_OPC_Decode, 252, 10, 228, 1, // Opcode: PLFS
|
|
/* 765 */ MCD_OPC_FilterValue, 132, 3, 246, 6, 0, // Skip to: 2553
|
|
/* 771 */ MCD_OPC_CheckField, 26, 1, 0, 239, 6, 0, // Skip to: 2553
|
|
/* 778 */ MCD_OPC_Decode, 253, 10, 229, 1, // Opcode: PLFSpc
|
|
/* 783 */ MCD_OPC_FilterValue, 25, 61, 0, 0, // Skip to: 849
|
|
/* 788 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 791 */ MCD_OPC_FilterValue, 128, 2, 5, 0, 0, // Skip to: 802
|
|
/* 797 */ MCD_OPC_Decode, 148, 11, 230, 1, // Opcode: PLXV
|
|
/* 802 */ MCD_OPC_FilterValue, 132, 2, 5, 0, 0, // Skip to: 813
|
|
/* 808 */ MCD_OPC_Decode, 151, 11, 231, 1, // Opcode: PLXVpc
|
|
/* 813 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 831
|
|
/* 819 */ MCD_OPC_CheckField, 26, 1, 0, 191, 6, 0, // Skip to: 2553
|
|
/* 826 */ MCD_OPC_Decode, 250, 10, 232, 1, // Opcode: PLFD
|
|
/* 831 */ MCD_OPC_FilterValue, 132, 3, 180, 6, 0, // Skip to: 2553
|
|
/* 837 */ MCD_OPC_CheckField, 26, 1, 0, 173, 6, 0, // Skip to: 2553
|
|
/* 844 */ MCD_OPC_Decode, 251, 10, 233, 1, // Opcode: PLFDpc
|
|
/* 849 */ MCD_OPC_FilterValue, 26, 39, 0, 0, // Skip to: 893
|
|
/* 854 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 857 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 875
|
|
/* 863 */ MCD_OPC_CheckField, 26, 1, 0, 147, 6, 0, // Skip to: 2553
|
|
/* 870 */ MCD_OPC_Decode, 241, 11, 228, 1, // Opcode: PSTFS
|
|
/* 875 */ MCD_OPC_FilterValue, 132, 3, 136, 6, 0, // Skip to: 2553
|
|
/* 881 */ MCD_OPC_CheckField, 26, 1, 0, 129, 6, 0, // Skip to: 2553
|
|
/* 888 */ MCD_OPC_Decode, 242, 11, 229, 1, // Opcode: PSTFSpc
|
|
/* 893 */ MCD_OPC_FilterValue, 27, 61, 0, 0, // Skip to: 959
|
|
/* 898 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 901 */ MCD_OPC_FilterValue, 128, 2, 5, 0, 0, // Skip to: 912
|
|
/* 907 */ MCD_OPC_Decode, 255, 11, 230, 1, // Opcode: PSTXV
|
|
/* 912 */ MCD_OPC_FilterValue, 132, 2, 5, 0, 0, // Skip to: 923
|
|
/* 918 */ MCD_OPC_Decode, 130, 12, 231, 1, // Opcode: PSTXVpc
|
|
/* 923 */ MCD_OPC_FilterValue, 128, 3, 12, 0, 0, // Skip to: 941
|
|
/* 929 */ MCD_OPC_CheckField, 26, 1, 0, 81, 6, 0, // Skip to: 2553
|
|
/* 936 */ MCD_OPC_Decode, 239, 11, 232, 1, // Opcode: PSTFD
|
|
/* 941 */ MCD_OPC_FilterValue, 132, 3, 70, 6, 0, // Skip to: 2553
|
|
/* 947 */ MCD_OPC_CheckField, 26, 1, 0, 63, 6, 0, // Skip to: 2553
|
|
/* 954 */ MCD_OPC_Decode, 240, 11, 233, 1, // Opcode: PSTFDpc
|
|
/* 959 */ MCD_OPC_FilterValue, 28, 39, 0, 0, // Skip to: 1003
|
|
/* 964 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 967 */ MCD_OPC_FilterValue, 128, 2, 12, 0, 0, // Skip to: 985
|
|
/* 973 */ MCD_OPC_CheckField, 26, 1, 1, 37, 6, 0, // Skip to: 2553
|
|
/* 980 */ MCD_OPC_Decode, 248, 10, 234, 1, // Opcode: PLD
|
|
/* 985 */ MCD_OPC_FilterValue, 132, 2, 26, 6, 0, // Skip to: 2553
|
|
/* 991 */ MCD_OPC_CheckField, 26, 1, 1, 19, 6, 0, // Skip to: 2553
|
|
/* 998 */ MCD_OPC_Decode, 249, 10, 235, 1, // Opcode: PLDpc
|
|
/* 1003 */ MCD_OPC_FilterValue, 29, 177, 5, 0, // Skip to: 2465
|
|
/* 1008 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 1011 */ MCD_OPC_FilterValue, 128, 2, 12, 0, 0, // Skip to: 1029
|
|
/* 1017 */ MCD_OPC_CheckField, 26, 1, 0, 249, 5, 0, // Skip to: 2553
|
|
/* 1024 */ MCD_OPC_Decode, 149, 11, 236, 1, // Opcode: PLXVP
|
|
/* 1029 */ MCD_OPC_FilterValue, 132, 2, 12, 0, 0, // Skip to: 1047
|
|
/* 1035 */ MCD_OPC_CheckField, 26, 1, 0, 231, 5, 0, // Skip to: 2553
|
|
/* 1042 */ MCD_OPC_Decode, 150, 11, 237, 1, // Opcode: PLXVPpc
|
|
/* 1047 */ MCD_OPC_FilterValue, 228, 3, 220, 5, 0, // Skip to: 2553
|
|
/* 1053 */ MCD_OPC_ExtractField, 3, 8, // Inst{10-3} ...
|
|
/* 1056 */ MCD_OPC_FilterValue, 2, 45, 0, 0, // Skip to: 1106
|
|
/* 1061 */ MCD_OPC_CheckPredicate, 8, 207, 5, 0, // Skip to: 2553
|
|
/* 1066 */ MCD_OPC_CheckField, 48, 2, 0, 200, 5, 0, // Skip to: 2553
|
|
/* 1073 */ MCD_OPC_CheckField, 40, 4, 0, 193, 5, 0, // Skip to: 2553
|
|
/* 1080 */ MCD_OPC_CheckField, 26, 1, 1, 186, 5, 0, // Skip to: 2553
|
|
/* 1087 */ MCD_OPC_CheckField, 21, 2, 0, 179, 5, 0, // Skip to: 2553
|
|
/* 1094 */ MCD_OPC_CheckField, 0, 1, 0, 172, 5, 0, // Skip to: 2553
|
|
/* 1101 */ MCD_OPC_Decode, 205, 11, 238, 1, // Opcode: PMXVI8GER4PP
|
|
/* 1106 */ MCD_OPC_FilterValue, 3, 45, 0, 0, // Skip to: 1156
|
|
/* 1111 */ MCD_OPC_CheckPredicate, 8, 157, 5, 0, // Skip to: 2553
|
|
/* 1116 */ MCD_OPC_CheckField, 48, 2, 0, 150, 5, 0, // Skip to: 2553
|
|
/* 1123 */ MCD_OPC_CheckField, 40, 4, 0, 143, 5, 0, // Skip to: 2553
|
|
/* 1130 */ MCD_OPC_CheckField, 26, 1, 1, 136, 5, 0, // Skip to: 2553
|
|
/* 1137 */ MCD_OPC_CheckField, 21, 2, 0, 129, 5, 0, // Skip to: 2553
|
|
/* 1144 */ MCD_OPC_CheckField, 0, 1, 0, 122, 5, 0, // Skip to: 2553
|
|
/* 1151 */ MCD_OPC_Decode, 204, 11, 239, 1, // Opcode: PMXVI8GER4
|
|
/* 1156 */ MCD_OPC_FilterValue, 18, 45, 0, 0, // Skip to: 1206
|
|
/* 1161 */ MCD_OPC_CheckPredicate, 8, 107, 5, 0, // Skip to: 2553
|
|
/* 1166 */ MCD_OPC_CheckField, 48, 2, 0, 100, 5, 0, // Skip to: 2553
|
|
/* 1173 */ MCD_OPC_CheckField, 40, 6, 0, 93, 5, 0, // Skip to: 2553
|
|
/* 1180 */ MCD_OPC_CheckField, 26, 1, 1, 86, 5, 0, // Skip to: 2553
|
|
/* 1187 */ MCD_OPC_CheckField, 21, 2, 0, 79, 5, 0, // Skip to: 2553
|
|
/* 1194 */ MCD_OPC_CheckField, 0, 1, 0, 72, 5, 0, // Skip to: 2553
|
|
/* 1201 */ MCD_OPC_Decode, 166, 11, 240, 1, // Opcode: PMXVF16GER2PP
|
|
/* 1206 */ MCD_OPC_FilterValue, 19, 45, 0, 0, // Skip to: 1256
|
|
/* 1211 */ MCD_OPC_CheckPredicate, 8, 57, 5, 0, // Skip to: 2553
|
|
/* 1216 */ MCD_OPC_CheckField, 48, 2, 0, 50, 5, 0, // Skip to: 2553
|
|
/* 1223 */ MCD_OPC_CheckField, 40, 6, 0, 43, 5, 0, // Skip to: 2553
|
|
/* 1230 */ MCD_OPC_CheckField, 26, 1, 1, 36, 5, 0, // Skip to: 2553
|
|
/* 1237 */ MCD_OPC_CheckField, 21, 2, 0, 29, 5, 0, // Skip to: 2553
|
|
/* 1244 */ MCD_OPC_CheckField, 0, 1, 0, 22, 5, 0, // Skip to: 2553
|
|
/* 1251 */ MCD_OPC_Decode, 162, 11, 241, 1, // Opcode: PMXVF16GER2
|
|
/* 1256 */ MCD_OPC_FilterValue, 26, 38, 0, 0, // Skip to: 1299
|
|
/* 1261 */ MCD_OPC_CheckPredicate, 8, 7, 5, 0, // Skip to: 2553
|
|
/* 1266 */ MCD_OPC_CheckField, 40, 10, 0, 0, 5, 0, // Skip to: 2553
|
|
/* 1273 */ MCD_OPC_CheckField, 26, 1, 1, 249, 4, 0, // Skip to: 2553
|
|
/* 1280 */ MCD_OPC_CheckField, 21, 2, 0, 242, 4, 0, // Skip to: 2553
|
|
/* 1287 */ MCD_OPC_CheckField, 0, 1, 0, 235, 4, 0, // Skip to: 2553
|
|
/* 1294 */ MCD_OPC_Decode, 176, 11, 242, 1, // Opcode: PMXVF32GERPP
|
|
/* 1299 */ MCD_OPC_FilterValue, 27, 38, 0, 0, // Skip to: 1342
|
|
/* 1304 */ MCD_OPC_CheckPredicate, 8, 220, 4, 0, // Skip to: 2553
|
|
/* 1309 */ MCD_OPC_CheckField, 40, 10, 0, 213, 4, 0, // Skip to: 2553
|
|
/* 1316 */ MCD_OPC_CheckField, 26, 1, 1, 206, 4, 0, // Skip to: 2553
|
|
/* 1323 */ MCD_OPC_CheckField, 21, 2, 0, 199, 4, 0, // Skip to: 2553
|
|
/* 1330 */ MCD_OPC_CheckField, 0, 1, 0, 192, 4, 0, // Skip to: 2553
|
|
/* 1337 */ MCD_OPC_Decode, 172, 11, 243, 1, // Opcode: PMXVF32GER
|
|
/* 1342 */ MCD_OPC_FilterValue, 34, 38, 0, 0, // Skip to: 1385
|
|
/* 1347 */ MCD_OPC_CheckPredicate, 8, 177, 4, 0, // Skip to: 2553
|
|
/* 1352 */ MCD_OPC_CheckField, 48, 2, 0, 170, 4, 0, // Skip to: 2553
|
|
/* 1359 */ MCD_OPC_CheckField, 26, 1, 1, 163, 4, 0, // Skip to: 2553
|
|
/* 1366 */ MCD_OPC_CheckField, 21, 2, 0, 156, 4, 0, // Skip to: 2553
|
|
/* 1373 */ MCD_OPC_CheckField, 0, 1, 0, 149, 4, 0, // Skip to: 2553
|
|
/* 1380 */ MCD_OPC_Decode, 201, 11, 244, 1, // Opcode: PMXVI4GER8PP
|
|
/* 1385 */ MCD_OPC_FilterValue, 35, 38, 0, 0, // Skip to: 1428
|
|
/* 1390 */ MCD_OPC_CheckPredicate, 8, 134, 4, 0, // Skip to: 2553
|
|
/* 1395 */ MCD_OPC_CheckField, 48, 2, 0, 127, 4, 0, // Skip to: 2553
|
|
/* 1402 */ MCD_OPC_CheckField, 26, 1, 1, 120, 4, 0, // Skip to: 2553
|
|
/* 1409 */ MCD_OPC_CheckField, 21, 2, 0, 113, 4, 0, // Skip to: 2553
|
|
/* 1416 */ MCD_OPC_CheckField, 0, 1, 0, 106, 4, 0, // Skip to: 2553
|
|
/* 1423 */ MCD_OPC_Decode, 200, 11, 245, 1, // Opcode: PMXVI4GER8
|
|
/* 1428 */ MCD_OPC_FilterValue, 42, 45, 0, 0, // Skip to: 1478
|
|
/* 1433 */ MCD_OPC_CheckPredicate, 8, 91, 4, 0, // Skip to: 2553
|
|
/* 1438 */ MCD_OPC_CheckField, 48, 2, 0, 84, 4, 0, // Skip to: 2553
|
|
/* 1445 */ MCD_OPC_CheckField, 40, 6, 0, 77, 4, 0, // Skip to: 2553
|
|
/* 1452 */ MCD_OPC_CheckField, 26, 1, 1, 70, 4, 0, // Skip to: 2553
|
|
/* 1459 */ MCD_OPC_CheckField, 21, 2, 0, 63, 4, 0, // Skip to: 2553
|
|
/* 1466 */ MCD_OPC_CheckField, 0, 1, 0, 56, 4, 0, // Skip to: 2553
|
|
/* 1473 */ MCD_OPC_Decode, 195, 11, 240, 1, // Opcode: PMXVI16GER2SPP
|
|
/* 1478 */ MCD_OPC_FilterValue, 43, 45, 0, 0, // Skip to: 1528
|
|
/* 1483 */ MCD_OPC_CheckPredicate, 8, 41, 4, 0, // Skip to: 2553
|
|
/* 1488 */ MCD_OPC_CheckField, 48, 2, 0, 34, 4, 0, // Skip to: 2553
|
|
/* 1495 */ MCD_OPC_CheckField, 40, 6, 0, 27, 4, 0, // Skip to: 2553
|
|
/* 1502 */ MCD_OPC_CheckField, 26, 1, 1, 20, 4, 0, // Skip to: 2553
|
|
/* 1509 */ MCD_OPC_CheckField, 21, 2, 0, 13, 4, 0, // Skip to: 2553
|
|
/* 1516 */ MCD_OPC_CheckField, 0, 1, 0, 6, 4, 0, // Skip to: 2553
|
|
/* 1523 */ MCD_OPC_Decode, 194, 11, 241, 1, // Opcode: PMXVI16GER2S
|
|
/* 1528 */ MCD_OPC_FilterValue, 50, 45, 0, 0, // Skip to: 1578
|
|
/* 1533 */ MCD_OPC_CheckPredicate, 8, 247, 3, 0, // Skip to: 2553
|
|
/* 1538 */ MCD_OPC_CheckField, 48, 2, 0, 240, 3, 0, // Skip to: 2553
|
|
/* 1545 */ MCD_OPC_CheckField, 40, 6, 0, 233, 3, 0, // Skip to: 2553
|
|
/* 1552 */ MCD_OPC_CheckField, 26, 1, 1, 226, 3, 0, // Skip to: 2553
|
|
/* 1559 */ MCD_OPC_CheckField, 21, 2, 0, 219, 3, 0, // Skip to: 2553
|
|
/* 1566 */ MCD_OPC_CheckField, 0, 1, 0, 212, 3, 0, // Skip to: 2553
|
|
/* 1573 */ MCD_OPC_Decode, 156, 11, 240, 1, // Opcode: PMXVBF16GER2PP
|
|
/* 1578 */ MCD_OPC_FilterValue, 51, 45, 0, 0, // Skip to: 1628
|
|
/* 1583 */ MCD_OPC_CheckPredicate, 8, 197, 3, 0, // Skip to: 2553
|
|
/* 1588 */ MCD_OPC_CheckField, 48, 2, 0, 190, 3, 0, // Skip to: 2553
|
|
/* 1595 */ MCD_OPC_CheckField, 40, 6, 0, 183, 3, 0, // Skip to: 2553
|
|
/* 1602 */ MCD_OPC_CheckField, 26, 1, 1, 176, 3, 0, // Skip to: 2553
|
|
/* 1609 */ MCD_OPC_CheckField, 21, 2, 0, 169, 3, 0, // Skip to: 2553
|
|
/* 1616 */ MCD_OPC_CheckField, 0, 1, 0, 162, 3, 0, // Skip to: 2553
|
|
/* 1623 */ MCD_OPC_Decode, 152, 11, 241, 1, // Opcode: PMXVBF16GER2
|
|
/* 1628 */ MCD_OPC_FilterValue, 58, 45, 0, 0, // Skip to: 1678
|
|
/* 1633 */ MCD_OPC_CheckPredicate, 8, 147, 3, 0, // Skip to: 2553
|
|
/* 1638 */ MCD_OPC_CheckField, 40, 10, 0, 140, 3, 0, // Skip to: 2553
|
|
/* 1645 */ MCD_OPC_CheckField, 32, 2, 0, 133, 3, 0, // Skip to: 2553
|
|
/* 1652 */ MCD_OPC_CheckField, 26, 1, 1, 126, 3, 0, // Skip to: 2553
|
|
/* 1659 */ MCD_OPC_CheckField, 21, 2, 0, 119, 3, 0, // Skip to: 2553
|
|
/* 1666 */ MCD_OPC_CheckField, 0, 1, 0, 112, 3, 0, // Skip to: 2553
|
|
/* 1673 */ MCD_OPC_Decode, 186, 11, 246, 1, // Opcode: PMXVF64GERPP
|
|
/* 1678 */ MCD_OPC_FilterValue, 59, 45, 0, 0, // Skip to: 1728
|
|
/* 1683 */ MCD_OPC_CheckPredicate, 8, 97, 3, 0, // Skip to: 2553
|
|
/* 1688 */ MCD_OPC_CheckField, 40, 10, 0, 90, 3, 0, // Skip to: 2553
|
|
/* 1695 */ MCD_OPC_CheckField, 32, 2, 0, 83, 3, 0, // Skip to: 2553
|
|
/* 1702 */ MCD_OPC_CheckField, 26, 1, 1, 76, 3, 0, // Skip to: 2553
|
|
/* 1709 */ MCD_OPC_CheckField, 21, 2, 0, 69, 3, 0, // Skip to: 2553
|
|
/* 1716 */ MCD_OPC_CheckField, 0, 1, 0, 62, 3, 0, // Skip to: 2553
|
|
/* 1723 */ MCD_OPC_Decode, 182, 11, 247, 1, // Opcode: PMXVF64GER
|
|
/* 1728 */ MCD_OPC_FilterValue, 75, 45, 0, 0, // Skip to: 1778
|
|
/* 1733 */ MCD_OPC_CheckPredicate, 8, 47, 3, 0, // Skip to: 2553
|
|
/* 1738 */ MCD_OPC_CheckField, 48, 2, 0, 40, 3, 0, // Skip to: 2553
|
|
/* 1745 */ MCD_OPC_CheckField, 40, 6, 0, 33, 3, 0, // Skip to: 2553
|
|
/* 1752 */ MCD_OPC_CheckField, 26, 1, 1, 26, 3, 0, // Skip to: 2553
|
|
/* 1759 */ MCD_OPC_CheckField, 21, 2, 0, 19, 3, 0, // Skip to: 2553
|
|
/* 1766 */ MCD_OPC_CheckField, 0, 1, 0, 12, 3, 0, // Skip to: 2553
|
|
/* 1773 */ MCD_OPC_Decode, 192, 11, 241, 1, // Opcode: PMXVI16GER2
|
|
/* 1778 */ MCD_OPC_FilterValue, 82, 45, 0, 0, // Skip to: 1828
|
|
/* 1783 */ MCD_OPC_CheckPredicate, 8, 253, 2, 0, // Skip to: 2553
|
|
/* 1788 */ MCD_OPC_CheckField, 48, 2, 0, 246, 2, 0, // Skip to: 2553
|
|
/* 1795 */ MCD_OPC_CheckField, 40, 6, 0, 239, 2, 0, // Skip to: 2553
|
|
/* 1802 */ MCD_OPC_CheckField, 26, 1, 1, 232, 2, 0, // Skip to: 2553
|
|
/* 1809 */ MCD_OPC_CheckField, 21, 2, 0, 225, 2, 0, // Skip to: 2553
|
|
/* 1816 */ MCD_OPC_CheckField, 0, 1, 0, 218, 2, 0, // Skip to: 2553
|
|
/* 1823 */ MCD_OPC_Decode, 164, 11, 240, 1, // Opcode: PMXVF16GER2NP
|
|
/* 1828 */ MCD_OPC_FilterValue, 90, 38, 0, 0, // Skip to: 1871
|
|
/* 1833 */ MCD_OPC_CheckPredicate, 8, 203, 2, 0, // Skip to: 2553
|
|
/* 1838 */ MCD_OPC_CheckField, 40, 10, 0, 196, 2, 0, // Skip to: 2553
|
|
/* 1845 */ MCD_OPC_CheckField, 26, 1, 1, 189, 2, 0, // Skip to: 2553
|
|
/* 1852 */ MCD_OPC_CheckField, 21, 2, 0, 182, 2, 0, // Skip to: 2553
|
|
/* 1859 */ MCD_OPC_CheckField, 0, 1, 0, 175, 2, 0, // Skip to: 2553
|
|
/* 1866 */ MCD_OPC_Decode, 174, 11, 242, 1, // Opcode: PMXVF32GERNP
|
|
/* 1871 */ MCD_OPC_FilterValue, 99, 45, 0, 0, // Skip to: 1921
|
|
/* 1876 */ MCD_OPC_CheckPredicate, 8, 160, 2, 0, // Skip to: 2553
|
|
/* 1881 */ MCD_OPC_CheckField, 48, 2, 0, 153, 2, 0, // Skip to: 2553
|
|
/* 1888 */ MCD_OPC_CheckField, 40, 4, 0, 146, 2, 0, // Skip to: 2553
|
|
/* 1895 */ MCD_OPC_CheckField, 26, 1, 1, 139, 2, 0, // Skip to: 2553
|
|
/* 1902 */ MCD_OPC_CheckField, 21, 2, 0, 132, 2, 0, // Skip to: 2553
|
|
/* 1909 */ MCD_OPC_CheckField, 0, 1, 0, 125, 2, 0, // Skip to: 2553
|
|
/* 1916 */ MCD_OPC_Decode, 206, 11, 238, 1, // Opcode: PMXVI8GER4SPP
|
|
/* 1921 */ MCD_OPC_FilterValue, 107, 45, 0, 0, // Skip to: 1971
|
|
/* 1926 */ MCD_OPC_CheckPredicate, 8, 110, 2, 0, // Skip to: 2553
|
|
/* 1931 */ MCD_OPC_CheckField, 48, 2, 0, 103, 2, 0, // Skip to: 2553
|
|
/* 1938 */ MCD_OPC_CheckField, 40, 6, 0, 96, 2, 0, // Skip to: 2553
|
|
/* 1945 */ MCD_OPC_CheckField, 26, 1, 1, 89, 2, 0, // Skip to: 2553
|
|
/* 1952 */ MCD_OPC_CheckField, 21, 2, 0, 82, 2, 0, // Skip to: 2553
|
|
/* 1959 */ MCD_OPC_CheckField, 0, 1, 0, 75, 2, 0, // Skip to: 2553
|
|
/* 1966 */ MCD_OPC_Decode, 193, 11, 240, 1, // Opcode: PMXVI16GER2PP
|
|
/* 1971 */ MCD_OPC_FilterValue, 114, 45, 0, 0, // Skip to: 2021
|
|
/* 1976 */ MCD_OPC_CheckPredicate, 8, 60, 2, 0, // Skip to: 2553
|
|
/* 1981 */ MCD_OPC_CheckField, 48, 2, 0, 53, 2, 0, // Skip to: 2553
|
|
/* 1988 */ MCD_OPC_CheckField, 40, 6, 0, 46, 2, 0, // Skip to: 2553
|
|
/* 1995 */ MCD_OPC_CheckField, 26, 1, 1, 39, 2, 0, // Skip to: 2553
|
|
/* 2002 */ MCD_OPC_CheckField, 21, 2, 0, 32, 2, 0, // Skip to: 2553
|
|
/* 2009 */ MCD_OPC_CheckField, 0, 1, 0, 25, 2, 0, // Skip to: 2553
|
|
/* 2016 */ MCD_OPC_Decode, 154, 11, 240, 1, // Opcode: PMXVBF16GER2NP
|
|
/* 2021 */ MCD_OPC_FilterValue, 122, 45, 0, 0, // Skip to: 2071
|
|
/* 2026 */ MCD_OPC_CheckPredicate, 8, 10, 2, 0, // Skip to: 2553
|
|
/* 2031 */ MCD_OPC_CheckField, 40, 10, 0, 3, 2, 0, // Skip to: 2553
|
|
/* 2038 */ MCD_OPC_CheckField, 32, 2, 0, 252, 1, 0, // Skip to: 2553
|
|
/* 2045 */ MCD_OPC_CheckField, 26, 1, 1, 245, 1, 0, // Skip to: 2553
|
|
/* 2052 */ MCD_OPC_CheckField, 21, 2, 0, 238, 1, 0, // Skip to: 2553
|
|
/* 2059 */ MCD_OPC_CheckField, 0, 1, 0, 231, 1, 0, // Skip to: 2553
|
|
/* 2066 */ MCD_OPC_Decode, 184, 11, 246, 1, // Opcode: PMXVF64GERNP
|
|
/* 2071 */ MCD_OPC_FilterValue, 146, 1, 45, 0, 0, // Skip to: 2122
|
|
/* 2077 */ MCD_OPC_CheckPredicate, 8, 215, 1, 0, // Skip to: 2553
|
|
/* 2082 */ MCD_OPC_CheckField, 48, 2, 0, 208, 1, 0, // Skip to: 2553
|
|
/* 2089 */ MCD_OPC_CheckField, 40, 6, 0, 201, 1, 0, // Skip to: 2553
|
|
/* 2096 */ MCD_OPC_CheckField, 26, 1, 1, 194, 1, 0, // Skip to: 2553
|
|
/* 2103 */ MCD_OPC_CheckField, 21, 2, 0, 187, 1, 0, // Skip to: 2553
|
|
/* 2110 */ MCD_OPC_CheckField, 0, 1, 0, 180, 1, 0, // Skip to: 2553
|
|
/* 2117 */ MCD_OPC_Decode, 165, 11, 240, 1, // Opcode: PMXVF16GER2PN
|
|
/* 2122 */ MCD_OPC_FilterValue, 154, 1, 38, 0, 0, // Skip to: 2166
|
|
/* 2128 */ MCD_OPC_CheckPredicate, 8, 164, 1, 0, // Skip to: 2553
|
|
/* 2133 */ MCD_OPC_CheckField, 40, 10, 0, 157, 1, 0, // Skip to: 2553
|
|
/* 2140 */ MCD_OPC_CheckField, 26, 1, 1, 150, 1, 0, // Skip to: 2553
|
|
/* 2147 */ MCD_OPC_CheckField, 21, 2, 0, 143, 1, 0, // Skip to: 2553
|
|
/* 2154 */ MCD_OPC_CheckField, 0, 1, 0, 136, 1, 0, // Skip to: 2553
|
|
/* 2161 */ MCD_OPC_Decode, 175, 11, 242, 1, // Opcode: PMXVF32GERPN
|
|
/* 2166 */ MCD_OPC_FilterValue, 178, 1, 45, 0, 0, // Skip to: 2217
|
|
/* 2172 */ MCD_OPC_CheckPredicate, 8, 120, 1, 0, // Skip to: 2553
|
|
/* 2177 */ MCD_OPC_CheckField, 48, 2, 0, 113, 1, 0, // Skip to: 2553
|
|
/* 2184 */ MCD_OPC_CheckField, 40, 6, 0, 106, 1, 0, // Skip to: 2553
|
|
/* 2191 */ MCD_OPC_CheckField, 26, 1, 1, 99, 1, 0, // Skip to: 2553
|
|
/* 2198 */ MCD_OPC_CheckField, 21, 2, 0, 92, 1, 0, // Skip to: 2553
|
|
/* 2205 */ MCD_OPC_CheckField, 0, 1, 0, 85, 1, 0, // Skip to: 2553
|
|
/* 2212 */ MCD_OPC_Decode, 155, 11, 240, 1, // Opcode: PMXVBF16GER2PN
|
|
/* 2217 */ MCD_OPC_FilterValue, 186, 1, 45, 0, 0, // Skip to: 2268
|
|
/* 2223 */ MCD_OPC_CheckPredicate, 8, 69, 1, 0, // Skip to: 2553
|
|
/* 2228 */ MCD_OPC_CheckField, 40, 10, 0, 62, 1, 0, // Skip to: 2553
|
|
/* 2235 */ MCD_OPC_CheckField, 32, 2, 0, 55, 1, 0, // Skip to: 2553
|
|
/* 2242 */ MCD_OPC_CheckField, 26, 1, 1, 48, 1, 0, // Skip to: 2553
|
|
/* 2249 */ MCD_OPC_CheckField, 21, 2, 0, 41, 1, 0, // Skip to: 2553
|
|
/* 2256 */ MCD_OPC_CheckField, 0, 1, 0, 34, 1, 0, // Skip to: 2553
|
|
/* 2263 */ MCD_OPC_Decode, 185, 11, 246, 1, // Opcode: PMXVF64GERPN
|
|
/* 2268 */ MCD_OPC_FilterValue, 210, 1, 45, 0, 0, // Skip to: 2319
|
|
/* 2274 */ MCD_OPC_CheckPredicate, 8, 18, 1, 0, // Skip to: 2553
|
|
/* 2279 */ MCD_OPC_CheckField, 48, 2, 0, 11, 1, 0, // Skip to: 2553
|
|
/* 2286 */ MCD_OPC_CheckField, 40, 6, 0, 4, 1, 0, // Skip to: 2553
|
|
/* 2293 */ MCD_OPC_CheckField, 26, 1, 1, 253, 0, 0, // Skip to: 2553
|
|
/* 2300 */ MCD_OPC_CheckField, 21, 2, 0, 246, 0, 0, // Skip to: 2553
|
|
/* 2307 */ MCD_OPC_CheckField, 0, 1, 0, 239, 0, 0, // Skip to: 2553
|
|
/* 2314 */ MCD_OPC_Decode, 163, 11, 240, 1, // Opcode: PMXVF16GER2NN
|
|
/* 2319 */ MCD_OPC_FilterValue, 218, 1, 38, 0, 0, // Skip to: 2363
|
|
/* 2325 */ MCD_OPC_CheckPredicate, 8, 223, 0, 0, // Skip to: 2553
|
|
/* 2330 */ MCD_OPC_CheckField, 40, 10, 0, 216, 0, 0, // Skip to: 2553
|
|
/* 2337 */ MCD_OPC_CheckField, 26, 1, 1, 209, 0, 0, // Skip to: 2553
|
|
/* 2344 */ MCD_OPC_CheckField, 21, 2, 0, 202, 0, 0, // Skip to: 2553
|
|
/* 2351 */ MCD_OPC_CheckField, 0, 1, 0, 195, 0, 0, // Skip to: 2553
|
|
/* 2358 */ MCD_OPC_Decode, 173, 11, 242, 1, // Opcode: PMXVF32GERNN
|
|
/* 2363 */ MCD_OPC_FilterValue, 242, 1, 45, 0, 0, // Skip to: 2414
|
|
/* 2369 */ MCD_OPC_CheckPredicate, 8, 179, 0, 0, // Skip to: 2553
|
|
/* 2374 */ MCD_OPC_CheckField, 48, 2, 0, 172, 0, 0, // Skip to: 2553
|
|
/* 2381 */ MCD_OPC_CheckField, 40, 6, 0, 165, 0, 0, // Skip to: 2553
|
|
/* 2388 */ MCD_OPC_CheckField, 26, 1, 1, 158, 0, 0, // Skip to: 2553
|
|
/* 2395 */ MCD_OPC_CheckField, 21, 2, 0, 151, 0, 0, // Skip to: 2553
|
|
/* 2402 */ MCD_OPC_CheckField, 0, 1, 0, 144, 0, 0, // Skip to: 2553
|
|
/* 2409 */ MCD_OPC_Decode, 153, 11, 240, 1, // Opcode: PMXVBF16GER2NN
|
|
/* 2414 */ MCD_OPC_FilterValue, 250, 1, 133, 0, 0, // Skip to: 2553
|
|
/* 2420 */ MCD_OPC_CheckPredicate, 8, 128, 0, 0, // Skip to: 2553
|
|
/* 2425 */ MCD_OPC_CheckField, 40, 10, 0, 121, 0, 0, // Skip to: 2553
|
|
/* 2432 */ MCD_OPC_CheckField, 32, 2, 0, 114, 0, 0, // Skip to: 2553
|
|
/* 2439 */ MCD_OPC_CheckField, 26, 1, 1, 107, 0, 0, // Skip to: 2553
|
|
/* 2446 */ MCD_OPC_CheckField, 21, 2, 0, 100, 0, 0, // Skip to: 2553
|
|
/* 2453 */ MCD_OPC_CheckField, 0, 1, 0, 93, 0, 0, // Skip to: 2553
|
|
/* 2460 */ MCD_OPC_Decode, 183, 11, 246, 1, // Opcode: PMXVF64GERNN
|
|
/* 2465 */ MCD_OPC_FilterValue, 30, 39, 0, 0, // Skip to: 2509
|
|
/* 2470 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 2473 */ MCD_OPC_FilterValue, 128, 2, 12, 0, 0, // Skip to: 2491
|
|
/* 2479 */ MCD_OPC_CheckField, 26, 1, 1, 67, 0, 0, // Skip to: 2553
|
|
/* 2486 */ MCD_OPC_Decode, 237, 11, 234, 1, // Opcode: PSTD
|
|
/* 2491 */ MCD_OPC_FilterValue, 132, 2, 56, 0, 0, // Skip to: 2553
|
|
/* 2497 */ MCD_OPC_CheckField, 26, 1, 1, 49, 0, 0, // Skip to: 2553
|
|
/* 2504 */ MCD_OPC_Decode, 238, 11, 235, 1, // Opcode: PSTDpc
|
|
/* 2509 */ MCD_OPC_FilterValue, 31, 39, 0, 0, // Skip to: 2553
|
|
/* 2514 */ MCD_OPC_ExtractField, 50, 14, // Inst{63-50} ...
|
|
/* 2517 */ MCD_OPC_FilterValue, 128, 2, 12, 0, 0, // Skip to: 2535
|
|
/* 2523 */ MCD_OPC_CheckField, 26, 1, 0, 23, 0, 0, // Skip to: 2553
|
|
/* 2530 */ MCD_OPC_Decode, 128, 12, 236, 1, // Opcode: PSTXVP
|
|
/* 2535 */ MCD_OPC_FilterValue, 132, 2, 12, 0, 0, // Skip to: 2553
|
|
/* 2541 */ MCD_OPC_CheckField, 26, 1, 0, 5, 0, 0, // Skip to: 2553
|
|
/* 2548 */ MCD_OPC_Decode, 129, 12, 237, 1, // Opcode: PSTXVPpc
|
|
/* 2553 */ MCD_OPC_Fail,
|
|
0
|
|
};
|
|
|
|
static const uint8_t DecoderTablePS32[] = {
|
|
/* 0 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 3 */ MCD_OPC_FilterValue, 4, 157, 4, 0, // Skip to: 1189
|
|
/* 8 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ...
|
|
/* 11 */ MCD_OPC_FilterValue, 0, 91, 0, 0, // Skip to: 107
|
|
/* 16 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 19 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 41
|
|
/* 24 */ MCD_OPC_CheckPredicate, 13, 196, 4, 0, // Skip to: 1249
|
|
/* 29 */ MCD_OPC_CheckField, 21, 2, 0, 189, 4, 0, // Skip to: 1249
|
|
/* 36 */ MCD_OPC_Decode, 137, 12, 199, 1, // Opcode: PS_CMPU0
|
|
/* 41 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 63
|
|
/* 46 */ MCD_OPC_CheckPredicate, 13, 174, 4, 0, // Skip to: 1249
|
|
/* 51 */ MCD_OPC_CheckField, 21, 2, 0, 167, 4, 0, // Skip to: 1249
|
|
/* 58 */ MCD_OPC_Decode, 135, 12, 199, 1, // Opcode: PS_CMPO0
|
|
/* 63 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 85
|
|
/* 68 */ MCD_OPC_CheckPredicate, 13, 152, 4, 0, // Skip to: 1249
|
|
/* 73 */ MCD_OPC_CheckField, 21, 2, 0, 145, 4, 0, // Skip to: 1249
|
|
/* 80 */ MCD_OPC_Decode, 138, 12, 199, 1, // Opcode: PS_CMPU1
|
|
/* 85 */ MCD_OPC_FilterValue, 3, 135, 4, 0, // Skip to: 1249
|
|
/* 90 */ MCD_OPC_CheckPredicate, 13, 130, 4, 0, // Skip to: 1249
|
|
/* 95 */ MCD_OPC_CheckField, 21, 2, 0, 123, 4, 0, // Skip to: 1249
|
|
/* 102 */ MCD_OPC_Decode, 136, 12, 199, 1, // Opcode: PS_CMPO1
|
|
/* 107 */ MCD_OPC_FilterValue, 12, 33, 0, 0, // Skip to: 145
|
|
/* 112 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 115 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 130
|
|
/* 120 */ MCD_OPC_CheckPredicate, 13, 100, 4, 0, // Skip to: 1249
|
|
/* 125 */ MCD_OPC_Decode, 228, 11, 248, 1, // Opcode: PSQ_LX
|
|
/* 130 */ MCD_OPC_FilterValue, 1, 90, 4, 0, // Skip to: 1249
|
|
/* 135 */ MCD_OPC_CheckPredicate, 13, 85, 4, 0, // Skip to: 1249
|
|
/* 140 */ MCD_OPC_Decode, 227, 11, 248, 1, // Opcode: PSQ_LUX
|
|
/* 145 */ MCD_OPC_FilterValue, 14, 33, 0, 0, // Skip to: 183
|
|
/* 150 */ MCD_OPC_ExtractField, 6, 1, // Inst{6} ...
|
|
/* 153 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 168
|
|
/* 158 */ MCD_OPC_CheckPredicate, 13, 62, 4, 0, // Skip to: 1249
|
|
/* 163 */ MCD_OPC_Decode, 232, 11, 248, 1, // Opcode: PSQ_STX
|
|
/* 168 */ MCD_OPC_FilterValue, 1, 52, 4, 0, // Skip to: 1249
|
|
/* 173 */ MCD_OPC_CheckPredicate, 13, 47, 4, 0, // Skip to: 1249
|
|
/* 178 */ MCD_OPC_Decode, 231, 11, 248, 1, // Opcode: PSQ_STUX
|
|
/* 183 */ MCD_OPC_FilterValue, 16, 91, 0, 0, // Skip to: 279
|
|
/* 188 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 191 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 213
|
|
/* 196 */ MCD_OPC_CheckPredicate, 13, 24, 4, 0, // Skip to: 1249
|
|
/* 201 */ MCD_OPC_CheckField, 16, 5, 0, 17, 4, 0, // Skip to: 1249
|
|
/* 208 */ MCD_OPC_Decode, 167, 12, 209, 1, // Opcode: PS_NEG
|
|
/* 213 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 235
|
|
/* 218 */ MCD_OPC_CheckPredicate, 13, 2, 4, 0, // Skip to: 1249
|
|
/* 223 */ MCD_OPC_CheckField, 16, 5, 0, 251, 3, 0, // Skip to: 1249
|
|
/* 230 */ MCD_OPC_Decode, 155, 12, 209, 1, // Opcode: PS_MR
|
|
/* 235 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 257
|
|
/* 240 */ MCD_OPC_CheckPredicate, 13, 236, 3, 0, // Skip to: 1249
|
|
/* 245 */ MCD_OPC_CheckField, 16, 5, 0, 229, 3, 0, // Skip to: 1249
|
|
/* 252 */ MCD_OPC_Decode, 165, 12, 209, 1, // Opcode: PS_NABS
|
|
/* 257 */ MCD_OPC_FilterValue, 8, 219, 3, 0, // Skip to: 1249
|
|
/* 262 */ MCD_OPC_CheckPredicate, 13, 214, 3, 0, // Skip to: 1249
|
|
/* 267 */ MCD_OPC_CheckField, 16, 5, 0, 207, 3, 0, // Skip to: 1249
|
|
/* 274 */ MCD_OPC_Decode, 131, 12, 209, 1, // Opcode: PS_ABS
|
|
/* 279 */ MCD_OPC_FilterValue, 17, 91, 0, 0, // Skip to: 375
|
|
/* 284 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 287 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 309
|
|
/* 292 */ MCD_OPC_CheckPredicate, 13, 184, 3, 0, // Skip to: 1249
|
|
/* 297 */ MCD_OPC_CheckField, 16, 5, 0, 177, 3, 0, // Skip to: 1249
|
|
/* 304 */ MCD_OPC_Decode, 168, 12, 209, 1, // Opcode: PS_NEGo
|
|
/* 309 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 331
|
|
/* 314 */ MCD_OPC_CheckPredicate, 13, 162, 3, 0, // Skip to: 1249
|
|
/* 319 */ MCD_OPC_CheckField, 16, 5, 0, 155, 3, 0, // Skip to: 1249
|
|
/* 326 */ MCD_OPC_Decode, 156, 12, 209, 1, // Opcode: PS_MRo
|
|
/* 331 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 353
|
|
/* 336 */ MCD_OPC_CheckPredicate, 13, 140, 3, 0, // Skip to: 1249
|
|
/* 341 */ MCD_OPC_CheckField, 16, 5, 0, 133, 3, 0, // Skip to: 1249
|
|
/* 348 */ MCD_OPC_Decode, 166, 12, 209, 1, // Opcode: PS_NABSo
|
|
/* 353 */ MCD_OPC_FilterValue, 8, 123, 3, 0, // Skip to: 1249
|
|
/* 358 */ MCD_OPC_CheckPredicate, 13, 118, 3, 0, // Skip to: 1249
|
|
/* 363 */ MCD_OPC_CheckField, 16, 5, 0, 111, 3, 0, // Skip to: 1249
|
|
/* 370 */ MCD_OPC_Decode, 132, 12, 209, 1, // Opcode: PS_ABSo
|
|
/* 375 */ MCD_OPC_FilterValue, 20, 10, 0, 0, // Skip to: 390
|
|
/* 380 */ MCD_OPC_CheckPredicate, 13, 96, 3, 0, // Skip to: 1249
|
|
/* 385 */ MCD_OPC_Decode, 181, 12, 216, 1, // Opcode: PS_SUM0
|
|
/* 390 */ MCD_OPC_FilterValue, 21, 10, 0, 0, // Skip to: 405
|
|
/* 395 */ MCD_OPC_CheckPredicate, 13, 81, 3, 0, // Skip to: 1249
|
|
/* 400 */ MCD_OPC_Decode, 182, 12, 216, 1, // Opcode: PS_SUM0o
|
|
/* 405 */ MCD_OPC_FilterValue, 22, 10, 0, 0, // Skip to: 420
|
|
/* 410 */ MCD_OPC_CheckPredicate, 13, 66, 3, 0, // Skip to: 1249
|
|
/* 415 */ MCD_OPC_Decode, 183, 12, 216, 1, // Opcode: PS_SUM1
|
|
/* 420 */ MCD_OPC_FilterValue, 23, 10, 0, 0, // Skip to: 435
|
|
/* 425 */ MCD_OPC_CheckPredicate, 13, 51, 3, 0, // Skip to: 1249
|
|
/* 430 */ MCD_OPC_Decode, 184, 12, 216, 1, // Opcode: PS_SUM1o
|
|
/* 435 */ MCD_OPC_FilterValue, 24, 17, 0, 0, // Skip to: 457
|
|
/* 440 */ MCD_OPC_CheckPredicate, 13, 36, 3, 0, // Skip to: 1249
|
|
/* 445 */ MCD_OPC_CheckField, 11, 5, 0, 29, 3, 0, // Skip to: 1249
|
|
/* 452 */ MCD_OPC_Decode, 160, 12, 215, 1, // Opcode: PS_MULS0
|
|
/* 457 */ MCD_OPC_FilterValue, 25, 17, 0, 0, // Skip to: 479
|
|
/* 462 */ MCD_OPC_CheckPredicate, 13, 14, 3, 0, // Skip to: 1249
|
|
/* 467 */ MCD_OPC_CheckField, 11, 5, 0, 7, 3, 0, // Skip to: 1249
|
|
/* 474 */ MCD_OPC_Decode, 161, 12, 215, 1, // Opcode: PS_MULS0o
|
|
/* 479 */ MCD_OPC_FilterValue, 26, 17, 0, 0, // Skip to: 501
|
|
/* 484 */ MCD_OPC_CheckPredicate, 13, 248, 2, 0, // Skip to: 1249
|
|
/* 489 */ MCD_OPC_CheckField, 11, 5, 0, 241, 2, 0, // Skip to: 1249
|
|
/* 496 */ MCD_OPC_Decode, 162, 12, 215, 1, // Opcode: PS_MULS1
|
|
/* 501 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 523
|
|
/* 506 */ MCD_OPC_CheckPredicate, 13, 226, 2, 0, // Skip to: 1249
|
|
/* 511 */ MCD_OPC_CheckField, 11, 5, 0, 219, 2, 0, // Skip to: 1249
|
|
/* 518 */ MCD_OPC_Decode, 163, 12, 215, 1, // Opcode: PS_MULS1o
|
|
/* 523 */ MCD_OPC_FilterValue, 28, 10, 0, 0, // Skip to: 538
|
|
/* 528 */ MCD_OPC_CheckPredicate, 13, 204, 2, 0, // Skip to: 1249
|
|
/* 533 */ MCD_OPC_Decode, 142, 12, 216, 1, // Opcode: PS_MADDS0
|
|
/* 538 */ MCD_OPC_FilterValue, 29, 10, 0, 0, // Skip to: 553
|
|
/* 543 */ MCD_OPC_CheckPredicate, 13, 189, 2, 0, // Skip to: 1249
|
|
/* 548 */ MCD_OPC_Decode, 143, 12, 216, 1, // Opcode: PS_MADDS0o
|
|
/* 553 */ MCD_OPC_FilterValue, 30, 10, 0, 0, // Skip to: 568
|
|
/* 558 */ MCD_OPC_CheckPredicate, 13, 174, 2, 0, // Skip to: 1249
|
|
/* 563 */ MCD_OPC_Decode, 144, 12, 216, 1, // Opcode: PS_MADDS1
|
|
/* 568 */ MCD_OPC_FilterValue, 31, 10, 0, 0, // Skip to: 583
|
|
/* 573 */ MCD_OPC_CheckPredicate, 13, 159, 2, 0, // Skip to: 1249
|
|
/* 578 */ MCD_OPC_Decode, 145, 12, 216, 1, // Opcode: PS_MADDS1o
|
|
/* 583 */ MCD_OPC_FilterValue, 32, 63, 0, 0, // Skip to: 651
|
|
/* 588 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 591 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 606
|
|
/* 596 */ MCD_OPC_CheckPredicate, 13, 136, 2, 0, // Skip to: 1249
|
|
/* 601 */ MCD_OPC_Decode, 147, 12, 213, 1, // Opcode: PS_MERGE00
|
|
/* 606 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 621
|
|
/* 611 */ MCD_OPC_CheckPredicate, 13, 121, 2, 0, // Skip to: 1249
|
|
/* 616 */ MCD_OPC_Decode, 149, 12, 213, 1, // Opcode: PS_MERGE01
|
|
/* 621 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 636
|
|
/* 626 */ MCD_OPC_CheckPredicate, 13, 106, 2, 0, // Skip to: 1249
|
|
/* 631 */ MCD_OPC_Decode, 151, 12, 213, 1, // Opcode: PS_MERGE10
|
|
/* 636 */ MCD_OPC_FilterValue, 19, 96, 2, 0, // Skip to: 1249
|
|
/* 641 */ MCD_OPC_CheckPredicate, 13, 91, 2, 0, // Skip to: 1249
|
|
/* 646 */ MCD_OPC_Decode, 153, 12, 213, 1, // Opcode: PS_MERGE11
|
|
/* 651 */ MCD_OPC_FilterValue, 33, 63, 0, 0, // Skip to: 719
|
|
/* 656 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 659 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 674
|
|
/* 664 */ MCD_OPC_CheckPredicate, 13, 68, 2, 0, // Skip to: 1249
|
|
/* 669 */ MCD_OPC_Decode, 148, 12, 213, 1, // Opcode: PS_MERGE00o
|
|
/* 674 */ MCD_OPC_FilterValue, 17, 10, 0, 0, // Skip to: 689
|
|
/* 679 */ MCD_OPC_CheckPredicate, 13, 53, 2, 0, // Skip to: 1249
|
|
/* 684 */ MCD_OPC_Decode, 150, 12, 213, 1, // Opcode: PS_MERGE01o
|
|
/* 689 */ MCD_OPC_FilterValue, 18, 10, 0, 0, // Skip to: 704
|
|
/* 694 */ MCD_OPC_CheckPredicate, 13, 38, 2, 0, // Skip to: 1249
|
|
/* 699 */ MCD_OPC_Decode, 152, 12, 213, 1, // Opcode: PS_MERGE10o
|
|
/* 704 */ MCD_OPC_FilterValue, 19, 28, 2, 0, // Skip to: 1249
|
|
/* 709 */ MCD_OPC_CheckPredicate, 13, 23, 2, 0, // Skip to: 1249
|
|
/* 714 */ MCD_OPC_Decode, 154, 12, 213, 1, // Opcode: PS_MERGE11o
|
|
/* 719 */ MCD_OPC_FilterValue, 36, 17, 0, 0, // Skip to: 741
|
|
/* 724 */ MCD_OPC_CheckPredicate, 13, 8, 2, 0, // Skip to: 1249
|
|
/* 729 */ MCD_OPC_CheckField, 6, 5, 0, 1, 2, 0, // Skip to: 1249
|
|
/* 736 */ MCD_OPC_Decode, 139, 12, 213, 1, // Opcode: PS_DIV
|
|
/* 741 */ MCD_OPC_FilterValue, 37, 17, 0, 0, // Skip to: 763
|
|
/* 746 */ MCD_OPC_CheckPredicate, 13, 242, 1, 0, // Skip to: 1249
|
|
/* 751 */ MCD_OPC_CheckField, 6, 5, 0, 235, 1, 0, // Skip to: 1249
|
|
/* 758 */ MCD_OPC_Decode, 140, 12, 213, 1, // Opcode: PS_DIVo
|
|
/* 763 */ MCD_OPC_FilterValue, 40, 17, 0, 0, // Skip to: 785
|
|
/* 768 */ MCD_OPC_CheckPredicate, 13, 220, 1, 0, // Skip to: 1249
|
|
/* 773 */ MCD_OPC_CheckField, 6, 5, 0, 213, 1, 0, // Skip to: 1249
|
|
/* 780 */ MCD_OPC_Decode, 179, 12, 213, 1, // Opcode: PS_SUB
|
|
/* 785 */ MCD_OPC_FilterValue, 41, 17, 0, 0, // Skip to: 807
|
|
/* 790 */ MCD_OPC_CheckPredicate, 13, 198, 1, 0, // Skip to: 1249
|
|
/* 795 */ MCD_OPC_CheckField, 6, 5, 0, 191, 1, 0, // Skip to: 1249
|
|
/* 802 */ MCD_OPC_Decode, 180, 12, 213, 1, // Opcode: PS_SUBo
|
|
/* 807 */ MCD_OPC_FilterValue, 42, 17, 0, 0, // Skip to: 829
|
|
/* 812 */ MCD_OPC_CheckPredicate, 13, 176, 1, 0, // Skip to: 1249
|
|
/* 817 */ MCD_OPC_CheckField, 6, 5, 0, 169, 1, 0, // Skip to: 1249
|
|
/* 824 */ MCD_OPC_Decode, 133, 12, 213, 1, // Opcode: PS_ADD
|
|
/* 829 */ MCD_OPC_FilterValue, 43, 17, 0, 0, // Skip to: 851
|
|
/* 834 */ MCD_OPC_CheckPredicate, 13, 154, 1, 0, // Skip to: 1249
|
|
/* 839 */ MCD_OPC_CheckField, 6, 5, 0, 147, 1, 0, // Skip to: 1249
|
|
/* 846 */ MCD_OPC_Decode, 134, 12, 213, 1, // Opcode: PS_ADDo
|
|
/* 851 */ MCD_OPC_FilterValue, 44, 23, 0, 0, // Skip to: 879
|
|
/* 856 */ MCD_OPC_CheckPredicate, 13, 132, 1, 0, // Skip to: 1249
|
|
/* 861 */ MCD_OPC_CheckField, 21, 5, 0, 125, 1, 0, // Skip to: 1249
|
|
/* 868 */ MCD_OPC_CheckField, 6, 5, 31, 118, 1, 0, // Skip to: 1249
|
|
/* 875 */ MCD_OPC_Decode, 224, 11, 73, // Opcode: PSC_DCBZL
|
|
/* 879 */ MCD_OPC_FilterValue, 46, 10, 0, 0, // Skip to: 894
|
|
/* 884 */ MCD_OPC_CheckPredicate, 13, 104, 1, 0, // Skip to: 1249
|
|
/* 889 */ MCD_OPC_Decode, 177, 12, 216, 1, // Opcode: PS_SEL
|
|
/* 894 */ MCD_OPC_FilterValue, 47, 10, 0, 0, // Skip to: 909
|
|
/* 899 */ MCD_OPC_CheckPredicate, 13, 89, 1, 0, // Skip to: 1249
|
|
/* 904 */ MCD_OPC_Decode, 178, 12, 216, 1, // Opcode: PS_SELo
|
|
/* 909 */ MCD_OPC_FilterValue, 48, 24, 0, 0, // Skip to: 938
|
|
/* 914 */ MCD_OPC_CheckPredicate, 13, 74, 1, 0, // Skip to: 1249
|
|
/* 919 */ MCD_OPC_CheckField, 16, 5, 0, 67, 1, 0, // Skip to: 1249
|
|
/* 926 */ MCD_OPC_CheckField, 6, 5, 0, 60, 1, 0, // Skip to: 1249
|
|
/* 933 */ MCD_OPC_Decode, 173, 12, 209, 1, // Opcode: PS_RES
|
|
/* 938 */ MCD_OPC_FilterValue, 49, 24, 0, 0, // Skip to: 967
|
|
/* 943 */ MCD_OPC_CheckPredicate, 13, 45, 1, 0, // Skip to: 1249
|
|
/* 948 */ MCD_OPC_CheckField, 16, 5, 0, 38, 1, 0, // Skip to: 1249
|
|
/* 955 */ MCD_OPC_CheckField, 6, 5, 0, 31, 1, 0, // Skip to: 1249
|
|
/* 962 */ MCD_OPC_Decode, 174, 12, 209, 1, // Opcode: PS_RESo
|
|
/* 967 */ MCD_OPC_FilterValue, 50, 17, 0, 0, // Skip to: 989
|
|
/* 972 */ MCD_OPC_CheckPredicate, 13, 16, 1, 0, // Skip to: 1249
|
|
/* 977 */ MCD_OPC_CheckField, 11, 5, 0, 9, 1, 0, // Skip to: 1249
|
|
/* 984 */ MCD_OPC_Decode, 159, 12, 215, 1, // Opcode: PS_MUL
|
|
/* 989 */ MCD_OPC_FilterValue, 51, 17, 0, 0, // Skip to: 1011
|
|
/* 994 */ MCD_OPC_CheckPredicate, 13, 250, 0, 0, // Skip to: 1249
|
|
/* 999 */ MCD_OPC_CheckField, 11, 5, 0, 243, 0, 0, // Skip to: 1249
|
|
/* 1006 */ MCD_OPC_Decode, 164, 12, 215, 1, // Opcode: PS_MULo
|
|
/* 1011 */ MCD_OPC_FilterValue, 52, 24, 0, 0, // Skip to: 1040
|
|
/* 1016 */ MCD_OPC_CheckPredicate, 13, 228, 0, 0, // Skip to: 1249
|
|
/* 1021 */ MCD_OPC_CheckField, 16, 5, 0, 221, 0, 0, // Skip to: 1249
|
|
/* 1028 */ MCD_OPC_CheckField, 6, 5, 0, 214, 0, 0, // Skip to: 1249
|
|
/* 1035 */ MCD_OPC_Decode, 175, 12, 209, 1, // Opcode: PS_RSQRTE
|
|
/* 1040 */ MCD_OPC_FilterValue, 53, 24, 0, 0, // Skip to: 1069
|
|
/* 1045 */ MCD_OPC_CheckPredicate, 13, 199, 0, 0, // Skip to: 1249
|
|
/* 1050 */ MCD_OPC_CheckField, 16, 5, 0, 192, 0, 0, // Skip to: 1249
|
|
/* 1057 */ MCD_OPC_CheckField, 6, 5, 0, 185, 0, 0, // Skip to: 1249
|
|
/* 1064 */ MCD_OPC_Decode, 176, 12, 209, 1, // Opcode: PS_RSQRTEo
|
|
/* 1069 */ MCD_OPC_FilterValue, 56, 10, 0, 0, // Skip to: 1084
|
|
/* 1074 */ MCD_OPC_CheckPredicate, 13, 170, 0, 0, // Skip to: 1249
|
|
/* 1079 */ MCD_OPC_Decode, 157, 12, 216, 1, // Opcode: PS_MSUB
|
|
/* 1084 */ MCD_OPC_FilterValue, 57, 10, 0, 0, // Skip to: 1099
|
|
/* 1089 */ MCD_OPC_CheckPredicate, 13, 155, 0, 0, // Skip to: 1249
|
|
/* 1094 */ MCD_OPC_Decode, 158, 12, 216, 1, // Opcode: PS_MSUBo
|
|
/* 1099 */ MCD_OPC_FilterValue, 58, 10, 0, 0, // Skip to: 1114
|
|
/* 1104 */ MCD_OPC_CheckPredicate, 13, 140, 0, 0, // Skip to: 1249
|
|
/* 1109 */ MCD_OPC_Decode, 141, 12, 216, 1, // Opcode: PS_MADD
|
|
/* 1114 */ MCD_OPC_FilterValue, 59, 10, 0, 0, // Skip to: 1129
|
|
/* 1119 */ MCD_OPC_CheckPredicate, 13, 125, 0, 0, // Skip to: 1249
|
|
/* 1124 */ MCD_OPC_Decode, 146, 12, 216, 1, // Opcode: PS_MADDo
|
|
/* 1129 */ MCD_OPC_FilterValue, 60, 10, 0, 0, // Skip to: 1144
|
|
/* 1134 */ MCD_OPC_CheckPredicate, 13, 110, 0, 0, // Skip to: 1249
|
|
/* 1139 */ MCD_OPC_Decode, 171, 12, 216, 1, // Opcode: PS_NMSUB
|
|
/* 1144 */ MCD_OPC_FilterValue, 61, 10, 0, 0, // Skip to: 1159
|
|
/* 1149 */ MCD_OPC_CheckPredicate, 13, 95, 0, 0, // Skip to: 1249
|
|
/* 1154 */ MCD_OPC_Decode, 172, 12, 216, 1, // Opcode: PS_NMSUBo
|
|
/* 1159 */ MCD_OPC_FilterValue, 62, 10, 0, 0, // Skip to: 1174
|
|
/* 1164 */ MCD_OPC_CheckPredicate, 13, 80, 0, 0, // Skip to: 1249
|
|
/* 1169 */ MCD_OPC_Decode, 169, 12, 216, 1, // Opcode: PS_NMADD
|
|
/* 1174 */ MCD_OPC_FilterValue, 63, 70, 0, 0, // Skip to: 1249
|
|
/* 1179 */ MCD_OPC_CheckPredicate, 13, 65, 0, 0, // Skip to: 1249
|
|
/* 1184 */ MCD_OPC_Decode, 170, 12, 216, 1, // Opcode: PS_NMADDo
|
|
/* 1189 */ MCD_OPC_FilterValue, 56, 10, 0, 0, // Skip to: 1204
|
|
/* 1194 */ MCD_OPC_CheckPredicate, 13, 50, 0, 0, // Skip to: 1249
|
|
/* 1199 */ MCD_OPC_Decode, 225, 11, 249, 1, // Opcode: PSQ_L
|
|
/* 1204 */ MCD_OPC_FilterValue, 57, 10, 0, 0, // Skip to: 1219
|
|
/* 1209 */ MCD_OPC_CheckPredicate, 13, 35, 0, 0, // Skip to: 1249
|
|
/* 1214 */ MCD_OPC_Decode, 226, 11, 249, 1, // Opcode: PSQ_LU
|
|
/* 1219 */ MCD_OPC_FilterValue, 60, 10, 0, 0, // Skip to: 1234
|
|
/* 1224 */ MCD_OPC_CheckPredicate, 13, 20, 0, 0, // Skip to: 1249
|
|
/* 1229 */ MCD_OPC_Decode, 229, 11, 249, 1, // Opcode: PSQ_ST
|
|
/* 1234 */ MCD_OPC_FilterValue, 61, 10, 0, 0, // Skip to: 1249
|
|
/* 1239 */ MCD_OPC_CheckPredicate, 13, 5, 0, 0, // Skip to: 1249
|
|
/* 1244 */ MCD_OPC_Decode, 230, 11, 249, 1, // Opcode: PSQ_STU
|
|
/* 1249 */ MCD_OPC_Fail,
|
|
0
|
|
};
|
|
|
|
static const uint8_t DecoderTableQPX32[] = {
|
|
/* 0 */ MCD_OPC_ExtractField, 0, 6, // Inst{5-0} ...
|
|
/* 3 */ MCD_OPC_FilterValue, 0, 91, 0, 0, // Skip to: 99
|
|
/* 8 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 11 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 33
|
|
/* 16 */ MCD_OPC_CheckPredicate, 14, 10, 11, 0, // Skip to: 2847
|
|
/* 21 */ MCD_OPC_CheckField, 26, 6, 4, 3, 11, 0, // Skip to: 2847
|
|
/* 28 */ MCD_OPC_Decode, 203, 12, 250, 1, // Opcode: QVFCMPEQb
|
|
/* 33 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 55
|
|
/* 38 */ MCD_OPC_CheckPredicate, 14, 244, 10, 0, // Skip to: 2847
|
|
/* 43 */ MCD_OPC_CheckField, 26, 6, 4, 237, 10, 0, // Skip to: 2847
|
|
/* 50 */ MCD_OPC_Decode, 206, 12, 250, 1, // Opcode: QVFCMPGTb
|
|
/* 55 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 77
|
|
/* 60 */ MCD_OPC_CheckPredicate, 14, 222, 10, 0, // Skip to: 2847
|
|
/* 65 */ MCD_OPC_CheckField, 26, 6, 4, 215, 10, 0, // Skip to: 2847
|
|
/* 72 */ MCD_OPC_Decode, 145, 13, 250, 1, // Opcode: QVFTSTNANb
|
|
/* 77 */ MCD_OPC_FilterValue, 3, 205, 10, 0, // Skip to: 2847
|
|
/* 82 */ MCD_OPC_CheckPredicate, 14, 200, 10, 0, // Skip to: 2847
|
|
/* 87 */ MCD_OPC_CheckField, 26, 6, 4, 193, 10, 0, // Skip to: 2847
|
|
/* 94 */ MCD_OPC_Decode, 209, 12, 250, 1, // Opcode: QVFCMPLTb
|
|
/* 99 */ MCD_OPC_FilterValue, 2, 33, 0, 0, // Skip to: 137
|
|
/* 104 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 107 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 122
|
|
/* 112 */ MCD_OPC_CheckPredicate, 14, 170, 10, 0, // Skip to: 2847
|
|
/* 117 */ MCD_OPC_Decode, 154, 13, 251, 1, // Opcode: QVFXXMADDS
|
|
/* 122 */ MCD_OPC_FilterValue, 4, 160, 10, 0, // Skip to: 2847
|
|
/* 127 */ MCD_OPC_CheckPredicate, 14, 155, 10, 0, // Skip to: 2847
|
|
/* 132 */ MCD_OPC_Decode, 153, 13, 251, 1, // Opcode: QVFXXMADD
|
|
/* 137 */ MCD_OPC_FilterValue, 6, 33, 0, 0, // Skip to: 175
|
|
/* 142 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 145 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 160
|
|
/* 150 */ MCD_OPC_CheckPredicate, 14, 132, 10, 0, // Skip to: 2847
|
|
/* 155 */ MCD_OPC_Decode, 152, 13, 251, 1, // Opcode: QVFXXCPNMADDS
|
|
/* 160 */ MCD_OPC_FilterValue, 4, 122, 10, 0, // Skip to: 2847
|
|
/* 165 */ MCD_OPC_CheckPredicate, 14, 117, 10, 0, // Skip to: 2847
|
|
/* 170 */ MCD_OPC_Decode, 151, 13, 251, 1, // Opcode: QVFXXCPNMADD
|
|
/* 175 */ MCD_OPC_FilterValue, 8, 24, 0, 0, // Skip to: 204
|
|
/* 180 */ MCD_OPC_CheckPredicate, 14, 102, 10, 0, // Skip to: 2847
|
|
/* 185 */ MCD_OPC_CheckField, 26, 6, 4, 95, 10, 0, // Skip to: 2847
|
|
/* 192 */ MCD_OPC_CheckField, 6, 1, 0, 88, 10, 0, // Skip to: 2847
|
|
/* 199 */ MCD_OPC_Decode, 223, 12, 252, 1, // Opcode: QVFLOGICALb
|
|
/* 204 */ MCD_OPC_FilterValue, 10, 15, 1, 0, // Skip to: 480
|
|
/* 209 */ MCD_OPC_ExtractField, 6, 3, // Inst{8-6} ...
|
|
/* 212 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 234
|
|
/* 217 */ MCD_OPC_CheckPredicate, 14, 65, 10, 0, // Skip to: 2847
|
|
/* 222 */ MCD_OPC_CheckField, 26, 6, 4, 58, 10, 0, // Skip to: 2847
|
|
/* 229 */ MCD_OPC_Decode, 186, 12, 253, 1, // Opcode: QVALIGNI
|
|
/* 234 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 263
|
|
/* 239 */ MCD_OPC_CheckPredicate, 14, 43, 10, 0, // Skip to: 2847
|
|
/* 244 */ MCD_OPC_CheckField, 26, 6, 4, 36, 10, 0, // Skip to: 2847
|
|
/* 251 */ MCD_OPC_CheckField, 11, 5, 0, 29, 10, 0, // Skip to: 2847
|
|
/* 258 */ MCD_OPC_Decode, 189, 12, 254, 1, // Opcode: QVESPLATI
|
|
/* 263 */ MCD_OPC_FilterValue, 4, 56, 0, 0, // Skip to: 324
|
|
/* 268 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 271 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 286
|
|
/* 276 */ MCD_OPC_CheckPredicate, 14, 6, 10, 0, // Skip to: 2847
|
|
/* 281 */ MCD_OPC_Decode, 157, 13, 255, 1, // Opcode: QVGPCI
|
|
/* 286 */ MCD_OPC_FilterValue, 31, 252, 9, 0, // Skip to: 2847
|
|
/* 291 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 294 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 309
|
|
/* 299 */ MCD_OPC_CheckPredicate, 14, 239, 9, 0, // Skip to: 2847
|
|
/* 304 */ MCD_OPC_Decode, 201, 13, 128, 2, // Opcode: QVSTFCSXI
|
|
/* 309 */ MCD_OPC_FilterValue, 2, 229, 9, 0, // Skip to: 2847
|
|
/* 314 */ MCD_OPC_CheckPredicate, 14, 224, 9, 0, // Skip to: 2847
|
|
/* 319 */ MCD_OPC_Decode, 222, 13, 128, 2, // Opcode: QVSTFSXI
|
|
/* 324 */ MCD_OPC_FilterValue, 5, 47, 0, 0, // Skip to: 376
|
|
/* 329 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 332 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 354
|
|
/* 337 */ MCD_OPC_CheckPredicate, 14, 201, 9, 0, // Skip to: 2847
|
|
/* 342 */ MCD_OPC_CheckField, 26, 6, 31, 194, 9, 0, // Skip to: 2847
|
|
/* 349 */ MCD_OPC_Decode, 197, 13, 128, 2, // Opcode: QVSTFCSUXI
|
|
/* 354 */ MCD_OPC_FilterValue, 2, 184, 9, 0, // Skip to: 2847
|
|
/* 359 */ MCD_OPC_CheckPredicate, 14, 179, 9, 0, // Skip to: 2847
|
|
/* 364 */ MCD_OPC_CheckField, 26, 6, 31, 172, 9, 0, // Skip to: 2847
|
|
/* 371 */ MCD_OPC_Decode, 217, 13, 128, 2, // Opcode: QVSTFSUXI
|
|
/* 376 */ MCD_OPC_FilterValue, 6, 47, 0, 0, // Skip to: 428
|
|
/* 381 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 384 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 406
|
|
/* 389 */ MCD_OPC_CheckPredicate, 14, 149, 9, 0, // Skip to: 2847
|
|
/* 394 */ MCD_OPC_CheckField, 26, 6, 31, 142, 9, 0, // Skip to: 2847
|
|
/* 401 */ MCD_OPC_Decode, 193, 13, 128, 2, // Opcode: QVSTFCDXI
|
|
/* 406 */ MCD_OPC_FilterValue, 2, 132, 9, 0, // Skip to: 2847
|
|
/* 411 */ MCD_OPC_CheckPredicate, 14, 127, 9, 0, // Skip to: 2847
|
|
/* 416 */ MCD_OPC_CheckField, 26, 6, 31, 120, 9, 0, // Skip to: 2847
|
|
/* 423 */ MCD_OPC_Decode, 210, 13, 128, 2, // Opcode: QVSTFDXI
|
|
/* 428 */ MCD_OPC_FilterValue, 7, 110, 9, 0, // Skip to: 2847
|
|
/* 433 */ MCD_OPC_ExtractField, 9, 2, // Inst{10-9} ...
|
|
/* 436 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 458
|
|
/* 441 */ MCD_OPC_CheckPredicate, 14, 97, 9, 0, // Skip to: 2847
|
|
/* 446 */ MCD_OPC_CheckField, 26, 6, 31, 90, 9, 0, // Skip to: 2847
|
|
/* 453 */ MCD_OPC_Decode, 189, 13, 128, 2, // Opcode: QVSTFCDUXI
|
|
/* 458 */ MCD_OPC_FilterValue, 2, 80, 9, 0, // Skip to: 2847
|
|
/* 463 */ MCD_OPC_CheckPredicate, 14, 75, 9, 0, // Skip to: 2847
|
|
/* 468 */ MCD_OPC_CheckField, 26, 6, 31, 68, 9, 0, // Skip to: 2847
|
|
/* 475 */ MCD_OPC_Decode, 206, 13, 128, 2, // Opcode: QVSTFDUXI
|
|
/* 480 */ MCD_OPC_FilterValue, 11, 179, 0, 0, // Skip to: 664
|
|
/* 485 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 488 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 510
|
|
/* 493 */ MCD_OPC_CheckPredicate, 14, 45, 9, 0, // Skip to: 2847
|
|
/* 498 */ MCD_OPC_CheckField, 26, 6, 31, 38, 9, 0, // Skip to: 2847
|
|
/* 505 */ MCD_OPC_Decode, 202, 13, 128, 2, // Opcode: QVSTFCSXIA
|
|
/* 510 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 532
|
|
/* 515 */ MCD_OPC_CheckPredicate, 14, 23, 9, 0, // Skip to: 2847
|
|
/* 520 */ MCD_OPC_CheckField, 26, 6, 31, 16, 9, 0, // Skip to: 2847
|
|
/* 527 */ MCD_OPC_Decode, 198, 13, 128, 2, // Opcode: QVSTFCSUXIA
|
|
/* 532 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 554
|
|
/* 537 */ MCD_OPC_CheckPredicate, 14, 1, 9, 0, // Skip to: 2847
|
|
/* 542 */ MCD_OPC_CheckField, 26, 6, 31, 250, 8, 0, // Skip to: 2847
|
|
/* 549 */ MCD_OPC_Decode, 194, 13, 128, 2, // Opcode: QVSTFCDXIA
|
|
/* 554 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 576
|
|
/* 559 */ MCD_OPC_CheckPredicate, 14, 235, 8, 0, // Skip to: 2847
|
|
/* 564 */ MCD_OPC_CheckField, 26, 6, 31, 228, 8, 0, // Skip to: 2847
|
|
/* 571 */ MCD_OPC_Decode, 190, 13, 128, 2, // Opcode: QVSTFCDUXIA
|
|
/* 576 */ MCD_OPC_FilterValue, 20, 17, 0, 0, // Skip to: 598
|
|
/* 581 */ MCD_OPC_CheckPredicate, 14, 213, 8, 0, // Skip to: 2847
|
|
/* 586 */ MCD_OPC_CheckField, 26, 6, 31, 206, 8, 0, // Skip to: 2847
|
|
/* 593 */ MCD_OPC_Decode, 223, 13, 128, 2, // Opcode: QVSTFSXIA
|
|
/* 598 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 620
|
|
/* 603 */ MCD_OPC_CheckPredicate, 14, 191, 8, 0, // Skip to: 2847
|
|
/* 608 */ MCD_OPC_CheckField, 26, 6, 31, 184, 8, 0, // Skip to: 2847
|
|
/* 615 */ MCD_OPC_Decode, 218, 13, 128, 2, // Opcode: QVSTFSUXIA
|
|
/* 620 */ MCD_OPC_FilterValue, 22, 17, 0, 0, // Skip to: 642
|
|
/* 625 */ MCD_OPC_CheckPredicate, 14, 169, 8, 0, // Skip to: 2847
|
|
/* 630 */ MCD_OPC_CheckField, 26, 6, 31, 162, 8, 0, // Skip to: 2847
|
|
/* 637 */ MCD_OPC_Decode, 211, 13, 128, 2, // Opcode: QVSTFDXIA
|
|
/* 642 */ MCD_OPC_FilterValue, 23, 152, 8, 0, // Skip to: 2847
|
|
/* 647 */ MCD_OPC_CheckPredicate, 14, 147, 8, 0, // Skip to: 2847
|
|
/* 652 */ MCD_OPC_CheckField, 26, 6, 31, 140, 8, 0, // Skip to: 2847
|
|
/* 659 */ MCD_OPC_Decode, 207, 13, 128, 2, // Opcode: QVSTFDUXIA
|
|
/* 664 */ MCD_OPC_FilterValue, 12, 86, 0, 0, // Skip to: 755
|
|
/* 669 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 672 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 687
|
|
/* 677 */ MCD_OPC_CheckPredicate, 14, 117, 8, 0, // Skip to: 2847
|
|
/* 682 */ MCD_OPC_Decode, 247, 12, 251, 1, // Opcode: QVFPERM
|
|
/* 687 */ MCD_OPC_FilterValue, 31, 107, 8, 0, // Skip to: 2847
|
|
/* 692 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 695 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 710
|
|
/* 700 */ MCD_OPC_CheckPredicate, 14, 94, 8, 0, // Skip to: 2847
|
|
/* 705 */ MCD_OPC_Decode, 186, 13, 128, 2, // Opcode: QVLPCRSX
|
|
/* 710 */ MCD_OPC_FilterValue, 2, 10, 0, 0, // Skip to: 725
|
|
/* 715 */ MCD_OPC_CheckPredicate, 14, 79, 8, 0, // Skip to: 2847
|
|
/* 720 */ MCD_OPC_Decode, 185, 13, 128, 2, // Opcode: QVLPCRDX
|
|
/* 725 */ MCD_OPC_FilterValue, 16, 10, 0, 0, // Skip to: 740
|
|
/* 730 */ MCD_OPC_CheckPredicate, 14, 64, 8, 0, // Skip to: 2847
|
|
/* 735 */ MCD_OPC_Decode, 183, 13, 128, 2, // Opcode: QVLPCLSX
|
|
/* 740 */ MCD_OPC_FilterValue, 18, 54, 8, 0, // Skip to: 2847
|
|
/* 745 */ MCD_OPC_CheckPredicate, 14, 49, 8, 0, // Skip to: 2847
|
|
/* 750 */ MCD_OPC_Decode, 182, 13, 128, 2, // Opcode: QVLPCLDX
|
|
/* 755 */ MCD_OPC_FilterValue, 14, 165, 1, 0, // Skip to: 1181
|
|
/* 760 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 763 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 785
|
|
/* 768 */ MCD_OPC_CheckPredicate, 14, 26, 8, 0, // Skip to: 2847
|
|
/* 773 */ MCD_OPC_CheckField, 26, 6, 31, 19, 8, 0, // Skip to: 2847
|
|
/* 780 */ MCD_OPC_Decode, 164, 13, 128, 2, // Opcode: QVLFCSX
|
|
/* 785 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 807
|
|
/* 790 */ MCD_OPC_CheckPredicate, 14, 4, 8, 0, // Skip to: 2847
|
|
/* 795 */ MCD_OPC_CheckField, 26, 6, 31, 253, 7, 0, // Skip to: 2847
|
|
/* 802 */ MCD_OPC_Decode, 162, 13, 128, 2, // Opcode: QVLFCSUX
|
|
/* 807 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 829
|
|
/* 812 */ MCD_OPC_CheckPredicate, 14, 238, 7, 0, // Skip to: 2847
|
|
/* 817 */ MCD_OPC_CheckField, 26, 6, 31, 231, 7, 0, // Skip to: 2847
|
|
/* 824 */ MCD_OPC_Decode, 160, 13, 128, 2, // Opcode: QVLFCDX
|
|
/* 829 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 851
|
|
/* 834 */ MCD_OPC_CheckPredicate, 14, 216, 7, 0, // Skip to: 2847
|
|
/* 839 */ MCD_OPC_CheckField, 26, 6, 31, 209, 7, 0, // Skip to: 2847
|
|
/* 846 */ MCD_OPC_Decode, 158, 13, 128, 2, // Opcode: QVLFCDUX
|
|
/* 851 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 873
|
|
/* 856 */ MCD_OPC_CheckPredicate, 14, 194, 7, 0, // Skip to: 2847
|
|
/* 861 */ MCD_OPC_CheckField, 26, 6, 31, 187, 7, 0, // Skip to: 2847
|
|
/* 868 */ MCD_OPC_Decode, 199, 13, 128, 2, // Opcode: QVSTFCSX
|
|
/* 873 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 895
|
|
/* 878 */ MCD_OPC_CheckPredicate, 14, 172, 7, 0, // Skip to: 2847
|
|
/* 883 */ MCD_OPC_CheckField, 26, 6, 31, 165, 7, 0, // Skip to: 2847
|
|
/* 890 */ MCD_OPC_Decode, 195, 13, 128, 2, // Opcode: QVSTFCSUX
|
|
/* 895 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 917
|
|
/* 900 */ MCD_OPC_CheckPredicate, 14, 150, 7, 0, // Skip to: 2847
|
|
/* 905 */ MCD_OPC_CheckField, 26, 6, 31, 143, 7, 0, // Skip to: 2847
|
|
/* 912 */ MCD_OPC_Decode, 191, 13, 128, 2, // Opcode: QVSTFCDX
|
|
/* 917 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 939
|
|
/* 922 */ MCD_OPC_CheckPredicate, 14, 128, 7, 0, // Skip to: 2847
|
|
/* 927 */ MCD_OPC_CheckField, 26, 6, 31, 121, 7, 0, // Skip to: 2847
|
|
/* 934 */ MCD_OPC_Decode, 187, 13, 128, 2, // Opcode: QVSTFCDUX
|
|
/* 939 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 961
|
|
/* 944 */ MCD_OPC_CheckPredicate, 14, 106, 7, 0, // Skip to: 2847
|
|
/* 949 */ MCD_OPC_CheckField, 26, 6, 31, 99, 7, 0, // Skip to: 2847
|
|
/* 956 */ MCD_OPC_Decode, 178, 13, 128, 2, // Opcode: QVLFSX
|
|
/* 961 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 983
|
|
/* 966 */ MCD_OPC_CheckPredicate, 14, 84, 7, 0, // Skip to: 2847
|
|
/* 971 */ MCD_OPC_CheckField, 26, 6, 31, 77, 7, 0, // Skip to: 2847
|
|
/* 978 */ MCD_OPC_Decode, 176, 13, 129, 2, // Opcode: QVLFSUX
|
|
/* 983 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 1005
|
|
/* 988 */ MCD_OPC_CheckPredicate, 14, 62, 7, 0, // Skip to: 2847
|
|
/* 993 */ MCD_OPC_CheckField, 26, 6, 31, 55, 7, 0, // Skip to: 2847
|
|
/* 1000 */ MCD_OPC_Decode, 169, 13, 128, 2, // Opcode: QVLFDX
|
|
/* 1005 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 1027
|
|
/* 1010 */ MCD_OPC_CheckPredicate, 14, 40, 7, 0, // Skip to: 2847
|
|
/* 1015 */ MCD_OPC_CheckField, 26, 6, 31, 33, 7, 0, // Skip to: 2847
|
|
/* 1022 */ MCD_OPC_Decode, 167, 13, 130, 2, // Opcode: QVLFDUX
|
|
/* 1027 */ MCD_OPC_FilterValue, 20, 17, 0, 0, // Skip to: 1049
|
|
/* 1032 */ MCD_OPC_CheckPredicate, 14, 18, 7, 0, // Skip to: 2847
|
|
/* 1037 */ MCD_OPC_CheckField, 26, 6, 31, 11, 7, 0, // Skip to: 2847
|
|
/* 1044 */ MCD_OPC_Decode, 220, 13, 128, 2, // Opcode: QVSTFSX
|
|
/* 1049 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 1071
|
|
/* 1054 */ MCD_OPC_CheckPredicate, 14, 252, 6, 0, // Skip to: 2847
|
|
/* 1059 */ MCD_OPC_CheckField, 26, 6, 31, 245, 6, 0, // Skip to: 2847
|
|
/* 1066 */ MCD_OPC_Decode, 215, 13, 131, 2, // Opcode: QVSTFSUX
|
|
/* 1071 */ MCD_OPC_FilterValue, 22, 17, 0, 0, // Skip to: 1093
|
|
/* 1076 */ MCD_OPC_CheckPredicate, 14, 230, 6, 0, // Skip to: 2847
|
|
/* 1081 */ MCD_OPC_CheckField, 26, 6, 31, 223, 6, 0, // Skip to: 2847
|
|
/* 1088 */ MCD_OPC_Decode, 208, 13, 128, 2, // Opcode: QVSTFDX
|
|
/* 1093 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 1115
|
|
/* 1098 */ MCD_OPC_CheckPredicate, 14, 208, 6, 0, // Skip to: 2847
|
|
/* 1103 */ MCD_OPC_CheckField, 26, 6, 31, 201, 6, 0, // Skip to: 2847
|
|
/* 1110 */ MCD_OPC_Decode, 204, 13, 132, 2, // Opcode: QVSTFDUX
|
|
/* 1115 */ MCD_OPC_FilterValue, 26, 17, 0, 0, // Skip to: 1137
|
|
/* 1120 */ MCD_OPC_CheckPredicate, 14, 186, 6, 0, // Skip to: 2847
|
|
/* 1125 */ MCD_OPC_CheckField, 26, 6, 31, 179, 6, 0, // Skip to: 2847
|
|
/* 1132 */ MCD_OPC_Decode, 174, 13, 128, 2, // Opcode: QVLFIWZX
|
|
/* 1137 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 1159
|
|
/* 1142 */ MCD_OPC_CheckPredicate, 14, 164, 6, 0, // Skip to: 2847
|
|
/* 1147 */ MCD_OPC_CheckField, 26, 6, 31, 157, 6, 0, // Skip to: 2847
|
|
/* 1154 */ MCD_OPC_Decode, 172, 13, 128, 2, // Opcode: QVLFIWAX
|
|
/* 1159 */ MCD_OPC_FilterValue, 30, 147, 6, 0, // Skip to: 2847
|
|
/* 1164 */ MCD_OPC_CheckPredicate, 14, 142, 6, 0, // Skip to: 2847
|
|
/* 1169 */ MCD_OPC_CheckField, 26, 6, 31, 135, 6, 0, // Skip to: 2847
|
|
/* 1176 */ MCD_OPC_Decode, 213, 13, 128, 2, // Opcode: QVSTFIWX
|
|
/* 1181 */ MCD_OPC_FilterValue, 15, 165, 1, 0, // Skip to: 1607
|
|
/* 1186 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 1189 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1211
|
|
/* 1194 */ MCD_OPC_CheckPredicate, 14, 112, 6, 0, // Skip to: 2847
|
|
/* 1199 */ MCD_OPC_CheckField, 26, 6, 31, 105, 6, 0, // Skip to: 2847
|
|
/* 1206 */ MCD_OPC_Decode, 165, 13, 128, 2, // Opcode: QVLFCSXA
|
|
/* 1211 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 1233
|
|
/* 1216 */ MCD_OPC_CheckPredicate, 14, 90, 6, 0, // Skip to: 2847
|
|
/* 1221 */ MCD_OPC_CheckField, 26, 6, 31, 83, 6, 0, // Skip to: 2847
|
|
/* 1228 */ MCD_OPC_Decode, 163, 13, 128, 2, // Opcode: QVLFCSUXA
|
|
/* 1233 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 1255
|
|
/* 1238 */ MCD_OPC_CheckPredicate, 14, 68, 6, 0, // Skip to: 2847
|
|
/* 1243 */ MCD_OPC_CheckField, 26, 6, 31, 61, 6, 0, // Skip to: 2847
|
|
/* 1250 */ MCD_OPC_Decode, 161, 13, 128, 2, // Opcode: QVLFCDXA
|
|
/* 1255 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 1277
|
|
/* 1260 */ MCD_OPC_CheckPredicate, 14, 46, 6, 0, // Skip to: 2847
|
|
/* 1265 */ MCD_OPC_CheckField, 26, 6, 31, 39, 6, 0, // Skip to: 2847
|
|
/* 1272 */ MCD_OPC_Decode, 159, 13, 128, 2, // Opcode: QVLFCDUXA
|
|
/* 1277 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 1299
|
|
/* 1282 */ MCD_OPC_CheckPredicate, 14, 24, 6, 0, // Skip to: 2847
|
|
/* 1287 */ MCD_OPC_CheckField, 26, 6, 31, 17, 6, 0, // Skip to: 2847
|
|
/* 1294 */ MCD_OPC_Decode, 200, 13, 128, 2, // Opcode: QVSTFCSXA
|
|
/* 1299 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 1321
|
|
/* 1304 */ MCD_OPC_CheckPredicate, 14, 2, 6, 0, // Skip to: 2847
|
|
/* 1309 */ MCD_OPC_CheckField, 26, 6, 31, 251, 5, 0, // Skip to: 2847
|
|
/* 1316 */ MCD_OPC_Decode, 196, 13, 128, 2, // Opcode: QVSTFCSUXA
|
|
/* 1321 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 1343
|
|
/* 1326 */ MCD_OPC_CheckPredicate, 14, 236, 5, 0, // Skip to: 2847
|
|
/* 1331 */ MCD_OPC_CheckField, 26, 6, 31, 229, 5, 0, // Skip to: 2847
|
|
/* 1338 */ MCD_OPC_Decode, 192, 13, 128, 2, // Opcode: QVSTFCDXA
|
|
/* 1343 */ MCD_OPC_FilterValue, 7, 17, 0, 0, // Skip to: 1365
|
|
/* 1348 */ MCD_OPC_CheckPredicate, 14, 214, 5, 0, // Skip to: 2847
|
|
/* 1353 */ MCD_OPC_CheckField, 26, 6, 31, 207, 5, 0, // Skip to: 2847
|
|
/* 1360 */ MCD_OPC_Decode, 188, 13, 128, 2, // Opcode: QVSTFCDUXA
|
|
/* 1365 */ MCD_OPC_FilterValue, 16, 17, 0, 0, // Skip to: 1387
|
|
/* 1370 */ MCD_OPC_CheckPredicate, 14, 192, 5, 0, // Skip to: 2847
|
|
/* 1375 */ MCD_OPC_CheckField, 26, 6, 31, 185, 5, 0, // Skip to: 2847
|
|
/* 1382 */ MCD_OPC_Decode, 179, 13, 128, 2, // Opcode: QVLFSXA
|
|
/* 1387 */ MCD_OPC_FilterValue, 17, 17, 0, 0, // Skip to: 1409
|
|
/* 1392 */ MCD_OPC_CheckPredicate, 14, 170, 5, 0, // Skip to: 2847
|
|
/* 1397 */ MCD_OPC_CheckField, 26, 6, 31, 163, 5, 0, // Skip to: 2847
|
|
/* 1404 */ MCD_OPC_Decode, 177, 13, 128, 2, // Opcode: QVLFSUXA
|
|
/* 1409 */ MCD_OPC_FilterValue, 18, 17, 0, 0, // Skip to: 1431
|
|
/* 1414 */ MCD_OPC_CheckPredicate, 14, 148, 5, 0, // Skip to: 2847
|
|
/* 1419 */ MCD_OPC_CheckField, 26, 6, 31, 141, 5, 0, // Skip to: 2847
|
|
/* 1426 */ MCD_OPC_Decode, 170, 13, 128, 2, // Opcode: QVLFDXA
|
|
/* 1431 */ MCD_OPC_FilterValue, 19, 17, 0, 0, // Skip to: 1453
|
|
/* 1436 */ MCD_OPC_CheckPredicate, 14, 126, 5, 0, // Skip to: 2847
|
|
/* 1441 */ MCD_OPC_CheckField, 26, 6, 31, 119, 5, 0, // Skip to: 2847
|
|
/* 1448 */ MCD_OPC_Decode, 168, 13, 128, 2, // Opcode: QVLFDUXA
|
|
/* 1453 */ MCD_OPC_FilterValue, 20, 17, 0, 0, // Skip to: 1475
|
|
/* 1458 */ MCD_OPC_CheckPredicate, 14, 104, 5, 0, // Skip to: 2847
|
|
/* 1463 */ MCD_OPC_CheckField, 26, 6, 31, 97, 5, 0, // Skip to: 2847
|
|
/* 1470 */ MCD_OPC_Decode, 221, 13, 128, 2, // Opcode: QVSTFSXA
|
|
/* 1475 */ MCD_OPC_FilterValue, 21, 17, 0, 0, // Skip to: 1497
|
|
/* 1480 */ MCD_OPC_CheckPredicate, 14, 82, 5, 0, // Skip to: 2847
|
|
/* 1485 */ MCD_OPC_CheckField, 26, 6, 31, 75, 5, 0, // Skip to: 2847
|
|
/* 1492 */ MCD_OPC_Decode, 216, 13, 128, 2, // Opcode: QVSTFSUXA
|
|
/* 1497 */ MCD_OPC_FilterValue, 22, 17, 0, 0, // Skip to: 1519
|
|
/* 1502 */ MCD_OPC_CheckPredicate, 14, 60, 5, 0, // Skip to: 2847
|
|
/* 1507 */ MCD_OPC_CheckField, 26, 6, 31, 53, 5, 0, // Skip to: 2847
|
|
/* 1514 */ MCD_OPC_Decode, 209, 13, 128, 2, // Opcode: QVSTFDXA
|
|
/* 1519 */ MCD_OPC_FilterValue, 23, 17, 0, 0, // Skip to: 1541
|
|
/* 1524 */ MCD_OPC_CheckPredicate, 14, 38, 5, 0, // Skip to: 2847
|
|
/* 1529 */ MCD_OPC_CheckField, 26, 6, 31, 31, 5, 0, // Skip to: 2847
|
|
/* 1536 */ MCD_OPC_Decode, 205, 13, 128, 2, // Opcode: QVSTFDUXA
|
|
/* 1541 */ MCD_OPC_FilterValue, 26, 17, 0, 0, // Skip to: 1563
|
|
/* 1546 */ MCD_OPC_CheckPredicate, 14, 16, 5, 0, // Skip to: 2847
|
|
/* 1551 */ MCD_OPC_CheckField, 26, 6, 31, 9, 5, 0, // Skip to: 2847
|
|
/* 1558 */ MCD_OPC_Decode, 175, 13, 128, 2, // Opcode: QVLFIWZXA
|
|
/* 1563 */ MCD_OPC_FilterValue, 27, 17, 0, 0, // Skip to: 1585
|
|
/* 1568 */ MCD_OPC_CheckPredicate, 14, 250, 4, 0, // Skip to: 2847
|
|
/* 1573 */ MCD_OPC_CheckField, 26, 6, 31, 243, 4, 0, // Skip to: 2847
|
|
/* 1580 */ MCD_OPC_Decode, 173, 13, 128, 2, // Opcode: QVLFIWAXA
|
|
/* 1585 */ MCD_OPC_FilterValue, 30, 233, 4, 0, // Skip to: 2847
|
|
/* 1590 */ MCD_OPC_CheckPredicate, 14, 228, 4, 0, // Skip to: 2847
|
|
/* 1595 */ MCD_OPC_CheckField, 26, 6, 31, 221, 4, 0, // Skip to: 2847
|
|
/* 1602 */ MCD_OPC_Decode, 214, 13, 128, 2, // Opcode: QVSTFIWXA
|
|
/* 1607 */ MCD_OPC_FilterValue, 16, 1, 1, 0, // Skip to: 1869
|
|
/* 1612 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 1615 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1637
|
|
/* 1620 */ MCD_OPC_CheckPredicate, 14, 198, 4, 0, // Skip to: 2847
|
|
/* 1625 */ MCD_OPC_CheckField, 26, 6, 4, 191, 4, 0, // Skip to: 2847
|
|
/* 1632 */ MCD_OPC_Decode, 211, 12, 133, 2, // Opcode: QVFCPSGN
|
|
/* 1637 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 1666
|
|
/* 1642 */ MCD_OPC_CheckPredicate, 14, 176, 4, 0, // Skip to: 2847
|
|
/* 1647 */ MCD_OPC_CheckField, 26, 6, 4, 169, 4, 0, // Skip to: 2847
|
|
/* 1654 */ MCD_OPC_CheckField, 16, 5, 0, 162, 4, 0, // Skip to: 2847
|
|
/* 1661 */ MCD_OPC_Decode, 239, 12, 134, 2, // Opcode: QVFNEG
|
|
/* 1666 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 1695
|
|
/* 1671 */ MCD_OPC_CheckPredicate, 14, 147, 4, 0, // Skip to: 2847
|
|
/* 1676 */ MCD_OPC_CheckField, 26, 6, 4, 140, 4, 0, // Skip to: 2847
|
|
/* 1683 */ MCD_OPC_CheckField, 16, 5, 0, 133, 4, 0, // Skip to: 2847
|
|
/* 1690 */ MCD_OPC_Decode, 228, 12, 134, 2, // Opcode: QVFMR
|
|
/* 1695 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1724
|
|
/* 1700 */ MCD_OPC_CheckPredicate, 14, 118, 4, 0, // Skip to: 2847
|
|
/* 1705 */ MCD_OPC_CheckField, 26, 6, 4, 111, 4, 0, // Skip to: 2847
|
|
/* 1712 */ MCD_OPC_CheckField, 16, 5, 0, 104, 4, 0, // Skip to: 2847
|
|
/* 1719 */ MCD_OPC_Decode, 237, 12, 134, 2, // Opcode: QVFNABS
|
|
/* 1724 */ MCD_OPC_FilterValue, 8, 24, 0, 0, // Skip to: 1753
|
|
/* 1729 */ MCD_OPC_CheckPredicate, 14, 89, 4, 0, // Skip to: 2847
|
|
/* 1734 */ MCD_OPC_CheckField, 26, 6, 4, 82, 4, 0, // Skip to: 2847
|
|
/* 1741 */ MCD_OPC_CheckField, 16, 5, 0, 75, 4, 0, // Skip to: 2847
|
|
/* 1748 */ MCD_OPC_Decode, 192, 12, 134, 2, // Opcode: QVFABS
|
|
/* 1753 */ MCD_OPC_FilterValue, 12, 24, 0, 0, // Skip to: 1782
|
|
/* 1758 */ MCD_OPC_CheckPredicate, 14, 60, 4, 0, // Skip to: 2847
|
|
/* 1763 */ MCD_OPC_CheckField, 26, 6, 4, 53, 4, 0, // Skip to: 2847
|
|
/* 1770 */ MCD_OPC_CheckField, 16, 5, 0, 46, 4, 0, // Skip to: 2847
|
|
/* 1777 */ MCD_OPC_Decode, 254, 12, 134, 2, // Opcode: QVFRIN
|
|
/* 1782 */ MCD_OPC_FilterValue, 13, 24, 0, 0, // Skip to: 1811
|
|
/* 1787 */ MCD_OPC_CheckPredicate, 14, 31, 4, 0, // Skip to: 2847
|
|
/* 1792 */ MCD_OPC_CheckField, 26, 6, 4, 24, 4, 0, // Skip to: 2847
|
|
/* 1799 */ MCD_OPC_CheckField, 16, 5, 0, 17, 4, 0, // Skip to: 2847
|
|
/* 1806 */ MCD_OPC_Decode, 130, 13, 134, 2, // Opcode: QVFRIZ
|
|
/* 1811 */ MCD_OPC_FilterValue, 14, 24, 0, 0, // Skip to: 1840
|
|
/* 1816 */ MCD_OPC_CheckPredicate, 14, 2, 4, 0, // Skip to: 2847
|
|
/* 1821 */ MCD_OPC_CheckField, 26, 6, 4, 251, 3, 0, // Skip to: 2847
|
|
/* 1828 */ MCD_OPC_CheckField, 16, 5, 0, 244, 3, 0, // Skip to: 2847
|
|
/* 1835 */ MCD_OPC_Decode, 128, 13, 134, 2, // Opcode: QVFRIP
|
|
/* 1840 */ MCD_OPC_FilterValue, 15, 234, 3, 0, // Skip to: 2847
|
|
/* 1845 */ MCD_OPC_CheckPredicate, 14, 229, 3, 0, // Skip to: 2847
|
|
/* 1850 */ MCD_OPC_CheckField, 26, 6, 4, 222, 3, 0, // Skip to: 2847
|
|
/* 1857 */ MCD_OPC_CheckField, 16, 5, 0, 215, 3, 0, // Skip to: 2847
|
|
/* 1864 */ MCD_OPC_Decode, 252, 12, 134, 2, // Opcode: QVFRIM
|
|
/* 1869 */ MCD_OPC_FilterValue, 18, 33, 0, 0, // Skip to: 1907
|
|
/* 1874 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 1877 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1892
|
|
/* 1882 */ MCD_OPC_CheckPredicate, 14, 192, 3, 0, // Skip to: 2847
|
|
/* 1887 */ MCD_OPC_Decode, 148, 13, 251, 1, // Opcode: QVFXMADDS
|
|
/* 1892 */ MCD_OPC_FilterValue, 4, 182, 3, 0, // Skip to: 2847
|
|
/* 1897 */ MCD_OPC_CheckPredicate, 14, 177, 3, 0, // Skip to: 2847
|
|
/* 1902 */ MCD_OPC_Decode, 147, 13, 251, 1, // Opcode: QVFXMADD
|
|
/* 1907 */ MCD_OPC_FilterValue, 22, 33, 0, 0, // Skip to: 1945
|
|
/* 1912 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 1915 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1930
|
|
/* 1920 */ MCD_OPC_CheckPredicate, 14, 154, 3, 0, // Skip to: 2847
|
|
/* 1925 */ MCD_OPC_Decode, 156, 13, 251, 1, // Opcode: QVFXXNPMADDS
|
|
/* 1930 */ MCD_OPC_FilterValue, 4, 144, 3, 0, // Skip to: 2847
|
|
/* 1935 */ MCD_OPC_CheckPredicate, 14, 139, 3, 0, // Skip to: 2847
|
|
/* 1940 */ MCD_OPC_Decode, 155, 13, 251, 1, // Opcode: QVFXXNPMADD
|
|
/* 1945 */ MCD_OPC_FilterValue, 24, 31, 0, 0, // Skip to: 1981
|
|
/* 1950 */ MCD_OPC_CheckPredicate, 14, 124, 3, 0, // Skip to: 2847
|
|
/* 1955 */ MCD_OPC_CheckField, 26, 6, 4, 117, 3, 0, // Skip to: 2847
|
|
/* 1962 */ MCD_OPC_CheckField, 16, 5, 0, 110, 3, 0, // Skip to: 2847
|
|
/* 1969 */ MCD_OPC_CheckField, 6, 5, 0, 103, 3, 0, // Skip to: 2847
|
|
/* 1976 */ MCD_OPC_Decode, 133, 13, 135, 2, // Opcode: QVFRSPs
|
|
/* 1981 */ MCD_OPC_FilterValue, 28, 223, 0, 0, // Skip to: 2209
|
|
/* 1986 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 1989 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2018
|
|
/* 1994 */ MCD_OPC_CheckPredicate, 14, 80, 3, 0, // Skip to: 2847
|
|
/* 1999 */ MCD_OPC_CheckField, 26, 6, 4, 73, 3, 0, // Skip to: 2847
|
|
/* 2006 */ MCD_OPC_CheckField, 16, 5, 0, 66, 3, 0, // Skip to: 2847
|
|
/* 2013 */ MCD_OPC_Decode, 218, 12, 134, 2, // Opcode: QVFCTIW
|
|
/* 2018 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2047
|
|
/* 2023 */ MCD_OPC_CheckPredicate, 14, 51, 3, 0, // Skip to: 2847
|
|
/* 2028 */ MCD_OPC_CheckField, 26, 6, 4, 44, 3, 0, // Skip to: 2847
|
|
/* 2035 */ MCD_OPC_CheckField, 16, 5, 0, 37, 3, 0, // Skip to: 2847
|
|
/* 2042 */ MCD_OPC_Decode, 219, 12, 134, 2, // Opcode: QVFCTIWU
|
|
/* 2047 */ MCD_OPC_FilterValue, 25, 24, 0, 0, // Skip to: 2076
|
|
/* 2052 */ MCD_OPC_CheckPredicate, 14, 22, 3, 0, // Skip to: 2847
|
|
/* 2057 */ MCD_OPC_CheckField, 26, 6, 4, 15, 3, 0, // Skip to: 2847
|
|
/* 2064 */ MCD_OPC_CheckField, 16, 5, 0, 8, 3, 0, // Skip to: 2847
|
|
/* 2071 */ MCD_OPC_Decode, 213, 12, 134, 2, // Opcode: QVFCTID
|
|
/* 2076 */ MCD_OPC_FilterValue, 26, 47, 0, 0, // Skip to: 2128
|
|
/* 2081 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2084 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2106
|
|
/* 2089 */ MCD_OPC_CheckPredicate, 14, 241, 2, 0, // Skip to: 2847
|
|
/* 2094 */ MCD_OPC_CheckField, 16, 5, 0, 234, 2, 0, // Skip to: 2847
|
|
/* 2101 */ MCD_OPC_Decode, 198, 12, 134, 2, // Opcode: QVFCFIDS
|
|
/* 2106 */ MCD_OPC_FilterValue, 4, 224, 2, 0, // Skip to: 2847
|
|
/* 2111 */ MCD_OPC_CheckPredicate, 14, 219, 2, 0, // Skip to: 2847
|
|
/* 2116 */ MCD_OPC_CheckField, 16, 5, 0, 212, 2, 0, // Skip to: 2847
|
|
/* 2123 */ MCD_OPC_Decode, 197, 12, 134, 2, // Opcode: QVFCFID
|
|
/* 2128 */ MCD_OPC_FilterValue, 29, 24, 0, 0, // Skip to: 2157
|
|
/* 2133 */ MCD_OPC_CheckPredicate, 14, 197, 2, 0, // Skip to: 2847
|
|
/* 2138 */ MCD_OPC_CheckField, 26, 6, 4, 190, 2, 0, // Skip to: 2847
|
|
/* 2145 */ MCD_OPC_CheckField, 16, 5, 0, 183, 2, 0, // Skip to: 2847
|
|
/* 2152 */ MCD_OPC_Decode, 214, 12, 134, 2, // Opcode: QVFCTIDU
|
|
/* 2157 */ MCD_OPC_FilterValue, 30, 173, 2, 0, // Skip to: 2847
|
|
/* 2162 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2165 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2187
|
|
/* 2170 */ MCD_OPC_CheckPredicate, 14, 160, 2, 0, // Skip to: 2847
|
|
/* 2175 */ MCD_OPC_CheckField, 16, 5, 0, 153, 2, 0, // Skip to: 2847
|
|
/* 2182 */ MCD_OPC_Decode, 200, 12, 134, 2, // Opcode: QVFCFIDUS
|
|
/* 2187 */ MCD_OPC_FilterValue, 4, 143, 2, 0, // Skip to: 2847
|
|
/* 2192 */ MCD_OPC_CheckPredicate, 14, 138, 2, 0, // Skip to: 2847
|
|
/* 2197 */ MCD_OPC_CheckField, 16, 5, 0, 131, 2, 0, // Skip to: 2847
|
|
/* 2204 */ MCD_OPC_Decode, 199, 12, 134, 2, // Opcode: QVFCFIDU
|
|
/* 2209 */ MCD_OPC_FilterValue, 30, 119, 0, 0, // Skip to: 2333
|
|
/* 2214 */ MCD_OPC_ExtractField, 6, 5, // Inst{10-6} ...
|
|
/* 2217 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2246
|
|
/* 2222 */ MCD_OPC_CheckPredicate, 14, 108, 2, 0, // Skip to: 2847
|
|
/* 2227 */ MCD_OPC_CheckField, 26, 6, 4, 101, 2, 0, // Skip to: 2847
|
|
/* 2234 */ MCD_OPC_CheckField, 16, 5, 0, 94, 2, 0, // Skip to: 2847
|
|
/* 2241 */ MCD_OPC_Decode, 221, 12, 134, 2, // Opcode: QVFCTIWZ
|
|
/* 2246 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2275
|
|
/* 2251 */ MCD_OPC_CheckPredicate, 14, 79, 2, 0, // Skip to: 2847
|
|
/* 2256 */ MCD_OPC_CheckField, 26, 6, 4, 72, 2, 0, // Skip to: 2847
|
|
/* 2263 */ MCD_OPC_CheckField, 16, 5, 0, 65, 2, 0, // Skip to: 2847
|
|
/* 2270 */ MCD_OPC_Decode, 220, 12, 134, 2, // Opcode: QVFCTIWUZ
|
|
/* 2275 */ MCD_OPC_FilterValue, 25, 24, 0, 0, // Skip to: 2304
|
|
/* 2280 */ MCD_OPC_CheckPredicate, 14, 50, 2, 0, // Skip to: 2847
|
|
/* 2285 */ MCD_OPC_CheckField, 26, 6, 4, 43, 2, 0, // Skip to: 2847
|
|
/* 2292 */ MCD_OPC_CheckField, 16, 5, 0, 36, 2, 0, // Skip to: 2847
|
|
/* 2299 */ MCD_OPC_Decode, 216, 12, 134, 2, // Opcode: QVFCTIDZ
|
|
/* 2304 */ MCD_OPC_FilterValue, 29, 26, 2, 0, // Skip to: 2847
|
|
/* 2309 */ MCD_OPC_CheckPredicate, 14, 21, 2, 0, // Skip to: 2847
|
|
/* 2314 */ MCD_OPC_CheckField, 26, 6, 4, 14, 2, 0, // Skip to: 2847
|
|
/* 2321 */ MCD_OPC_CheckField, 16, 5, 0, 7, 2, 0, // Skip to: 2847
|
|
/* 2328 */ MCD_OPC_Decode, 215, 12, 134, 2, // Opcode: QVFCTIDUZ
|
|
/* 2333 */ MCD_OPC_FilterValue, 34, 47, 0, 0, // Skip to: 2385
|
|
/* 2338 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2341 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2363
|
|
/* 2346 */ MCD_OPC_CheckPredicate, 14, 240, 1, 0, // Skip to: 2847
|
|
/* 2351 */ MCD_OPC_CheckField, 11, 5, 0, 233, 1, 0, // Skip to: 2847
|
|
/* 2358 */ MCD_OPC_Decode, 150, 13, 136, 2, // Opcode: QVFXMULS
|
|
/* 2363 */ MCD_OPC_FilterValue, 4, 223, 1, 0, // Skip to: 2847
|
|
/* 2368 */ MCD_OPC_CheckPredicate, 14, 218, 1, 0, // Skip to: 2847
|
|
/* 2373 */ MCD_OPC_CheckField, 11, 5, 0, 211, 1, 0, // Skip to: 2847
|
|
/* 2380 */ MCD_OPC_Decode, 149, 13, 136, 2, // Opcode: QVFXMUL
|
|
/* 2385 */ MCD_OPC_FilterValue, 40, 47, 0, 0, // Skip to: 2437
|
|
/* 2390 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2393 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2415
|
|
/* 2398 */ MCD_OPC_CheckPredicate, 14, 188, 1, 0, // Skip to: 2847
|
|
/* 2403 */ MCD_OPC_CheckField, 6, 5, 0, 181, 1, 0, // Skip to: 2847
|
|
/* 2410 */ MCD_OPC_Decode, 143, 13, 137, 2, // Opcode: QVFSUBSs
|
|
/* 2415 */ MCD_OPC_FilterValue, 4, 171, 1, 0, // Skip to: 2847
|
|
/* 2420 */ MCD_OPC_CheckPredicate, 14, 166, 1, 0, // Skip to: 2847
|
|
/* 2425 */ MCD_OPC_CheckField, 6, 5, 0, 159, 1, 0, // Skip to: 2847
|
|
/* 2432 */ MCD_OPC_Decode, 141, 13, 133, 2, // Opcode: QVFSUB
|
|
/* 2437 */ MCD_OPC_FilterValue, 42, 47, 0, 0, // Skip to: 2489
|
|
/* 2442 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2445 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2467
|
|
/* 2450 */ MCD_OPC_CheckPredicate, 14, 136, 1, 0, // Skip to: 2847
|
|
/* 2455 */ MCD_OPC_CheckField, 6, 5, 0, 129, 1, 0, // Skip to: 2847
|
|
/* 2462 */ MCD_OPC_Decode, 196, 12, 137, 2, // Opcode: QVFADDSs
|
|
/* 2467 */ MCD_OPC_FilterValue, 4, 119, 1, 0, // Skip to: 2847
|
|
/* 2472 */ MCD_OPC_CheckPredicate, 14, 114, 1, 0, // Skip to: 2847
|
|
/* 2477 */ MCD_OPC_CheckField, 6, 5, 0, 107, 1, 0, // Skip to: 2847
|
|
/* 2484 */ MCD_OPC_Decode, 194, 12, 133, 2, // Opcode: QVFADD
|
|
/* 2489 */ MCD_OPC_FilterValue, 46, 17, 0, 0, // Skip to: 2511
|
|
/* 2494 */ MCD_OPC_CheckPredicate, 14, 92, 1, 0, // Skip to: 2847
|
|
/* 2499 */ MCD_OPC_CheckField, 26, 6, 4, 85, 1, 0, // Skip to: 2847
|
|
/* 2506 */ MCD_OPC_Decode, 138, 13, 138, 2, // Opcode: QVFSELb
|
|
/* 2511 */ MCD_OPC_FilterValue, 48, 61, 0, 0, // Skip to: 2577
|
|
/* 2516 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2519 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2548
|
|
/* 2524 */ MCD_OPC_CheckPredicate, 14, 62, 1, 0, // Skip to: 2847
|
|
/* 2529 */ MCD_OPC_CheckField, 16, 5, 0, 55, 1, 0, // Skip to: 2847
|
|
/* 2536 */ MCD_OPC_CheckField, 6, 5, 0, 48, 1, 0, // Skip to: 2847
|
|
/* 2543 */ MCD_OPC_Decode, 250, 12, 134, 2, // Opcode: QVFRES
|
|
/* 2548 */ MCD_OPC_FilterValue, 4, 38, 1, 0, // Skip to: 2847
|
|
/* 2553 */ MCD_OPC_CheckPredicate, 14, 33, 1, 0, // Skip to: 2847
|
|
/* 2558 */ MCD_OPC_CheckField, 16, 5, 0, 26, 1, 0, // Skip to: 2847
|
|
/* 2565 */ MCD_OPC_CheckField, 6, 5, 0, 19, 1, 0, // Skip to: 2847
|
|
/* 2572 */ MCD_OPC_Decode, 249, 12, 134, 2, // Opcode: QVFRE
|
|
/* 2577 */ MCD_OPC_FilterValue, 50, 47, 0, 0, // Skip to: 2629
|
|
/* 2582 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2585 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2607
|
|
/* 2590 */ MCD_OPC_CheckPredicate, 14, 252, 0, 0, // Skip to: 2847
|
|
/* 2595 */ MCD_OPC_CheckField, 11, 5, 0, 245, 0, 0, // Skip to: 2847
|
|
/* 2602 */ MCD_OPC_Decode, 236, 12, 139, 2, // Opcode: QVFMULSs
|
|
/* 2607 */ MCD_OPC_FilterValue, 4, 235, 0, 0, // Skip to: 2847
|
|
/* 2612 */ MCD_OPC_CheckPredicate, 14, 230, 0, 0, // Skip to: 2847
|
|
/* 2617 */ MCD_OPC_CheckField, 11, 5, 0, 223, 0, 0, // Skip to: 2847
|
|
/* 2624 */ MCD_OPC_Decode, 234, 12, 136, 2, // Opcode: QVFMUL
|
|
/* 2629 */ MCD_OPC_FilterValue, 52, 61, 0, 0, // Skip to: 2695
|
|
/* 2634 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2637 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2666
|
|
/* 2642 */ MCD_OPC_CheckPredicate, 14, 200, 0, 0, // Skip to: 2847
|
|
/* 2647 */ MCD_OPC_CheckField, 16, 5, 0, 193, 0, 0, // Skip to: 2847
|
|
/* 2654 */ MCD_OPC_CheckField, 6, 5, 0, 186, 0, 0, // Skip to: 2847
|
|
/* 2661 */ MCD_OPC_Decode, 135, 13, 134, 2, // Opcode: QVFRSQRTES
|
|
/* 2666 */ MCD_OPC_FilterValue, 4, 176, 0, 0, // Skip to: 2847
|
|
/* 2671 */ MCD_OPC_CheckPredicate, 14, 171, 0, 0, // Skip to: 2847
|
|
/* 2676 */ MCD_OPC_CheckField, 16, 5, 0, 164, 0, 0, // Skip to: 2847
|
|
/* 2683 */ MCD_OPC_CheckField, 6, 5, 0, 157, 0, 0, // Skip to: 2847
|
|
/* 2690 */ MCD_OPC_Decode, 134, 13, 134, 2, // Opcode: QVFRSQRTE
|
|
/* 2695 */ MCD_OPC_FilterValue, 56, 33, 0, 0, // Skip to: 2733
|
|
/* 2700 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2703 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2718
|
|
/* 2708 */ MCD_OPC_CheckPredicate, 14, 134, 0, 0, // Skip to: 2847
|
|
/* 2713 */ MCD_OPC_Decode, 233, 12, 140, 2, // Opcode: QVFMSUBSs
|
|
/* 2718 */ MCD_OPC_FilterValue, 4, 124, 0, 0, // Skip to: 2847
|
|
/* 2723 */ MCD_OPC_CheckPredicate, 14, 119, 0, 0, // Skip to: 2847
|
|
/* 2728 */ MCD_OPC_Decode, 231, 12, 141, 2, // Opcode: QVFMSUB
|
|
/* 2733 */ MCD_OPC_FilterValue, 58, 33, 0, 0, // Skip to: 2771
|
|
/* 2738 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2741 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2756
|
|
/* 2746 */ MCD_OPC_CheckPredicate, 14, 96, 0, 0, // Skip to: 2847
|
|
/* 2751 */ MCD_OPC_Decode, 227, 12, 140, 2, // Opcode: QVFMADDSs
|
|
/* 2756 */ MCD_OPC_FilterValue, 4, 86, 0, 0, // Skip to: 2847
|
|
/* 2761 */ MCD_OPC_CheckPredicate, 14, 81, 0, 0, // Skip to: 2847
|
|
/* 2766 */ MCD_OPC_Decode, 225, 12, 141, 2, // Opcode: QVFMADD
|
|
/* 2771 */ MCD_OPC_FilterValue, 60, 33, 0, 0, // Skip to: 2809
|
|
/* 2776 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2779 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2794
|
|
/* 2784 */ MCD_OPC_CheckPredicate, 14, 58, 0, 0, // Skip to: 2847
|
|
/* 2789 */ MCD_OPC_Decode, 246, 12, 140, 2, // Opcode: QVFNMSUBSs
|
|
/* 2794 */ MCD_OPC_FilterValue, 4, 48, 0, 0, // Skip to: 2847
|
|
/* 2799 */ MCD_OPC_CheckPredicate, 14, 43, 0, 0, // Skip to: 2847
|
|
/* 2804 */ MCD_OPC_Decode, 244, 12, 141, 2, // Opcode: QVFNMSUB
|
|
/* 2809 */ MCD_OPC_FilterValue, 62, 33, 0, 0, // Skip to: 2847
|
|
/* 2814 */ MCD_OPC_ExtractField, 26, 6, // Inst{31-26} ...
|
|
/* 2817 */ MCD_OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2832
|
|
/* 2822 */ MCD_OPC_CheckPredicate, 14, 20, 0, 0, // Skip to: 2847
|
|
/* 2827 */ MCD_OPC_Decode, 243, 12, 140, 2, // Opcode: QVFNMADDSs
|
|
/* 2832 */ MCD_OPC_FilterValue, 4, 10, 0, 0, // Skip to: 2847
|
|
/* 2837 */ MCD_OPC_CheckPredicate, 14, 5, 0, 0, // Skip to: 2847
|
|
/* 2842 */ MCD_OPC_Decode, 241, 12, 141, 2, // Opcode: QVFNMADD
|
|
/* 2847 */ MCD_OPC_Fail,
|
|
0
|
|
};
|
|
|
|
static const uint8_t DecoderTableSPE32[] = {
|
|
/* 0 */ MCD_OPC_ExtractField, 3, 8, // Inst{10-3} ...
|
|
/* 3 */ MCD_OPC_FilterValue, 64, 91, 0, 0, // Skip to: 99
|
|
/* 8 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 11 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 33
|
|
/* 16 */ MCD_OPC_CheckPredicate, 15, 74, 25, 0, // Skip to: 6495
|
|
/* 21 */ MCD_OPC_CheckField, 26, 6, 4, 67, 25, 0, // Skip to: 6495
|
|
/* 28 */ MCD_OPC_Decode, 238, 5, 142, 2, // Opcode: EVADDW
|
|
/* 33 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 55
|
|
/* 38 */ MCD_OPC_CheckPredicate, 15, 52, 25, 0, // Skip to: 6495
|
|
/* 43 */ MCD_OPC_CheckField, 26, 6, 4, 45, 25, 0, // Skip to: 6495
|
|
/* 50 */ MCD_OPC_Decode, 233, 5, 143, 2, // Opcode: EVADDIW
|
|
/* 55 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 77
|
|
/* 60 */ MCD_OPC_CheckPredicate, 15, 30, 25, 0, // Skip to: 6495
|
|
/* 65 */ MCD_OPC_CheckField, 26, 6, 4, 23, 25, 0, // Skip to: 6495
|
|
/* 72 */ MCD_OPC_Decode, 168, 7, 142, 2, // Opcode: EVSUBFW
|
|
/* 77 */ MCD_OPC_FilterValue, 6, 13, 25, 0, // Skip to: 6495
|
|
/* 82 */ MCD_OPC_CheckPredicate, 15, 8, 25, 0, // Skip to: 6495
|
|
/* 87 */ MCD_OPC_CheckField, 26, 6, 4, 1, 25, 0, // Skip to: 6495
|
|
/* 94 */ MCD_OPC_Decode, 169, 7, 144, 2, // Opcode: EVSUBIFW
|
|
/* 99 */ MCD_OPC_FilterValue, 65, 227, 0, 0, // Skip to: 331
|
|
/* 104 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 107 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 136
|
|
/* 112 */ MCD_OPC_CheckPredicate, 15, 234, 24, 0, // Skip to: 6495
|
|
/* 117 */ MCD_OPC_CheckField, 26, 6, 4, 227, 24, 0, // Skip to: 6495
|
|
/* 124 */ MCD_OPC_CheckField, 11, 5, 0, 220, 24, 0, // Skip to: 6495
|
|
/* 131 */ MCD_OPC_Decode, 232, 5, 145, 2, // Opcode: EVABS
|
|
/* 136 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 165
|
|
/* 141 */ MCD_OPC_CheckPredicate, 15, 205, 24, 0, // Skip to: 6495
|
|
/* 146 */ MCD_OPC_CheckField, 26, 6, 4, 198, 24, 0, // Skip to: 6495
|
|
/* 153 */ MCD_OPC_CheckField, 11, 5, 0, 191, 24, 0, // Skip to: 6495
|
|
/* 160 */ MCD_OPC_Decode, 134, 7, 145, 2, // Opcode: EVNEG
|
|
/* 165 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 194
|
|
/* 170 */ MCD_OPC_CheckPredicate, 15, 176, 24, 0, // Skip to: 6495
|
|
/* 175 */ MCD_OPC_CheckField, 26, 6, 4, 169, 24, 0, // Skip to: 6495
|
|
/* 182 */ MCD_OPC_CheckField, 11, 5, 0, 162, 24, 0, // Skip to: 6495
|
|
/* 189 */ MCD_OPC_Decode, 251, 5, 145, 2, // Opcode: EVEXTSB
|
|
/* 194 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 223
|
|
/* 199 */ MCD_OPC_CheckPredicate, 15, 147, 24, 0, // Skip to: 6495
|
|
/* 204 */ MCD_OPC_CheckField, 26, 6, 4, 140, 24, 0, // Skip to: 6495
|
|
/* 211 */ MCD_OPC_CheckField, 11, 5, 0, 133, 24, 0, // Skip to: 6495
|
|
/* 218 */ MCD_OPC_Decode, 252, 5, 145, 2, // Opcode: EVEXTSH
|
|
/* 223 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 252
|
|
/* 228 */ MCD_OPC_CheckPredicate, 15, 118, 24, 0, // Skip to: 6495
|
|
/* 233 */ MCD_OPC_CheckField, 26, 6, 4, 111, 24, 0, // Skip to: 6495
|
|
/* 240 */ MCD_OPC_CheckField, 11, 5, 0, 104, 24, 0, // Skip to: 6495
|
|
/* 247 */ MCD_OPC_Decode, 140, 7, 145, 2, // Opcode: EVRNDW
|
|
/* 252 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 281
|
|
/* 257 */ MCD_OPC_CheckPredicate, 15, 89, 24, 0, // Skip to: 6495
|
|
/* 262 */ MCD_OPC_CheckField, 26, 6, 4, 82, 24, 0, // Skip to: 6495
|
|
/* 269 */ MCD_OPC_CheckField, 11, 5, 0, 75, 24, 0, // Skip to: 6495
|
|
/* 276 */ MCD_OPC_Decode, 247, 5, 145, 2, // Opcode: EVCNTLZW
|
|
/* 281 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 310
|
|
/* 286 */ MCD_OPC_CheckPredicate, 15, 60, 24, 0, // Skip to: 6495
|
|
/* 291 */ MCD_OPC_CheckField, 26, 6, 4, 53, 24, 0, // Skip to: 6495
|
|
/* 298 */ MCD_OPC_CheckField, 11, 5, 0, 46, 24, 0, // Skip to: 6495
|
|
/* 305 */ MCD_OPC_Decode, 246, 5, 145, 2, // Opcode: EVCNTLSW
|
|
/* 310 */ MCD_OPC_FilterValue, 7, 36, 24, 0, // Skip to: 6495
|
|
/* 315 */ MCD_OPC_CheckPredicate, 15, 31, 24, 0, // Skip to: 6495
|
|
/* 320 */ MCD_OPC_CheckField, 26, 6, 4, 24, 24, 0, // Skip to: 6495
|
|
/* 327 */ MCD_OPC_Decode, 175, 4, 77, // Opcode: BRINC
|
|
/* 331 */ MCD_OPC_FilterValue, 66, 91, 0, 0, // Skip to: 427
|
|
/* 336 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 339 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 361
|
|
/* 344 */ MCD_OPC_CheckPredicate, 15, 2, 24, 0, // Skip to: 6495
|
|
/* 349 */ MCD_OPC_CheckField, 26, 6, 4, 251, 23, 0, // Skip to: 6495
|
|
/* 356 */ MCD_OPC_Decode, 239, 5, 142, 2, // Opcode: EVAND
|
|
/* 361 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 383
|
|
/* 366 */ MCD_OPC_CheckPredicate, 15, 236, 23, 0, // Skip to: 6495
|
|
/* 371 */ MCD_OPC_CheckField, 26, 6, 4, 229, 23, 0, // Skip to: 6495
|
|
/* 378 */ MCD_OPC_Decode, 240, 5, 142, 2, // Opcode: EVANDC
|
|
/* 383 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 405
|
|
/* 388 */ MCD_OPC_CheckPredicate, 15, 214, 23, 0, // Skip to: 6495
|
|
/* 393 */ MCD_OPC_CheckField, 26, 6, 4, 207, 23, 0, // Skip to: 6495
|
|
/* 400 */ MCD_OPC_Decode, 170, 7, 142, 2, // Opcode: EVXOR
|
|
/* 405 */ MCD_OPC_FilterValue, 7, 197, 23, 0, // Skip to: 6495
|
|
/* 410 */ MCD_OPC_CheckPredicate, 15, 192, 23, 0, // Skip to: 6495
|
|
/* 415 */ MCD_OPC_CheckField, 26, 6, 4, 185, 23, 0, // Skip to: 6495
|
|
/* 422 */ MCD_OPC_Decode, 136, 7, 142, 2, // Opcode: EVOR
|
|
/* 427 */ MCD_OPC_FilterValue, 67, 91, 0, 0, // Skip to: 523
|
|
/* 432 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 435 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 457
|
|
/* 440 */ MCD_OPC_CheckPredicate, 15, 162, 23, 0, // Skip to: 6495
|
|
/* 445 */ MCD_OPC_CheckField, 26, 6, 4, 155, 23, 0, // Skip to: 6495
|
|
/* 452 */ MCD_OPC_Decode, 135, 7, 142, 2, // Opcode: EVNOR
|
|
/* 457 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 479
|
|
/* 462 */ MCD_OPC_CheckPredicate, 15, 140, 23, 0, // Skip to: 6495
|
|
/* 467 */ MCD_OPC_CheckField, 26, 6, 4, 133, 23, 0, // Skip to: 6495
|
|
/* 474 */ MCD_OPC_Decode, 250, 5, 142, 2, // Opcode: EVEQV
|
|
/* 479 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 501
|
|
/* 484 */ MCD_OPC_CheckPredicate, 15, 118, 23, 0, // Skip to: 6495
|
|
/* 489 */ MCD_OPC_CheckField, 26, 6, 4, 111, 23, 0, // Skip to: 6495
|
|
/* 496 */ MCD_OPC_Decode, 137, 7, 142, 2, // Opcode: EVORC
|
|
/* 501 */ MCD_OPC_FilterValue, 6, 101, 23, 0, // Skip to: 6495
|
|
/* 506 */ MCD_OPC_CheckPredicate, 15, 96, 23, 0, // Skip to: 6495
|
|
/* 511 */ MCD_OPC_CheckField, 26, 6, 4, 89, 23, 0, // Skip to: 6495
|
|
/* 518 */ MCD_OPC_Decode, 133, 7, 142, 2, // Opcode: EVNAND
|
|
/* 523 */ MCD_OPC_FilterValue, 68, 135, 0, 0, // Skip to: 663
|
|
/* 528 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 531 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 553
|
|
/* 536 */ MCD_OPC_CheckPredicate, 15, 66, 23, 0, // Skip to: 6495
|
|
/* 541 */ MCD_OPC_CheckField, 26, 6, 4, 59, 23, 0, // Skip to: 6495
|
|
/* 548 */ MCD_OPC_Decode, 149, 7, 142, 2, // Opcode: EVSRWU
|
|
/* 553 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 575
|
|
/* 558 */ MCD_OPC_CheckPredicate, 15, 44, 23, 0, // Skip to: 6495
|
|
/* 563 */ MCD_OPC_CheckField, 26, 6, 4, 37, 23, 0, // Skip to: 6495
|
|
/* 570 */ MCD_OPC_Decode, 148, 7, 142, 2, // Opcode: EVSRWS
|
|
/* 575 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 597
|
|
/* 580 */ MCD_OPC_CheckPredicate, 15, 22, 23, 0, // Skip to: 6495
|
|
/* 585 */ MCD_OPC_CheckField, 26, 6, 4, 15, 23, 0, // Skip to: 6495
|
|
/* 592 */ MCD_OPC_Decode, 147, 7, 143, 2, // Opcode: EVSRWIU
|
|
/* 597 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 619
|
|
/* 602 */ MCD_OPC_CheckPredicate, 15, 0, 23, 0, // Skip to: 6495
|
|
/* 607 */ MCD_OPC_CheckField, 26, 6, 4, 249, 22, 0, // Skip to: 6495
|
|
/* 614 */ MCD_OPC_Decode, 146, 7, 143, 2, // Opcode: EVSRWIS
|
|
/* 619 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 641
|
|
/* 624 */ MCD_OPC_CheckPredicate, 15, 234, 22, 0, // Skip to: 6495
|
|
/* 629 */ MCD_OPC_CheckField, 26, 6, 4, 227, 22, 0, // Skip to: 6495
|
|
/* 636 */ MCD_OPC_Decode, 142, 7, 142, 2, // Opcode: EVSLW
|
|
/* 641 */ MCD_OPC_FilterValue, 6, 217, 22, 0, // Skip to: 6495
|
|
/* 646 */ MCD_OPC_CheckPredicate, 15, 212, 22, 0, // Skip to: 6495
|
|
/* 651 */ MCD_OPC_CheckField, 26, 6, 4, 205, 22, 0, // Skip to: 6495
|
|
/* 658 */ MCD_OPC_Decode, 143, 7, 143, 2, // Opcode: EVSLWI
|
|
/* 663 */ MCD_OPC_FilterValue, 69, 193, 0, 0, // Skip to: 861
|
|
/* 668 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 671 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 693
|
|
/* 676 */ MCD_OPC_CheckPredicate, 15, 182, 22, 0, // Skip to: 6495
|
|
/* 681 */ MCD_OPC_CheckField, 26, 6, 4, 175, 22, 0, // Skip to: 6495
|
|
/* 688 */ MCD_OPC_Decode, 138, 7, 142, 2, // Opcode: EVRLW
|
|
/* 693 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 722
|
|
/* 698 */ MCD_OPC_CheckPredicate, 15, 160, 22, 0, // Skip to: 6495
|
|
/* 703 */ MCD_OPC_CheckField, 26, 6, 4, 153, 22, 0, // Skip to: 6495
|
|
/* 710 */ MCD_OPC_CheckField, 11, 5, 0, 146, 22, 0, // Skip to: 6495
|
|
/* 717 */ MCD_OPC_Decode, 145, 7, 146, 2, // Opcode: EVSPLATI
|
|
/* 722 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 744
|
|
/* 727 */ MCD_OPC_CheckPredicate, 15, 131, 22, 0, // Skip to: 6495
|
|
/* 732 */ MCD_OPC_CheckField, 26, 6, 4, 124, 22, 0, // Skip to: 6495
|
|
/* 739 */ MCD_OPC_Decode, 139, 7, 143, 2, // Opcode: EVRLWI
|
|
/* 744 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 773
|
|
/* 749 */ MCD_OPC_CheckPredicate, 15, 109, 22, 0, // Skip to: 6495
|
|
/* 754 */ MCD_OPC_CheckField, 26, 6, 4, 102, 22, 0, // Skip to: 6495
|
|
/* 761 */ MCD_OPC_CheckField, 11, 5, 0, 95, 22, 0, // Skip to: 6495
|
|
/* 768 */ MCD_OPC_Decode, 144, 7, 146, 2, // Opcode: EVSPLATFI
|
|
/* 773 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 795
|
|
/* 778 */ MCD_OPC_CheckPredicate, 15, 80, 22, 0, // Skip to: 6495
|
|
/* 783 */ MCD_OPC_CheckField, 26, 6, 4, 73, 22, 0, // Skip to: 6495
|
|
/* 790 */ MCD_OPC_Decode, 170, 6, 142, 2, // Opcode: EVMERGEHI
|
|
/* 795 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 817
|
|
/* 800 */ MCD_OPC_CheckPredicate, 15, 58, 22, 0, // Skip to: 6495
|
|
/* 805 */ MCD_OPC_CheckField, 26, 6, 4, 51, 22, 0, // Skip to: 6495
|
|
/* 812 */ MCD_OPC_Decode, 172, 6, 147, 2, // Opcode: EVMERGELO
|
|
/* 817 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 839
|
|
/* 822 */ MCD_OPC_CheckPredicate, 15, 36, 22, 0, // Skip to: 6495
|
|
/* 827 */ MCD_OPC_CheckField, 26, 6, 4, 29, 22, 0, // Skip to: 6495
|
|
/* 834 */ MCD_OPC_Decode, 171, 6, 142, 2, // Opcode: EVMERGEHILO
|
|
/* 839 */ MCD_OPC_FilterValue, 7, 19, 22, 0, // Skip to: 6495
|
|
/* 844 */ MCD_OPC_CheckPredicate, 15, 14, 22, 0, // Skip to: 6495
|
|
/* 849 */ MCD_OPC_CheckField, 26, 6, 4, 7, 22, 0, // Skip to: 6495
|
|
/* 856 */ MCD_OPC_Decode, 173, 6, 142, 2, // Opcode: EVMERGELOHI
|
|
/* 861 */ MCD_OPC_FilterValue, 70, 148, 0, 0, // Skip to: 1014
|
|
/* 866 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 869 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 898
|
|
/* 874 */ MCD_OPC_CheckPredicate, 15, 240, 21, 0, // Skip to: 6495
|
|
/* 879 */ MCD_OPC_CheckField, 26, 6, 4, 233, 21, 0, // Skip to: 6495
|
|
/* 886 */ MCD_OPC_CheckField, 21, 2, 0, 226, 21, 0, // Skip to: 6495
|
|
/* 893 */ MCD_OPC_Decode, 243, 5, 148, 2, // Opcode: EVCMPGTU
|
|
/* 898 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 927
|
|
/* 903 */ MCD_OPC_CheckPredicate, 15, 211, 21, 0, // Skip to: 6495
|
|
/* 908 */ MCD_OPC_CheckField, 26, 6, 4, 204, 21, 0, // Skip to: 6495
|
|
/* 915 */ MCD_OPC_CheckField, 21, 2, 0, 197, 21, 0, // Skip to: 6495
|
|
/* 922 */ MCD_OPC_Decode, 242, 5, 148, 2, // Opcode: EVCMPGTS
|
|
/* 927 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 956
|
|
/* 932 */ MCD_OPC_CheckPredicate, 15, 182, 21, 0, // Skip to: 6495
|
|
/* 937 */ MCD_OPC_CheckField, 26, 6, 4, 175, 21, 0, // Skip to: 6495
|
|
/* 944 */ MCD_OPC_CheckField, 21, 2, 0, 168, 21, 0, // Skip to: 6495
|
|
/* 951 */ MCD_OPC_Decode, 245, 5, 148, 2, // Opcode: EVCMPLTU
|
|
/* 956 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 985
|
|
/* 961 */ MCD_OPC_CheckPredicate, 15, 153, 21, 0, // Skip to: 6495
|
|
/* 966 */ MCD_OPC_CheckField, 26, 6, 4, 146, 21, 0, // Skip to: 6495
|
|
/* 973 */ MCD_OPC_CheckField, 21, 2, 0, 139, 21, 0, // Skip to: 6495
|
|
/* 980 */ MCD_OPC_Decode, 244, 5, 148, 2, // Opcode: EVCMPLTS
|
|
/* 985 */ MCD_OPC_FilterValue, 4, 129, 21, 0, // Skip to: 6495
|
|
/* 990 */ MCD_OPC_CheckPredicate, 15, 124, 21, 0, // Skip to: 6495
|
|
/* 995 */ MCD_OPC_CheckField, 26, 6, 4, 117, 21, 0, // Skip to: 6495
|
|
/* 1002 */ MCD_OPC_CheckField, 21, 2, 0, 110, 21, 0, // Skip to: 6495
|
|
/* 1009 */ MCD_OPC_Decode, 241, 5, 148, 2, // Opcode: EVCMPEQ
|
|
/* 1014 */ MCD_OPC_FilterValue, 79, 17, 0, 0, // Skip to: 1036
|
|
/* 1019 */ MCD_OPC_CheckPredicate, 15, 95, 21, 0, // Skip to: 6495
|
|
/* 1024 */ MCD_OPC_CheckField, 26, 6, 4, 88, 21, 0, // Skip to: 6495
|
|
/* 1031 */ MCD_OPC_Decode, 141, 7, 149, 2, // Opcode: EVSEL
|
|
/* 1036 */ MCD_OPC_FilterValue, 80, 134, 0, 0, // Skip to: 1175
|
|
/* 1041 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 1044 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1066
|
|
/* 1049 */ MCD_OPC_CheckPredicate, 15, 65, 21, 0, // Skip to: 6495
|
|
/* 1054 */ MCD_OPC_CheckField, 26, 6, 4, 58, 21, 0, // Skip to: 6495
|
|
/* 1061 */ MCD_OPC_Decode, 254, 5, 142, 2, // Opcode: EVFSADD
|
|
/* 1066 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 1088
|
|
/* 1071 */ MCD_OPC_CheckPredicate, 15, 43, 21, 0, // Skip to: 6495
|
|
/* 1076 */ MCD_OPC_CheckField, 26, 6, 4, 36, 21, 0, // Skip to: 6495
|
|
/* 1083 */ MCD_OPC_Decode, 144, 6, 142, 2, // Opcode: EVFSSUB
|
|
/* 1088 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1117
|
|
/* 1093 */ MCD_OPC_CheckPredicate, 15, 21, 21, 0, // Skip to: 6495
|
|
/* 1098 */ MCD_OPC_CheckField, 26, 6, 4, 14, 21, 0, // Skip to: 6495
|
|
/* 1105 */ MCD_OPC_CheckField, 11, 5, 0, 7, 21, 0, // Skip to: 6495
|
|
/* 1112 */ MCD_OPC_Decode, 253, 5, 145, 2, // Opcode: EVFSABS
|
|
/* 1117 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 1146
|
|
/* 1122 */ MCD_OPC_CheckPredicate, 15, 248, 20, 0, // Skip to: 6495
|
|
/* 1127 */ MCD_OPC_CheckField, 26, 6, 4, 241, 20, 0, // Skip to: 6495
|
|
/* 1134 */ MCD_OPC_CheckField, 11, 5, 0, 234, 20, 0, // Skip to: 6495
|
|
/* 1141 */ MCD_OPC_Decode, 142, 6, 145, 2, // Opcode: EVFSNABS
|
|
/* 1146 */ MCD_OPC_FilterValue, 6, 224, 20, 0, // Skip to: 6495
|
|
/* 1151 */ MCD_OPC_CheckPredicate, 15, 219, 20, 0, // Skip to: 6495
|
|
/* 1156 */ MCD_OPC_CheckField, 26, 6, 4, 212, 20, 0, // Skip to: 6495
|
|
/* 1163 */ MCD_OPC_CheckField, 11, 5, 0, 205, 20, 0, // Skip to: 6495
|
|
/* 1170 */ MCD_OPC_Decode, 143, 6, 145, 2, // Opcode: EVFSNEG
|
|
/* 1175 */ MCD_OPC_FilterValue, 81, 163, 0, 0, // Skip to: 1343
|
|
/* 1180 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 1183 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1205
|
|
/* 1188 */ MCD_OPC_CheckPredicate, 15, 182, 20, 0, // Skip to: 6495
|
|
/* 1193 */ MCD_OPC_CheckField, 26, 6, 4, 175, 20, 0, // Skip to: 6495
|
|
/* 1200 */ MCD_OPC_Decode, 141, 6, 142, 2, // Opcode: EVFSMUL
|
|
/* 1205 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 1227
|
|
/* 1210 */ MCD_OPC_CheckPredicate, 15, 160, 20, 0, // Skip to: 6495
|
|
/* 1215 */ MCD_OPC_CheckField, 26, 6, 4, 153, 20, 0, // Skip to: 6495
|
|
/* 1222 */ MCD_OPC_Decode, 140, 6, 142, 2, // Opcode: EVFSDIV
|
|
/* 1227 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 1256
|
|
/* 1232 */ MCD_OPC_CheckPredicate, 15, 138, 20, 0, // Skip to: 6495
|
|
/* 1237 */ MCD_OPC_CheckField, 26, 6, 4, 131, 20, 0, // Skip to: 6495
|
|
/* 1244 */ MCD_OPC_CheckField, 16, 5, 0, 124, 20, 0, // Skip to: 6495
|
|
/* 1251 */ MCD_OPC_Decode, 130, 6, 150, 2, // Opcode: EVFSCFUI
|
|
/* 1256 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1285
|
|
/* 1261 */ MCD_OPC_CheckPredicate, 15, 109, 20, 0, // Skip to: 6495
|
|
/* 1266 */ MCD_OPC_CheckField, 26, 6, 4, 102, 20, 0, // Skip to: 6495
|
|
/* 1273 */ MCD_OPC_CheckField, 21, 2, 0, 95, 20, 0, // Skip to: 6495
|
|
/* 1280 */ MCD_OPC_Decode, 132, 6, 148, 2, // Opcode: EVFSCMPGT
|
|
/* 1285 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 1314
|
|
/* 1290 */ MCD_OPC_CheckPredicate, 15, 80, 20, 0, // Skip to: 6495
|
|
/* 1295 */ MCD_OPC_CheckField, 26, 6, 4, 73, 20, 0, // Skip to: 6495
|
|
/* 1302 */ MCD_OPC_CheckField, 21, 2, 0, 66, 20, 0, // Skip to: 6495
|
|
/* 1309 */ MCD_OPC_Decode, 133, 6, 148, 2, // Opcode: EVFSCMPLT
|
|
/* 1314 */ MCD_OPC_FilterValue, 6, 56, 20, 0, // Skip to: 6495
|
|
/* 1319 */ MCD_OPC_CheckPredicate, 15, 51, 20, 0, // Skip to: 6495
|
|
/* 1324 */ MCD_OPC_CheckField, 26, 6, 4, 44, 20, 0, // Skip to: 6495
|
|
/* 1331 */ MCD_OPC_CheckField, 21, 2, 0, 37, 20, 0, // Skip to: 6495
|
|
/* 1338 */ MCD_OPC_Decode, 131, 6, 148, 2, // Opcode: EVFSCMPEQ
|
|
/* 1343 */ MCD_OPC_FilterValue, 82, 206, 0, 0, // Skip to: 1554
|
|
/* 1348 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 1351 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 1380
|
|
/* 1356 */ MCD_OPC_CheckPredicate, 15, 14, 20, 0, // Skip to: 6495
|
|
/* 1361 */ MCD_OPC_CheckField, 26, 6, 4, 7, 20, 0, // Skip to: 6495
|
|
/* 1368 */ MCD_OPC_CheckField, 16, 5, 0, 0, 20, 0, // Skip to: 6495
|
|
/* 1375 */ MCD_OPC_Decode, 128, 6, 150, 2, // Opcode: EVFSCFSI
|
|
/* 1380 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 1409
|
|
/* 1385 */ MCD_OPC_CheckPredicate, 15, 241, 19, 0, // Skip to: 6495
|
|
/* 1390 */ MCD_OPC_CheckField, 26, 6, 4, 234, 19, 0, // Skip to: 6495
|
|
/* 1397 */ MCD_OPC_CheckField, 16, 5, 0, 227, 19, 0, // Skip to: 6495
|
|
/* 1404 */ MCD_OPC_Decode, 129, 6, 150, 2, // Opcode: EVFSCFUF
|
|
/* 1409 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 1438
|
|
/* 1414 */ MCD_OPC_CheckPredicate, 15, 212, 19, 0, // Skip to: 6495
|
|
/* 1419 */ MCD_OPC_CheckField, 26, 6, 4, 205, 19, 0, // Skip to: 6495
|
|
/* 1426 */ MCD_OPC_CheckField, 16, 5, 0, 198, 19, 0, // Skip to: 6495
|
|
/* 1433 */ MCD_OPC_Decode, 255, 5, 150, 2, // Opcode: EVFSCFSF
|
|
/* 1438 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1467
|
|
/* 1443 */ MCD_OPC_CheckPredicate, 15, 183, 19, 0, // Skip to: 6495
|
|
/* 1448 */ MCD_OPC_CheckField, 26, 6, 4, 176, 19, 0, // Skip to: 6495
|
|
/* 1455 */ MCD_OPC_CheckField, 16, 5, 0, 169, 19, 0, // Skip to: 6495
|
|
/* 1462 */ MCD_OPC_Decode, 138, 6, 150, 2, // Opcode: EVFSCTUI
|
|
/* 1467 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 1496
|
|
/* 1472 */ MCD_OPC_CheckPredicate, 15, 154, 19, 0, // Skip to: 6495
|
|
/* 1477 */ MCD_OPC_CheckField, 26, 6, 4, 147, 19, 0, // Skip to: 6495
|
|
/* 1484 */ MCD_OPC_CheckField, 16, 5, 0, 140, 19, 0, // Skip to: 6495
|
|
/* 1491 */ MCD_OPC_Decode, 135, 6, 150, 2, // Opcode: EVFSCTSI
|
|
/* 1496 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 1525
|
|
/* 1501 */ MCD_OPC_CheckPredicate, 15, 125, 19, 0, // Skip to: 6495
|
|
/* 1506 */ MCD_OPC_CheckField, 26, 6, 4, 118, 19, 0, // Skip to: 6495
|
|
/* 1513 */ MCD_OPC_CheckField, 16, 5, 0, 111, 19, 0, // Skip to: 6495
|
|
/* 1520 */ MCD_OPC_Decode, 137, 6, 150, 2, // Opcode: EVFSCTUF
|
|
/* 1525 */ MCD_OPC_FilterValue, 7, 101, 19, 0, // Skip to: 6495
|
|
/* 1530 */ MCD_OPC_CheckPredicate, 15, 96, 19, 0, // Skip to: 6495
|
|
/* 1535 */ MCD_OPC_CheckField, 26, 6, 4, 89, 19, 0, // Skip to: 6495
|
|
/* 1542 */ MCD_OPC_CheckField, 16, 5, 0, 82, 19, 0, // Skip to: 6495
|
|
/* 1549 */ MCD_OPC_Decode, 134, 6, 150, 2, // Opcode: EVFSCTSF
|
|
/* 1554 */ MCD_OPC_FilterValue, 83, 148, 0, 0, // Skip to: 1707
|
|
/* 1559 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 1562 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 1591
|
|
/* 1567 */ MCD_OPC_CheckPredicate, 15, 59, 19, 0, // Skip to: 6495
|
|
/* 1572 */ MCD_OPC_CheckField, 26, 6, 4, 52, 19, 0, // Skip to: 6495
|
|
/* 1579 */ MCD_OPC_CheckField, 16, 5, 0, 45, 19, 0, // Skip to: 6495
|
|
/* 1586 */ MCD_OPC_Decode, 139, 6, 150, 2, // Opcode: EVFSCTUIZ
|
|
/* 1591 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 1620
|
|
/* 1596 */ MCD_OPC_CheckPredicate, 15, 30, 19, 0, // Skip to: 6495
|
|
/* 1601 */ MCD_OPC_CheckField, 26, 6, 4, 23, 19, 0, // Skip to: 6495
|
|
/* 1608 */ MCD_OPC_CheckField, 16, 5, 0, 16, 19, 0, // Skip to: 6495
|
|
/* 1615 */ MCD_OPC_Decode, 136, 6, 150, 2, // Opcode: EVFSCTSIZ
|
|
/* 1620 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 1649
|
|
/* 1625 */ MCD_OPC_CheckPredicate, 15, 1, 19, 0, // Skip to: 6495
|
|
/* 1630 */ MCD_OPC_CheckField, 26, 6, 4, 250, 18, 0, // Skip to: 6495
|
|
/* 1637 */ MCD_OPC_CheckField, 21, 2, 0, 243, 18, 0, // Skip to: 6495
|
|
/* 1644 */ MCD_OPC_Decode, 146, 6, 148, 2, // Opcode: EVFSTSTGT
|
|
/* 1649 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 1678
|
|
/* 1654 */ MCD_OPC_CheckPredicate, 15, 228, 18, 0, // Skip to: 6495
|
|
/* 1659 */ MCD_OPC_CheckField, 26, 6, 4, 221, 18, 0, // Skip to: 6495
|
|
/* 1666 */ MCD_OPC_CheckField, 21, 2, 0, 214, 18, 0, // Skip to: 6495
|
|
/* 1673 */ MCD_OPC_Decode, 147, 6, 148, 2, // Opcode: EVFSTSTLT
|
|
/* 1678 */ MCD_OPC_FilterValue, 6, 204, 18, 0, // Skip to: 6495
|
|
/* 1683 */ MCD_OPC_CheckPredicate, 15, 199, 18, 0, // Skip to: 6495
|
|
/* 1688 */ MCD_OPC_CheckField, 26, 6, 4, 192, 18, 0, // Skip to: 6495
|
|
/* 1695 */ MCD_OPC_CheckField, 21, 2, 0, 185, 18, 0, // Skip to: 6495
|
|
/* 1702 */ MCD_OPC_Decode, 145, 6, 148, 2, // Opcode: EVFSTSTEQ
|
|
/* 1707 */ MCD_OPC_FilterValue, 88, 129, 0, 0, // Skip to: 1841
|
|
/* 1712 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 1715 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1736
|
|
/* 1720 */ MCD_OPC_CheckPredicate, 15, 162, 18, 0, // Skip to: 6495
|
|
/* 1725 */ MCD_OPC_CheckField, 26, 6, 4, 155, 18, 0, // Skip to: 6495
|
|
/* 1732 */ MCD_OPC_Decode, 200, 5, 77, // Opcode: EFSADD
|
|
/* 1736 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 1757
|
|
/* 1741 */ MCD_OPC_CheckPredicate, 15, 141, 18, 0, // Skip to: 6495
|
|
/* 1746 */ MCD_OPC_CheckField, 26, 6, 4, 134, 18, 0, // Skip to: 6495
|
|
/* 1753 */ MCD_OPC_Decode, 219, 5, 77, // Opcode: EFSSUB
|
|
/* 1757 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 1785
|
|
/* 1762 */ MCD_OPC_CheckPredicate, 15, 120, 18, 0, // Skip to: 6495
|
|
/* 1767 */ MCD_OPC_CheckField, 26, 6, 4, 113, 18, 0, // Skip to: 6495
|
|
/* 1774 */ MCD_OPC_CheckField, 11, 5, 0, 106, 18, 0, // Skip to: 6495
|
|
/* 1781 */ MCD_OPC_Decode, 199, 5, 80, // Opcode: EFSABS
|
|
/* 1785 */ MCD_OPC_FilterValue, 5, 23, 0, 0, // Skip to: 1813
|
|
/* 1790 */ MCD_OPC_CheckPredicate, 15, 92, 18, 0, // Skip to: 6495
|
|
/* 1795 */ MCD_OPC_CheckField, 26, 6, 4, 85, 18, 0, // Skip to: 6495
|
|
/* 1802 */ MCD_OPC_CheckField, 11, 5, 0, 78, 18, 0, // Skip to: 6495
|
|
/* 1809 */ MCD_OPC_Decode, 217, 5, 80, // Opcode: EFSNABS
|
|
/* 1813 */ MCD_OPC_FilterValue, 6, 69, 18, 0, // Skip to: 6495
|
|
/* 1818 */ MCD_OPC_CheckPredicate, 15, 64, 18, 0, // Skip to: 6495
|
|
/* 1823 */ MCD_OPC_CheckField, 26, 6, 4, 57, 18, 0, // Skip to: 6495
|
|
/* 1830 */ MCD_OPC_CheckField, 11, 5, 0, 50, 18, 0, // Skip to: 6495
|
|
/* 1837 */ MCD_OPC_Decode, 218, 5, 80, // Opcode: EFSNEG
|
|
/* 1841 */ MCD_OPC_FilterValue, 89, 158, 0, 0, // Skip to: 2004
|
|
/* 1846 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 1849 */ MCD_OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1870
|
|
/* 1854 */ MCD_OPC_CheckPredicate, 15, 28, 18, 0, // Skip to: 6495
|
|
/* 1859 */ MCD_OPC_CheckField, 26, 6, 4, 21, 18, 0, // Skip to: 6495
|
|
/* 1866 */ MCD_OPC_Decode, 216, 5, 77, // Opcode: EFSMUL
|
|
/* 1870 */ MCD_OPC_FilterValue, 1, 16, 0, 0, // Skip to: 1891
|
|
/* 1875 */ MCD_OPC_CheckPredicate, 15, 7, 18, 0, // Skip to: 6495
|
|
/* 1880 */ MCD_OPC_CheckField, 26, 6, 4, 0, 18, 0, // Skip to: 6495
|
|
/* 1887 */ MCD_OPC_Decode, 215, 5, 77, // Opcode: EFSDIV
|
|
/* 1891 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 1919
|
|
/* 1896 */ MCD_OPC_CheckPredicate, 15, 242, 17, 0, // Skip to: 6495
|
|
/* 1901 */ MCD_OPC_CheckField, 26, 6, 4, 235, 17, 0, // Skip to: 6495
|
|
/* 1908 */ MCD_OPC_CheckField, 21, 2, 0, 228, 17, 0, // Skip to: 6495
|
|
/* 1915 */ MCD_OPC_Decode, 207, 5, 60, // Opcode: EFSCMPGT
|
|
/* 1919 */ MCD_OPC_FilterValue, 5, 23, 0, 0, // Skip to: 1947
|
|
/* 1924 */ MCD_OPC_CheckPredicate, 15, 214, 17, 0, // Skip to: 6495
|
|
/* 1929 */ MCD_OPC_CheckField, 26, 6, 4, 207, 17, 0, // Skip to: 6495
|
|
/* 1936 */ MCD_OPC_CheckField, 21, 2, 0, 200, 17, 0, // Skip to: 6495
|
|
/* 1943 */ MCD_OPC_Decode, 208, 5, 60, // Opcode: EFSCMPLT
|
|
/* 1947 */ MCD_OPC_FilterValue, 6, 23, 0, 0, // Skip to: 1975
|
|
/* 1952 */ MCD_OPC_CheckPredicate, 15, 186, 17, 0, // Skip to: 6495
|
|
/* 1957 */ MCD_OPC_CheckField, 26, 6, 4, 179, 17, 0, // Skip to: 6495
|
|
/* 1964 */ MCD_OPC_CheckField, 21, 2, 0, 172, 17, 0, // Skip to: 6495
|
|
/* 1971 */ MCD_OPC_Decode, 206, 5, 60, // Opcode: EFSCMPEQ
|
|
/* 1975 */ MCD_OPC_FilterValue, 7, 163, 17, 0, // Skip to: 6495
|
|
/* 1980 */ MCD_OPC_CheckPredicate, 15, 158, 17, 0, // Skip to: 6495
|
|
/* 1985 */ MCD_OPC_CheckField, 26, 6, 4, 151, 17, 0, // Skip to: 6495
|
|
/* 1992 */ MCD_OPC_CheckField, 16, 5, 0, 144, 17, 0, // Skip to: 6495
|
|
/* 1999 */ MCD_OPC_Decode, 201, 5, 151, 2, // Opcode: EFSCFD
|
|
/* 2004 */ MCD_OPC_FilterValue, 90, 228, 0, 0, // Skip to: 2237
|
|
/* 2009 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 2012 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 2040
|
|
/* 2017 */ MCD_OPC_CheckPredicate, 15, 121, 17, 0, // Skip to: 6495
|
|
/* 2022 */ MCD_OPC_CheckField, 26, 6, 4, 114, 17, 0, // Skip to: 6495
|
|
/* 2029 */ MCD_OPC_CheckField, 16, 5, 0, 107, 17, 0, // Skip to: 6495
|
|
/* 2036 */ MCD_OPC_Decode, 205, 5, 109, // Opcode: EFSCFUI
|
|
/* 2040 */ MCD_OPC_FilterValue, 1, 23, 0, 0, // Skip to: 2068
|
|
/* 2045 */ MCD_OPC_CheckPredicate, 15, 93, 17, 0, // Skip to: 6495
|
|
/* 2050 */ MCD_OPC_CheckField, 26, 6, 4, 86, 17, 0, // Skip to: 6495
|
|
/* 2057 */ MCD_OPC_CheckField, 16, 5, 0, 79, 17, 0, // Skip to: 6495
|
|
/* 2064 */ MCD_OPC_Decode, 203, 5, 109, // Opcode: EFSCFSI
|
|
/* 2068 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 2096
|
|
/* 2073 */ MCD_OPC_CheckPredicate, 15, 65, 17, 0, // Skip to: 6495
|
|
/* 2078 */ MCD_OPC_CheckField, 26, 6, 4, 58, 17, 0, // Skip to: 6495
|
|
/* 2085 */ MCD_OPC_CheckField, 16, 5, 0, 51, 17, 0, // Skip to: 6495
|
|
/* 2092 */ MCD_OPC_Decode, 204, 5, 109, // Opcode: EFSCFUF
|
|
/* 2096 */ MCD_OPC_FilterValue, 3, 23, 0, 0, // Skip to: 2124
|
|
/* 2101 */ MCD_OPC_CheckPredicate, 15, 37, 17, 0, // Skip to: 6495
|
|
/* 2106 */ MCD_OPC_CheckField, 26, 6, 4, 30, 17, 0, // Skip to: 6495
|
|
/* 2113 */ MCD_OPC_CheckField, 16, 5, 0, 23, 17, 0, // Skip to: 6495
|
|
/* 2120 */ MCD_OPC_Decode, 202, 5, 109, // Opcode: EFSCFSF
|
|
/* 2124 */ MCD_OPC_FilterValue, 4, 23, 0, 0, // Skip to: 2152
|
|
/* 2129 */ MCD_OPC_CheckPredicate, 15, 9, 17, 0, // Skip to: 6495
|
|
/* 2134 */ MCD_OPC_CheckField, 26, 6, 4, 2, 17, 0, // Skip to: 6495
|
|
/* 2141 */ MCD_OPC_CheckField, 16, 5, 0, 251, 16, 0, // Skip to: 6495
|
|
/* 2148 */ MCD_OPC_Decode, 213, 5, 109, // Opcode: EFSCTUI
|
|
/* 2152 */ MCD_OPC_FilterValue, 5, 23, 0, 0, // Skip to: 2180
|
|
/* 2157 */ MCD_OPC_CheckPredicate, 15, 237, 16, 0, // Skip to: 6495
|
|
/* 2162 */ MCD_OPC_CheckField, 26, 6, 4, 230, 16, 0, // Skip to: 6495
|
|
/* 2169 */ MCD_OPC_CheckField, 16, 5, 0, 223, 16, 0, // Skip to: 6495
|
|
/* 2176 */ MCD_OPC_Decode, 210, 5, 109, // Opcode: EFSCTSI
|
|
/* 2180 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 2209
|
|
/* 2185 */ MCD_OPC_CheckPredicate, 15, 209, 16, 0, // Skip to: 6495
|
|
/* 2190 */ MCD_OPC_CheckField, 26, 6, 4, 202, 16, 0, // Skip to: 6495
|
|
/* 2197 */ MCD_OPC_CheckField, 16, 5, 0, 195, 16, 0, // Skip to: 6495
|
|
/* 2204 */ MCD_OPC_Decode, 212, 5, 152, 2, // Opcode: EFSCTUF
|
|
/* 2209 */ MCD_OPC_FilterValue, 7, 185, 16, 0, // Skip to: 6495
|
|
/* 2214 */ MCD_OPC_CheckPredicate, 15, 180, 16, 0, // Skip to: 6495
|
|
/* 2219 */ MCD_OPC_CheckField, 26, 6, 4, 173, 16, 0, // Skip to: 6495
|
|
/* 2226 */ MCD_OPC_CheckField, 16, 5, 0, 166, 16, 0, // Skip to: 6495
|
|
/* 2233 */ MCD_OPC_Decode, 209, 5, 109, // Opcode: EFSCTSF
|
|
/* 2237 */ MCD_OPC_FilterValue, 91, 146, 0, 0, // Skip to: 2388
|
|
/* 2242 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 2245 */ MCD_OPC_FilterValue, 0, 23, 0, 0, // Skip to: 2273
|
|
/* 2250 */ MCD_OPC_CheckPredicate, 15, 144, 16, 0, // Skip to: 6495
|
|
/* 2255 */ MCD_OPC_CheckField, 26, 6, 4, 137, 16, 0, // Skip to: 6495
|
|
/* 2262 */ MCD_OPC_CheckField, 16, 5, 0, 130, 16, 0, // Skip to: 6495
|
|
/* 2269 */ MCD_OPC_Decode, 214, 5, 109, // Opcode: EFSCTUIZ
|
|
/* 2273 */ MCD_OPC_FilterValue, 2, 23, 0, 0, // Skip to: 2301
|
|
/* 2278 */ MCD_OPC_CheckPredicate, 15, 116, 16, 0, // Skip to: 6495
|
|
/* 2283 */ MCD_OPC_CheckField, 26, 6, 4, 109, 16, 0, // Skip to: 6495
|
|
/* 2290 */ MCD_OPC_CheckField, 16, 5, 0, 102, 16, 0, // Skip to: 6495
|
|
/* 2297 */ MCD_OPC_Decode, 211, 5, 109, // Opcode: EFSCTSIZ
|
|
/* 2301 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2330
|
|
/* 2306 */ MCD_OPC_CheckPredicate, 15, 88, 16, 0, // Skip to: 6495
|
|
/* 2311 */ MCD_OPC_CheckField, 26, 6, 4, 81, 16, 0, // Skip to: 6495
|
|
/* 2318 */ MCD_OPC_CheckField, 21, 2, 0, 74, 16, 0, // Skip to: 6495
|
|
/* 2325 */ MCD_OPC_Decode, 221, 5, 148, 2, // Opcode: EFSTSTGT
|
|
/* 2330 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 2359
|
|
/* 2335 */ MCD_OPC_CheckPredicate, 15, 59, 16, 0, // Skip to: 6495
|
|
/* 2340 */ MCD_OPC_CheckField, 26, 6, 4, 52, 16, 0, // Skip to: 6495
|
|
/* 2347 */ MCD_OPC_CheckField, 21, 2, 0, 45, 16, 0, // Skip to: 6495
|
|
/* 2354 */ MCD_OPC_Decode, 222, 5, 148, 2, // Opcode: EFSTSTLT
|
|
/* 2359 */ MCD_OPC_FilterValue, 6, 35, 16, 0, // Skip to: 6495
|
|
/* 2364 */ MCD_OPC_CheckPredicate, 15, 30, 16, 0, // Skip to: 6495
|
|
/* 2369 */ MCD_OPC_CheckField, 26, 6, 4, 23, 16, 0, // Skip to: 6495
|
|
/* 2376 */ MCD_OPC_CheckField, 21, 2, 0, 16, 16, 0, // Skip to: 6495
|
|
/* 2383 */ MCD_OPC_Decode, 220, 5, 148, 2, // Opcode: EFSTSTEQ
|
|
/* 2388 */ MCD_OPC_FilterValue, 92, 192, 0, 0, // Skip to: 2585
|
|
/* 2393 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 2396 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2418
|
|
/* 2401 */ MCD_OPC_CheckPredicate, 15, 249, 15, 0, // Skip to: 6495
|
|
/* 2406 */ MCD_OPC_CheckField, 26, 6, 4, 242, 15, 0, // Skip to: 6495
|
|
/* 2413 */ MCD_OPC_Decode, 172, 5, 142, 2, // Opcode: EFDADD
|
|
/* 2418 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 2440
|
|
/* 2423 */ MCD_OPC_CheckPredicate, 15, 227, 15, 0, // Skip to: 6495
|
|
/* 2428 */ MCD_OPC_CheckField, 26, 6, 4, 220, 15, 0, // Skip to: 6495
|
|
/* 2435 */ MCD_OPC_Decode, 195, 5, 142, 2, // Opcode: EFDSUB
|
|
/* 2440 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 2469
|
|
/* 2445 */ MCD_OPC_CheckPredicate, 15, 205, 15, 0, // Skip to: 6495
|
|
/* 2450 */ MCD_OPC_CheckField, 26, 6, 4, 198, 15, 0, // Skip to: 6495
|
|
/* 2457 */ MCD_OPC_CheckField, 16, 5, 0, 191, 15, 0, // Skip to: 6495
|
|
/* 2464 */ MCD_OPC_Decode, 179, 5, 152, 2, // Opcode: EFDCFUID
|
|
/* 2469 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 2498
|
|
/* 2474 */ MCD_OPC_CheckPredicate, 15, 176, 15, 0, // Skip to: 6495
|
|
/* 2479 */ MCD_OPC_CheckField, 26, 6, 4, 169, 15, 0, // Skip to: 6495
|
|
/* 2486 */ MCD_OPC_CheckField, 16, 5, 0, 162, 15, 0, // Skip to: 6495
|
|
/* 2493 */ MCD_OPC_Decode, 176, 5, 152, 2, // Opcode: EFDCFSID
|
|
/* 2498 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2527
|
|
/* 2503 */ MCD_OPC_CheckPredicate, 15, 147, 15, 0, // Skip to: 6495
|
|
/* 2508 */ MCD_OPC_CheckField, 26, 6, 4, 140, 15, 0, // Skip to: 6495
|
|
/* 2515 */ MCD_OPC_CheckField, 11, 5, 0, 133, 15, 0, // Skip to: 6495
|
|
/* 2522 */ MCD_OPC_Decode, 171, 5, 145, 2, // Opcode: EFDABS
|
|
/* 2527 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 2556
|
|
/* 2532 */ MCD_OPC_CheckPredicate, 15, 118, 15, 0, // Skip to: 6495
|
|
/* 2537 */ MCD_OPC_CheckField, 26, 6, 4, 111, 15, 0, // Skip to: 6495
|
|
/* 2544 */ MCD_OPC_CheckField, 11, 5, 0, 104, 15, 0, // Skip to: 6495
|
|
/* 2551 */ MCD_OPC_Decode, 193, 5, 145, 2, // Opcode: EFDNABS
|
|
/* 2556 */ MCD_OPC_FilterValue, 6, 94, 15, 0, // Skip to: 6495
|
|
/* 2561 */ MCD_OPC_CheckPredicate, 15, 89, 15, 0, // Skip to: 6495
|
|
/* 2566 */ MCD_OPC_CheckField, 26, 6, 4, 82, 15, 0, // Skip to: 6495
|
|
/* 2573 */ MCD_OPC_CheckField, 11, 5, 0, 75, 15, 0, // Skip to: 6495
|
|
/* 2580 */ MCD_OPC_Decode, 194, 5, 145, 2, // Opcode: EFDNEG
|
|
/* 2585 */ MCD_OPC_FilterValue, 93, 221, 0, 0, // Skip to: 2811
|
|
/* 2590 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 2593 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2615
|
|
/* 2598 */ MCD_OPC_CheckPredicate, 15, 52, 15, 0, // Skip to: 6495
|
|
/* 2603 */ MCD_OPC_CheckField, 26, 6, 4, 45, 15, 0, // Skip to: 6495
|
|
/* 2610 */ MCD_OPC_Decode, 192, 5, 142, 2, // Opcode: EFDMUL
|
|
/* 2615 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 2637
|
|
/* 2620 */ MCD_OPC_CheckPredicate, 15, 30, 15, 0, // Skip to: 6495
|
|
/* 2625 */ MCD_OPC_CheckField, 26, 6, 4, 23, 15, 0, // Skip to: 6495
|
|
/* 2632 */ MCD_OPC_Decode, 191, 5, 142, 2, // Opcode: EFDDIV
|
|
/* 2637 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 2666
|
|
/* 2642 */ MCD_OPC_CheckPredicate, 15, 8, 15, 0, // Skip to: 6495
|
|
/* 2647 */ MCD_OPC_CheckField, 26, 6, 4, 1, 15, 0, // Skip to: 6495
|
|
/* 2654 */ MCD_OPC_CheckField, 16, 5, 0, 250, 14, 0, // Skip to: 6495
|
|
/* 2661 */ MCD_OPC_Decode, 189, 5, 151, 2, // Opcode: EFDCTUIDZ
|
|
/* 2666 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 2695
|
|
/* 2671 */ MCD_OPC_CheckPredicate, 15, 235, 14, 0, // Skip to: 6495
|
|
/* 2676 */ MCD_OPC_CheckField, 26, 6, 4, 228, 14, 0, // Skip to: 6495
|
|
/* 2683 */ MCD_OPC_CheckField, 16, 5, 0, 221, 14, 0, // Skip to: 6495
|
|
/* 2690 */ MCD_OPC_Decode, 185, 5, 151, 2, // Opcode: EFDCTSIDZ
|
|
/* 2695 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2724
|
|
/* 2700 */ MCD_OPC_CheckPredicate, 15, 206, 14, 0, // Skip to: 6495
|
|
/* 2705 */ MCD_OPC_CheckField, 26, 6, 4, 199, 14, 0, // Skip to: 6495
|
|
/* 2712 */ MCD_OPC_CheckField, 21, 2, 0, 192, 14, 0, // Skip to: 6495
|
|
/* 2719 */ MCD_OPC_Decode, 181, 5, 148, 2, // Opcode: EFDCMPGT
|
|
/* 2724 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 2753
|
|
/* 2729 */ MCD_OPC_CheckPredicate, 15, 177, 14, 0, // Skip to: 6495
|
|
/* 2734 */ MCD_OPC_CheckField, 26, 6, 4, 170, 14, 0, // Skip to: 6495
|
|
/* 2741 */ MCD_OPC_CheckField, 21, 2, 0, 163, 14, 0, // Skip to: 6495
|
|
/* 2748 */ MCD_OPC_Decode, 182, 5, 148, 2, // Opcode: EFDCMPLT
|
|
/* 2753 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 2782
|
|
/* 2758 */ MCD_OPC_CheckPredicate, 15, 148, 14, 0, // Skip to: 6495
|
|
/* 2763 */ MCD_OPC_CheckField, 26, 6, 4, 141, 14, 0, // Skip to: 6495
|
|
/* 2770 */ MCD_OPC_CheckField, 21, 2, 0, 134, 14, 0, // Skip to: 6495
|
|
/* 2777 */ MCD_OPC_Decode, 180, 5, 148, 2, // Opcode: EFDCMPEQ
|
|
/* 2782 */ MCD_OPC_FilterValue, 7, 124, 14, 0, // Skip to: 6495
|
|
/* 2787 */ MCD_OPC_CheckPredicate, 15, 119, 14, 0, // Skip to: 6495
|
|
/* 2792 */ MCD_OPC_CheckField, 26, 6, 4, 112, 14, 0, // Skip to: 6495
|
|
/* 2799 */ MCD_OPC_CheckField, 16, 5, 0, 105, 14, 0, // Skip to: 6495
|
|
/* 2806 */ MCD_OPC_Decode, 173, 5, 152, 2, // Opcode: EFDCFS
|
|
/* 2811 */ MCD_OPC_FilterValue, 94, 235, 0, 0, // Skip to: 3051
|
|
/* 2816 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 2819 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2848
|
|
/* 2824 */ MCD_OPC_CheckPredicate, 15, 82, 14, 0, // Skip to: 6495
|
|
/* 2829 */ MCD_OPC_CheckField, 26, 6, 4, 75, 14, 0, // Skip to: 6495
|
|
/* 2836 */ MCD_OPC_CheckField, 16, 5, 0, 68, 14, 0, // Skip to: 6495
|
|
/* 2843 */ MCD_OPC_Decode, 178, 5, 152, 2, // Opcode: EFDCFUI
|
|
/* 2848 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 2877
|
|
/* 2853 */ MCD_OPC_CheckPredicate, 15, 53, 14, 0, // Skip to: 6495
|
|
/* 2858 */ MCD_OPC_CheckField, 26, 6, 4, 46, 14, 0, // Skip to: 6495
|
|
/* 2865 */ MCD_OPC_CheckField, 16, 5, 0, 39, 14, 0, // Skip to: 6495
|
|
/* 2872 */ MCD_OPC_Decode, 175, 5, 152, 2, // Opcode: EFDCFSI
|
|
/* 2877 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 2906
|
|
/* 2882 */ MCD_OPC_CheckPredicate, 15, 24, 14, 0, // Skip to: 6495
|
|
/* 2887 */ MCD_OPC_CheckField, 26, 6, 4, 17, 14, 0, // Skip to: 6495
|
|
/* 2894 */ MCD_OPC_CheckField, 16, 5, 0, 10, 14, 0, // Skip to: 6495
|
|
/* 2901 */ MCD_OPC_Decode, 177, 5, 152, 2, // Opcode: EFDCFUF
|
|
/* 2906 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 2935
|
|
/* 2911 */ MCD_OPC_CheckPredicate, 15, 251, 13, 0, // Skip to: 6495
|
|
/* 2916 */ MCD_OPC_CheckField, 26, 6, 4, 244, 13, 0, // Skip to: 6495
|
|
/* 2923 */ MCD_OPC_CheckField, 16, 5, 0, 237, 13, 0, // Skip to: 6495
|
|
/* 2930 */ MCD_OPC_Decode, 174, 5, 152, 2, // Opcode: EFDCFSF
|
|
/* 2935 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 2964
|
|
/* 2940 */ MCD_OPC_CheckPredicate, 15, 222, 13, 0, // Skip to: 6495
|
|
/* 2945 */ MCD_OPC_CheckField, 26, 6, 4, 215, 13, 0, // Skip to: 6495
|
|
/* 2952 */ MCD_OPC_CheckField, 16, 5, 0, 208, 13, 0, // Skip to: 6495
|
|
/* 2959 */ MCD_OPC_Decode, 188, 5, 151, 2, // Opcode: EFDCTUI
|
|
/* 2964 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 2993
|
|
/* 2969 */ MCD_OPC_CheckPredicate, 15, 193, 13, 0, // Skip to: 6495
|
|
/* 2974 */ MCD_OPC_CheckField, 26, 6, 4, 186, 13, 0, // Skip to: 6495
|
|
/* 2981 */ MCD_OPC_CheckField, 16, 5, 0, 179, 13, 0, // Skip to: 6495
|
|
/* 2988 */ MCD_OPC_Decode, 184, 5, 151, 2, // Opcode: EFDCTSI
|
|
/* 2993 */ MCD_OPC_FilterValue, 6, 24, 0, 0, // Skip to: 3022
|
|
/* 2998 */ MCD_OPC_CheckPredicate, 15, 164, 13, 0, // Skip to: 6495
|
|
/* 3003 */ MCD_OPC_CheckField, 26, 6, 4, 157, 13, 0, // Skip to: 6495
|
|
/* 3010 */ MCD_OPC_CheckField, 16, 5, 0, 150, 13, 0, // Skip to: 6495
|
|
/* 3017 */ MCD_OPC_Decode, 187, 5, 152, 2, // Opcode: EFDCTUF
|
|
/* 3022 */ MCD_OPC_FilterValue, 7, 140, 13, 0, // Skip to: 6495
|
|
/* 3027 */ MCD_OPC_CheckPredicate, 15, 135, 13, 0, // Skip to: 6495
|
|
/* 3032 */ MCD_OPC_CheckField, 26, 6, 4, 128, 13, 0, // Skip to: 6495
|
|
/* 3039 */ MCD_OPC_CheckField, 16, 5, 0, 121, 13, 0, // Skip to: 6495
|
|
/* 3046 */ MCD_OPC_Decode, 183, 5, 152, 2, // Opcode: EFDCTSF
|
|
/* 3051 */ MCD_OPC_FilterValue, 95, 148, 0, 0, // Skip to: 3204
|
|
/* 3056 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 3059 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 3088
|
|
/* 3064 */ MCD_OPC_CheckPredicate, 15, 98, 13, 0, // Skip to: 6495
|
|
/* 3069 */ MCD_OPC_CheckField, 26, 6, 4, 91, 13, 0, // Skip to: 6495
|
|
/* 3076 */ MCD_OPC_CheckField, 16, 5, 0, 84, 13, 0, // Skip to: 6495
|
|
/* 3083 */ MCD_OPC_Decode, 190, 5, 151, 2, // Opcode: EFDCTUIZ
|
|
/* 3088 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 3117
|
|
/* 3093 */ MCD_OPC_CheckPredicate, 15, 69, 13, 0, // Skip to: 6495
|
|
/* 3098 */ MCD_OPC_CheckField, 26, 6, 4, 62, 13, 0, // Skip to: 6495
|
|
/* 3105 */ MCD_OPC_CheckField, 16, 5, 0, 55, 13, 0, // Skip to: 6495
|
|
/* 3112 */ MCD_OPC_Decode, 186, 5, 151, 2, // Opcode: EFDCTSIZ
|
|
/* 3117 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 3146
|
|
/* 3122 */ MCD_OPC_CheckPredicate, 15, 40, 13, 0, // Skip to: 6495
|
|
/* 3127 */ MCD_OPC_CheckField, 26, 6, 4, 33, 13, 0, // Skip to: 6495
|
|
/* 3134 */ MCD_OPC_CheckField, 21, 2, 0, 26, 13, 0, // Skip to: 6495
|
|
/* 3141 */ MCD_OPC_Decode, 197, 5, 148, 2, // Opcode: EFDTSTGT
|
|
/* 3146 */ MCD_OPC_FilterValue, 5, 24, 0, 0, // Skip to: 3175
|
|
/* 3151 */ MCD_OPC_CheckPredicate, 15, 11, 13, 0, // Skip to: 6495
|
|
/* 3156 */ MCD_OPC_CheckField, 26, 6, 4, 4, 13, 0, // Skip to: 6495
|
|
/* 3163 */ MCD_OPC_CheckField, 21, 2, 0, 253, 12, 0, // Skip to: 6495
|
|
/* 3170 */ MCD_OPC_Decode, 198, 5, 148, 2, // Opcode: EFDTSTLT
|
|
/* 3175 */ MCD_OPC_FilterValue, 6, 243, 12, 0, // Skip to: 6495
|
|
/* 3180 */ MCD_OPC_CheckPredicate, 15, 238, 12, 0, // Skip to: 6495
|
|
/* 3185 */ MCD_OPC_CheckField, 26, 6, 4, 231, 12, 0, // Skip to: 6495
|
|
/* 3192 */ MCD_OPC_CheckField, 21, 2, 0, 224, 12, 0, // Skip to: 6495
|
|
/* 3199 */ MCD_OPC_Decode, 196, 5, 148, 2, // Opcode: EFDTSTEQ
|
|
/* 3204 */ MCD_OPC_FilterValue, 96, 135, 0, 0, // Skip to: 3344
|
|
/* 3209 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 3212 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3234
|
|
/* 3217 */ MCD_OPC_CheckPredicate, 15, 201, 12, 0, // Skip to: 6495
|
|
/* 3222 */ MCD_OPC_CheckField, 26, 6, 4, 194, 12, 0, // Skip to: 6495
|
|
/* 3229 */ MCD_OPC_Decode, 149, 6, 153, 2, // Opcode: EVLDDX
|
|
/* 3234 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3256
|
|
/* 3239 */ MCD_OPC_CheckPredicate, 15, 179, 12, 0, // Skip to: 6495
|
|
/* 3244 */ MCD_OPC_CheckField, 26, 6, 4, 172, 12, 0, // Skip to: 6495
|
|
/* 3251 */ MCD_OPC_Decode, 148, 6, 154, 2, // Opcode: EVLDD
|
|
/* 3256 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 3278
|
|
/* 3261 */ MCD_OPC_CheckPredicate, 15, 157, 12, 0, // Skip to: 6495
|
|
/* 3266 */ MCD_OPC_CheckField, 26, 6, 4, 150, 12, 0, // Skip to: 6495
|
|
/* 3273 */ MCD_OPC_Decode, 153, 6, 153, 2, // Opcode: EVLDWX
|
|
/* 3278 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 3300
|
|
/* 3283 */ MCD_OPC_CheckPredicate, 15, 135, 12, 0, // Skip to: 6495
|
|
/* 3288 */ MCD_OPC_CheckField, 26, 6, 4, 128, 12, 0, // Skip to: 6495
|
|
/* 3295 */ MCD_OPC_Decode, 152, 6, 154, 2, // Opcode: EVLDW
|
|
/* 3300 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3322
|
|
/* 3305 */ MCD_OPC_CheckPredicate, 15, 113, 12, 0, // Skip to: 6495
|
|
/* 3310 */ MCD_OPC_CheckField, 26, 6, 4, 106, 12, 0, // Skip to: 6495
|
|
/* 3317 */ MCD_OPC_Decode, 151, 6, 153, 2, // Opcode: EVLDHX
|
|
/* 3322 */ MCD_OPC_FilterValue, 5, 96, 12, 0, // Skip to: 6495
|
|
/* 3327 */ MCD_OPC_CheckPredicate, 15, 91, 12, 0, // Skip to: 6495
|
|
/* 3332 */ MCD_OPC_CheckField, 26, 6, 4, 84, 12, 0, // Skip to: 6495
|
|
/* 3339 */ MCD_OPC_Decode, 150, 6, 154, 2, // Opcode: EVLDH
|
|
/* 3344 */ MCD_OPC_FilterValue, 97, 135, 0, 0, // Skip to: 3484
|
|
/* 3349 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 3352 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3374
|
|
/* 3357 */ MCD_OPC_CheckPredicate, 15, 61, 12, 0, // Skip to: 6495
|
|
/* 3362 */ MCD_OPC_CheckField, 26, 6, 4, 54, 12, 0, // Skip to: 6495
|
|
/* 3369 */ MCD_OPC_Decode, 155, 6, 153, 2, // Opcode: EVLHHESPLATX
|
|
/* 3374 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3396
|
|
/* 3379 */ MCD_OPC_CheckPredicate, 15, 39, 12, 0, // Skip to: 6495
|
|
/* 3384 */ MCD_OPC_CheckField, 26, 6, 4, 32, 12, 0, // Skip to: 6495
|
|
/* 3391 */ MCD_OPC_Decode, 154, 6, 155, 2, // Opcode: EVLHHESPLAT
|
|
/* 3396 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3418
|
|
/* 3401 */ MCD_OPC_CheckPredicate, 15, 17, 12, 0, // Skip to: 6495
|
|
/* 3406 */ MCD_OPC_CheckField, 26, 6, 4, 10, 12, 0, // Skip to: 6495
|
|
/* 3413 */ MCD_OPC_Decode, 159, 6, 153, 2, // Opcode: EVLHHOUSPLATX
|
|
/* 3418 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 3440
|
|
/* 3423 */ MCD_OPC_CheckPredicate, 15, 251, 11, 0, // Skip to: 6495
|
|
/* 3428 */ MCD_OPC_CheckField, 26, 6, 4, 244, 11, 0, // Skip to: 6495
|
|
/* 3435 */ MCD_OPC_Decode, 158, 6, 155, 2, // Opcode: EVLHHOUSPLAT
|
|
/* 3440 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 3462
|
|
/* 3445 */ MCD_OPC_CheckPredicate, 15, 229, 11, 0, // Skip to: 6495
|
|
/* 3450 */ MCD_OPC_CheckField, 26, 6, 4, 222, 11, 0, // Skip to: 6495
|
|
/* 3457 */ MCD_OPC_Decode, 157, 6, 153, 2, // Opcode: EVLHHOSSPLATX
|
|
/* 3462 */ MCD_OPC_FilterValue, 7, 212, 11, 0, // Skip to: 6495
|
|
/* 3467 */ MCD_OPC_CheckPredicate, 15, 207, 11, 0, // Skip to: 6495
|
|
/* 3472 */ MCD_OPC_CheckField, 26, 6, 4, 200, 11, 0, // Skip to: 6495
|
|
/* 3479 */ MCD_OPC_Decode, 156, 6, 155, 2, // Opcode: EVLHHOSSPLAT
|
|
/* 3484 */ MCD_OPC_FilterValue, 98, 135, 0, 0, // Skip to: 3624
|
|
/* 3489 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 3492 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3514
|
|
/* 3497 */ MCD_OPC_CheckPredicate, 15, 177, 11, 0, // Skip to: 6495
|
|
/* 3502 */ MCD_OPC_CheckField, 26, 6, 4, 170, 11, 0, // Skip to: 6495
|
|
/* 3509 */ MCD_OPC_Decode, 161, 6, 153, 2, // Opcode: EVLWHEX
|
|
/* 3514 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3536
|
|
/* 3519 */ MCD_OPC_CheckPredicate, 15, 155, 11, 0, // Skip to: 6495
|
|
/* 3524 */ MCD_OPC_CheckField, 26, 6, 4, 148, 11, 0, // Skip to: 6495
|
|
/* 3531 */ MCD_OPC_Decode, 160, 6, 156, 2, // Opcode: EVLWHE
|
|
/* 3536 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3558
|
|
/* 3541 */ MCD_OPC_CheckPredicate, 15, 133, 11, 0, // Skip to: 6495
|
|
/* 3546 */ MCD_OPC_CheckField, 26, 6, 4, 126, 11, 0, // Skip to: 6495
|
|
/* 3553 */ MCD_OPC_Decode, 165, 6, 153, 2, // Opcode: EVLWHOUX
|
|
/* 3558 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 3580
|
|
/* 3563 */ MCD_OPC_CheckPredicate, 15, 111, 11, 0, // Skip to: 6495
|
|
/* 3568 */ MCD_OPC_CheckField, 26, 6, 4, 104, 11, 0, // Skip to: 6495
|
|
/* 3575 */ MCD_OPC_Decode, 164, 6, 156, 2, // Opcode: EVLWHOU
|
|
/* 3580 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 3602
|
|
/* 3585 */ MCD_OPC_CheckPredicate, 15, 89, 11, 0, // Skip to: 6495
|
|
/* 3590 */ MCD_OPC_CheckField, 26, 6, 4, 82, 11, 0, // Skip to: 6495
|
|
/* 3597 */ MCD_OPC_Decode, 163, 6, 153, 2, // Opcode: EVLWHOSX
|
|
/* 3602 */ MCD_OPC_FilterValue, 7, 72, 11, 0, // Skip to: 6495
|
|
/* 3607 */ MCD_OPC_CheckPredicate, 15, 67, 11, 0, // Skip to: 6495
|
|
/* 3612 */ MCD_OPC_CheckField, 26, 6, 4, 60, 11, 0, // Skip to: 6495
|
|
/* 3619 */ MCD_OPC_Decode, 162, 6, 156, 2, // Opcode: EVLWHOS
|
|
/* 3624 */ MCD_OPC_FilterValue, 99, 91, 0, 0, // Skip to: 3720
|
|
/* 3629 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 3632 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3654
|
|
/* 3637 */ MCD_OPC_CheckPredicate, 15, 37, 11, 0, // Skip to: 6495
|
|
/* 3642 */ MCD_OPC_CheckField, 26, 6, 4, 30, 11, 0, // Skip to: 6495
|
|
/* 3649 */ MCD_OPC_Decode, 169, 6, 153, 2, // Opcode: EVLWWSPLATX
|
|
/* 3654 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3676
|
|
/* 3659 */ MCD_OPC_CheckPredicate, 15, 15, 11, 0, // Skip to: 6495
|
|
/* 3664 */ MCD_OPC_CheckField, 26, 6, 4, 8, 11, 0, // Skip to: 6495
|
|
/* 3671 */ MCD_OPC_Decode, 168, 6, 156, 2, // Opcode: EVLWWSPLAT
|
|
/* 3676 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3698
|
|
/* 3681 */ MCD_OPC_CheckPredicate, 15, 249, 10, 0, // Skip to: 6495
|
|
/* 3686 */ MCD_OPC_CheckField, 26, 6, 4, 242, 10, 0, // Skip to: 6495
|
|
/* 3693 */ MCD_OPC_Decode, 167, 6, 153, 2, // Opcode: EVLWHSPLATX
|
|
/* 3698 */ MCD_OPC_FilterValue, 5, 232, 10, 0, // Skip to: 6495
|
|
/* 3703 */ MCD_OPC_CheckPredicate, 15, 227, 10, 0, // Skip to: 6495
|
|
/* 3708 */ MCD_OPC_CheckField, 26, 6, 4, 220, 10, 0, // Skip to: 6495
|
|
/* 3715 */ MCD_OPC_Decode, 166, 6, 156, 2, // Opcode: EVLWHSPLAT
|
|
/* 3720 */ MCD_OPC_FilterValue, 100, 135, 0, 0, // Skip to: 3860
|
|
/* 3725 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 3728 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3750
|
|
/* 3733 */ MCD_OPC_CheckPredicate, 15, 197, 10, 0, // Skip to: 6495
|
|
/* 3738 */ MCD_OPC_CheckField, 26, 6, 4, 190, 10, 0, // Skip to: 6495
|
|
/* 3745 */ MCD_OPC_Decode, 151, 7, 153, 2, // Opcode: EVSTDDX
|
|
/* 3750 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3772
|
|
/* 3755 */ MCD_OPC_CheckPredicate, 15, 175, 10, 0, // Skip to: 6495
|
|
/* 3760 */ MCD_OPC_CheckField, 26, 6, 4, 168, 10, 0, // Skip to: 6495
|
|
/* 3767 */ MCD_OPC_Decode, 150, 7, 154, 2, // Opcode: EVSTDD
|
|
/* 3772 */ MCD_OPC_FilterValue, 2, 17, 0, 0, // Skip to: 3794
|
|
/* 3777 */ MCD_OPC_CheckPredicate, 15, 153, 10, 0, // Skip to: 6495
|
|
/* 3782 */ MCD_OPC_CheckField, 26, 6, 4, 146, 10, 0, // Skip to: 6495
|
|
/* 3789 */ MCD_OPC_Decode, 155, 7, 153, 2, // Opcode: EVSTDWX
|
|
/* 3794 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 3816
|
|
/* 3799 */ MCD_OPC_CheckPredicate, 15, 131, 10, 0, // Skip to: 6495
|
|
/* 3804 */ MCD_OPC_CheckField, 26, 6, 4, 124, 10, 0, // Skip to: 6495
|
|
/* 3811 */ MCD_OPC_Decode, 154, 7, 154, 2, // Opcode: EVSTDW
|
|
/* 3816 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3838
|
|
/* 3821 */ MCD_OPC_CheckPredicate, 15, 109, 10, 0, // Skip to: 6495
|
|
/* 3826 */ MCD_OPC_CheckField, 26, 6, 4, 102, 10, 0, // Skip to: 6495
|
|
/* 3833 */ MCD_OPC_Decode, 153, 7, 153, 2, // Opcode: EVSTDHX
|
|
/* 3838 */ MCD_OPC_FilterValue, 5, 92, 10, 0, // Skip to: 6495
|
|
/* 3843 */ MCD_OPC_CheckPredicate, 15, 87, 10, 0, // Skip to: 6495
|
|
/* 3848 */ MCD_OPC_CheckField, 26, 6, 4, 80, 10, 0, // Skip to: 6495
|
|
/* 3855 */ MCD_OPC_Decode, 152, 7, 154, 2, // Opcode: EVSTDH
|
|
/* 3860 */ MCD_OPC_FilterValue, 102, 91, 0, 0, // Skip to: 3956
|
|
/* 3865 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 3868 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3890
|
|
/* 3873 */ MCD_OPC_CheckPredicate, 15, 57, 10, 0, // Skip to: 6495
|
|
/* 3878 */ MCD_OPC_CheckField, 26, 6, 4, 50, 10, 0, // Skip to: 6495
|
|
/* 3885 */ MCD_OPC_Decode, 157, 7, 153, 2, // Opcode: EVSTWHEX
|
|
/* 3890 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 3912
|
|
/* 3895 */ MCD_OPC_CheckPredicate, 15, 35, 10, 0, // Skip to: 6495
|
|
/* 3900 */ MCD_OPC_CheckField, 26, 6, 4, 28, 10, 0, // Skip to: 6495
|
|
/* 3907 */ MCD_OPC_Decode, 156, 7, 156, 2, // Opcode: EVSTWHE
|
|
/* 3912 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3934
|
|
/* 3917 */ MCD_OPC_CheckPredicate, 15, 13, 10, 0, // Skip to: 6495
|
|
/* 3922 */ MCD_OPC_CheckField, 26, 6, 4, 6, 10, 0, // Skip to: 6495
|
|
/* 3929 */ MCD_OPC_Decode, 159, 7, 153, 2, // Opcode: EVSTWHOX
|
|
/* 3934 */ MCD_OPC_FilterValue, 5, 252, 9, 0, // Skip to: 6495
|
|
/* 3939 */ MCD_OPC_CheckPredicate, 15, 247, 9, 0, // Skip to: 6495
|
|
/* 3944 */ MCD_OPC_CheckField, 26, 6, 4, 240, 9, 0, // Skip to: 6495
|
|
/* 3951 */ MCD_OPC_Decode, 158, 7, 156, 2, // Opcode: EVSTWHO
|
|
/* 3956 */ MCD_OPC_FilterValue, 103, 91, 0, 0, // Skip to: 4052
|
|
/* 3961 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 3964 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 3986
|
|
/* 3969 */ MCD_OPC_CheckPredicate, 15, 217, 9, 0, // Skip to: 6495
|
|
/* 3974 */ MCD_OPC_CheckField, 26, 6, 4, 210, 9, 0, // Skip to: 6495
|
|
/* 3981 */ MCD_OPC_Decode, 161, 7, 153, 2, // Opcode: EVSTWWEX
|
|
/* 3986 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4008
|
|
/* 3991 */ MCD_OPC_CheckPredicate, 15, 195, 9, 0, // Skip to: 6495
|
|
/* 3996 */ MCD_OPC_CheckField, 26, 6, 4, 188, 9, 0, // Skip to: 6495
|
|
/* 4003 */ MCD_OPC_Decode, 160, 7, 156, 2, // Opcode: EVSTWWE
|
|
/* 4008 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4030
|
|
/* 4013 */ MCD_OPC_CheckPredicate, 15, 173, 9, 0, // Skip to: 6495
|
|
/* 4018 */ MCD_OPC_CheckField, 26, 6, 4, 166, 9, 0, // Skip to: 6495
|
|
/* 4025 */ MCD_OPC_Decode, 163, 7, 153, 2, // Opcode: EVSTWWOX
|
|
/* 4030 */ MCD_OPC_FilterValue, 5, 156, 9, 0, // Skip to: 6495
|
|
/* 4035 */ MCD_OPC_CheckPredicate, 15, 151, 9, 0, // Skip to: 6495
|
|
/* 4040 */ MCD_OPC_CheckField, 26, 6, 4, 144, 9, 0, // Skip to: 6495
|
|
/* 4047 */ MCD_OPC_Decode, 162, 7, 156, 2, // Opcode: EVSTWWO
|
|
/* 4052 */ MCD_OPC_FilterValue, 128, 1, 47, 0, 0, // Skip to: 4105
|
|
/* 4058 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 4061 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 4083
|
|
/* 4066 */ MCD_OPC_CheckPredicate, 15, 120, 9, 0, // Skip to: 6495
|
|
/* 4071 */ MCD_OPC_CheckField, 26, 6, 4, 113, 9, 0, // Skip to: 6495
|
|
/* 4078 */ MCD_OPC_Decode, 188, 6, 142, 2, // Opcode: EVMHESSF
|
|
/* 4083 */ MCD_OPC_FilterValue, 7, 103, 9, 0, // Skip to: 6495
|
|
/* 4088 */ MCD_OPC_CheckPredicate, 15, 98, 9, 0, // Skip to: 6495
|
|
/* 4093 */ MCD_OPC_CheckField, 26, 6, 4, 91, 9, 0, // Skip to: 6495
|
|
/* 4100 */ MCD_OPC_Decode, 214, 6, 142, 2, // Opcode: EVMHOSSF
|
|
/* 4105 */ MCD_OPC_FilterValue, 129, 1, 135, 0, 0, // Skip to: 4246
|
|
/* 4111 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 4114 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4136
|
|
/* 4119 */ MCD_OPC_CheckPredicate, 15, 67, 9, 0, // Skip to: 6495
|
|
/* 4124 */ MCD_OPC_CheckField, 26, 6, 4, 60, 9, 0, // Skip to: 6495
|
|
/* 4131 */ MCD_OPC_Decode, 194, 6, 142, 2, // Opcode: EVMHEUMI
|
|
/* 4136 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4158
|
|
/* 4141 */ MCD_OPC_CheckPredicate, 15, 45, 9, 0, // Skip to: 6495
|
|
/* 4146 */ MCD_OPC_CheckField, 26, 6, 4, 38, 9, 0, // Skip to: 6495
|
|
/* 4153 */ MCD_OPC_Decode, 184, 6, 142, 2, // Opcode: EVMHESMI
|
|
/* 4158 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 4180
|
|
/* 4163 */ MCD_OPC_CheckPredicate, 15, 23, 9, 0, // Skip to: 6495
|
|
/* 4168 */ MCD_OPC_CheckField, 26, 6, 4, 16, 9, 0, // Skip to: 6495
|
|
/* 4175 */ MCD_OPC_Decode, 180, 6, 142, 2, // Opcode: EVMHESMF
|
|
/* 4180 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4202
|
|
/* 4185 */ MCD_OPC_CheckPredicate, 15, 1, 9, 0, // Skip to: 6495
|
|
/* 4190 */ MCD_OPC_CheckField, 26, 6, 4, 250, 8, 0, // Skip to: 6495
|
|
/* 4197 */ MCD_OPC_Decode, 220, 6, 142, 2, // Opcode: EVMHOUMI
|
|
/* 4202 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4224
|
|
/* 4207 */ MCD_OPC_CheckPredicate, 15, 235, 8, 0, // Skip to: 6495
|
|
/* 4212 */ MCD_OPC_CheckField, 26, 6, 4, 228, 8, 0, // Skip to: 6495
|
|
/* 4219 */ MCD_OPC_Decode, 210, 6, 142, 2, // Opcode: EVMHOSMI
|
|
/* 4224 */ MCD_OPC_FilterValue, 7, 218, 8, 0, // Skip to: 6495
|
|
/* 4229 */ MCD_OPC_CheckPredicate, 15, 213, 8, 0, // Skip to: 6495
|
|
/* 4234 */ MCD_OPC_CheckField, 26, 6, 4, 206, 8, 0, // Skip to: 6495
|
|
/* 4241 */ MCD_OPC_Decode, 206, 6, 142, 2, // Opcode: EVMHOSMF
|
|
/* 4246 */ MCD_OPC_FilterValue, 132, 1, 47, 0, 0, // Skip to: 4299
|
|
/* 4252 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 4255 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 4277
|
|
/* 4260 */ MCD_OPC_CheckPredicate, 15, 182, 8, 0, // Skip to: 6495
|
|
/* 4265 */ MCD_OPC_CheckField, 26, 6, 4, 175, 8, 0, // Skip to: 6495
|
|
/* 4272 */ MCD_OPC_Decode, 189, 6, 142, 2, // Opcode: EVMHESSFA
|
|
/* 4277 */ MCD_OPC_FilterValue, 7, 165, 8, 0, // Skip to: 6495
|
|
/* 4282 */ MCD_OPC_CheckPredicate, 15, 160, 8, 0, // Skip to: 6495
|
|
/* 4287 */ MCD_OPC_CheckField, 26, 6, 4, 153, 8, 0, // Skip to: 6495
|
|
/* 4294 */ MCD_OPC_Decode, 215, 6, 142, 2, // Opcode: EVMHOSSFA
|
|
/* 4299 */ MCD_OPC_FilterValue, 133, 1, 135, 0, 0, // Skip to: 4440
|
|
/* 4305 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 4308 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4330
|
|
/* 4313 */ MCD_OPC_CheckPredicate, 15, 129, 8, 0, // Skip to: 6495
|
|
/* 4318 */ MCD_OPC_CheckField, 26, 6, 4, 122, 8, 0, // Skip to: 6495
|
|
/* 4325 */ MCD_OPC_Decode, 195, 6, 142, 2, // Opcode: EVMHEUMIA
|
|
/* 4330 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4352
|
|
/* 4335 */ MCD_OPC_CheckPredicate, 15, 107, 8, 0, // Skip to: 6495
|
|
/* 4340 */ MCD_OPC_CheckField, 26, 6, 4, 100, 8, 0, // Skip to: 6495
|
|
/* 4347 */ MCD_OPC_Decode, 185, 6, 142, 2, // Opcode: EVMHESMIA
|
|
/* 4352 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 4374
|
|
/* 4357 */ MCD_OPC_CheckPredicate, 15, 85, 8, 0, // Skip to: 6495
|
|
/* 4362 */ MCD_OPC_CheckField, 26, 6, 4, 78, 8, 0, // Skip to: 6495
|
|
/* 4369 */ MCD_OPC_Decode, 181, 6, 142, 2, // Opcode: EVMHESMFA
|
|
/* 4374 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4396
|
|
/* 4379 */ MCD_OPC_CheckPredicate, 15, 63, 8, 0, // Skip to: 6495
|
|
/* 4384 */ MCD_OPC_CheckField, 26, 6, 4, 56, 8, 0, // Skip to: 6495
|
|
/* 4391 */ MCD_OPC_Decode, 221, 6, 142, 2, // Opcode: EVMHOUMIA
|
|
/* 4396 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4418
|
|
/* 4401 */ MCD_OPC_CheckPredicate, 15, 41, 8, 0, // Skip to: 6495
|
|
/* 4406 */ MCD_OPC_CheckField, 26, 6, 4, 34, 8, 0, // Skip to: 6495
|
|
/* 4413 */ MCD_OPC_Decode, 211, 6, 142, 2, // Opcode: EVMHOSMIA
|
|
/* 4418 */ MCD_OPC_FilterValue, 7, 24, 8, 0, // Skip to: 6495
|
|
/* 4423 */ MCD_OPC_CheckPredicate, 15, 19, 8, 0, // Skip to: 6495
|
|
/* 4428 */ MCD_OPC_CheckField, 26, 6, 4, 12, 8, 0, // Skip to: 6495
|
|
/* 4435 */ MCD_OPC_Decode, 207, 6, 142, 2, // Opcode: EVMHOSMFA
|
|
/* 4440 */ MCD_OPC_FilterValue, 136, 1, 24, 0, 0, // Skip to: 4470
|
|
/* 4446 */ MCD_OPC_CheckPredicate, 15, 252, 7, 0, // Skip to: 6495
|
|
/* 4451 */ MCD_OPC_CheckField, 26, 6, 4, 245, 7, 0, // Skip to: 6495
|
|
/* 4458 */ MCD_OPC_CheckField, 0, 3, 7, 238, 7, 0, // Skip to: 6495
|
|
/* 4465 */ MCD_OPC_Decode, 231, 6, 142, 2, // Opcode: EVMWHSSF
|
|
/* 4470 */ MCD_OPC_FilterValue, 137, 1, 91, 0, 0, // Skip to: 4567
|
|
/* 4476 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 4479 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4501
|
|
/* 4484 */ MCD_OPC_CheckPredicate, 15, 214, 7, 0, // Skip to: 6495
|
|
/* 4489 */ MCD_OPC_CheckField, 26, 6, 4, 207, 7, 0, // Skip to: 6495
|
|
/* 4496 */ MCD_OPC_Decode, 239, 6, 142, 2, // Opcode: EVMWLUMI
|
|
/* 4501 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4523
|
|
/* 4506 */ MCD_OPC_CheckPredicate, 15, 192, 7, 0, // Skip to: 6495
|
|
/* 4511 */ MCD_OPC_CheckField, 26, 6, 4, 185, 7, 0, // Skip to: 6495
|
|
/* 4518 */ MCD_OPC_Decode, 233, 6, 142, 2, // Opcode: EVMWHUMI
|
|
/* 4523 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4545
|
|
/* 4528 */ MCD_OPC_CheckPredicate, 15, 170, 7, 0, // Skip to: 6495
|
|
/* 4533 */ MCD_OPC_CheckField, 26, 6, 4, 163, 7, 0, // Skip to: 6495
|
|
/* 4540 */ MCD_OPC_Decode, 229, 6, 142, 2, // Opcode: EVMWHSMI
|
|
/* 4545 */ MCD_OPC_FilterValue, 7, 153, 7, 0, // Skip to: 6495
|
|
/* 4550 */ MCD_OPC_CheckPredicate, 15, 148, 7, 0, // Skip to: 6495
|
|
/* 4555 */ MCD_OPC_CheckField, 26, 6, 4, 141, 7, 0, // Skip to: 6495
|
|
/* 4562 */ MCD_OPC_Decode, 227, 6, 142, 2, // Opcode: EVMWHSMF
|
|
/* 4567 */ MCD_OPC_FilterValue, 138, 1, 24, 0, 0, // Skip to: 4597
|
|
/* 4573 */ MCD_OPC_CheckPredicate, 15, 125, 7, 0, // Skip to: 6495
|
|
/* 4578 */ MCD_OPC_CheckField, 26, 6, 4, 118, 7, 0, // Skip to: 6495
|
|
/* 4585 */ MCD_OPC_CheckField, 0, 3, 3, 111, 7, 0, // Skip to: 6495
|
|
/* 4592 */ MCD_OPC_Decode, 253, 6, 142, 2, // Opcode: EVMWSSF
|
|
/* 4597 */ MCD_OPC_FilterValue, 139, 1, 69, 0, 0, // Skip to: 4672
|
|
/* 4603 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 4606 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4628
|
|
/* 4611 */ MCD_OPC_CheckPredicate, 15, 87, 7, 0, // Skip to: 6495
|
|
/* 4616 */ MCD_OPC_CheckField, 26, 6, 4, 80, 7, 0, // Skip to: 6495
|
|
/* 4623 */ MCD_OPC_Decode, 129, 7, 142, 2, // Opcode: EVMWUMI
|
|
/* 4628 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4650
|
|
/* 4633 */ MCD_OPC_CheckPredicate, 15, 65, 7, 0, // Skip to: 6495
|
|
/* 4638 */ MCD_OPC_CheckField, 26, 6, 4, 58, 7, 0, // Skip to: 6495
|
|
/* 4645 */ MCD_OPC_Decode, 249, 6, 142, 2, // Opcode: EVMWSMI
|
|
/* 4650 */ MCD_OPC_FilterValue, 3, 48, 7, 0, // Skip to: 6495
|
|
/* 4655 */ MCD_OPC_CheckPredicate, 15, 43, 7, 0, // Skip to: 6495
|
|
/* 4660 */ MCD_OPC_CheckField, 26, 6, 4, 36, 7, 0, // Skip to: 6495
|
|
/* 4667 */ MCD_OPC_Decode, 245, 6, 142, 2, // Opcode: EVMWSMF
|
|
/* 4672 */ MCD_OPC_FilterValue, 140, 1, 24, 0, 0, // Skip to: 4702
|
|
/* 4678 */ MCD_OPC_CheckPredicate, 15, 20, 7, 0, // Skip to: 6495
|
|
/* 4683 */ MCD_OPC_CheckField, 26, 6, 4, 13, 7, 0, // Skip to: 6495
|
|
/* 4690 */ MCD_OPC_CheckField, 0, 3, 7, 6, 7, 0, // Skip to: 6495
|
|
/* 4697 */ MCD_OPC_Decode, 232, 6, 142, 2, // Opcode: EVMWHSSFA
|
|
/* 4702 */ MCD_OPC_FilterValue, 141, 1, 91, 0, 0, // Skip to: 4799
|
|
/* 4708 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 4711 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4733
|
|
/* 4716 */ MCD_OPC_CheckPredicate, 15, 238, 6, 0, // Skip to: 6495
|
|
/* 4721 */ MCD_OPC_CheckField, 26, 6, 4, 231, 6, 0, // Skip to: 6495
|
|
/* 4728 */ MCD_OPC_Decode, 240, 6, 142, 2, // Opcode: EVMWLUMIA
|
|
/* 4733 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 4755
|
|
/* 4738 */ MCD_OPC_CheckPredicate, 15, 216, 6, 0, // Skip to: 6495
|
|
/* 4743 */ MCD_OPC_CheckField, 26, 6, 4, 209, 6, 0, // Skip to: 6495
|
|
/* 4750 */ MCD_OPC_Decode, 234, 6, 142, 2, // Opcode: EVMWHUMIA
|
|
/* 4755 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4777
|
|
/* 4760 */ MCD_OPC_CheckPredicate, 15, 194, 6, 0, // Skip to: 6495
|
|
/* 4765 */ MCD_OPC_CheckField, 26, 6, 4, 187, 6, 0, // Skip to: 6495
|
|
/* 4772 */ MCD_OPC_Decode, 230, 6, 142, 2, // Opcode: EVMWHSMIA
|
|
/* 4777 */ MCD_OPC_FilterValue, 7, 177, 6, 0, // Skip to: 6495
|
|
/* 4782 */ MCD_OPC_CheckPredicate, 15, 172, 6, 0, // Skip to: 6495
|
|
/* 4787 */ MCD_OPC_CheckField, 26, 6, 4, 165, 6, 0, // Skip to: 6495
|
|
/* 4794 */ MCD_OPC_Decode, 228, 6, 142, 2, // Opcode: EVMWHSMFA
|
|
/* 4799 */ MCD_OPC_FilterValue, 142, 1, 24, 0, 0, // Skip to: 4829
|
|
/* 4805 */ MCD_OPC_CheckPredicate, 15, 149, 6, 0, // Skip to: 6495
|
|
/* 4810 */ MCD_OPC_CheckField, 26, 6, 4, 142, 6, 0, // Skip to: 6495
|
|
/* 4817 */ MCD_OPC_CheckField, 0, 3, 3, 135, 6, 0, // Skip to: 6495
|
|
/* 4824 */ MCD_OPC_Decode, 254, 6, 142, 2, // Opcode: EVMWSSFA
|
|
/* 4829 */ MCD_OPC_FilterValue, 143, 1, 69, 0, 0, // Skip to: 4904
|
|
/* 4835 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 4838 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4860
|
|
/* 4843 */ MCD_OPC_CheckPredicate, 15, 111, 6, 0, // Skip to: 6495
|
|
/* 4848 */ MCD_OPC_CheckField, 26, 6, 4, 104, 6, 0, // Skip to: 6495
|
|
/* 4855 */ MCD_OPC_Decode, 130, 7, 142, 2, // Opcode: EVMWUMIA
|
|
/* 4860 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4882
|
|
/* 4865 */ MCD_OPC_CheckPredicate, 15, 89, 6, 0, // Skip to: 6495
|
|
/* 4870 */ MCD_OPC_CheckField, 26, 6, 4, 82, 6, 0, // Skip to: 6495
|
|
/* 4877 */ MCD_OPC_Decode, 250, 6, 142, 2, // Opcode: EVMWSMIA
|
|
/* 4882 */ MCD_OPC_FilterValue, 3, 72, 6, 0, // Skip to: 6495
|
|
/* 4887 */ MCD_OPC_CheckPredicate, 15, 67, 6, 0, // Skip to: 6495
|
|
/* 4892 */ MCD_OPC_CheckField, 26, 6, 4, 60, 6, 0, // Skip to: 6495
|
|
/* 4899 */ MCD_OPC_Decode, 246, 6, 142, 2, // Opcode: EVMWSMFA
|
|
/* 4904 */ MCD_OPC_FilterValue, 152, 1, 192, 0, 0, // Skip to: 5102
|
|
/* 4910 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 4913 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 4942
|
|
/* 4918 */ MCD_OPC_CheckPredicate, 15, 36, 6, 0, // Skip to: 6495
|
|
/* 4923 */ MCD_OPC_CheckField, 26, 6, 4, 29, 6, 0, // Skip to: 6495
|
|
/* 4930 */ MCD_OPC_CheckField, 11, 5, 0, 22, 6, 0, // Skip to: 6495
|
|
/* 4937 */ MCD_OPC_Decode, 237, 5, 145, 2, // Opcode: EVADDUSIAAW
|
|
/* 4942 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 4971
|
|
/* 4947 */ MCD_OPC_CheckPredicate, 15, 7, 6, 0, // Skip to: 6495
|
|
/* 4952 */ MCD_OPC_CheckField, 26, 6, 4, 0, 6, 0, // Skip to: 6495
|
|
/* 4959 */ MCD_OPC_CheckField, 11, 5, 0, 249, 5, 0, // Skip to: 6495
|
|
/* 4966 */ MCD_OPC_Decode, 235, 5, 145, 2, // Opcode: EVADDSSIAAW
|
|
/* 4971 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 5000
|
|
/* 4976 */ MCD_OPC_CheckPredicate, 15, 234, 5, 0, // Skip to: 6495
|
|
/* 4981 */ MCD_OPC_CheckField, 26, 6, 4, 227, 5, 0, // Skip to: 6495
|
|
/* 4988 */ MCD_OPC_CheckField, 11, 5, 0, 220, 5, 0, // Skip to: 6495
|
|
/* 4995 */ MCD_OPC_Decode, 167, 7, 145, 2, // Opcode: EVSUBFUSIAAW
|
|
/* 5000 */ MCD_OPC_FilterValue, 3, 24, 0, 0, // Skip to: 5029
|
|
/* 5005 */ MCD_OPC_CheckPredicate, 15, 205, 5, 0, // Skip to: 6495
|
|
/* 5010 */ MCD_OPC_CheckField, 26, 6, 4, 198, 5, 0, // Skip to: 6495
|
|
/* 5017 */ MCD_OPC_CheckField, 11, 5, 0, 191, 5, 0, // Skip to: 6495
|
|
/* 5024 */ MCD_OPC_Decode, 165, 7, 145, 2, // Opcode: EVSUBFSSIAAW
|
|
/* 5029 */ MCD_OPC_FilterValue, 4, 24, 0, 0, // Skip to: 5058
|
|
/* 5034 */ MCD_OPC_CheckPredicate, 15, 176, 5, 0, // Skip to: 6495
|
|
/* 5039 */ MCD_OPC_CheckField, 26, 6, 4, 169, 5, 0, // Skip to: 6495
|
|
/* 5046 */ MCD_OPC_CheckField, 11, 5, 0, 162, 5, 0, // Skip to: 6495
|
|
/* 5053 */ MCD_OPC_Decode, 226, 6, 145, 2, // Opcode: EVMRA
|
|
/* 5058 */ MCD_OPC_FilterValue, 6, 17, 0, 0, // Skip to: 5080
|
|
/* 5063 */ MCD_OPC_CheckPredicate, 15, 147, 5, 0, // Skip to: 6495
|
|
/* 5068 */ MCD_OPC_CheckField, 26, 6, 4, 140, 5, 0, // Skip to: 6495
|
|
/* 5075 */ MCD_OPC_Decode, 248, 5, 142, 2, // Opcode: EVDIVWS
|
|
/* 5080 */ MCD_OPC_FilterValue, 7, 130, 5, 0, // Skip to: 6495
|
|
/* 5085 */ MCD_OPC_CheckPredicate, 15, 125, 5, 0, // Skip to: 6495
|
|
/* 5090 */ MCD_OPC_CheckField, 26, 6, 4, 118, 5, 0, // Skip to: 6495
|
|
/* 5097 */ MCD_OPC_Decode, 249, 5, 142, 2, // Opcode: EVDIVWU
|
|
/* 5102 */ MCD_OPC_FilterValue, 153, 1, 119, 0, 0, // Skip to: 5227
|
|
/* 5108 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 5111 */ MCD_OPC_FilterValue, 0, 24, 0, 0, // Skip to: 5140
|
|
/* 5116 */ MCD_OPC_CheckPredicate, 15, 94, 5, 0, // Skip to: 6495
|
|
/* 5121 */ MCD_OPC_CheckField, 26, 6, 4, 87, 5, 0, // Skip to: 6495
|
|
/* 5128 */ MCD_OPC_CheckField, 11, 5, 0, 80, 5, 0, // Skip to: 6495
|
|
/* 5135 */ MCD_OPC_Decode, 236, 5, 145, 2, // Opcode: EVADDUMIAAW
|
|
/* 5140 */ MCD_OPC_FilterValue, 1, 24, 0, 0, // Skip to: 5169
|
|
/* 5145 */ MCD_OPC_CheckPredicate, 15, 65, 5, 0, // Skip to: 6495
|
|
/* 5150 */ MCD_OPC_CheckField, 26, 6, 4, 58, 5, 0, // Skip to: 6495
|
|
/* 5157 */ MCD_OPC_CheckField, 11, 5, 0, 51, 5, 0, // Skip to: 6495
|
|
/* 5164 */ MCD_OPC_Decode, 234, 5, 145, 2, // Opcode: EVADDSMIAAW
|
|
/* 5169 */ MCD_OPC_FilterValue, 2, 24, 0, 0, // Skip to: 5198
|
|
/* 5174 */ MCD_OPC_CheckPredicate, 15, 36, 5, 0, // Skip to: 6495
|
|
/* 5179 */ MCD_OPC_CheckField, 26, 6, 4, 29, 5, 0, // Skip to: 6495
|
|
/* 5186 */ MCD_OPC_CheckField, 11, 5, 0, 22, 5, 0, // Skip to: 6495
|
|
/* 5193 */ MCD_OPC_Decode, 166, 7, 145, 2, // Opcode: EVSUBFUMIAAW
|
|
/* 5198 */ MCD_OPC_FilterValue, 3, 12, 5, 0, // Skip to: 6495
|
|
/* 5203 */ MCD_OPC_CheckPredicate, 15, 7, 5, 0, // Skip to: 6495
|
|
/* 5208 */ MCD_OPC_CheckField, 26, 6, 4, 0, 5, 0, // Skip to: 6495
|
|
/* 5215 */ MCD_OPC_CheckField, 11, 5, 0, 249, 4, 0, // Skip to: 6495
|
|
/* 5222 */ MCD_OPC_Decode, 164, 7, 145, 2, // Opcode: EVSUBFSMIAAW
|
|
/* 5227 */ MCD_OPC_FilterValue, 160, 1, 135, 0, 0, // Skip to: 5368
|
|
/* 5233 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 5236 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5258
|
|
/* 5241 */ MCD_OPC_CheckPredicate, 15, 225, 4, 0, // Skip to: 6495
|
|
/* 5246 */ MCD_OPC_CheckField, 26, 6, 4, 218, 4, 0, // Skip to: 6495
|
|
/* 5253 */ MCD_OPC_Decode, 198, 6, 142, 2, // Opcode: EVMHEUSIAAW
|
|
/* 5258 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5280
|
|
/* 5263 */ MCD_OPC_CheckPredicate, 15, 203, 4, 0, // Skip to: 6495
|
|
/* 5268 */ MCD_OPC_CheckField, 26, 6, 4, 196, 4, 0, // Skip to: 6495
|
|
/* 5275 */ MCD_OPC_Decode, 192, 6, 142, 2, // Opcode: EVMHESSIAAW
|
|
/* 5280 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 5302
|
|
/* 5285 */ MCD_OPC_CheckPredicate, 15, 181, 4, 0, // Skip to: 6495
|
|
/* 5290 */ MCD_OPC_CheckField, 26, 6, 4, 174, 4, 0, // Skip to: 6495
|
|
/* 5297 */ MCD_OPC_Decode, 190, 6, 142, 2, // Opcode: EVMHESSFAAW
|
|
/* 5302 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 5324
|
|
/* 5307 */ MCD_OPC_CheckPredicate, 15, 159, 4, 0, // Skip to: 6495
|
|
/* 5312 */ MCD_OPC_CheckField, 26, 6, 4, 152, 4, 0, // Skip to: 6495
|
|
/* 5319 */ MCD_OPC_Decode, 224, 6, 142, 2, // Opcode: EVMHOUSIAAW
|
|
/* 5324 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 5346
|
|
/* 5329 */ MCD_OPC_CheckPredicate, 15, 137, 4, 0, // Skip to: 6495
|
|
/* 5334 */ MCD_OPC_CheckField, 26, 6, 4, 130, 4, 0, // Skip to: 6495
|
|
/* 5341 */ MCD_OPC_Decode, 218, 6, 142, 2, // Opcode: EVMHOSSIAAW
|
|
/* 5346 */ MCD_OPC_FilterValue, 7, 120, 4, 0, // Skip to: 6495
|
|
/* 5351 */ MCD_OPC_CheckPredicate, 15, 115, 4, 0, // Skip to: 6495
|
|
/* 5356 */ MCD_OPC_CheckField, 26, 6, 4, 108, 4, 0, // Skip to: 6495
|
|
/* 5363 */ MCD_OPC_Decode, 216, 6, 142, 2, // Opcode: EVMHOSSFAAW
|
|
/* 5368 */ MCD_OPC_FilterValue, 161, 1, 135, 0, 0, // Skip to: 5509
|
|
/* 5374 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 5377 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5399
|
|
/* 5382 */ MCD_OPC_CheckPredicate, 15, 84, 4, 0, // Skip to: 6495
|
|
/* 5387 */ MCD_OPC_CheckField, 26, 6, 4, 77, 4, 0, // Skip to: 6495
|
|
/* 5394 */ MCD_OPC_Decode, 196, 6, 142, 2, // Opcode: EVMHEUMIAAW
|
|
/* 5399 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5421
|
|
/* 5404 */ MCD_OPC_CheckPredicate, 15, 62, 4, 0, // Skip to: 6495
|
|
/* 5409 */ MCD_OPC_CheckField, 26, 6, 4, 55, 4, 0, // Skip to: 6495
|
|
/* 5416 */ MCD_OPC_Decode, 186, 6, 142, 2, // Opcode: EVMHESMIAAW
|
|
/* 5421 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 5443
|
|
/* 5426 */ MCD_OPC_CheckPredicate, 15, 40, 4, 0, // Skip to: 6495
|
|
/* 5431 */ MCD_OPC_CheckField, 26, 6, 4, 33, 4, 0, // Skip to: 6495
|
|
/* 5438 */ MCD_OPC_Decode, 182, 6, 142, 2, // Opcode: EVMHESMFAAW
|
|
/* 5443 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 5465
|
|
/* 5448 */ MCD_OPC_CheckPredicate, 15, 18, 4, 0, // Skip to: 6495
|
|
/* 5453 */ MCD_OPC_CheckField, 26, 6, 4, 11, 4, 0, // Skip to: 6495
|
|
/* 5460 */ MCD_OPC_Decode, 222, 6, 142, 2, // Opcode: EVMHOUMIAAW
|
|
/* 5465 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 5487
|
|
/* 5470 */ MCD_OPC_CheckPredicate, 15, 252, 3, 0, // Skip to: 6495
|
|
/* 5475 */ MCD_OPC_CheckField, 26, 6, 4, 245, 3, 0, // Skip to: 6495
|
|
/* 5482 */ MCD_OPC_Decode, 212, 6, 142, 2, // Opcode: EVMHOSMIAAW
|
|
/* 5487 */ MCD_OPC_FilterValue, 7, 235, 3, 0, // Skip to: 6495
|
|
/* 5492 */ MCD_OPC_CheckPredicate, 15, 230, 3, 0, // Skip to: 6495
|
|
/* 5497 */ MCD_OPC_CheckField, 26, 6, 4, 223, 3, 0, // Skip to: 6495
|
|
/* 5504 */ MCD_OPC_Decode, 208, 6, 142, 2, // Opcode: EVMHOSMFAAW
|
|
/* 5509 */ MCD_OPC_FilterValue, 165, 1, 135, 0, 0, // Skip to: 5650
|
|
/* 5515 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 5518 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5540
|
|
/* 5523 */ MCD_OPC_CheckPredicate, 15, 199, 3, 0, // Skip to: 6495
|
|
/* 5528 */ MCD_OPC_CheckField, 26, 6, 4, 192, 3, 0, // Skip to: 6495
|
|
/* 5535 */ MCD_OPC_Decode, 178, 6, 142, 2, // Opcode: EVMHEGUMIAA
|
|
/* 5540 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5562
|
|
/* 5545 */ MCD_OPC_CheckPredicate, 15, 177, 3, 0, // Skip to: 6495
|
|
/* 5550 */ MCD_OPC_CheckField, 26, 6, 4, 170, 3, 0, // Skip to: 6495
|
|
/* 5557 */ MCD_OPC_Decode, 176, 6, 142, 2, // Opcode: EVMHEGSMIAA
|
|
/* 5562 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 5584
|
|
/* 5567 */ MCD_OPC_CheckPredicate, 15, 155, 3, 0, // Skip to: 6495
|
|
/* 5572 */ MCD_OPC_CheckField, 26, 6, 4, 148, 3, 0, // Skip to: 6495
|
|
/* 5579 */ MCD_OPC_Decode, 174, 6, 142, 2, // Opcode: EVMHEGSMFAA
|
|
/* 5584 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 5606
|
|
/* 5589 */ MCD_OPC_CheckPredicate, 15, 133, 3, 0, // Skip to: 6495
|
|
/* 5594 */ MCD_OPC_CheckField, 26, 6, 4, 126, 3, 0, // Skip to: 6495
|
|
/* 5601 */ MCD_OPC_Decode, 204, 6, 142, 2, // Opcode: EVMHOGUMIAA
|
|
/* 5606 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 5628
|
|
/* 5611 */ MCD_OPC_CheckPredicate, 15, 111, 3, 0, // Skip to: 6495
|
|
/* 5616 */ MCD_OPC_CheckField, 26, 6, 4, 104, 3, 0, // Skip to: 6495
|
|
/* 5623 */ MCD_OPC_Decode, 202, 6, 142, 2, // Opcode: EVMHOGSMIAA
|
|
/* 5628 */ MCD_OPC_FilterValue, 7, 94, 3, 0, // Skip to: 6495
|
|
/* 5633 */ MCD_OPC_CheckPredicate, 15, 89, 3, 0, // Skip to: 6495
|
|
/* 5638 */ MCD_OPC_CheckField, 26, 6, 4, 82, 3, 0, // Skip to: 6495
|
|
/* 5645 */ MCD_OPC_Decode, 200, 6, 142, 2, // Opcode: EVMHOGSMFAA
|
|
/* 5650 */ MCD_OPC_FilterValue, 168, 1, 47, 0, 0, // Skip to: 5703
|
|
/* 5656 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 5659 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5681
|
|
/* 5664 */ MCD_OPC_CheckPredicate, 15, 58, 3, 0, // Skip to: 6495
|
|
/* 5669 */ MCD_OPC_CheckField, 26, 6, 4, 51, 3, 0, // Skip to: 6495
|
|
/* 5676 */ MCD_OPC_Decode, 243, 6, 142, 2, // Opcode: EVMWLUSIAAW
|
|
/* 5681 */ MCD_OPC_FilterValue, 1, 41, 3, 0, // Skip to: 6495
|
|
/* 5686 */ MCD_OPC_CheckPredicate, 15, 36, 3, 0, // Skip to: 6495
|
|
/* 5691 */ MCD_OPC_CheckField, 26, 6, 4, 29, 3, 0, // Skip to: 6495
|
|
/* 5698 */ MCD_OPC_Decode, 237, 6, 142, 2, // Opcode: EVMWLSSIAAW
|
|
/* 5703 */ MCD_OPC_FilterValue, 169, 1, 47, 0, 0, // Skip to: 5756
|
|
/* 5709 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 5712 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5734
|
|
/* 5717 */ MCD_OPC_CheckPredicate, 15, 5, 3, 0, // Skip to: 6495
|
|
/* 5722 */ MCD_OPC_CheckField, 26, 6, 4, 254, 2, 0, // Skip to: 6495
|
|
/* 5729 */ MCD_OPC_Decode, 241, 6, 142, 2, // Opcode: EVMWLUMIAAW
|
|
/* 5734 */ MCD_OPC_FilterValue, 1, 244, 2, 0, // Skip to: 6495
|
|
/* 5739 */ MCD_OPC_CheckPredicate, 15, 239, 2, 0, // Skip to: 6495
|
|
/* 5744 */ MCD_OPC_CheckField, 26, 6, 4, 232, 2, 0, // Skip to: 6495
|
|
/* 5751 */ MCD_OPC_Decode, 235, 6, 142, 2, // Opcode: EVMWLSMIAAW
|
|
/* 5756 */ MCD_OPC_FilterValue, 170, 1, 24, 0, 0, // Skip to: 5786
|
|
/* 5762 */ MCD_OPC_CheckPredicate, 15, 216, 2, 0, // Skip to: 6495
|
|
/* 5767 */ MCD_OPC_CheckField, 26, 6, 4, 209, 2, 0, // Skip to: 6495
|
|
/* 5774 */ MCD_OPC_CheckField, 0, 3, 3, 202, 2, 0, // Skip to: 6495
|
|
/* 5781 */ MCD_OPC_Decode, 255, 6, 142, 2, // Opcode: EVMWSSFAA
|
|
/* 5786 */ MCD_OPC_FilterValue, 171, 1, 69, 0, 0, // Skip to: 5861
|
|
/* 5792 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 5795 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5817
|
|
/* 5800 */ MCD_OPC_CheckPredicate, 15, 178, 2, 0, // Skip to: 6495
|
|
/* 5805 */ MCD_OPC_CheckField, 26, 6, 4, 171, 2, 0, // Skip to: 6495
|
|
/* 5812 */ MCD_OPC_Decode, 131, 7, 142, 2, // Opcode: EVMWUMIAA
|
|
/* 5817 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5839
|
|
/* 5822 */ MCD_OPC_CheckPredicate, 15, 156, 2, 0, // Skip to: 6495
|
|
/* 5827 */ MCD_OPC_CheckField, 26, 6, 4, 149, 2, 0, // Skip to: 6495
|
|
/* 5834 */ MCD_OPC_Decode, 251, 6, 142, 2, // Opcode: EVMWSMIAA
|
|
/* 5839 */ MCD_OPC_FilterValue, 3, 139, 2, 0, // Skip to: 6495
|
|
/* 5844 */ MCD_OPC_CheckPredicate, 15, 134, 2, 0, // Skip to: 6495
|
|
/* 5849 */ MCD_OPC_CheckField, 26, 6, 4, 127, 2, 0, // Skip to: 6495
|
|
/* 5856 */ MCD_OPC_Decode, 247, 6, 142, 2, // Opcode: EVMWSMFAA
|
|
/* 5861 */ MCD_OPC_FilterValue, 176, 1, 135, 0, 0, // Skip to: 6002
|
|
/* 5867 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 5870 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 5892
|
|
/* 5875 */ MCD_OPC_CheckPredicate, 15, 103, 2, 0, // Skip to: 6495
|
|
/* 5880 */ MCD_OPC_CheckField, 26, 6, 4, 96, 2, 0, // Skip to: 6495
|
|
/* 5887 */ MCD_OPC_Decode, 199, 6, 142, 2, // Opcode: EVMHEUSIANW
|
|
/* 5892 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 5914
|
|
/* 5897 */ MCD_OPC_CheckPredicate, 15, 81, 2, 0, // Skip to: 6495
|
|
/* 5902 */ MCD_OPC_CheckField, 26, 6, 4, 74, 2, 0, // Skip to: 6495
|
|
/* 5909 */ MCD_OPC_Decode, 193, 6, 142, 2, // Opcode: EVMHESSIANW
|
|
/* 5914 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 5936
|
|
/* 5919 */ MCD_OPC_CheckPredicate, 15, 59, 2, 0, // Skip to: 6495
|
|
/* 5924 */ MCD_OPC_CheckField, 26, 6, 4, 52, 2, 0, // Skip to: 6495
|
|
/* 5931 */ MCD_OPC_Decode, 191, 6, 142, 2, // Opcode: EVMHESSFANW
|
|
/* 5936 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 5958
|
|
/* 5941 */ MCD_OPC_CheckPredicate, 15, 37, 2, 0, // Skip to: 6495
|
|
/* 5946 */ MCD_OPC_CheckField, 26, 6, 4, 30, 2, 0, // Skip to: 6495
|
|
/* 5953 */ MCD_OPC_Decode, 225, 6, 142, 2, // Opcode: EVMHOUSIANW
|
|
/* 5958 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 5980
|
|
/* 5963 */ MCD_OPC_CheckPredicate, 15, 15, 2, 0, // Skip to: 6495
|
|
/* 5968 */ MCD_OPC_CheckField, 26, 6, 4, 8, 2, 0, // Skip to: 6495
|
|
/* 5975 */ MCD_OPC_Decode, 219, 6, 142, 2, // Opcode: EVMHOSSIANW
|
|
/* 5980 */ MCD_OPC_FilterValue, 7, 254, 1, 0, // Skip to: 6495
|
|
/* 5985 */ MCD_OPC_CheckPredicate, 15, 249, 1, 0, // Skip to: 6495
|
|
/* 5990 */ MCD_OPC_CheckField, 26, 6, 4, 242, 1, 0, // Skip to: 6495
|
|
/* 5997 */ MCD_OPC_Decode, 217, 6, 142, 2, // Opcode: EVMHOSSFANW
|
|
/* 6002 */ MCD_OPC_FilterValue, 177, 1, 135, 0, 0, // Skip to: 6143
|
|
/* 6008 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 6011 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6033
|
|
/* 6016 */ MCD_OPC_CheckPredicate, 15, 218, 1, 0, // Skip to: 6495
|
|
/* 6021 */ MCD_OPC_CheckField, 26, 6, 4, 211, 1, 0, // Skip to: 6495
|
|
/* 6028 */ MCD_OPC_Decode, 197, 6, 142, 2, // Opcode: EVMHEUMIANW
|
|
/* 6033 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 6055
|
|
/* 6038 */ MCD_OPC_CheckPredicate, 15, 196, 1, 0, // Skip to: 6495
|
|
/* 6043 */ MCD_OPC_CheckField, 26, 6, 4, 189, 1, 0, // Skip to: 6495
|
|
/* 6050 */ MCD_OPC_Decode, 187, 6, 142, 2, // Opcode: EVMHESMIANW
|
|
/* 6055 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 6077
|
|
/* 6060 */ MCD_OPC_CheckPredicate, 15, 174, 1, 0, // Skip to: 6495
|
|
/* 6065 */ MCD_OPC_CheckField, 26, 6, 4, 167, 1, 0, // Skip to: 6495
|
|
/* 6072 */ MCD_OPC_Decode, 183, 6, 142, 2, // Opcode: EVMHESMFANW
|
|
/* 6077 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 6099
|
|
/* 6082 */ MCD_OPC_CheckPredicate, 15, 152, 1, 0, // Skip to: 6495
|
|
/* 6087 */ MCD_OPC_CheckField, 26, 6, 4, 145, 1, 0, // Skip to: 6495
|
|
/* 6094 */ MCD_OPC_Decode, 223, 6, 142, 2, // Opcode: EVMHOUMIANW
|
|
/* 6099 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 6121
|
|
/* 6104 */ MCD_OPC_CheckPredicate, 15, 130, 1, 0, // Skip to: 6495
|
|
/* 6109 */ MCD_OPC_CheckField, 26, 6, 4, 123, 1, 0, // Skip to: 6495
|
|
/* 6116 */ MCD_OPC_Decode, 213, 6, 142, 2, // Opcode: EVMHOSMIANW
|
|
/* 6121 */ MCD_OPC_FilterValue, 7, 113, 1, 0, // Skip to: 6495
|
|
/* 6126 */ MCD_OPC_CheckPredicate, 15, 108, 1, 0, // Skip to: 6495
|
|
/* 6131 */ MCD_OPC_CheckField, 26, 6, 4, 101, 1, 0, // Skip to: 6495
|
|
/* 6138 */ MCD_OPC_Decode, 209, 6, 142, 2, // Opcode: EVMHOSMFANW
|
|
/* 6143 */ MCD_OPC_FilterValue, 181, 1, 135, 0, 0, // Skip to: 6284
|
|
/* 6149 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 6152 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6174
|
|
/* 6157 */ MCD_OPC_CheckPredicate, 15, 77, 1, 0, // Skip to: 6495
|
|
/* 6162 */ MCD_OPC_CheckField, 26, 6, 4, 70, 1, 0, // Skip to: 6495
|
|
/* 6169 */ MCD_OPC_Decode, 179, 6, 142, 2, // Opcode: EVMHEGUMIAN
|
|
/* 6174 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 6196
|
|
/* 6179 */ MCD_OPC_CheckPredicate, 15, 55, 1, 0, // Skip to: 6495
|
|
/* 6184 */ MCD_OPC_CheckField, 26, 6, 4, 48, 1, 0, // Skip to: 6495
|
|
/* 6191 */ MCD_OPC_Decode, 177, 6, 142, 2, // Opcode: EVMHEGSMIAN
|
|
/* 6196 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 6218
|
|
/* 6201 */ MCD_OPC_CheckPredicate, 15, 33, 1, 0, // Skip to: 6495
|
|
/* 6206 */ MCD_OPC_CheckField, 26, 6, 4, 26, 1, 0, // Skip to: 6495
|
|
/* 6213 */ MCD_OPC_Decode, 175, 6, 142, 2, // Opcode: EVMHEGSMFAN
|
|
/* 6218 */ MCD_OPC_FilterValue, 4, 17, 0, 0, // Skip to: 6240
|
|
/* 6223 */ MCD_OPC_CheckPredicate, 15, 11, 1, 0, // Skip to: 6495
|
|
/* 6228 */ MCD_OPC_CheckField, 26, 6, 4, 4, 1, 0, // Skip to: 6495
|
|
/* 6235 */ MCD_OPC_Decode, 205, 6, 142, 2, // Opcode: EVMHOGUMIAN
|
|
/* 6240 */ MCD_OPC_FilterValue, 5, 17, 0, 0, // Skip to: 6262
|
|
/* 6245 */ MCD_OPC_CheckPredicate, 15, 245, 0, 0, // Skip to: 6495
|
|
/* 6250 */ MCD_OPC_CheckField, 26, 6, 4, 238, 0, 0, // Skip to: 6495
|
|
/* 6257 */ MCD_OPC_Decode, 203, 6, 142, 2, // Opcode: EVMHOGSMIAN
|
|
/* 6262 */ MCD_OPC_FilterValue, 7, 228, 0, 0, // Skip to: 6495
|
|
/* 6267 */ MCD_OPC_CheckPredicate, 15, 223, 0, 0, // Skip to: 6495
|
|
/* 6272 */ MCD_OPC_CheckField, 26, 6, 4, 216, 0, 0, // Skip to: 6495
|
|
/* 6279 */ MCD_OPC_Decode, 201, 6, 142, 2, // Opcode: EVMHOGSMFAN
|
|
/* 6284 */ MCD_OPC_FilterValue, 184, 1, 47, 0, 0, // Skip to: 6337
|
|
/* 6290 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 6293 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6315
|
|
/* 6298 */ MCD_OPC_CheckPredicate, 15, 192, 0, 0, // Skip to: 6495
|
|
/* 6303 */ MCD_OPC_CheckField, 26, 6, 4, 185, 0, 0, // Skip to: 6495
|
|
/* 6310 */ MCD_OPC_Decode, 244, 6, 142, 2, // Opcode: EVMWLUSIANW
|
|
/* 6315 */ MCD_OPC_FilterValue, 1, 175, 0, 0, // Skip to: 6495
|
|
/* 6320 */ MCD_OPC_CheckPredicate, 15, 170, 0, 0, // Skip to: 6495
|
|
/* 6325 */ MCD_OPC_CheckField, 26, 6, 4, 163, 0, 0, // Skip to: 6495
|
|
/* 6332 */ MCD_OPC_Decode, 238, 6, 142, 2, // Opcode: EVMWLSSIANW
|
|
/* 6337 */ MCD_OPC_FilterValue, 185, 1, 47, 0, 0, // Skip to: 6390
|
|
/* 6343 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 6346 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6368
|
|
/* 6351 */ MCD_OPC_CheckPredicate, 15, 139, 0, 0, // Skip to: 6495
|
|
/* 6356 */ MCD_OPC_CheckField, 26, 6, 4, 132, 0, 0, // Skip to: 6495
|
|
/* 6363 */ MCD_OPC_Decode, 242, 6, 142, 2, // Opcode: EVMWLUMIANW
|
|
/* 6368 */ MCD_OPC_FilterValue, 1, 122, 0, 0, // Skip to: 6495
|
|
/* 6373 */ MCD_OPC_CheckPredicate, 15, 117, 0, 0, // Skip to: 6495
|
|
/* 6378 */ MCD_OPC_CheckField, 26, 6, 4, 110, 0, 0, // Skip to: 6495
|
|
/* 6385 */ MCD_OPC_Decode, 236, 6, 142, 2, // Opcode: EVMWLSMIANW
|
|
/* 6390 */ MCD_OPC_FilterValue, 186, 1, 24, 0, 0, // Skip to: 6420
|
|
/* 6396 */ MCD_OPC_CheckPredicate, 15, 94, 0, 0, // Skip to: 6495
|
|
/* 6401 */ MCD_OPC_CheckField, 26, 6, 4, 87, 0, 0, // Skip to: 6495
|
|
/* 6408 */ MCD_OPC_CheckField, 0, 3, 3, 80, 0, 0, // Skip to: 6495
|
|
/* 6415 */ MCD_OPC_Decode, 128, 7, 142, 2, // Opcode: EVMWSSFAN
|
|
/* 6420 */ MCD_OPC_FilterValue, 187, 1, 69, 0, 0, // Skip to: 6495
|
|
/* 6426 */ MCD_OPC_ExtractField, 0, 3, // Inst{2-0} ...
|
|
/* 6429 */ MCD_OPC_FilterValue, 0, 17, 0, 0, // Skip to: 6451
|
|
/* 6434 */ MCD_OPC_CheckPredicate, 15, 56, 0, 0, // Skip to: 6495
|
|
/* 6439 */ MCD_OPC_CheckField, 26, 6, 4, 49, 0, 0, // Skip to: 6495
|
|
/* 6446 */ MCD_OPC_Decode, 132, 7, 142, 2, // Opcode: EVMWUMIAN
|
|
/* 6451 */ MCD_OPC_FilterValue, 1, 17, 0, 0, // Skip to: 6473
|
|
/* 6456 */ MCD_OPC_CheckPredicate, 15, 34, 0, 0, // Skip to: 6495
|
|
/* 6461 */ MCD_OPC_CheckField, 26, 6, 4, 27, 0, 0, // Skip to: 6495
|
|
/* 6468 */ MCD_OPC_Decode, 252, 6, 142, 2, // Opcode: EVMWSMIAN
|
|
/* 6473 */ MCD_OPC_FilterValue, 3, 17, 0, 0, // Skip to: 6495
|
|
/* 6478 */ MCD_OPC_CheckPredicate, 15, 12, 0, 0, // Skip to: 6495
|
|
/* 6483 */ MCD_OPC_CheckField, 26, 6, 4, 5, 0, 0, // Skip to: 6495
|
|
/* 6490 */ MCD_OPC_Decode, 248, 6, 142, 2, // Opcode: EVMWSMFAN
|
|
/* 6495 */ MCD_OPC_Fail,
|
|
0
|
|
};
|
|
|
|
static bool checkDecoderPredicate(MCInst *Inst, unsigned Idx) {
|
|
switch (Idx) {
|
|
default: /* llvm_unreachable("Invalid index!"); */
|
|
case 0:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureISA2_06));
|
|
case 1:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureE500));
|
|
case 2:
|
|
return (!PPC_getFeatureBits(Inst->csh->mode, PPC_Feature64Bit));
|
|
case 3:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureBookE));
|
|
case 4:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeaturePPC4xx));
|
|
case 5:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureICBT));
|
|
case 6:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureISAFuture));
|
|
case 7:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureFPU));
|
|
case 8:
|
|
return (!PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureISAFuture));
|
|
case 9:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeaturePPC6xx));
|
|
case 10:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeaturePartwordAtomic));
|
|
case 11:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureBPERMD));
|
|
case 12:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureISA2_07));
|
|
case 13:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeaturePS));
|
|
case 14:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureQPX));
|
|
case 15:
|
|
return (PPC_getFeatureBits(Inst->csh->mode, PPC_FeatureSPE));
|
|
}
|
|
}
|
|
|
|
#define DecodeToMCInst(fname, fieldname, InsnType) \
|
|
static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \
|
|
uint64_t Address, bool *Decoder) \
|
|
{ \
|
|
InsnType tmp; \
|
|
switch (Idx) { \
|
|
default: /* llvm_unreachable("Invalid index!"); */ \
|
|
case 0: \
|
|
return S; \
|
|
case 1: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 16); \
|
|
if (decodeSImmOperand_16(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 2: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 16); \
|
|
if (decodeSImmOperand_16(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 3: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 4: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 5: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 9, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 6: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 7: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 8: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 9, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 9: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 10: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 11: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 12: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 15, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 11, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 13: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 14: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 15: \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 16: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 17: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 18: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 19: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (decodeSImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 20: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 21: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 3); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 22: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 23: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 24: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 25: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 26: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 27: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 28: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 0; \
|
|
tmp |= fieldname(insn, 6, 10) << 6; \
|
|
tmp |= fieldname(insn, 16, 5) << 1; \
|
|
if (decodeUImmOperand_16(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 29: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 3); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 30: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 31: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 32: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 33: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 34: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 35: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 36: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 21, 1) << 4; \
|
|
tmp |= fieldname(insn, 22, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 4, 17); \
|
|
if (decodeMemRIX16Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 37: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 16); \
|
|
if (decodeSImmOperand_16(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 38: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 16); \
|
|
if (decodeUImmOperand_16(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 39: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 16); \
|
|
if (decodeUImmOperand_16(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 40: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 16); \
|
|
if (decodeSImmOperand_16(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 41: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 16); \
|
|
if (decodeSImmOperand_16(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 42: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRC_NOR0RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 16); \
|
|
if (decodeSImmOperand_16(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 43: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 2, 14); \
|
|
if (decodeCondBrTarget(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 44: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 2, 14); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 45: \
|
|
tmp = fieldname(insn, 5, 7); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 46: \
|
|
tmp = fieldname(insn, 2, 24); \
|
|
if (decodeDirectBrTarget(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 47: \
|
|
tmp = fieldname(insn, 2, 24); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 48: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 18, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 49: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 50: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 0; \
|
|
tmp |= fieldname(insn, 6, 10) << 6; \
|
|
tmp |= fieldname(insn, 16, 5) << 1; \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 51: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 52: \
|
|
tmp = fieldname(insn, 11, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 53: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 1, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 54: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 1, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 55: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 1, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 56: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 16); \
|
|
if (decodeUImmOperand_16(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 57: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (decodeUImmOperand_6(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 5, 1) << 5; \
|
|
tmp |= fieldname(insn, 6, 5) << 0; \
|
|
if (decodeUImmOperand_6(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 58: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (decodeUImmOperand_6(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 5, 1) << 5; \
|
|
tmp |= fieldname(insn, 6, 5) << 0; \
|
|
if (decodeUImmOperand_6(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 59: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 5, 1) << 5; \
|
|
tmp |= fieldname(insn, 6, 5) << 0; \
|
|
if (decodeUImmOperand_6(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 60: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 61: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 62: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 18, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 63: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 64: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 65: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 66: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 67: \
|
|
tmp = fieldname(insn, 15, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 68: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 11, 5) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 69: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 70: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 71: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 72: \
|
|
tmp = fieldname(insn, 21, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 73: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 74: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 75: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 76: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 77: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 78: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 79: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 10, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 80: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 81: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 9, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 82: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 83: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 84: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 85: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 21, 1) << 4; \
|
|
tmp |= fieldname(insn, 22, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 86: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 87: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 21, 1) << 4; \
|
|
tmp |= fieldname(insn, 22, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 88: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 10); \
|
|
if (decodeUImmOperand_10(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 89: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 11, 5) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 90: \
|
|
tmp = fieldname(insn, 21, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 91: \
|
|
tmp = fieldname(insn, 25, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 92: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 93: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 94: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRC_NOR0RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeCRBITRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 95: \
|
|
tmp = fieldname(insn, 12, 8); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 96: \
|
|
tmp = fieldname(insn, 12, 8); \
|
|
if (decodeCRBitMOperand(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 97: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 98: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 99: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 100: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 13, 3); \
|
|
if (DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 101: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 13, 3); \
|
|
if (DecodeDMRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 102: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 12, 8); \
|
|
if (decodeCRBitMOperand(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 103: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 104: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 105: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 106: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 107: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 108: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 109: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 110: \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 111: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 112: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 113: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RC_NOX0RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 114: \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 6; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (decodeMemRIHashOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 115: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 116: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 117: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 118: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 119: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 120: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 121: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8pRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 122: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 123: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 124: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 125: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 126: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 127: \
|
|
tmp = fieldname(insn, 21, 2); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 128: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 129: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 130: \
|
|
tmp = fieldname(insn, 21, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 131: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 132: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 133: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 134: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 135: \
|
|
tmp = fieldname(insn, 21, 2); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 136: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 137: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 138: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 139: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 140: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 141: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 142: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 143: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (decodeUImmOperand_6(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 144: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 145: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 21); \
|
|
if (decodeMemRIOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 146: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 21); \
|
|
if (decodeMemRIOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 147: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 21); \
|
|
if (decodeMemRIOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 148: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8pRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 4, 17); \
|
|
if (decodeMemRIX16Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 149: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 2, 19); \
|
|
if (decodeMemRIXOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 150: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 2, 19); \
|
|
if (decodeMemRIXOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 151: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 152: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (decodeVSRpEvenOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 153: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 154: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (decodeVSRpEvenOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 155: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 156: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 157: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 158: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 159: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 160: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 161: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 162: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 163: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 164: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 165: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 166: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 167: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 8, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 168: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 4; \
|
|
tmp |= fieldname(insn, 17, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 4; \
|
|
tmp |= fieldname(insn, 12, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeWACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 169: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 4; \
|
|
tmp |= fieldname(insn, 17, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 4; \
|
|
tmp |= fieldname(insn, 12, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeWACC_HIRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 170: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 171: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeWACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 4; \
|
|
tmp |= fieldname(insn, 17, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 4; \
|
|
tmp |= fieldname(insn, 12, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 172: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeWACC_HIRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 4; \
|
|
tmp |= fieldname(insn, 17, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 4; \
|
|
tmp |= fieldname(insn, 12, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 173: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 174: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 175: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 4; \
|
|
tmp |= fieldname(insn, 12, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeDMRROWpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 11, 1) << 1; \
|
|
tmp |= fieldname(insn, 16, 1) << 0; \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 176: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeDMRROWpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 4; \
|
|
tmp |= fieldname(insn, 12, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 11, 1) << 1; \
|
|
tmp |= fieldname(insn, 16, 1) << 0; \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 177: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 178: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 8); \
|
|
if (decodeUImmOperand_8(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 179: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 180: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 181: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 182: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 183: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 184: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 185: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 186: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 187: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 188: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 189: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 7); \
|
|
if (decodeUImmOperand_7(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 190: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 191: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 192: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 6, 1) << 6; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (decodeUImmOperand_7(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 193: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (decodeSImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 194: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 195: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 3, 1) << 5; \
|
|
tmp |= fieldname(insn, 6, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 196: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 3, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 4, 17); \
|
|
if (decodeMemRIX16Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 197: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8pRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 2, 19); \
|
|
if (decodeMemRIXOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 198: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 199: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 200: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 201: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 202: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 7); \
|
|
if (decodeUImmOperand_7(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 203: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 204: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 205: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVSFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 206: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeVRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 9, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 207: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 12, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 16, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 208: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 209: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 210: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 3); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 211: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 212: \
|
|
tmp = fieldname(insn, 17, 8); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 25, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 16, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 213: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 214: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 215: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 216: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 217: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeSImmOperand_34(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 218: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeSImmOperand_34(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 219: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (decodeImmZeroOperand(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeSImmOperand_34(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 220: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 16, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 16, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 17, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 32, 16) << 16; \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 221: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 16, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 32, 16) << 16; \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 222: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 223: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34PCRelOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 224: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 3, 1) << 5; \
|
|
tmp |= fieldname(insn, 6, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 32, 3); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 225: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 1) << 5; \
|
|
tmp |= fieldname(insn, 21, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 3, 1) << 5; \
|
|
tmp |= fieldname(insn, 6, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 32, 8); \
|
|
if (decodeUImmOperand_8(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 226: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 227: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeVFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34PCRelOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 228: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 229: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF4RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34PCRelOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 230: \
|
|
tmp = fieldname(insn, 21, 6); \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 231: \
|
|
tmp = fieldname(insn, 21, 6); \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34PCRelOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 232: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 233: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34PCRelOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 234: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 235: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeG8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34PCRelOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 236: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 21, 1) << 4; \
|
|
tmp |= fieldname(insn, 22, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 237: \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 21, 1) << 4; \
|
|
tmp |= fieldname(insn, 22, 4) << 0; \
|
|
if (DecodeVSRpRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 0, 16) << 0; \
|
|
tmp |= fieldname(insn, 16, 5) << 34; \
|
|
tmp |= fieldname(insn, 32, 18) << 16; \
|
|
if (decodeMemRI34PCRelOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 238: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 36, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 32, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 44, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 239: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 36, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 32, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 44, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 240: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 36, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 32, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 46, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 241: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 36, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 32, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 46, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 242: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 36, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 32, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 243: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 36, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 32, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 244: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 36, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 32, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 40, 8); \
|
|
if (decodeUImmOperand_8(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 245: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 36, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 32, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 40, 8); \
|
|
if (decodeUImmOperand_8(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 246: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (decodeVSRpEvenOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 36, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 34, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 247: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeACCRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 2, 1) << 5; \
|
|
tmp |= fieldname(insn, 16, 5) << 0; \
|
|
if (decodeVSRpEvenOperands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = 0x0; \
|
|
tmp |= fieldname(insn, 1, 1) << 5; \
|
|
tmp |= fieldname(insn, 11, 5) << 0; \
|
|
if (DecodeVSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 36, 4); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 34, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 248: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 10, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 7, 3); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 249: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeF8RCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 12); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 15, 1); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
tmp = fieldname(insn, 12, 3); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 250: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQBRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 251: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 252: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQBRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQBRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeQBRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 7, 4); \
|
|
if (decodeUImmOperand_12(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 253: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 9, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 254: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 9, 2); \
|
|
MCOperand_CreateImm0(MI, tmp); \
|
|
return S; \
|
|
case 255: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 9, 12); \
|
|
if (decodeUImmOperand_12(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 256: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 257: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 258: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 259: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 260: \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 261: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 262: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 263: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 264: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 265: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 266: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQBRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 267: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 268: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeQSRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 269: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 6, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeQFRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 270: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 271: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 272: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (decodeUImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 273: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 274: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (decodeSImmOperand_5(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 275: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 276: \
|
|
tmp = fieldname(insn, 23, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 277: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 0, 3); \
|
|
if (DecodeCRRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 278: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 279: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 280: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodeGPRCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 281: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 16, 5); \
|
|
if (DecodePointerLikeRegClass1(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 5); \
|
|
if (DecodePointerLikeRegClass0(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 282: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 10); \
|
|
if (decodeSPE8Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 283: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 10); \
|
|
if (decodeSPE2Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
case 284: \
|
|
tmp = fieldname(insn, 21, 5); \
|
|
if (DecodeSPERCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
tmp = fieldname(insn, 11, 10); \
|
|
if (decodeSPE4Operands(MI, tmp, Address, Decoder) == MCDisassembler_Fail) { return MCDisassembler_Fail; } \
|
|
return S; \
|
|
} \
|
|
}
|
|
|
|
#define DecodeInstruction(fname, fieldname, decoder, InsnType) \
|
|
static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \
|
|
InsnType insn, uint64_t Address) { \
|
|
const uint8_t *Ptr = DecodeTable; \
|
|
uint64_t CurFieldValue = 0; \
|
|
DecodeStatus S = MCDisassembler_Success; \
|
|
while (true) { \
|
|
switch (*Ptr) { \
|
|
default: \
|
|
return MCDisassembler_Fail; \
|
|
case MCD_OPC_ExtractField: { \
|
|
unsigned Start = *++Ptr; \
|
|
unsigned Len = *++Ptr; \
|
|
++Ptr; \
|
|
CurFieldValue = fieldname(insn, Start, Len); \
|
|
break; \
|
|
} \
|
|
case MCD_OPC_FilterValue: { \
|
|
/* Decode the field value. */ \
|
|
unsigned Len; \
|
|
uint64_t Val = decodeULEB128(++Ptr, &Len); \
|
|
Ptr += Len; \
|
|
/* NumToSkip is a plain 24-bit integer. */ \
|
|
unsigned NumToSkip = *Ptr++; \
|
|
NumToSkip |= (*Ptr++) << 8; \
|
|
NumToSkip |= (*Ptr++) << 16; \
|
|
/* Perform the filter operation. */ \
|
|
if (Val != CurFieldValue) \
|
|
Ptr += NumToSkip; \
|
|
break; \
|
|
} \
|
|
case MCD_OPC_CheckField: { \
|
|
unsigned Start = *++Ptr; \
|
|
unsigned Len = *++Ptr; \
|
|
uint64_t FieldValue = fieldname(insn, Start, Len); \
|
|
/* Decode the field value. */ \
|
|
unsigned PtrLen = 0; \
|
|
uint64_t ExpectedValue = decodeULEB128(++Ptr, &PtrLen); \
|
|
Ptr += PtrLen; \
|
|
/* NumToSkip is a plain 24-bit integer. */ \
|
|
unsigned NumToSkip = *Ptr++; \
|
|
NumToSkip |= (*Ptr++) << 8; \
|
|
NumToSkip |= (*Ptr++) << 16; \
|
|
/* If the actual and expected values don't match, skip. */ \
|
|
if (ExpectedValue != FieldValue) \
|
|
Ptr += NumToSkip; \
|
|
break; \
|
|
} \
|
|
case MCD_OPC_CheckPredicate: { \
|
|
unsigned Len; \
|
|
/* Decode the Predicate Index value. */ \
|
|
unsigned PIdx = decodeULEB128(++Ptr, &Len); \
|
|
Ptr += Len; \
|
|
/* NumToSkip is a plain 24-bit integer. */ \
|
|
unsigned NumToSkip = *Ptr++; \
|
|
NumToSkip |= (*Ptr++) << 8; \
|
|
NumToSkip |= (*Ptr++) << 16; \
|
|
/* Check the predicate. */ \
|
|
bool Pred = checkDecoderPredicate(MI, PIdx); \
|
|
if (!Pred) \
|
|
Ptr += NumToSkip; \
|
|
break; \
|
|
} \
|
|
case MCD_OPC_Decode: { \
|
|
unsigned Len; \
|
|
/* Decode the Opcode value. */ \
|
|
unsigned Opc = decodeULEB128(++Ptr, &Len); \
|
|
Ptr += Len; \
|
|
unsigned DecodeIdx = decodeULEB128(Ptr, &Len); \
|
|
Ptr += Len; \
|
|
MCInst_clear(MI); \
|
|
MCInst_setOpcode(MI, Opc); \
|
|
bool DecodeComplete = false; \
|
|
S = decoder(S, DecodeIdx, insn, MI, Address, &DecodeComplete); \
|
|
return S; \
|
|
} \
|
|
case MCD_OPC_TryDecode: { \
|
|
unsigned Len; \
|
|
/* Decode the Opcode value. */ \
|
|
unsigned Opc = decodeULEB128(++Ptr, &Len); \
|
|
Ptr += Len; \
|
|
unsigned DecodeIdx = decodeULEB128(Ptr, &Len); \
|
|
Ptr += Len; \
|
|
/* NumToSkip is a plain 24-bit integer. */ \
|
|
unsigned NumToSkip = *Ptr++; \
|
|
NumToSkip |= (*Ptr++) << 8; \
|
|
NumToSkip |= (*Ptr++) << 16; \
|
|
/* Perform the decode operation. */ \
|
|
MCInst_setOpcode(MI, Opc); \
|
|
bool DecodeComplete = false; \
|
|
S = decoder(S, DecodeIdx, insn, MI, Address, &DecodeComplete); \
|
|
if (DecodeComplete) { \
|
|
/* Decoding complete. */ \
|
|
return S; \
|
|
} else { \
|
|
/* If the decoding was incomplete, skip. */ \
|
|
Ptr += NumToSkip; \
|
|
/* Reset decode status. This also drops a SoftFail status that could be */ \
|
|
/* set before the decode attempt. */ \
|
|
S = MCDisassembler_Success; \
|
|
} \
|
|
break; \
|
|
} \
|
|
case MCD_OPC_SoftFail: { \
|
|
/* Decode the mask values. */ \
|
|
unsigned Len; \
|
|
uint64_t PositiveMask = decodeULEB128(++Ptr, &Len); \
|
|
Ptr += Len; \
|
|
uint64_t NegativeMask = decodeULEB128(Ptr, &Len); \
|
|
Ptr += Len; \
|
|
bool Fail = (insn & PositiveMask) != 0 || (~insn & NegativeMask) != 0; \
|
|
if (Fail) \
|
|
S = MCDisassembler_SoftFail; \
|
|
break; \
|
|
} \
|
|
case MCD_OPC_Fail: { \
|
|
return MCDisassembler_Fail; \
|
|
} \
|
|
} \
|
|
} \
|
|
/* Bogisity detected in disassembler state machine! */ \
|
|
}
|
|
|
|
FieldFromInstruction(fieldFromInstruction_4, uint64_t)
|
|
DecodeToMCInst(decodeToMCInst_4, fieldFromInstruction_4, uint64_t)
|
|
DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint64_t)
|