Searched refs:BITS (Results 101 - 125 of 129) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Darc-dis.c140 #define BITS(word,s,e) (((word) >> (s)) & ((1ull << ((e) - (s)) << 1) - 1)) macro
141 #define OPCODE_32BIT_INSN(word) (BITS ((word), 27, 31))
H A Darc-opc.c1000 #define MAKE_BIAS_INSERT_EXTRACT_FUNCS(NAME,LOWER,UPPER,BITS,BIAS,SHIFT) \
1021 return ((insn >> SHIFT) & ((1 << BITS) - 1)) + BIAS; \
1159 #define MAKE_1BASED_INSERT_EXTRACT_FUNCS(NAME,SHIFT,UPPER,BITS) \
1176 int value = (insn >> SHIFT) & ((1 << BITS) - 1); \
1311 NAME CODE BITS SHIFT FAVAIL. */
1810 BITS SHIFT DEFAULT_RELOC FLAGS INSERT_FUN EXTRACT_FUN. */
H A Daarch64-opc.c4656 #define BITS(INSN,HI,LO) (((INSN) >> (LO)) & ((1 << (((HI) - (LO)) + 1)) - 1))
4665 int t = BITS (insn, 4, 0);
4666 int n = BITS (insn, 9, 5);
4667 int t2 = BITS (insn, 14, 10);
4652 #define BITS macro
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Darc-dis.c140 #define BITS(word,s,e) (((word) >> (s)) & ((1ull << ((e) - (s)) << 1) - 1)) macro
141 #define OPCODE_32BIT_INSN(word) (BITS ((word), 27, 31))
H A Darc-opc.c1000 #define MAKE_BIAS_INSERT_EXTRACT_FUNCS(NAME,LOWER,UPPER,BITS,BIAS,SHIFT) \
1021 return ((insn >> SHIFT) & ((1 << BITS) - 1)) + BIAS; \
1159 #define MAKE_1BASED_INSERT_EXTRACT_FUNCS(NAME,SHIFT,UPPER,BITS) \
1176 int value = (insn >> SHIFT) & ((1 << BITS) - 1); \
1311 NAME CODE BITS SHIFT FAVAIL. */
1810 BITS SHIFT DEFAULT_RELOC FLAGS INSERT_FUN EXTRACT_FUN. */
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Darc-opc.c1000 #define MAKE_BIAS_INSERT_EXTRACT_FUNCS(NAME,LOWER,UPPER,BITS,BIAS,SHIFT) \
1021 return ((insn >> SHIFT) & ((1 << BITS) - 1)) + BIAS; \
1159 #define MAKE_1BASED_INSERT_EXTRACT_FUNCS(NAME,SHIFT,UPPER,BITS) \
1176 int value = (insn >> SHIFT) & ((1 << BITS) - 1); \
1311 NAME CODE BITS SHIFT FAVAIL. */
1810 BITS SHIFT DEFAULT_RELOC FLAGS INSERT_FUN EXTRACT_FUN. */
H A Darc-dis.c140 #define BITS(word,s,e) (((word) >> (s)) & ((1ull << ((e) - (s)) << 1) - 1)) macro
141 #define OPCODE_32BIT_INSN(word) (BITS ((word), 27, 31))
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Darc-opc.c1000 #define MAKE_BIAS_INSERT_EXTRACT_FUNCS(NAME,LOWER,UPPER,BITS,BIAS,SHIFT) \
1021 return ((insn >> SHIFT) & ((1 << BITS) - 1)) + BIAS; \
1159 #define MAKE_1BASED_INSERT_EXTRACT_FUNCS(NAME,SHIFT,UPPER,BITS) \
1176 int value = (insn >> SHIFT) & ((1 << BITS) - 1); \
1311 NAME CODE BITS SHIFT FAVAIL. */
1810 BITS SHIFT DEFAULT_RELOC FLAGS INSERT_FUN EXTRACT_FUN. */
H A Darc-dis.c140 #define BITS(word,s,e) (((word) >> (s)) & ((1ull << ((e) - (s)) << 1) - 1)) macro
141 #define OPCODE_32BIT_INSN(word) (BITS ((word), 27, 31))
H A Daarch64-opc.c5170 #define BITS(INSN,HI,LO) (((INSN) >> (LO)) & ((1 << (((HI) - (LO)) + 1)) - 1))
5179 int t = BITS (insn, 4, 0);
5180 int n = BITS (insn, 9, 5);
5181 int t2 = BITS (insn, 14, 10);
5166 #define BITS macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dreq.c37 #define BITS "default_bits" macro
575 if (!NCONF_get_number(req_conf, SECTION, BITS, &newkey)) {
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c34 #define BITS "default_bits" macro
638 if (!NCONF_get_number(req_conf, section, BITS, &newkey_len)) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc130 #define DEF_SVE_TYPE_SUFFIX(NAME, ACLE_TYPE, CLASS, BITS, MODE) \
134 BITS, \
135 BITS / BITS_PER_UNIT, \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc130 #define DEF_SVE_TYPE_SUFFIX(NAME, ACLE_TYPE, CLASS, BITS, MODE) \
134 BITS, \
135 BITS / BITS_PER_UNIT, \
/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c172 * XDC_WAIT: wait for XDC's csr "BITS" to come on in "TIME".
175 #define XDC_WAIT(XDC, LCV, TIME, BITS) \
179 if ((XDC)->xdc_csr & (BITS)) \
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arc.c586 #define RELAX_TABLE_ENTRY(BITS, ISSIGNED, SIZE, NEXT) \
587 { (ISSIGNED) ? ((1 << ((BITS) - 1)) - 1) : ((1 << (BITS)) - 1), \
588 (ISSIGNED) ? -(1 << ((BITS) - 1)) : 0, \
H A Dtc-tic6x.c3766 and the least significant BITS bits taken, at position POS. */
3767 #define MODIFY_VALUE(NEWVAL, VALUE, SHIFT, POS, BITS) \
3769 (NEWVAL) &= 0xffffffffU & ~(((1U << (BITS)) - 1) << (POS)); \
3770 (NEWVAL) |= (((VALUE) >> (SHIFT)) & ((1U << (BITS)) - 1)) << (POS); \
/netbsd-current/bin/ksh/
H A Dshf.c875 char numbuf[(BITS(long) + 2) / 3 + 1];
H A Dvar.c313 /* worst case number length is when base=2, so use BITS(long) */
315 static char strbuf[1 + 2 + 1 + BITS(long) + 1];
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arc.c584 #define RELAX_TABLE_ENTRY(BITS, ISSIGNED, SIZE, NEXT) \
585 { (ISSIGNED) ? ((1 << ((BITS) - 1)) - 1) : ((1 << (BITS)) - 1), \
586 (ISSIGNED) ? -(1 << ((BITS) - 1)) : 0, \
H A Dtc-tic6x.c3763 and the least significant BITS bits taken, at position POS. */
3764 #define MODIFY_VALUE(NEWVAL, VALUE, SHIFT, POS, BITS) \
3766 (NEWVAL) &= 0xffffffffU & ~(((1U << (BITS)) - 1) << (POS)); \
3767 (NEWVAL) |= (((VALUE) >> (SHIFT)) & ((1U << (BITS)) - 1)) << (POS); \
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arc.c584 #define RELAX_TABLE_ENTRY(BITS, ISSIGNED, SIZE, NEXT) \
585 { (ISSIGNED) ? ((1 << ((BITS) - 1)) - 1) : ((1 << (BITS)) - 1), \
586 (ISSIGNED) ? -(1 << ((BITS) - 1)) : 0, \
H A Dtc-tic6x.c3763 and the least significant BITS bits taken, at position POS. */
3764 #define MODIFY_VALUE(NEWVAL, VALUE, SHIFT, POS, BITS) \
3766 (NEWVAL) &= 0xffffffffU & ~(((1U << (BITS)) - 1) << (POS)); \
3767 (NEWVAL) |= (((VALUE) >> (SHIFT)) & ((1U << (BITS)) - 1)) << (POS); \
/netbsd-current/sys/dev/vme/
H A Dxd.c155 * XDC_WAIT: wait for XDC's csr "BITS" to come on in "TIME".
158 #define XDC_WAIT(XDC, LCV, TIME, BITS) { \
161 if ((XDC)->xdc_csr & (BITS)) break; \
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dfplsp.s5692 #--MOST 69 BITS LONG.
6281 #--NOW WE SEE X AS +-2^K * 1.BBBBBBB....B <- 1. + 63 BITS
6283 #--THAT IS IT MATCHES THE EXPONENT AND FIRST 5 BITS OF X, THE
6284 #--SIXTH BITS IS SET TO BE 1. SINCE K = -4, -3, ..., 3, THERE
6290 and.l &0xF8000000,XFRAC(%a6) # FIRST 5 BITS
6305 mov.l %d1,%d2 # THE EXP AND 16 BITS OF X
6306 and.l &0x00007800,%d1 # 4 VARYING BITS OF F'S FRACTION
6310 add.l %d2,%d1 # THE 7 BITS IDENTIFYING F
8249 #--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
8259 asr.l &8,%d1 # SHIFTED 16 BITS, BIASE
[all...]

Completed in 800 milliseconds

123456