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