Searched refs:gen_multi_instr_1 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | bfin-parse.y | 419 gen_multi_instr_1 (INSTR_T dsp32, INSTR_T dsp16_grp1, INSTR_T dsp16_grp2) in gen_multi_instr_1() function 667 $$ = gen_multi_instr_1 ($1, $3, $5); 669 $$ = gen_multi_instr_1 ($1, $5, $3); 676 $$ = gen_multi_instr_1 ($3, $1, $5); 678 $$ = gen_multi_instr_1 ($3, $5, $1); 685 $$ = gen_multi_instr_1 ($5, $1, $3); 687 $$ = gen_multi_instr_1 ($5, $3, $1); 700 $$ = gen_multi_instr_1 ($1, $3, 0); 702 $$ = gen_multi_instr_1 ($1, 0, $3); 709 $$ = gen_multi_instr_1 ($3, $1, 0); [all …]
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2009 | 910 * config/bfin-parse.y (gen_multi_instr_1): Check anomaly 1250 * config/bfin-parse.y (gen_multi_instr_1): New function. 1280 * config/bfin-parse.y (gen_multi_instr_1): Check anomaly
|
D | ChangeLog-2010 | 691 (gen_multi_instr_1): Check parallel slots for store insns.
|