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

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Di386-opc.h755 unsigned int prefixok:3; member in struct:i386_opcode_modifier
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.h742 unsigned int prefixok:3; member in struct:i386_opcode_modifier
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h781 unsigned int prefixok:3; member in struct:i386_opcode_modifier
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c3994 switch (i.tm.opcode_modifier.prefixok)
4968 if (i.rep_prefix && i.tm.opcode_modifier.prefixok != PrefixRep)
4978 && (i.tm.opcode_modifier.prefixok < PrefixLock
5006 if (i.notrack_prefix && i.tm.opcode_modifier.prefixok != PrefixNoTrack)
11218 if (t->opcode_modifier.prefixok == PrefixRep)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c4372 switch (i.tm.opcode_modifier.prefixok)
6728 if (i.rep_prefix && i.tm.opcode_modifier.prefixok != PrefixRep)
6739 if (i.tm.opcode_modifier.prefixok < PrefixLock
6789 if (i.notrack_prefix && i.tm.opcode_modifier.prefixok != PrefixNoTrack)
14062 if (t->opcode_modifier.prefixok == PrefixRep)

Completed in 243 milliseconds