Searched refs:uses_LOCK_prefix (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/binutils/opcodes/
H A Di386-dis.c2065 unsigned char uses_SSE_prefix, uses_LOCK_prefix;
2241 uses_LOCK_prefix = (*codep & ~0x02) == 0x20;
2248 uses_LOCK_prefix = 0;
2262 if (!uses_LOCK_prefix && (prefixes & PREFIX_LOCK))
2064 unsigned char uses_SSE_prefix, uses_LOCK_prefix; local

Completed in 40 milliseconds