Searched defs:ffff (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | alpha-opc.c | 354 #define MFC_(oo,ffff) (OP(oo) | ((ffff) & 0xFFFF)) argument 356 #define MFC(oo,ffff) MFC_(oo,ffff), MFC_MASK argument 377 #define SPCD_(oo,ffff) (OP(oo) | ((ffff) & 0x3FFFFFF)) argument 379 #define SPCD(oo,ffff) SPCD_(oo,ffff), SPCD_MASK argument
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | alpha-opc.c | 354 #define MFC_(oo,ffff) (OP(oo) | ((ffff) & 0xFFFF)) argument 356 #define MFC(oo,ffff) MFC_(oo,ffff), MFC_MASK argument 377 #define SPCD_(oo,ffff) (OP(oo) | ((ffff) & 0x3FFFFFF)) argument 379 #define SPCD(oo,ffff) SPCD_(oo,ffff), SPCD_MASK argument
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
H A D | return2.c | 22 char ffff[80]; member
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
H A D | return2.c | 22 char ffff[80]; member
|