Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h582 inline bool isNEONBytesplat(unsigned Value, unsigned Size) { in isNEONBytesplat() function
597 return Value == 0 || isNEONBytesplat(Value, 2); in isNEONi16splat()
613 return Value == 0 || isNEONBytesplat(Value, 4); in isNEONi32splat()