| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-gen.c | 327 typedef struct bitfield struct 332 } bitfield; typedef in typeref:struct:bitfield 334 #define BITFIELD(n) { Cpu##n, 0, #n } 336 static bitfield cpu_flags[] = 338 BITFIELD (186), 339 BITFIELD (286), 340 BITFIELD (386), 341 BITFIELD (486), 342 BITFIELD (586), 343 BITFIELD (686) [all...] |
| tilegx-opc.c | 6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) 6423 BITFIELD(22, 9) /* index 0 */, 6540 BITFIELD(6, 2) /* index 513 */, 6542 BITFIELD(8, 2) /* index 518 */, 6544 BITFIELD(10, 2) /* index 523 */, 6546 BITFIELD(20, 2) /* index 528 */, 6548 BITFIELD(6, 2) /* index 533 */, 6550 BITFIELD(8, 2) /* index 538 */, 6552 BITFIELD(10, 2) /* index 543 */, 6554 BITFIELD(0, 2) /* index 548 */ 8051 unsigned int bitfield = local [all...] |
| tilepro-opc.c | 7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) 7583 BITFIELD(22, 9) /* index 0 */, 7695 BITFIELD(18, 4) /* index 513 */, 7701 BITFIELD(18, 4) /* index 530 */, 7707 BITFIELD(18, 4) /* index 547 */, 7713 BITFIELD(18, 4) /* index 564 */, 7719 BITFIELD(12, 2) /* index 581 */, 7721 BITFIELD(14, 2) /* index 586 */, 7723 BITFIELD(16, 2) /* index 591 */, 7725 BITFIELD(18, 4) /* index 596 */ 10169 unsigned int bitfield = local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-gen.c | 311 typedef struct bitfield struct 316 } bitfield; typedef in typeref:struct:bitfield 318 #define BITFIELD(n) { Cpu##n, 0, #n } 320 static bitfield cpu_flags[] = 322 BITFIELD (186), 323 BITFIELD (286), 324 BITFIELD (386), 325 BITFIELD (486), 326 BITFIELD (586), 327 BITFIELD (686) [all...] |
| tilegx-opc.c | 6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) 6423 BITFIELD(22, 9) /* index 0 */, 6540 BITFIELD(6, 2) /* index 513 */, 6542 BITFIELD(8, 2) /* index 518 */, 6544 BITFIELD(10, 2) /* index 523 */, 6546 BITFIELD(20, 2) /* index 528 */, 6548 BITFIELD(6, 2) /* index 533 */, 6550 BITFIELD(8, 2) /* index 538 */, 6552 BITFIELD(10, 2) /* index 543 */, 6554 BITFIELD(0, 2) /* index 548 */ 8051 unsigned int bitfield = local [all...] |
| tilepro-opc.c | 7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) 7583 BITFIELD(22, 9) /* index 0 */, 7695 BITFIELD(18, 4) /* index 513 */, 7701 BITFIELD(18, 4) /* index 530 */, 7707 BITFIELD(18, 4) /* index 547 */, 7713 BITFIELD(18, 4) /* index 564 */, 7719 BITFIELD(12, 2) /* index 581 */, 7721 BITFIELD(14, 2) /* index 586 */, 7723 BITFIELD(16, 2) /* index 591 */, 7725 BITFIELD(18, 4) /* index 596 */ 10169 unsigned int bitfield = local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-gen.c | 311 typedef struct bitfield struct 316 } bitfield; typedef in typeref:struct:bitfield 318 #define BITFIELD(n) { Cpu##n, 0, #n } 320 static bitfield cpu_flags[] = 322 BITFIELD (186), 323 BITFIELD (286), 324 BITFIELD (386), 325 BITFIELD (486), 326 BITFIELD (586), 327 BITFIELD (686) [all...] |
| tilegx-opc.c | 6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) 6423 BITFIELD(22, 9) /* index 0 */, 6540 BITFIELD(6, 2) /* index 513 */, 6542 BITFIELD(8, 2) /* index 518 */, 6544 BITFIELD(10, 2) /* index 523 */, 6546 BITFIELD(20, 2) /* index 528 */, 6548 BITFIELD(6, 2) /* index 533 */, 6550 BITFIELD(8, 2) /* index 538 */, 6552 BITFIELD(10, 2) /* index 543 */, 6554 BITFIELD(0, 2) /* index 548 */ 8051 unsigned int bitfield = local [all...] |
| tilepro-opc.c | 7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) 7583 BITFIELD(22, 9) /* index 0 */, 7695 BITFIELD(18, 4) /* index 513 */, 7701 BITFIELD(18, 4) /* index 530 */, 7707 BITFIELD(18, 4) /* index 547 */, 7713 BITFIELD(18, 4) /* index 564 */, 7719 BITFIELD(12, 2) /* index 581 */, 7721 BITFIELD(14, 2) /* index 586 */, 7723 BITFIELD(16, 2) /* index 591 */, 7725 BITFIELD(18, 4) /* index 596 */ 10169 unsigned int bitfield = local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-gen.c | 293 typedef struct bitfield struct 298 } bitfield; typedef in typeref:struct:bitfield 300 #define BITFIELD(n) { Cpu##n, 0, #n } 302 static bitfield cpu_flags[] = 304 BITFIELD (186), 305 BITFIELD (286), 306 BITFIELD (386), 307 BITFIELD (486), 308 BITFIELD (586), 309 BITFIELD (686) [all...] |
| tilegx-opc.c | 6418 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) 6423 BITFIELD(22, 9) /* index 0 */, 6540 BITFIELD(6, 2) /* index 513 */, 6542 BITFIELD(8, 2) /* index 518 */, 6544 BITFIELD(10, 2) /* index 523 */, 6546 BITFIELD(20, 2) /* index 528 */, 6548 BITFIELD(6, 2) /* index 533 */, 6550 BITFIELD(8, 2) /* index 538 */, 6552 BITFIELD(10, 2) /* index 543 */, 6554 BITFIELD(0, 2) /* index 548 */ 8051 unsigned int bitfield = local [all...] |
| tilepro-opc.c | 7578 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) 7583 BITFIELD(22, 9) /* index 0 */, 7695 BITFIELD(18, 4) /* index 513 */, 7701 BITFIELD(18, 4) /* index 530 */, 7707 BITFIELD(18, 4) /* index 547 */, 7713 BITFIELD(18, 4) /* index 564 */, 7719 BITFIELD(12, 2) /* index 581 */, 7721 BITFIELD(14, 2) /* index 586 */, 7723 BITFIELD(16, 2) /* index 591 */, 7725 BITFIELD(18, 4) /* index 596 */ 10169 unsigned int bitfield = local [all...] |
| /src/sys/arch/m68k/m68k/ |
| db_disasm.c | 262 PRINT_AREG(dbuf, BITFIELD(opc,2,0)); 264 PRINT_DREG(dbuf, BITFIELD(opc,2,0)); 276 PRINT_DREG(dbuf, BITFIELD(opc, 11, 9)); 279 PRINT_AREG(dbuf, BITFIELD(opc, 2, 0)); 283 BITFIELD(opc, 2, 0)); 288 PRINT_DREG(dbuf, BITFIELD(opc, 11, 9)); 309 PRINT_DREG(dbuf, BITFIELD(opc,11,9)); 349 PRINT_DREG(dbuf, BITFIELD(ext,2,0)); 351 PRINT_DREG(dbuf, BITFIELD(ext2,2,0)); 354 PRINT_DREG(dbuf, BITFIELD(ext,8,6)) [all...] |
| db_disasm.h | 223 * Group bitfield/Shift/Rotate. (1110) 417 #define BITFIELD(val,sb,eb) ((BITFIELD_MASK(sb,eb) & (val)) >> (eb)) 418 #define OPCODE_MAP(x) (BITFIELD(x,15,12))
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| decl.h | 28 BITFIELD, /* Likewise but with specified width */
|
| decl2.cc | 1248 WIDTH is the width of the bitfield, a constant expression. 1256 tree value = grokdeclarator (declarator, declspecs, BITFIELD,
|
| decl.cc | 12164 BITFIELD for a field with specified width. 12208 int bitfield = 0; 12284 else if (decl_context == BITFIELD) 12285 bitfield = 1, decl_context = FIELD; 12837 || (bitfield && !flag_signed_bitfields 14465 && ! bitfield 14994 DECL_NONADDRESSABLE_P (decl) = bitfield; 14995 if (bitfield && !unqualified_id) 12193 int bitfield = 0; local
|
| parser.cc | 21604 Note that a ':' could also indicate a bitfield width, however. */ 28216 /* Check for a bitfield declaration. */ 28234 /* Look for attributes that apply to the bitfield. */ 28240 /* Get the width of the bitfield. */ 28271 /* Look for attributes that apply to the bitfield after 28291 /* Create the bitfield declaration. */ 28432 BITFIELD, /*initialized=*/false, [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| decl.h | 28 BITFIELD, /* Likewise but with specified width */
|
| decl2.cc | 1177 WIDTH is the width of the bitfield, a constant expression. 1185 tree value = grokdeclarator (declarator, declspecs, BITFIELD,
|
| decl.cc | 11682 BITFIELD for a field with specified width. 11726 int bitfield = 0; 11802 else if (decl_context == BITFIELD) 11803 bitfield = 1, decl_context = FIELD; 12360 || (bitfield && !flag_signed_bitfields 13817 && ! bitfield 14327 DECL_NONADDRESSABLE_P (decl) = bitfield; 14328 if (bitfield && !unqualified_id) 11711 int bitfield = 0; local
|
| parser.cc | 20835 Note that a ':' could also indicate a bitfield width, however. */ 27155 /* Check for a bitfield declaration. */ 27173 /* Look for attributes that apply to the bitfield. */ 27179 /* Get the width of the bitfield. */ 27210 /* Look for attributes that apply to the bitfield after 27230 /* Create the bitfield declaration. */ 27374 BITFIELD, /*initialized=*/false, [all...] |
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeTILEGX-encoder.c | 8373 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) 8378 BITFIELD(22, 9) /* index 0 */, 8495 BITFIELD(6, 2) /* index 513 */, 8497 BITFIELD(8, 2) /* index 518 */, 8499 BITFIELD(10, 2) /* index 523 */, 8501 BITFIELD(20, 2) /* index 528 */, 8503 BITFIELD(6, 2) /* index 533 */, 8505 BITFIELD(8, 2) /* index 538 */, 8507 BITFIELD(10, 2) /* index 543 */, 8509 BITFIELD(0, 2) /* index 548 */ 9511 unsigned int bitfield = local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/pru/ |
| pru.h | 77 #define _BURSTLEN_CALCULATE(BITFIELD) \ 78 ((BITFIELD) >= LSSBBO_BYTECOUNT_R0_BITS7_0 ? \ 79 (CPU.regs[0] >> ((BITFIELD) - LSSBBO_BYTECOUNT_R0_BITS7_0) * 8) & 0xff \ 80 : (BITFIELD) + 1)
|
| /src/external/gpl3/gdb/dist/sim/pru/ |
| pru.h | 77 #define _BURSTLEN_CALCULATE(BITFIELD) \ 78 ((BITFIELD) >= LSSBBO_BYTECOUNT_R0_BITS7_0 ? \ 79 (CPU.regs[0] >> ((BITFIELD) - LSSBBO_BYTECOUNT_R0_BITS7_0) * 8) & 0xff \ 80 : (BITFIELD) + 1)
|