Searched refs:COMP3OP (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | bfin-parse.y | 109 #define COMP3OP(dst, src0, src1, opc) \ macro 1126 $$ = COMP3OP (&$1, &$3, &$5, $4.r0); 1139 $$ = COMP3OP (&$1, &$3, &$5, 5); 1603 $$ = COMP3OP (&$1, &$3, &$5, 3); 1613 $$ = COMP3OP (&$1, &$3, &$5, 4); 1625 $$ = COMP3OP (&$1, &$3, &$6, 6); 1630 $$ = COMP3OP (&$1, &$3, &$6, 7); 1749 $$ = COMP3OP (&$1, &$3, &$5, 2); 1994 $$ = COMP3OP (&$1, &$3, &$3, 5);
|