/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ginsn.h | 101 offsetT immdisp; 121 offsetT disp; 219 offsetT ginsn_get_src_disp (struct ginsn_src *src); 220 offsetT ginsn_get_src_imm (struct ginsn_src *src); 224 offsetT ginsn_get_dst_disp (struct ginsn_dst *dst); 267 enum ginsn_src_type src1_type, unsigned int src1_reg, offsetT src1_disp, 268 enum ginsn_src_type src2_type, unsigned int src2_reg, offsetT src2_disp, 269 enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp); 271 enum ginsn_src_type src1_type, unsigned int src1_reg, offsetT src1_disp, 272 enum ginsn_src_type src2_type, unsigned int src2_reg, offsetT src2_disp, [all …]
|
H A D | sframe-opt.c | 31 offsetT width; in sframe_estimate_size_before_relax() 56 if (width < (offsetT) SFRAME_FRE_TYPE_ADDR1_LIMIT) in sframe_estimate_size_before_relax() 58 else if (width < (offsetT) SFRAME_FRE_TYPE_ADDR2_LIMIT) in sframe_estimate_size_before_relax() 92 offsetT fsize; in sframe_convert_frag() 93 offsetT diff; in sframe_convert_frag() 94 offsetT value; in sframe_convert_frag() 96 offsetT rest_of_data; in sframe_convert_frag() 126 if (fsize < (offsetT) SFRAME_FRE_TYPE_ADDR1_LIMIT) in sframe_convert_frag() 128 else if (fsize < (offsetT) SFRAME_FRE_TYPE_ADDR2_LIMIT) in sframe_convert_frag() 153 gas_assert (fsize < (offsetT) SFRAME_FRE_TYPE_ADDR1_LIMIT); in sframe_convert_frag() [all …]
|
H A D | dw2gencfi.h | 63 extern void cfi_add_CFA_offset (unsigned, offsetT); 64 extern void cfi_add_CFA_val_offset (unsigned, offsetT); 65 extern void cfi_add_CFA_def_cfa (unsigned, offsetT); 68 extern void cfi_add_CFA_def_cfa_offset (offsetT); 108 offsetT offset; 118 offsetT i; 167 offsetT cfa_offset; 175 offsetT cur_cfa_offset;
|
H A D | frags.h | 49 offsetT fr_var; 51 offsetT fr_offset; 143 offsetT offset, 151 offsetT offset, 154 bool frag_offset_fixed_p (const fragS *, const fragS *, offsetT *); 155 bool frag_offset_ignore_align_p (const fragS *, const fragS *, offsetT *); 156 bool frag_gtoffset_p (valueT, const fragS *, valueT, const fragS *, offsetT *);
|
H A D | frags.c | 229 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_var_init() 260 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_var() 278 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_variant() 332 (symbolS *) 0, (offsetT) alignment, (char *) 0); in frag_align() 351 (symbolS *) 0, (offsetT) alignment, (char *) 0); in frag_align_pattern() 382 (offsetT) alignment, (char *) 0); in frag_align_code() 424 frag_offset_fixed_p (const fragS *frag1, const fragS *frag2, offsetT *offset) in frag_offset_fixed_p() 427 offsetT off; in frag_offset_fixed_p() 479 offsetT *offset) in frag_offset_ignore_align_p() 482 offsetT off; in frag_offset_ignore_align_p() [all …]
|
H A D | messages.c | 403 offsetT val, in as_internal_value_out_of_range() 404 offsetT min, in as_internal_value_out_of_range() 405 offsetT max, in as_internal_value_out_of_range() 466 offsetT value, in as_warn_value_out_of_range() 467 offsetT min, in as_warn_value_out_of_range() 468 offsetT max, in as_warn_value_out_of_range() 477 offsetT value, in as_bad_value_out_of_range() 478 offsetT min, in as_bad_value_out_of_range() 479 offsetT max, in as_bad_value_out_of_range()
|
H A D | as.h | 144 typedef bfd_signed_vma offsetT; typedef 282 offsetT rlx_forward; 284 offsetT rlx_backward; 480 void as_warn_value_out_of_range (const char *, offsetT, offsetT, offsetT, 482 void as_bad_value_out_of_range (const char *, offsetT, offsetT, offsetT,
|
H A D | ginsn.c | 74 offsetT immdisp) in ginsn_set_src() 88 offsetT disp) in ginsn_set_dst() 140 offsetT 146 offsetT 164 offsetT 231 enum ginsn_src_type src1_type, unsigned int src1_reg, offsetT src1_disp, in ginsn_new_add() 232 enum ginsn_src_type src2_type, unsigned int src2_reg, offsetT src2_disp, in ginsn_new_add() 233 enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp) in ginsn_new_add() 247 enum ginsn_src_type src1_type, unsigned int src1_reg, offsetT src1_disp, in ginsn_new_and() 248 enum ginsn_src_type src2_type, unsigned int src2_reg, offsetT src2_disp, in ginsn_new_and() [all …]
|
H A D | expr.h | 123 offsetT X_add_number; 181 extern void add_to_result (expressionS *, offsetT, int); 182 extern void subtract_from_result (expressionS *, offsetT, int); 188 extern symbolS *expr_build_uconstant (offsetT);
|
H A D | expr.c | 186 expr_build_uconstant (offsetT value) in expr_build_uconstant() 1791 add_to_result (expressionS *resultP, offsetT amount, int rhs_highbit) in add_to_result() 1807 subtract_from_result (expressionS *resultP, offsetT amount, int rhs_highbit) in subtract_from_result() 1853 offsetT frag_off; in expr() 1960 offsetT symval_diff = S_GET_VALUE (resultP->X_add_symbol) in expr() 1989 offsetT v = right.X_add_number; in expr() 2044 resultP->X_add_number == v ? ~ (offsetT) 0 : 0; in expr() 2049 resultP->X_add_number != v ? ~ (offsetT) 0 : 0; in expr() 2054 resultP->X_add_number < v ? ~ (offsetT) 0 : 0; in expr() 2059 resultP->X_add_number <= v ? ~ (offsetT) 0 : 0; in expr() [all …]
|
H A D | gen-sframe.h | 59 offsetT cfa_offset; 66 offsetT bp_offset; 71 offsetT ra_offset;
|
H A D | write.c | 141 offsetT offset, /* X_add_number. */ in fix_new_internal() 225 offsetT offset, /* X_add_number. */ in fix_new() 247 offsetT off = 0; in fix_new_exp() 307 offsetT offset, int pcrel, RELOC_ENUM r_type) in fix_at_start() 1514 offsetT fill_size; in compress_debug() 1516 offsetT count; in compress_debug() 1613 offsetT count ATTRIBUTE_UNUSED, in md_generate_nops() 1641 offsetT count; in write_contents() 1915 offsetT size; in create_obj_attrs_section() 1945 offsetT desc2_size, in create_note_reloc() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | dw2gencfi.h | 43 extern void cfi_add_CFA_offset (unsigned, offsetT); 44 extern void cfi_add_CFA_val_offset (unsigned, offsetT); 45 extern void cfi_add_CFA_def_cfa (unsigned, offsetT); 48 extern void cfi_add_CFA_def_cfa_offset (offsetT); 83 offsetT offset; 93 offsetT i; 142 offsetT cfa_offset; 150 offsetT cur_cfa_offset;
|
H A D | frags.h | 49 offsetT fr_var; 51 offsetT fr_offset; 143 offsetT offset, 151 offsetT offset, 154 bool frag_offset_fixed_p (const fragS *, const fragS *, offsetT *); 155 bool frag_offset_ignore_align_p (const fragS *, const fragS *, offsetT *); 156 bool frag_gtoffset_p (valueT, const fragS *, valueT, const fragS *, offsetT *);
|
H A D | frags.c | 228 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_var_init() 259 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_var() 277 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_variant() 331 (symbolS *) 0, (offsetT) alignment, (char *) 0); in frag_align() 350 (symbolS *) 0, (offsetT) alignment, (char *) 0); in frag_align_pattern() 381 (offsetT) alignment, (char *) 0); in frag_align_code() 423 frag_offset_fixed_p (const fragS *frag1, const fragS *frag2, offsetT *offset) in frag_offset_fixed_p() 426 offsetT off; in frag_offset_fixed_p() 478 offsetT *offset) in frag_offset_ignore_align_p() 481 offsetT off; in frag_offset_ignore_align_p() [all …]
|
H A D | as.h | 139 typedef bfd_signed_vma offsetT; typedef 272 offsetT rlx_forward; 274 offsetT rlx_backward; 443 void as_warn_value_out_of_range (const char *, offsetT, offsetT, offsetT, 445 void as_bad_value_out_of_range (const char *, offsetT, offsetT, offsetT,
|
H A D | messages.c | 364 offsetT val, in as_internal_value_out_of_range() 365 offsetT min, in as_internal_value_out_of_range() 366 offsetT max, in as_internal_value_out_of_range() 437 offsetT value, in as_warn_value_out_of_range() 438 offsetT min, in as_warn_value_out_of_range() 439 offsetT max, in as_warn_value_out_of_range() 448 offsetT value, in as_bad_value_out_of_range() 449 offsetT min, in as_bad_value_out_of_range() 450 offsetT max, in as_bad_value_out_of_range()
|
H A D | expr.h | 123 offsetT X_add_number; 180 extern void add_to_result (expressionS *, offsetT, int); 181 extern void subtract_from_result (expressionS *, offsetT, int); 187 extern symbolS *expr_build_uconstant (offsetT);
|
H A D | expr.c | 190 expr_build_uconstant (offsetT value) in expr_build_uconstant() 1748 add_to_result (expressionS *resultP, offsetT amount, int rhs_highbit) in add_to_result() 1764 subtract_from_result (expressionS *resultP, offsetT amount, int rhs_highbit) in subtract_from_result() 1809 offsetT frag_off; in expr() 1917 offsetT symval_diff = S_GET_VALUE (resultP->X_add_symbol) in expr() 1944 offsetT v = right.X_add_number; in expr() 1997 resultP->X_add_number == v ? ~ (offsetT) 0 : 0; in expr() 2001 resultP->X_add_number != v ? ~ (offsetT) 0 : 0; in expr() 2005 resultP->X_add_number < v ? ~ (offsetT) 0 : 0; in expr() 2009 resultP->X_add_number <= v ? ~ (offsetT) 0 : 0; in expr() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | loongarch-parse.y | 49 offsetT *imm) in loongarch_parse_expr() 72 emit_const (offsetT imm) in emit_const() 123 reloc (const char *op_c_str, const char *id_c_str, offsetT addend) in reloc() 163 offsetT opr = s_top->value.X_add_number; in emit_unary() 205 offsetT opr1 = last_2nd->value.X_add_number; in emit_bin() 206 offsetT opr2 = last_1st->value.X_add_number; in emit_bin() 229 opr1 = (offsetT)opr1 >> (offsetT)opr2; in emit_bin() 308 offsetT opr1 = last_3rd->value.X_add_number; in emit_if_else() 309 offsetT opr2 = last_2nd->value.X_add_number; in emit_if_else() 310 offsetT opr3 = last_1st->value.X_add_number; in emit_if_else() [all …]
|
H A D | loongarch-parse.c | 101 offsetT *imm) in loongarch_parse_expr() 124 emit_const (offsetT imm) in emit_const() 175 reloc (const char *op_c_str, const char *id_c_str, offsetT addend) in reloc() 215 offsetT opr = s_top->value.X_add_number; in emit_unary() 257 offsetT opr1 = last_2nd->value.X_add_number; in emit_bin() 258 offsetT opr2 = last_1st->value.X_add_number; in emit_bin() 281 opr1 = (offsetT)opr1 >> (offsetT)opr2; in emit_bin() 360 offsetT opr1 = last_3rd->value.X_add_number; in emit_if_else() 361 offsetT opr2 = last_2nd->value.X_add_number; in emit_if_else() 362 offsetT opr3 = last_1st->value.X_add_number; in emit_if_else() [all …]
|
H A D | tc-mmix.c | 58 static void mmix_set_geta_branch_offset (char *, offsetT); 59 static void mmix_set_jmp_offset (char *, offsetT); 143 offsetT offs; 309 #define PUSHJSTUB_MAX ((offsetT) (((addressT) -1) >> 1)) 406 mmix_set_geta_branch_offset (char *opcodep, offsetT value) in mmix_set_geta_branch_offset() 421 mmix_set_jmp_offset (char *opcodep, offsetT value) in mmix_set_jmp_offset() 2441 offsetT val = (offsetT) * valP; in md_apply_fix() 2503 if (val < -(((offsetT) 1 << 19)/2) in md_apply_fix() 2504 || val >= ((offsetT) 1 << 19)/2 - 1 in md_apply_fix() 2527 if (val < -(((offsetT) 1 << 27)/2) in md_apply_fix() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | loongarch-parse.y | 49 offsetT *imm) in loongarch_parse_expr() 72 emit_const (offsetT imm) in emit_const() 104 reloc (const char *op_c_str, const char *id_c_str, offsetT addend) in reloc() 174 offsetT opr = s_top->value.X_add_number; in emit_unary() 216 offsetT opr1 = last_2nd->value.X_add_number; in emit_bin() 217 offsetT opr2 = last_1st->value.X_add_number; in emit_bin() 240 opr1 = (offsetT)opr1 >> (offsetT)opr2; in emit_bin() 319 offsetT opr1 = last_3rd->value.X_add_number; in emit_if_else() 320 offsetT opr2 = last_2nd->value.X_add_number; in emit_if_else() 321 offsetT opr3 = last_1st->value.X_add_number; in emit_if_else() [all …]
|
H A D | loongarch-parse.c | 101 offsetT *imm) in loongarch_parse_expr() 124 emit_const (offsetT imm) in emit_const() 156 reloc (const char *op_c_str, const char *id_c_str, offsetT addend) in reloc() 226 offsetT opr = s_top->value.X_add_number; in emit_unary() 268 offsetT opr1 = last_2nd->value.X_add_number; in emit_bin() 269 offsetT opr2 = last_1st->value.X_add_number; in emit_bin() 292 opr1 = (offsetT)opr1 >> (offsetT)opr2; in emit_bin() 371 offsetT opr1 = last_3rd->value.X_add_number; in emit_if_else() 372 offsetT opr2 = last_2nd->value.X_add_number; in emit_if_else() 373 offsetT opr3 = last_1st->value.X_add_number; in emit_if_else() [all …]
|
H A D | tc-mmix.c | 58 static void mmix_set_geta_branch_offset (char *, offsetT); 59 static void mmix_set_jmp_offset (char *, offsetT); 143 offsetT offs; 309 #define PUSHJSTUB_MAX ((offsetT) (((addressT) -1) >> 1)) 406 mmix_set_geta_branch_offset (char *opcodep, offsetT value) in mmix_set_geta_branch_offset() 421 mmix_set_jmp_offset (char *opcodep, offsetT value) in mmix_set_jmp_offset() 2439 offsetT val = (offsetT) * valP; in md_apply_fix() 2501 if (val < -(((offsetT) 1 << 19)/2) in md_apply_fix() 2502 || val >= ((offsetT) 1 << 19)/2 - 1 in md_apply_fix() 2525 if (val < -(((offsetT) 1 << 27)/2) in md_apply_fix() [all …]
|