Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:InsnType

437 template <typename InsnType>
438 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address,
441 template <typename InsnType>
442 static DecodeStatus DecodeDAHIDATIMMR6(MCInst &MI, InsnType insn, uint64_t Address,
445 template <typename InsnType>
446 static DecodeStatus DecodeDAHIDATI(MCInst &MI, InsnType insn, uint64_t Address,
449 template <typename InsnType>
450 static DecodeStatus DecodeDAHIDATIMMR6(MCInst &MI, InsnType insn, uint64_t Address,
453 template <typename InsnType>
454 static DecodeStatus DecodeDAHIDATI(MCInst &MI, InsnType insn, uint64_t Address,
457 template <typename InsnType>
459 DecodeAddiGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
462 template <typename InsnType>
464 DecodePOP35GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address,
467 template <typename InsnType>
469 DecodeDaddiGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
472 template <typename InsnType>
474 DecodePOP37GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address,
477 template <typename InsnType>
479 DecodePOP65GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address,
482 template <typename InsnType>
484 DecodePOP75GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address,
487 template <typename InsnType>
489 DecodeBlezlGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
492 template <typename InsnType>
494 DecodeBgtzlGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
497 template <typename InsnType>
499 DecodeBgtzGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
502 template <typename InsnType>
504 DecodeBlezGroupBranch(MCInst &MI, InsnType insn, uint64_t Address,
507 template <typename InsnType>
509 DecodeBgtzGroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address,
512 template <typename InsnType>
514 DecodeBlezGroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address,
517 template <typename InsnType>
518 static DecodeStatus DecodeDINS(MCInst &MI, InsnType Insn, uint64_t Address,
521 template <typename InsnType>
522 static DecodeStatus DecodeDEXT(MCInst &MI, InsnType Insn, uint64_t Address,
525 template <typename InsnType>
526 static DecodeStatus DecodeCRC(MCInst &MI, InsnType Insn, uint64_t Address,
584 template <typename InsnType>
585 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address,
591 InsnType tmp = fieldFromInstruction(insn, 17, 5);
631 template <typename InsnType>
632 static DecodeStatus DecodeDAHIDATIMMR6(MCInst &MI, InsnType insn, uint64_t Address,
634 InsnType Rs = fieldFromInstruction(insn, 16, 5);
635 InsnType Imm = fieldFromInstruction(insn, 0, 16);
645 template <typename InsnType>
646 static DecodeStatus DecodeDAHIDATI(MCInst &MI, InsnType insn, uint64_t Address,
648 InsnType Rs = fieldFromInstruction(insn, 21, 5);
649 InsnType Imm = fieldFromInstruction(insn, 0, 16);
659 template <typename InsnType>
660 static DecodeStatus DecodeAddiGroupBranch(MCInst &MI, InsnType insn,
673 InsnType Rs = fieldFromInstruction(insn, 21, 5);
674 InsnType Rt = fieldFromInstruction(insn, 16, 5);
698 template <typename InsnType>
699 static DecodeStatus DecodePOP35GroupBranchMMR6(MCInst &MI, InsnType insn,
702 InsnType Rt = fieldFromInstruction(insn, 21, 5);
703 InsnType Rs = fieldFromInstruction(insn, 16, 5);
732 template <typename InsnType>
733 static DecodeStatus DecodeDaddiGroupBranch(MCInst &MI, InsnType insn,
746 InsnType Rs = fieldFromInstruction(insn, 21, 5);
747 InsnType Rt = fieldFromInstruction(insn, 16, 5);
771 template <typename InsnType>
772 static DecodeStatus DecodePOP37GroupBranchMMR6(MCInst &MI, InsnType insn,
775 InsnType Rt = fieldFromInstruction(insn, 21, 5);
776 InsnType Rs = fieldFromInstruction(insn, 16, 5);
805 template <typename InsnType>
806 static DecodeStatus DecodePOP65GroupBranchMMR6(MCInst &MI, InsnType insn,
816 InsnType Rt = fieldFromInstruction(insn, 21, 5);
817 InsnType Rs = fieldFromInstruction(insn, 16, 5);
844 template <typename InsnType>
845 static DecodeStatus DecodePOP75GroupBranchMMR6(MCInst &MI, InsnType insn,
855 InsnType Rt = fieldFromInstruction(insn, 21, 5);
856 InsnType Rs = fieldFromInstruction(insn, 16, 5);
883 template <typename InsnType>
884 static DecodeStatus DecodeBlezlGroupBranch(MCInst &MI, InsnType insn,
898 InsnType Rs = fieldFromInstruction(insn, 21, 5);
899 InsnType Rt = fieldFromInstruction(insn, 16, 5);
926 template <typename InsnType>
927 static DecodeStatus DecodeBgtzlGroupBranch(MCInst &MI, InsnType insn,
943 InsnType Rs = fieldFromInstruction(insn, 21, 5);
944 InsnType Rt = fieldFromInstruction(insn, 16, 5);
970 template <typename InsnType>
971 static DecodeStatus DecodeBgtzGroupBranch(MCInst &MI, InsnType insn,
985 InsnType Rs = fieldFromInstruction(insn, 21, 5);
986 InsnType Rt = fieldFromInstruction(insn, 16, 5);
1019 template <typename InsnType>
1020 static DecodeStatus DecodeBlezGroupBranch(MCInst &MI, InsnType insn,
1034 InsnType Rs = fieldFromInstruction(insn, 21, 5);
1035 InsnType Rt = fieldFromInstruction(insn, 16, 5);
1063 template <typename InsnType>
1064 static DecodeStatus DecodeDEXT(MCInst &MI, InsnType Insn, uint64_t Address,
1090 InsnType Rs = fieldFromInstruction(Insn, 21, 5);
1091 InsnType Rt = fieldFromInstruction(Insn, 16, 5);
1103 template <typename InsnType>
1104 static DecodeStatus DecodeDINS(MCInst &MI, InsnType Insn, uint64_t Address,
1130 InsnType Rs = fieldFromInstruction(Insn, 21, 5);
1131 InsnType Rt = fieldFromInstruction(Insn, 16, 5);
1143 template <typename InsnType>
1144 static DecodeStatus DecodeCRC(MCInst &MI, InsnType Insn, uint64_t Address,
1146 InsnType Rs = fieldFromInstruction(Insn, 21, 5);
1147 InsnType Rt = fieldFromInstruction(Insn, 16, 5);
2501 template <typename InsnType>
2502 static DecodeStatus DecodeBgtzGroupBranchMMR6(MCInst &MI, InsnType insn,
2512 InsnType Rt = fieldFromInstruction(insn, 21, 5);
2513 InsnType Rs = fieldFromInstruction(insn, 16, 5);
2514 InsnType Imm = 0;
2550 template <typename InsnType>
2551 static DecodeStatus DecodeBlezGroupBranchMMR6(MCInst &MI, InsnType insn,
2561 InsnType Rt = fieldFromInstruction(insn, 21, 5);
2562 InsnType Rs = fieldFromInstruction(insn, 16, 5);
2563 InsnType Imm = 0;