Home
last modified time | relevance | path

Searched refs:offset_base (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSURL.py59 def offset_base(self): member in NSURLKnown_SummaryProvider
68 "base", self.offset_base(), self.sys_params.types_cache.NSURL)
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.h2438 HOST_WIDE_INT offset = INTVAL (index_rtx), offset_base; \
2449 offset_base = ((offset + 4) & ~60) - 4; \
2452 offset_base = offset & ~60; \
2457 if (GET_MODE_SIZE (MODE) + offset - offset_base <= 64) \
2460 GEN_INT (offset_base), NULL_RTX, 0, \
2463 (X) = gen_rtx_PLUS (Pmode, sum, GEN_INT (offset - offset_base)); \
2490 HOST_WIDE_INT offset = INTVAL (index_rtx), offset_base; \
2512 offset_base = ((offset + 4) & ~60) - 4; \
2515 offset_base = offset & ~60; \
2520 if (GET_MODE_SIZE (MODE) + offset - offset_base <= 64) \
[all …]
H A Dsh.c5767 int offset_base) in sh5_schedule_saves() argument
5787 entry->offset = offset_base; in sh5_schedule_saves()
5797 offset = offset_base; in sh5_schedule_saves()
5976 int offset_base, offset; in sh_expand_prologue() local
6014 offset_base = d + d_rounding; in sh_expand_prologue()
6019 sh5_schedule_saves (&live_regs_mask, &schedule, offset_base); in sh_expand_prologue()
6329 int offset_base, offset; in sh_expand_epilogue() local
6338 offset_base = -entry[1].offset + d_rounding; in sh_expand_epilogue()
6346 offset = offset_base + entry->offset; in sh_expand_epilogue()
6449 gcc_assert (entry->offset + offset_base == d + d_rounding); in sh_expand_epilogue()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h2377 HOST_WIDE_INT offset = INTVAL (index_rtx), offset_base; \
2388 offset_base = ((offset + 4) & ~60) - 4; \
2391 offset_base = offset & ~60; \
2396 if (GET_MODE_SIZE (MODE) + offset - offset_base <= 64) \
2399 GEN_INT (offset_base), NULL_RTX, 0, \
2402 (X) = gen_rtx_PLUS (Pmode, sum, GEN_INT (offset - offset_base)); \
2426 HOST_WIDE_INT offset = INTVAL (index_rtx), offset_base; \
2441 offset_base = ((offset + 4) & ~60) - 4; \
2444 offset_base = offset & ~60; \
2449 if (GET_MODE_SIZE (MODE) + offset - offset_base <= 64) \
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLExtras.h1295 : base(offset_base(begin.getBase(), begin.getIndex())),
1338 return DerivedT(offset_base(base, n), m);
1376 static BaseT offset_base(const BaseT &base, size_t n) {
1377 return n == 0 ? base : DerivedT::offset_base(base, n);
1422 offset_base(const std::pair<BaseT, ptrdiff_t> &base, ptrdiff_t index) {
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp797 uint64_t offset_base = offset_text + ptr_size; in NSURLSummaryProvider() local
800 ValueObjectSP base(valobj.GetSyntheticChildAtOffset(offset_base, type, true)); in NSURLSummaryProvider()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h2368 u8 *offset_base; member