Home
last modified time | relevance | path

Searched refs:BITSET (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
Dbit2.s18 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
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\);.*
Dbit.d11 4: f2 4a BITSET \(R2, 0x1e\);.*
12 6: eb 4a BITSET \(R3, 0x1d\);.*
Dbit.s10 BITSET(R2, 30);
/toolchain/binutils/binutils-2.27/gas/config/
Dbfin-lex.l202 [bB][iI][tT][sS][eE][tT] return BITSET;
Dbfin-parse.y558 %token BITTGL BITCLR BITSET BITTST BITMUX
2449 | BITSET LPAREN REG COMMA expr RPAREN