Searched refs:address_expr (Results 1 – 1 of 1) sorted by relevance
6731 can_swap_branch_p (struct mips_cl_insn *ip, expressionS *address_expr, in can_swap_branch_p() argument6860 && (address_expr != NULL) in can_swap_branch_p()6864 && (S_GET_SEGMENT(address_expr->X_add_symbol) == now_seg) in can_swap_branch_p()6866 && (symbol_get_frag(address_expr->X_add_symbol) == frag_now) in can_swap_branch_p()6868 && symbol_constant_p(address_expr->X_add_symbol) in can_swap_branch_p()6877 distance = frag_now_fix() - S_GET_VALUE(address_expr->X_add_symbol); in can_swap_branch_p()6911 get_append_method (struct mips_cl_insn *ip, expressionS *address_expr, in get_append_method() argument6932 && can_swap_branch_p (ip, address_expr, reloc_type)) in get_append_method()7132 append_insn (struct mips_cl_insn *ip, expressionS *address_expr, in append_insn() argument7159 if (address_expr == NULL) in append_insn()[all …]