Home
last modified time | relevance | path

Searched refs:TypeARM32Attributes (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp42 } TypeARM32Attributes[] = { variable
72 return TypeARM32Attributes[Ty].WidthString; in getWidthString()
76 return TypeARM32Attributes[Ty].FpWidthString; in getFpWidthString()
80 return TypeARM32Attributes[Ty].SVecWidthString; in getSVecWidthString()
84 return TypeARM32Attributes[Ty].UVecWidthString; in getUVecWidthString()
348 int32_t Bits = SignExt ? TypeARM32Attributes[Ty].SExtAddrOffsetBits in canHoldOffset()
349 : TypeARM32Attributes[Ty].ZExtAddrOffsetBits; in canHoldOffset()