Searched refs:sbit (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-parse.y275 static int sbit, ebit;
318 DBG ((" sbit=%d ebit=%d flags=0x%x\n", sbit, ebit, $6));
319 insn=itbl_add_insn ($1, $3, $4, sbit, ebit, $6);
354 DBG (("line %d: field type=%d sbit=%d ebit=%d, flags=0x%x\n",
355 insntbl_line, $1, sbit, ebit, $3));
356 itbl_add_operand (insn, $1, sbit, ebit, $3);
391 sbit = $2;
396 sbit = 31;
H A Ditbl-ops.h98 unsigned long value, int sbit, int ebit, unsigned long flags);
100 int sbit, int ebit, unsigned long flags);
H A Ditbl-ops.c117 int sbit; /* mask starting bit position */ member in struct:itbl_range
164 static struct itbl_field *alloc_field (e_type type, int sbit,
209 int sbit, int ebit, unsigned long flags)
215 e->range.sbit = sbit;
226 itbl_add_operand (struct itbl_entry *e, int yytype, int sbit, argument
233 f = alloc_field (get_type (yytype), sbit, ebit, flags);
665 int len = MAX_BITPOS - r.sbit;
667 ASSERT (r.sbit >= r.ebit);
668 ASSERT (MAX_BITPOS >= r.sbit);
208 itbl_add_insn(int yyprocessor, char *name, unsigned long value, int sbit, int ebit, unsigned long flags) argument
867 alloc_field(e_type type, int sbit, int ebit, unsigned long flags) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl294 $sbit="%o5";
311 and $car0,1,$sbit
328 or $sbit,$acc0,$acc0
330 srlx $acc0,32,$sbit
349 or $sbit,$acc0,$acc0
350 srlx $acc0,32,$sbit
361 or $sbit,$acc0,$acc0
362 srlx $acc0,32,$sbit
369 or $sbit,$car0,$car0
396 and $car0,1,$sbit
[all...]
H A Dx86-mont.pl434 $sbit=$num;
441 &mov ($sbit,"edx");
443 &and ($sbit,1);
452 &lea ($carry,&DWP(0,$sbit,"eax",2));
455 &mov ($sbit,"eax");
466 &lea ($carry,&DWP(0,$sbit,"eax",2));
540 &mov ($sbit,"edx"); # zaps $num
542 &and ($sbit,1);
554 &add ($carry,$sbit);
558 &mov ($sbit,"ea
[all...]
/freebsd-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_pair.c254 splpage(pag, new, sbit)
257 long sbit;
278 * select the page pointer (by looking at sbit) and insert
280 (void) putpair((exhash(key) & sbit) ? new : pag, key, val);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.exec.c97 # define sbit(f, i) tbit(f, i, unsigned short) macro
105 ((hashwidth==sizeof(unsigned short) ? sbit(f,i) : \
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c2761 static int sbit[NOTCHAR]; /* Table for anding with d->success. */ local
2770 sbit[i] = (IS_WORD_CONSTITUENT(i)) ? 2 : 1;
2771 sbit[eol] = 4;
2874 if (d->success[s] & sbit[*p])

Completed in 96 milliseconds