Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h579 inline bool isNEONBytesplat(unsigned Value, unsigned Size) { in isNEONBytesplat() function
594 return Value == 0 || isNEONBytesplat(Value, 2); in isNEONi16splat()
610 return Value == 0 || isNEONBytesplat(Value, 4); in isNEONi32splat()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h602 static inline bool isNEONBytesplat(unsigned Value, unsigned Size) { in isNEONBytesplat() function
617 return Value == 0 || isNEONBytesplat(Value, 2); in isNEONi16splat()
633 return Value == 0 || isNEONBytesplat(Value, 4); in isNEONi32splat()