Home
last modified time | relevance | path

Searched defs:BITFIELD (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.h28 BITFIELD, /* Likewise but with specified width */ enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.h28 BITFIELD, /* Likewise but with specified width */ enumerator
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dtilegx-opc.c6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro
H A Dtilepro-opc.c7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro
H A Di386-gen.c294 #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 Dtilegx-opc.c6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro
H A Dtilepro-opc.c7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro
H A Di386-gen.c549 #define BITFIELD(n) { n, 0, #n } macro
/netbsd-src/sys/arch/m68k/m68k/
H A Ddb_disasm.h417 #define BITFIELD(val,sb,eb) ((BITFIELD_MASK(sb,eb) & (val)) >> (eb)) macro
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeTILEGX-encoder.c8373 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro