HomeSort by relevance Sort by last modified time
    Searched refs:isAnyMOVZMovAlias (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 756 inline static bool isAnyMOVZMovAlias(uint64_t Value, int RegWidth) {
777 if (isAnyMOVZMovAlias(Value, RegWidth))
788 if (isAnyMOVZMovAlias(Value, RegWidth))
796 return isAnyMOVZMovAlias(Value, RegWidth);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 818 inline static bool isAnyMOVZMovAlias(uint64_t Value, int RegWidth) {
839 if (isAnyMOVZMovAlias(Value, RegWidth))
850 if (isAnyMOVZMovAlias(Value, RegWidth))
858 return isAnyMOVZMovAlias(Value, RegWidth);

Completed in 85 milliseconds