Searched refs:VectorIndex (Results 1 – 3 of 3) sorted by relevance
243 struct VectorIndexOp VectorIndex; member292 VectorIndex = o.VectorIndex; in AArch64Operand()376 return VectorIndex.Val; in getVectorIndex()902 return Kind == k_VectorIndex && VectorIndex.Val == 1; in isVectorIndex1()905 return Kind == k_VectorIndex && VectorIndex.Val < 16; in isVectorIndexB()908 return Kind == k_VectorIndex && VectorIndex.Val < 8; in isVectorIndexH()911 return Kind == k_VectorIndex && VectorIndex.Val < 4; in isVectorIndexS()914 return Kind == k_VectorIndex && VectorIndex.Val < 2; in isVectorIndexD()1567 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
550 struct VectorIndexOp VectorIndex; member641 VectorIndex = o.VectorIndex; in ARMOperand()693 return VectorIndex.Val; in getVectorIndex()1614 return VectorIndex.Val < 8; in isVectorIndex8()1618 return VectorIndex.Val < 4; in isVectorIndex16()1622 return VectorIndex.Val < 2; in isVectorIndex32()2748 Op->VectorIndex.Val = Idx; in CreateVectorIndex()
713 let Name = "VectorIndex" # Suffix;