def __init__(
         self,
         d: "ARMDictionary",
         ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 4, "VectorRoundingShiftRightAccumulate")
Beispiel #2
0
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 3, "VectorNegate")
Beispiel #3
0
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 2, "CountLeadingZeros")
Beispiel #4
0
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 2, "UnsignedBitFieldExtract")
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 5, "StoreMultipleIncrementAfter")
Beispiel #6
0
 def __init__(self, d: "chb.arm.ARMDictionary.ARMDictionary",
              ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 1, "DataMemoryBarrier")
Beispiel #7
0
 def __init__(self, d: "chb.arm.ARMDictionary.ARMDictionary",
              ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 3, "UnsignedExtendByte")
Beispiel #8
0
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 5, "BitwiseAnd")
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 6, "LoadRegisterDual")
Beispiel #10
0
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 5, "SignedMostSignificantWordMultiplyAccumulate")
Beispiel #11
0
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 4, "VectorRightShiftInsert")
Beispiel #12
0
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 3, "VectorReverseHalfwords")
 def __init__(
         self,
         d: "ARMDictionary",
         ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 1, "BranchLink")
 def __init__(
         self,
         d: "ARMDictionary",
         ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 3, "UnsignedSaturatingSubtract8")
Beispiel #15
0
 def __init__(
         self,
         d: "chb.arm.ARMDictionary.ARMDictionary",
         ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 1, "PermanentlyUndefined")
 def __init__(self, d: "chb.arm.ARMDictionary.ARMDictionary",
              ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 5, "StoreRegisterHalfword")
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(1, 2, "CompareBranchNonzero")
Beispiel #19
0
 def __init__(
         self,
         d: "chb.arm.ARMDictionary.ARMDictionary",
         ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 3, "TableBranchHalfword")
Beispiel #20
0
 def __init__(
         self,
         d: "ARMDictionary",
         ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 2, "VMoveToSystemRegister")
 def __init__(self, d: "chb.arm.ARMDictionary.ARMDictionary",
              ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 5, "LoadRegisterSignedHalfword")
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(4, 3, "VConvert")
 def __init__(self, d: "chb.arm.ARMDictionary.ARMDictionary",
              ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 2, "Adr")
Beispiel #24
0
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 5, "LoadCoprocessor")
Beispiel #25
0
 def __init__(
         self,
         d: "ARMDictionary",
         ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 5, "SignedMultiplyLong")
Beispiel #26
0
 def __init__(
         self,
         d: "ARMDictionary",
         ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 3, "RotateRightExtend")
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 4, "LoadMultipleIncrementBefore")
 def __init__(
         self,
         d: "ARMDictionary",
         ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 3, "UnsignedDivide")
 def __init__(self, d: "ARMDictionary", ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 4, "BitFieldClear")
Beispiel #30
0
 def __init__(self, d: "chb.arm.ARMDictionary.ARMDictionary",
              ixval: IndexedTableValue) -> None:
     ARMOpcode.__init__(self, d, ixval)
     self.check_key(2, 1, "SupervisorCall")