Home
last modified time | relevance | path

Searched refs:strip_offset (Results 1 – 14 of 14) sorted by relevance

/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas_fp.c436 u_int32_t info, strip_offset, span, span_offset; in get_row_from_strip() local
446 strip_offset = mega_mod64(span_set_Strip, in get_row_from_strip()
453 if (strip_offset >= in get_row_from_strip()
454 span_set->strip_offset[span]) in get_row_from_strip()
552 u_int32_t info, strip_offset, span, span_offset; in get_arm_from_strip() local
560 strip_offset = (u_int32_t)mega_mod64 in get_arm_from_strip()
567 if (strip_offset >= in get_arm_from_strip()
568 span_set->strip_offset[span]) in get_arm_from_strip()
570 span_set->strip_offset[span]; in get_arm_from_strip()
576 (unsigned long)strip, (strip_offset - span_offset)); in get_arm_from_strip()
[all …]
H A Dmrsas.h733 u_int8_t strip_offset[MAX_SPAN_DEPTH]; member
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-ivopts.h31 extern tree strip_offset (tree, poly_uint64_pod *);
H A Ddwarf2cfi.c1145 pat = strip_offset (pat, &cur_cfa->offset); in dwarf2out_frame_debug_def_cfa()
1149 pat = strip_offset (XEXP (pat, 0), &cur_cfa->base_offset); in dwarf2out_frame_debug_def_cfa()
H A Dlra-eliminations.c958 || strip_offset (src, &offset) == ep->to_rtx) in eliminate_regs_in_insn()
H A Dtree-ssa-loop-ivopts.c1609 addr_base = strip_offset (iv->base, &addr_offset); in record_group_use()
2938 strip_offset (tree expr, poly_uint64_pod *offset) in strip_offset() function
3485 base = strip_offset (iv->base, &offset); in add_iv_candidate_for_use()
3504 base = strip_offset (base, &offset); in add_iv_candidate_for_use()
H A Drtl.h3395 extern rtx strip_offset (rtx, poly_int64_pod *);
4344 x = strip_offset (x, &suboffset);
H A Dtree-loop-distribution.c1549 tree base_base = strip_offset (base, &base_offset); in classify_builtin_st()
H A Drecog.c1382 rtx addr = strip_offset (XEXP (SUBREG_REG (op), 0), &offset); in indirect_operand()
H A Dsimplify-rtx.c353 n = strip_offset (n, &n_offset); in delegitimize_mem_from_attrs()
354 o = strip_offset (o, &o_offset); in delegitimize_mem_from_attrs()
H A Demit-rtl.c2701 strip_offset (addr, &attrs.offset); in set_mem_attrs_for_spill()
H A Drtlanal.c924 strip_offset (rtx x, poly_int64_pod *offset_out) in strip_offset() function
H A Dfunction.c758 if (strip_offset (x, &offset) == virtual_stack_vars_rtx) in find_temp_slot_from_address()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-ivopts.c2162 strip_offset (tree expr, unsigned HOST_WIDE_INT *offset) in strip_offset() function
2505 base = strip_offset (iv->base, &offset); in add_iv_value_candidates()
3824 e1 = strip_offset (e1, &off1); in difference_cost()
3825 e2 = strip_offset (e2, &off2); in difference_cost()