We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e720a commit 866253dCopy full SHA for 866253d
src/coreclr/jit/instr.h
@@ -219,7 +219,7 @@ enum insFlags : uint64_t
219
INS_Flags_EmbeddedBroadcastSupported = 1ULL << 43,
220
221
// APX: REX2 prefix:
222
- Encoding_REX2 = 1ULL << 43,
+ Encoding_REX2 = 1ULL << 44,
223
224
// TODO-Cleanup: Remove this flag and its usage from TARGET_XARCH
225
INS_FLAGS_DONT_CARE = 0x00ULL,
0 commit comments