otherReg = genRegPairHi(regPair);
}
else
-#endif // _TARGET_ARM
+#endif // _TARGET_ARM_
{
regNum = varDsc->lvArgInitReg;
otherReg = REG_NA;
// On ARM, we have a requirement on the struct alignment; see below.
unsigned structAlignment =
roundUp(info.compCompHnd->getClassAlignmentRequirement(typeHnd), TARGET_POINTER_SIZE);
-#endif // _TARGET_ARM
+#endif // _TARGET_ARM_
bool isHole[MaxOffset]; // isHole[] is initialized to true for every valid offset in the struct and false for
// the rest
// need to be spilled as they are already in memory and
// codegen considers them as contained memory operands.
CLANG_FORMAT_COMMENT_ANCHOR;
-#ifdef _TARGET_ARM
+#ifdef _TARGET_ARM_
// TODO-CQ-ARM: Just conservatively "and" two condition. We may implement better condision later.
isBetterLocation = true;
if (recentAssignedRef != nullptr)
}
tree->gtUsedRegs = (regMaskSmall)(regMask | tmpMask);
goto RETURN_CHECK;
-#else // !_TARGET_ARM
+#else // !_TARGET_ARM_
goto GENERIC_UNARY;
#endif // _TARGET_ARM_
}
pICFForUnwindTarget = pFrame;
}
}
-#endif // defined(_TARGET_ARM)
+#endif // defined(_TARGET_ARM_)
cfThisFrame.CheckGSCookies();
//ILMetadata/Resources sections are reported as a statically known warm ranges for now.
m_pILMetaDataSection = NewVirtualSection(pTextSection, IBCProfiledSection | HotColdSortedRange | ILMetadataSection, sizeof(DWORD));
-#endif // _TARGET_ARM
+#endif // _TARGET_ARM_
#if defined(_TARGET_ARM_)
if (!bigResourceSection) // for ARM, put the resource section at the end if it's very large - see comment above