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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.c6221 #define MCC(b1, b2) (((b1) << 8) | (b2))
6231 case MCC ('h', 'i'): return MCC ('c', 's');
6232 case MCC ('l', 's'): return MCC ('c', 'c');
6234 case MCC ('h', 's'):
6235 case MCC ('c', 'c'): return MCC ('l', 's');
6237 case MCC ('l', 'o'):
6238 case MCC ('
6217 #define MCC macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-m68k.c6246 #define MCC(b1, b2) (((b1) << 8) | (b2))
6256 case MCC ('h', 'i'): return MCC ('c', 's');
6257 case MCC ('l', 's'): return MCC ('c', 'c');
6259 case MCC ('h', 's'):
6260 case MCC ('c', 'c'): return MCC ('l', 's');
6262 case MCC ('l', 'o'):
6263 case MCC ('
6242 #define MCC macro
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68k.c6221 #define MCC(b1, b2) (((b1) << 8) | (b2))
6231 case MCC ('h', 'i'): return MCC ('c', 's');
6232 case MCC ('l', 's'): return MCC ('c', 'c');
6234 case MCC ('h', 's'):
6235 case MCC ('c', 'c'): return MCC ('l', 's');
6237 case MCC ('l', 'o'):
6238 case MCC ('
6217 #define MCC macro
[all...]

Completed in 131 milliseconds