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

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-i386.h121 #define BYTE_MNEM_SUFFIX 'b' macro
H A Dtc-i386.c2038 case BYTE_MNEM_SUFFIX:
2340 guess_suffix = BYTE_MNEM_SUFFIX;
2368 case BYTE_MNEM_SUFFIX:
2428 case BYTE_MNEM_SUFFIX:
2545 suffix_check = (i.suffix == BYTE_MNEM_SUFFIX
2857 i.suffix = BYTE_MNEM_SUFFIX;
2877 i.suffix = ((i.types[op] & Reg8) ? BYTE_MNEM_SUFFIX :
2885 else if (i.suffix == BYTE_MNEM_SUFFIX)
2978 if (i.suffix && i.suffix != BYTE_MNEM_SUFFIX)
3254 overlap0 &= (i.suffix == BYTE_MNEM_SUFFIX
[all...]

Completed in 121 milliseconds