Searched refs:BITFIELD (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | tilegx_disasm.c | 6420 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro 6425 BITFIELD(22, 9) /* index 0 */, 6542 BITFIELD(6, 2) /* index 513 */, 6544 BITFIELD(8, 2) /* index 518 */, 6546 BITFIELD(10, 2) /* index 523 */, 6548 BITFIELD(20, 2) /* index 528 */, 6550 BITFIELD(6, 2) /* index 533 */, 6552 BITFIELD(8, 2) /* index 538 */, 6554 BITFIELD(10, 2) /* index 543 */, 6556 BITFIELD(0, 2) /* index 548 */, [all …]
|
/external/pcre/dist/sljit/ |
D | sljitNativeTILEGX-encoder.c | 8371 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) macro 8376 BITFIELD(22, 9) /* index 0 */, 8493 BITFIELD(6, 2) /* index 513 */, 8495 BITFIELD(8, 2) /* index 518 */, 8497 BITFIELD(10, 2) /* index 523 */, 8499 BITFIELD(20, 2) /* index 528 */, 8501 BITFIELD(6, 2) /* index 533 */, 8503 BITFIELD(8, 2) /* index 538 */, 8505 BITFIELD(10, 2) /* index 543 */, 8507 BITFIELD(0, 2) /* index 548 */, [all …]
|