Searched refs:RL78_RELAX_BRANCH (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | rl78-parse.y | 293 { B1 (0xdc); PC1 ($3); rl78_relax (RL78_RELAX_BRANCH, 0); } 296 { B1 (0xde); PC1 ($3); rl78_relax (RL78_RELAX_BRANCH, 0); } 299 { B1 (0xdd); PC1 ($3); rl78_relax (RL78_RELAX_BRANCH, 0); } 302 { B1 (0xdf); PC1 ($3); rl78_relax (RL78_RELAX_BRANCH, 0); } 305 { B2 (0x61, 0xc3); PC1 ($3); rl78_relax (RL78_RELAX_BRANCH, 0); } 308 { B2 (0x61, 0xd3); PC1 ($3); rl78_relax (RL78_RELAX_BRANCH, 0); } 1160 bt_bf : BT { $$ = 0x02; rl78_bit_insn = 1; rl78_relax (RL78_RELAX_BRANCH, 0); } 1161 | BF { $$ = 0x04; rl78_bit_insn = 1; rl78_relax (RL78_RELAX_BRANCH, 0); }
|
D | rl78-defs.h | 29 #define RL78_RELAX_BRANCH 1 macro
|
D | tc-rl78.c | 850 fragP->tc_frag_data->relax[ri].type != RL78_RELAX_BRANCH, in rl78_relax_frag() 856 case RL78_RELAX_BRANCH: in rl78_relax_frag() 889 case RL78_RELAX_BRANCH: in rl78_relax_frag() 984 fragP->tc_frag_data->relax[ri].type != RL78_RELAX_BRANCH, 0)) in md_convert_frag() 1007 case RL78_RELAX_BRANCH: in md_convert_frag()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog | 1397 * config/rl78-defs.h (RL78_RELAX_NONE, RL78_RELAX_BRANCH): Add.
|