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

  /src/sys/arch/m68k/m68k/
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/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 17 milliseconds