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

  /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/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 83 milliseconds