Searched refs:gen_multi_instr_1 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | bfin-parse.y | 418 gen_multi_instr_1 (INSTR_T dsp32, INSTR_T dsp16_grp1, INSTR_T dsp16_grp2) in gen_multi_instr_1() function 666 $$ = gen_multi_instr_1 ($1, $3, $5); 668 $$ = gen_multi_instr_1 ($1, $5, $3); 675 $$ = gen_multi_instr_1 ($3, $1, $5); 677 $$ = gen_multi_instr_1 ($3, $5, $1); 684 $$ = gen_multi_instr_1 ($5, $1, $3); 686 $$ = gen_multi_instr_1 ($5, $3, $1); 699 $$ = gen_multi_instr_1 ($1, $3, 0); 701 $$ = gen_multi_instr_1 ($1, 0, $3); 708 $$ = gen_multi_instr_1 ($3, $1, 0); [all …]
|
/toolchain/binutils/binutils-2.27/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.
|