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

/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Di386-dis.c2568 unsigned char uses_SSE_prefix, uses_LOCK_prefix;
2744 uses_LOCK_prefix = (*codep & ~0x02) == 0x20;
2751 uses_LOCK_prefix = 0;
2765 if (!uses_LOCK_prefix && (prefixes & PREFIX_LOCK))
2567 unsigned char uses_SSE_prefix, uses_LOCK_prefix; local

Completed in 182 milliseconds