Searched refs:BYTEUNPACK (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Dvideo.d55 70: 18 c4 c0 45 \(R7,R2\) = BYTEUNPACK R1:0x0 ;
56 74: 18 c4 90 69 \(R6,R4\) = BYTEUNPACK R3:0x2 \(R\);
H A Dvideo2.d141 214: 18 c4 80 4b \(R6,R5\) = BYTEUNPACK R1:0x0 ;
142 218: 18 c4 80 6b \(R6,R5\) = BYTEUNPACK R1:0x0 \(R\);
143 21c: 18 c4 90 4b \(R6,R5\) = BYTEUNPACK R3:0x2 ;
144 220: 18 c4 90 6b \(R6,R5\) = BYTEUNPACK R3:0x2 \(R\);
145 224: 18 c4 00 42 \(R0,R1\) = BYTEUNPACK R1:0x0 ;
146 228: 18 c4 80 66 \(R2,R3\) = BYTEUNPACK R1:0x0 \(R\);
147 22c: 18 c4 10 4b \(R4,R5\) = BYTEUNPACK R3:0x2 ;
148 230: 18 c4 90 6f \(R6,R7\) = BYTEUNPACK R3:0x2 \(R\);
H A Dparallel4.d64 e0: 18 cc c0 45 \(R7,R2\) = BYTEUNPACK R1:0x0 \|\| \[P5\+\+\]=R0 \|\| NOP;
66 e8: 18 cc 90 69 \(R6,R4\) = BYTEUNPACK R3:0x2 \(R\) \|\| \[P5--\]=R0 \|\| NOP;
H A Dparallel4.s43 (R6, R4) = BYTEUNPACK r3:2 (R) || [p5--] = r0;
H A Dvideo.s72 (R6, R4) = BYTEUNPACK r3:2 (R);
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dvideo.d55 [ 0-9a-f]+: 18 c4 c0 45 \(R7, R2\) = BYTEUNPACK R1:0;
56 [ 0-9a-f]+: 18 c4 90 69 \(R6, R4\) = BYTEUNPACK R3:2 \(R\);
H A Dvideo2.d140 [ 0-9a-f]+: 18 c4 80 4b \(R6, R5\) = BYTEUNPACK R1:0;
141 [ 0-9a-f]+: 18 c4 80 6b \(R6, R5\) = BYTEUNPACK R1:0 \(R\);
142 [ 0-9a-f]+: 18 c4 90 4b \(R6, R5\) = BYTEUNPACK R3:2;
143 [ 0-9a-f]+: 18 c4 90 6b \(R6, R5\) = BYTEUNPACK R3:2 \(R\);
144 [ 0-9a-f]+: 18 c4 00 42 \(R0, R1\) = BYTEUNPACK R1:0;
145 [ 0-9a-f]+: 18 c4 80 66 \(R2, R3\) = BYTEUNPACK R1:0 \(R\);
146 [ 0-9a-f]+: 18 c4 10 4b \(R4, R5\) = BYTEUNPACK R3:2;
147 [ 0-9a-f]+: 18 c4 90 6f \(R6, R7\) = BYTEUNPACK R3:2 \(R\);
H A Dparallel4.s43 (R6, R4) = BYTEUNPACK r3:2 (R) || [p5--] = r0;
H A Dvideo.s72 (R6, R4) = BYTEUNPACK r3:2 (R);
H A Dparallel4.d64 e0: 18 cc c0 45 \(R7, R2\) = BYTEUNPACK R1:0 \|\| \[P5\+\+\] = R0 \|\| NOP;
66 e8: 18 cc 90 69 \(R6, R4\) = BYTEUNPACK R3:2 \(R\) \|\| \[P5--\] = R0 \|\| NOP;
H A Dexpected_errors.s137 (R5, R5) = BYTEUNPACK R3:2;
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.h38 BYTEUNPACK = 264, enumerator in enum:yytokentype
213 #define BYTEUNPACK 264 macro
H A Dbfin-parse.c65 BYTEUNPACK = 264, enumerator in enum:yytokentype
240 #define BYTEUNPACK 264 macro
1299 "BYTEOP2P", "BYTEOP2M", "BYTEOP3P", "BYTEUNPACK", "BYTEPACK", "PACK",
2978 notethat ("dsp32alu: (dregs , dregs ) = BYTEUNPACK dregs_pair (aligndir)\n");
H A Dbfin-lex.c1672 return BYTEUNPACK;
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.h53 BYTEUNPACK = 263, enumerator in enum:yytokentype
227 #define BYTEUNPACK 263 macro
H A Dbfin-parse.c529 BYTEUNPACK = 263, enumerator in enum:yytokentype
703 #define BYTEUNPACK 263 macro
1242 "BYTEOP2P", "BYTEOP3P", "BYTEUNPACK", "BYTEPACK", "PACK", "SAA",
2955 notethat ("dsp32alu: (dregs , dregs ) = BYTEUNPACK dregs_pair (aligndir)\n");
H A Dbfin-lex.c1749 return BYTEUNPACK;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-lex.l189 [bB][yY][tT][eE][uU][nN][pP][aA][cC][kK] return BYTEUNPACK;
H A Dbfin-parse.y384 %token BYTEUNPACK BYTEPACK
779 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEUNPACK REG COLON expr aligndir
787 notethat ("dsp32alu: (dregs , dregs ) = BYTEUNPACK dregs_pair (aligndir)\n");
/haiku-buildtools/binutils/gas/config/
H A Dbfin-lex.l189 [bB][yY][tT][eE][uU][nN][pP][aA][cC][kK] return BYTEUNPACK;
H A Dbfin-parse.y462 %token BYTEUNPACK BYTEPACK
864 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEUNPACK REG COLON expr aligndir
874 notethat ("dsp32alu: (dregs , dregs ) = BYTEUNPACK dregs_pair (aligndir)\n");

Completed in 234 milliseconds