Searched refs:BRANCHBWPL (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68k.c | 808 #define BRANCHBWPL 10 /* Branch byte, word or pair of longs macro 874 { 127, -128, 0, TAB (BRANCHBWPL, SHORT) }, 875 { 32767, -32768, 2, TAB (BRANCHBWPL, LONG) }, 3218 (use_pl ? TAB (BRANCHBWPL, SZ_UNDEF) in m68k_ip() 5052 case TAB (BRANCHBWPL, BYTE): in md_convert_frag_1() 5065 case TAB (BRANCHBWPL, SHORT): in md_convert_frag_1() 5077 case TAB (BRANCHBWPL, LONG): in md_convert_frag_1() 5287 case TAB (BRANCHBWPL, SZ_UNDEF): in md_estimate_size_before_relax()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2007 | 742 (BRANCHBWPL, FRAG_VAR_SIZE): New. 743 (md_relax_table): Add BRANCHBWPL entries. 744 (m68k_ip): Choose BRANCHBWPL relaxation if necessary. 746 (md_convert_frag_1): Add BRANCHBWPL cases.
|