Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h595 inline bool isNEONBytesplat(unsigned Value, unsigned Size) { in isNEONBytesplat() function
610 return Value == 0 || isNEONBytesplat(Value, 2); in isNEONi16splat()
626 return Value == 0 || isNEONBytesplat(Value, 4); in isNEONi32splat()