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

  /src/sys/arch/m68k/m68k/
db_disasm.c 249 if (ISBITSET(opc,6)) {
261 if (ISBITSET(opc,3))
270 if (ISBITSET(opc,6))
275 if (ISBITSET(opc,7)) {
286 if (!ISBITSET(opc,7)) {
344 if (ISBITSET(opc,9))
359 if (ISBITSET(ext,15))
365 if (ISBITSET(ext2,15))
402 if (ISBITSET(ext,11))
422 if(ISBITSET(ext,15)
    [all...]
db_disasm.h 415 #define ISBITSET(val,b) ((val) & (1 << (b)))
  /src/sys/arch/hpcmips/tx/
tx39io.c 53 #define ISBITSET(x, s) ((x) & (1 << (s)))
458 printf(ISBITSET(stat->u.select, i) ? " MFIO(%s)\n" : " %s\n",
477 ISBITSET(stat->u.debounce, i) ? "On " : "Off");
487 ISBITSET(stat->dir, i) ? "Out" : "In ",
488 ISBITSET(stat->out, i) ? 1 : 0,
489 ISBITSET(stat->in, i) ? 1 : 0,
490 ISBITSET(stat->power, i) ? "Down ": "Active");

Completed in 14 milliseconds