Home
last modified time | relevance | path

Searched defs:SBIT (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtic54x.h111 #define SBIT(OP) ((OP)&0xF) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic54x.h111 #define SBIT(OP) ((OP)&0xF) macro
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.h52 #define SBIT (1L << 27) macro
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dtrees.c985 #define SBIT(x) (1ULL << ((x)-1)) in valcast() macro
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dtrees.c1063 #define SBIT(x) (1ULL << ((x)-1)) in valcast() macro