5 references to SIGN_MASK_TWOBYTE_64BIT
ILCompiler.ReadyToRun (5)
parent\parent\Common\Pgo\PgoFormat.cs (5)
161signedInt |= SIGN_MASK_TWOBYTE_64BIT; 201else if ((value & SIGN_MASK_TWOBYTE_64BIT) == 0 || (value & SIGN_MASK_TWOBYTE_64BIT) == SIGN_MASK_TWOBYTE_64BIT) 203int iData = (int)((value & ~SIGN_MASK_TWOBYTE_64BIT) << 1 | isSigned);