Searched refs:ALU2OP (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | bfin-parse.y | 73 #define ALU2OP(dst, src, opc) \ macro 1269 $$ = ALU2OP (&$1, &$3, 10 | ($4.r0 ? 0: 1)); 1382 $$ = ALU2OP (&$1, &$3, 12 | ($4.r0 ? 0: 1)); 1530 $$ = ALU2OP (&$1, &$3, 3); 1568 $$ = ALU2OP (&$1, &$6, 4); 1573 $$ = ALU2OP (&$1, &$6, 5); 2789 $$ = ALU2OP (&$3, &$5, 8); 2797 $$ = ALU2OP (&$3, &$5, 9); 2809 $$ = ALU2OP (&$1, &$4, 14); 2831 $$ = ALU2OP (&$1, &$4, 15); [all …]
|