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

/haiku-buildtools/legacy/binutils/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);
/haiku-buildtools/binutils/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);
H A Dallinsn16.d18952 [^:]+: 00 4a + BITSET \(R0, 0x0\);.*
18953 [^:]+: 01 4a + BITSET \(R1, 0x0\);.*
18954 [^:]+: 02 4a + BITSET \(R2, 0x0\);.*
18955 [^:]+: 03 4a + BITSET \(R3, 0x0\);.*
18956 [^:]+: 04 4a + BITSET \(R4, 0x0\);.*
18957 [^:]+: 05 4a + BITSET \(R5, 0x0\);.*
18958 [^:]+: 06 4a + BITSET \(R6, 0x0\);.*
18959 [^:]+: 07 4a + BITSET \(R7, 0x0\);.*
18960 [^:]+: 08 4a + BITSET \(R0, 0x1\);.*
18961 [^:]+: 09 4a + BITSET \(R
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.h177 BITSET = 403, enumerator in enum:yytokentype
352 #define BITSET 403 macro
H A Dbfin-parse.c204 BITSET = 403, enumerator in enum:yytokentype
379 #define BITSET 403 macro
1321 "BITCLR", "BITSET", "BITTST", "BITMUX", "DBGAL", "DBGAH", "DBGHALT",
H A Dbfin-lex.c1747 return BITSET;
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.h192 BITSET = 402, enumerator in enum:yytokentype
366 #define BITSET 402 macro
H A Dbfin-lex.c1819 return BITSET;
H A Dbfin-parse.c668 BITSET = 402, enumerator in enum:yytokentype
842 #define BITSET 402 macro
1264 "BITCLR", "BITSET", "BITTST", "BITMUX", "DBGAL", "DBGAH", "DBGHALT",
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-lex.l205 [bB][iI][tT][sS][eE][tT] return BITSET;
H A Dbfin-parse.y479 %token BITTGL BITCLR BITSET BITTST BITMUX
2341 /* LOGI2op: BITSET (dregs, uimm5). */
2342 | BITSET LPAREN REG COMMA expr RPAREN
/haiku-buildtools/binutils/gas/config/
H A Dbfin-lex.l204 [bB][iI][tT][sS][eE][tT] return BITSET;
H A Dbfin-parse.y557 %token BITTGL BITCLR BITSET BITTST BITMUX
2448 /* LOGI2op: BITSET (dregs, uimm5). */
2449 | BITSET LPAREN REG COMMA expr RPAREN

Completed in 422 milliseconds