HomeSort by: relevance | last modified time | path
    Searched defs:bitfield (Results 1 - 1 of 1) sorted by relevancy

  /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 in function:find_opcode
    [all...]

Completed in 16 milliseconds