Searched refs:ALIGN24 (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Dvideo2.s37 //Dreg = ALIGN24 ( Dreg, Dreg ) ; /* overlay 3 bytes (b) */
38 R0 = ALIGN24(R0, R0);
39 R0 = ALIGN24(R0, R1);
40 R0 = ALIGN24(R1, R0);
41 R0 = ALIGN24(R1, R1);
42 R0 = ALIGN24(R1, R2);
43 R3 = ALIGN24(R4, R5);
44 R6 = ALIGN24(R7, R0);
45 R1 = ALIGN24(R2, R3);
46 R4 = ALIGN24(R
[all...]
H A Dvideo2.d32 60: 0d c6 00 80 R0=ALIGN24\(R0,R0\);
33 64: 0d c6 08 80 R0=ALIGN24\(R0,R1\);
34 68: 0d c6 01 80 R0=ALIGN24\(R1,R0\);
35 6c: 0d c6 09 80 R0=ALIGN24\(R1,R1\);
36 70: 0d c6 11 80 R0=ALIGN24\(R1,R2\);
37 74: 0d c6 2c 86 R3=ALIGN24\(R4,R5\);
38 78: 0d c6 07 8c R6=ALIGN24\(R7,R0\);
39 7c: 0d c6 1a 82 R1=ALIGN24\(R2,R3\);
40 80: 0d c6 35 88 R4=ALIGN24\(R5,R6\);
41 84: 0d c6 08 8e R7=ALIGN24\(R
[all...]
H A Dparallel4.s4 r2 = ALIGN24 (r5, r0) || [i0--] = r0;
H A Dvideo.s6 r2 = ALIGN24 (r5, r0);
H A Dvideo.d9 8: 0d c6 05 84 R2=ALIGN24\(R5,R0\);
H A Dparallel4.d12 10: 0d ce 05 84 R2=ALIGN24\(R5,R0\) \|\| \[I0--\]=R0 \|\| NOP;
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dvideo2.s37 //Dreg = ALIGN24 ( Dreg, Dreg ) ; /* overlay 3 bytes (b) */
38 R0 = ALIGN24(R0, R0);
39 R0 = ALIGN24(R0, R1);
40 R0 = ALIGN24(R1, R0);
41 R0 = ALIGN24(R1, R1);
42 R0 = ALIGN24(R1, R2);
43 R3 = ALIGN24(R4, R5);
44 R6 = ALIGN24(R7, R0);
45 R1 = ALIGN24(R2, R3);
46 R4 = ALIGN24(R
[all...]
H A Dvideo2.d32 [ 0-9a-f]+: 0d c6 00 80 R0 = ALIGN24 \(R0, R0\);
33 [ 0-9a-f]+: 0d c6 08 80 R0 = ALIGN24 \(R0, R1\);
34 [ 0-9a-f]+: 0d c6 01 80 R0 = ALIGN24 \(R1, R0\);
35 [ 0-9a-f]+: 0d c6 09 80 R0 = ALIGN24 \(R1, R1\);
36 [ 0-9a-f]+: 0d c6 11 80 R0 = ALIGN24 \(R1, R2\);
37 [ 0-9a-f]+: 0d c6 2c 86 R3 = ALIGN24 \(R4, R5\);
38 [ 0-9a-f]+: 0d c6 07 8c R6 = ALIGN24 \(R7, R0\);
39 [ 0-9a-f]+: 0d c6 1a 82 R1 = ALIGN24 \(R2, R3\);
40 [ 0-9a-f]+: 0d c6 35 88 R4 = ALIGN24 \(R5, R6\);
41 [ 0-9a-f]+: 0d c6 08 8e R7 = ALIGN24 \(R
[all...]
H A Dparallel4.s4 r2 = ALIGN24 (r5, r0) || [i0--] = r0;
H A Dvideo.s6 r2 = ALIGN24 (r5, r0);
H A Dvideo.d9 [ 0-9a-f]+: 0d c6 05 84 R2 = ALIGN24 \(R5, R0\);
H A Dparallel4.d12 10: 0d ce 05 84 R2 = ALIGN24 \(R5, R0\) \|\| \[I0--\] = R0 \|\| NOP;
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.h44 ALIGN24 = 270, enumerator in enum:yytokentype
219 #define ALIGN24 270 macro
H A Dbfin-parse.c71 ALIGN24 = 270, enumerator in enum:yytokentype
246 #define ALIGN24 270 macro
1300 "SAA", "ALIGN8", "ALIGN16", "ALIGN24", "VIT_MAX", "EXTRACT", "DEPOSIT",
H A Dbfin-lex.c1862 return ALIGN24;
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.h59 ALIGN24 = 269, enumerator in enum:yytokentype
233 #define ALIGN24 269 macro
H A Dbfin-lex.c1944 return ALIGN24;
H A Dbfin-parse.c535 ALIGN24 = 269, enumerator in enum:yytokentype
709 #define ALIGN24 269 macro
1243 "ALIGN8", "ALIGN16", "ALIGN24", "VIT_MAX", "EXTRACT", "DEPOSIT",
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-lex.l230 [aA][lL][iI][gG][nN]24 return ALIGN24;
H A Dbfin-parse.y387 %token ALIGN8 ALIGN16 ALIGN24
3761 | ALIGN24
/haiku-buildtools/binutils/gas/config/
H A Dbfin-lex.l231 [aA][lL][iI][gG][nN]24 return ALIGN24;
H A Dbfin-parse.y465 %token ALIGN8 ALIGN16 ALIGN24
4012 | ALIGN24

Completed in 279 milliseconds