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