Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h809 inline static bool isAnyMOVZMovAlias(uint64_t Value, int RegWidth) { in isAnyMOVZMovAlias() function
830 if (isAnyMOVZMovAlias(Value, RegWidth)) in isMOVNMovAlias()
841 if (isAnyMOVZMovAlias(Value, RegWidth)) in isAnyMOVWMovAlias()
849 return isAnyMOVZMovAlias(Value, RegWidth); in isAnyMOVWMovAlias()