Searched refs:BITSET (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A Dbit2.s17 //BITSET ( Dreg , uimm5 ) ; /* (a) */
18 BITSET ( R7 , 0 ) ; label
19 BITSET ( R7 , 31 ) ; label
20 BITSET ( R7 , 15 ) ; label
21 BITSET ( R1 , 0 ) ; label
22 BITSET ( R2 , 1 ) ; label
23 BITSET ( R3 , 19 ) ; label
H A Dbit2.d14 c: 07 4a BITSET \(R7, 0x0\);.*
15 e: ff 4a BITSET \(R7, 0x1f\);.*
16 10: 7f 4a BITSET \(R7, 0xf\);.*
17 12: 01 4a BITSET \(R1, 0x0\);.*
18 14: 0a 4a BITSET \(R2, 0x1\);.*
19 16: 9b 4a BITSET \(R3, 0x13\);.*
H A Dbit.d11 4: f2 4a BITSET \(R2, 0x1e\);.*
12 6: eb 4a BITSET \(R3, 0x1d\);.*
H A Dbit.s10 BITSET(R2, 30);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dbitstring.c36 #define BITSET(bs, n) (((bs)->data[DIV8(n)] & \ macro
121 if (BITSET(source, sbitpos))
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dbitstring.c36 #define BITSET(bs, n) (((bs)->data[DIV8(n)] & \ macro
121 if (BITSET(source, sbitpos))
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/fsinfo/
H A Dfsinfo.h132 #define BITSET(m,b) ((m) |= (1<<(b))) macro
H A Dfsi_analyze.c335 BITSET(dp->d_mask, DF_PASSNO);
347 BITSET(dp->d_mask, DF_FREQ);
371 BITSET(dp->d_mask, DF_MOUNT);
382 BITSET(dp->d_mask, DF_PASSNO);
394 BITSET(dp->d_mask, DF_FREQ);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dbfin-parse.h187 BITSET = 403, enumerator in enum:yytokentype
362 #define BITSET 403 macro
H A Dbfin-parse.c214 BITSET = 403, enumerator in enum:yytokentype
389 #define BITSET 403 macro
1475 "BITCLR", "BITSET", "BITTST", "BITMUX", "DBGAL", "DBGAH", "DBGHALT",
H A Dbfin-lex.c1822 return BITSET;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Doptim2.c921 BITSET(s->bucket, bb->dfnum);
954 BITSET(p2e->bbinfo.arr[bb->idom]->dfchildren, bb->dfnum);
989 BITSET(bblock->df, (*cn)->bblock->dfnum);
999 BITSET(bblock->df, i);
1046 BITSET(currbb->Aorig, tempnr);
1161 BITSET(p2e->bbinfo.arr[j]->Aphi, i);
1178 BITSET(p2e->bbinfo.arr[j]->Aphi, i);
1979 BITSET(bb->gen, b);
1988 BITSET(bb->killed, b);
2029 BITSET(b
[all...]
H A Dcommon.c187 BITSET(werrary, i);
210 BITSET(werrary, i);
211 BITSET(warnary, i);
H A Dregs.c503 BITSET(live, x);
505 BITSET(live, (x-tempmin+MAXREGS));
522 (x >= MAXREGS ? BITSET(live, (x-tempmin+MAXREGS)) : BITSET(live, x))
1296 BITSET(killed[bb], MKTOFF(b));
1299 BITSET(killed[bb], b);
1305 BITSET(gen[bb], MKTOFF(b));
1307 BITSET(gen[bb], b);
1361 BITSET(lvar, BNO(p));
1483 BITSET(ge
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dgcc_compat.c542 BITSET(warnary, i);
543 BITSET(werrary, i);
545 BITSET(warnary, i);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dgcc_compat.c541 BITSET(warnary, i);
542 BITSET(werrary, i);
544 BITSET(warnary, i);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dbfin-lex.l204 [bB][iI][tT][sS][eE][tT] return BITSET;
H A Dbfin-parse.y554 %token BITTGL BITCLR BITSET BITTST BITMUX
2441 /* LOGI2op: BITSET (dregs, uimm5). */
2442 | BITSET LPAREN REG COMMA expr RPAREN

Completed in 298 milliseconds