Searched refs:ALU2OP (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | bfin-parse.y | 73 #define ALU2OP(dst, src, opc) \ macro 1268 $$ = ALU2OP (&$1, &$3, 10 | ($4.r0 ? 0: 1)); 1381 $$ = ALU2OP (&$1, &$3, 12 | ($4.r0 ? 0: 1)); 1529 $$ = ALU2OP (&$1, &$3, 3); 1567 $$ = ALU2OP (&$1, &$6, 4); 1572 $$ = ALU2OP (&$1, &$6, 5); 2788 $$ = ALU2OP (&$3, &$5, 8); 2796 $$ = ALU2OP (&$3, &$5, 9); 2808 $$ = ALU2OP (&$1, &$4, 14); 2830 $$ = ALU2OP (&$1, &$4, 15); [all …]
|