Home
last modified time | relevance | path

Searched refs:FRAGP (Results 1 – 25 of 68) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-frv.h102 #define HANDLE_ALIGN(FRAGP) do \ argument
103 if ((FRAGP)->fr_type == rs_align_code) \
105 valueT count = ((FRAGP)->fr_next->fr_address \
106 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
107 char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
111 (FRAGP)->fr_fix += (count & 3); \
117 (FRAGP)->fr_var = 4; \
H A Dtc-i386.h290 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) \ argument
294 (FRAGP)->tc_frag_data.padding_address = 0; \
295 (FRAGP)->tc_frag_data.isa = cpu_arch_isa; \
299 (FRAGP)->tc_frag_data.length = 0; \
300 (FRAGP)->tc_frag_data.last_length = 0; \
302 (FRAGP)->tc_frag_data.prefix_length = 0; \
303 (FRAGP)->tc_frag_data.default_prefix = 0; \
304 (FRAGP)->tc_frag_data.cmp_size = 0; \
305 (FRAGP)->tc_frag_data.classified = 0; \
306 (FRAGP)->tc_frag_data.branch_type = 0; \
[all …]
H A Dtc-cr16.h70 #define md_frag_check(FRAGP) \ argument
71 if ((FRAGP)->has_code \
72 && (((FRAGP)->fr_address + (FRAGP)->insn_addr) & 1) != 0) \
73 as_bad_where ((FRAGP)->fr_file, (FRAGP)->fr_line, \
H A Dtc-crx.h73 #define md_frag_check(FRAGP) \ argument
74 if ((FRAGP)->has_code \
75 && (((FRAGP)->fr_address + (FRAGP)->insn_addr) & 1) != 0) \
76 as_bad_where ((FRAGP)->fr_file, (FRAGP)->fr_line, \
H A Dtc-s12z.h72 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
73 ((FRAGP)->fr_symbol != NULL \
74 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
75 ? relax_frag (SEG, FRAGP, STRETCH) \
76 : s12z_relax_frag (SEG, FRAGP, STRETCH))
H A Dtc-m68hc11.h78 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
79 ((FRAGP)->fr_symbol != NULL \
80 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
81 ? relax_frag (SEG, FRAGP, STRETCH) \
82 : m68hc11_relax_frag (SEG, FRAGP, STRETCH))
H A Dtc-cris.h75 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
76 ((FRAGP)->fr_symbol != NULL \
77 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
78 ? relax_frag (SEG, FRAGP, STRETCH) \
79 : cris_relax_frag (SEG, FRAGP, STRETCH))
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-frv.h102 #define HANDLE_ALIGN(FRAGP) do \ argument
103 if ((FRAGP)->fr_type == rs_align_code) \
105 valueT count = ((FRAGP)->fr_next->fr_address \
106 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
107 char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
111 (FRAGP)->fr_fix += (count & 3); \
117 (FRAGP)->fr_var = 4; \
H A Dtc-i386.h287 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) \ argument
291 (FRAGP)->tc_frag_data.padding_address = 0; \
292 (FRAGP)->tc_frag_data.isa = cpu_arch_isa; \
296 (FRAGP)->tc_frag_data.length = 0; \
297 (FRAGP)->tc_frag_data.last_length = 0; \
299 (FRAGP)->tc_frag_data.prefix_length = 0; \
300 (FRAGP)->tc_frag_data.default_prefix = 0; \
301 (FRAGP)->tc_frag_data.cmp_size = 0; \
302 (FRAGP)->tc_frag_data.classified = 0; \
303 (FRAGP)->tc_frag_data.branch_type = 0; \
[all …]
H A Dtc-cr16.h70 #define md_frag_check(FRAGP) \ argument
71 if ((FRAGP)->has_code \
72 && (((FRAGP)->fr_address + (FRAGP)->insn_addr) & 1) != 0) \
73 as_bad_where ((FRAGP)->fr_file, (FRAGP)->fr_line, \
H A Dtc-crx.h73 #define md_frag_check(FRAGP) \ argument
74 if ((FRAGP)->has_code \
75 && (((FRAGP)->fr_address + (FRAGP)->insn_addr) & 1) != 0) \
76 as_bad_where ((FRAGP)->fr_file, (FRAGP)->fr_line, \
H A Dtc-s12z.h72 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
73 ((FRAGP)->fr_symbol != NULL \
74 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
75 ? relax_frag (SEG, FRAGP, STRETCH) \
76 : s12z_relax_frag (SEG, FRAGP, STRETCH))
H A Dtc-m68hc11.h78 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
79 ((FRAGP)->fr_symbol != NULL \
80 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
81 ? relax_frag (SEG, FRAGP, STRETCH) \
82 : m68hc11_relax_frag (SEG, FRAGP, STRETCH))
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-frv.h103 #define HANDLE_ALIGN(FRAGP) do \ argument
104 if ((FRAGP)->fr_type == rs_align_code) \
106 valueT count = ((FRAGP)->fr_next->fr_address \
107 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
108 char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
112 (FRAGP)->fr_fix += (count & 3); \
118 (FRAGP)->fr_var = 4; \
H A Dtc-i386.h285 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) \ argument
289 (FRAGP)->tc_frag_data.padding_address = 0; \
290 (FRAGP)->tc_frag_data.isa = cpu_arch_isa; \
292 (FRAGP)->tc_frag_data.tune = cpu_arch_tune; \
294 (FRAGP)->tc_frag_data.length = 0; \
295 (FRAGP)->tc_frag_data.last_length = 0; \
297 (FRAGP)->tc_frag_data.prefix_length = 0; \
298 (FRAGP)->tc_frag_data.default_prefix = 0; \
299 (FRAGP)->tc_frag_data.cmp_size = 0; \
300 (FRAGP)->tc_frag_data.classified = 0; \
[all …]
H A Dtc-cr16.h70 #define md_frag_check(FRAGP) \ argument
71 if ((FRAGP)->has_code \
72 && (((FRAGP)->fr_address + (FRAGP)->insn_addr) & 1) != 0) \
73 as_bad_where ((FRAGP)->fr_file, (FRAGP)->fr_line, \
H A Dtc-crx.h73 #define md_frag_check(FRAGP) \ argument
74 if ((FRAGP)->has_code \
75 && (((FRAGP)->fr_address + (FRAGP)->insn_addr) & 1) != 0) \
76 as_bad_where ((FRAGP)->fr_file, (FRAGP)->fr_line, \
H A Dtc-s12z.h72 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
73 ((FRAGP)->fr_symbol != NULL \
74 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
75 ? relax_frag (SEG, FRAGP, STRETCH) \
76 : s12z_relax_frag (SEG, FRAGP, STRETCH))
H A Dtc-m68hc11.h78 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
79 ((FRAGP)->fr_symbol != NULL \
80 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
81 ? relax_frag (SEG, FRAGP, STRETCH) \
82 : m68hc11_relax_frag (SEG, FRAGP, STRETCH))
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-frv.h102 #define HANDLE_ALIGN(FRAGP) do \ argument
103 if ((FRAGP)->fr_type == rs_align_code) \
105 valueT count = ((FRAGP)->fr_next->fr_address \
106 - ((FRAGP)->fr_address + (FRAGP)->fr_fix)); \
107 char *dest = (FRAGP)->fr_literal + (FRAGP)->fr_fix; \
111 (FRAGP)->fr_fix += (count & 3); \
117 (FRAGP)->fr_var = 4; \
H A Dtc-i386.h290 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) \ argument
294 (FRAGP)->tc_frag_data.padding_address = 0; \
295 (FRAGP)->tc_frag_data.isa = cpu_arch_isa; \
299 (FRAGP)->tc_frag_data.length = 0; \
300 (FRAGP)->tc_frag_data.last_length = 0; \
302 (FRAGP)->tc_frag_data.prefix_length = 0; \
303 (FRAGP)->tc_frag_data.default_prefix = 0; \
304 (FRAGP)->tc_frag_data.cmp_size = 0; \
305 (FRAGP)->tc_frag_data.classified = 0; \
306 (FRAGP)->tc_frag_data.branch_type = 0; \
[all …]
H A Dtc-cr16.h70 #define md_frag_check(FRAGP) \ argument
71 if ((FRAGP)->has_code \
72 && (((FRAGP)->fr_address + (FRAGP)->insn_addr) & 1) != 0) \
73 as_bad_where ((FRAGP)->fr_file, (FRAGP)->fr_line, \
H A Dtc-crx.h73 #define md_frag_check(FRAGP) \ argument
74 if ((FRAGP)->has_code \
75 && (((FRAGP)->fr_address + (FRAGP)->insn_addr) & 1) != 0) \
76 as_bad_where ((FRAGP)->fr_file, (FRAGP)->fr_line, \
H A Dtc-s12z.h72 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
73 ((FRAGP)->fr_symbol != NULL \
74 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
75 ? relax_frag (SEG, FRAGP, STRETCH) \
76 : s12z_relax_frag (SEG, FRAGP, STRETCH))
H A Dtc-m68hc11.h78 #define md_relax_frag(SEG, FRAGP, STRETCH) \ argument
79 ((FRAGP)->fr_symbol != NULL \
80 && S_GET_SEGMENT ((FRAGP)->fr_symbol) == (SEG) \
81 ? relax_frag (SEG, FRAGP, STRETCH) \
82 : m68hc11_relax_frag (SEG, FRAGP, STRETCH))

123