Searched defs:BITFIELD (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.h | 28 BITFIELD, /* Likewise but with specified width */ enumerator
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.h | 28 BITFIELD, /* Likewise but with specified width */ enumerator
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | tilegx-opc.c | 6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro
|
H A D | tilepro-opc.c | 7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro
|
H A D | i386-gen.c | 294 #define BITFIELD(n) { Cpu##n, 0, #n } macro 449 #define BITFIELD(n) { n, 0, #n } macro
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | tilegx-opc.c | 6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro
|
H A D | tilepro-opc.c | 7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro
|
H A D | i386-gen.c | 549 #define BITFIELD(n) { n, 0, #n } macro
|
/netbsd-src/sys/arch/m68k/m68k/ |
H A D | db_disasm.h | 417 #define BITFIELD(val,sb,eb) ((BITFIELD_MASK(sb,eb) & (val)) >> (eb)) macro
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativeTILEGX-encoder.c | 8373 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro
|