Searched refs:base_offset (Results 1 - 25 of 33) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/utils/testgen/
H A Dmc-bundling-x86-gen.py57 base_offset = ntest * 2 * BUNDLE_SIZE
58 inst_orig_offset = base_offset + offset # had it not been padded...
75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen)
80 offset_to_nearest_bundle = base_offset + BUNDLE_SIZE
81 offset_to_end = base_offset + (BUNDLE_SIZE * 2 - instlen)
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dtypes.py182 base_offset,
184 prev_end_offset = base_offset
188 print('%+4u <%3u> %s%s %s;' % (base_offset, byte_size, ' ' * depth, typename, member_name))
190 print('%+4u {%3u} %s%s' % (base_offset, byte_size, ' ' * depth, typename))
195 return (base_offset + byte_size, padding)
205 member_total_offset = member_offset + base_offset
247 prev_end_offset = base_offset + byte_size
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h91 uint64_t base_offset; member in struct:lldb_private::npdb::UdtRecordCompleter::Member
97 access(lldb::eAccessPublic), bitfield_width(0), base_offset(0) {}
102 base_offset(0) {}
105 base_offset = bit_offset;
H A DUdtRecordCompleter.cpp372 ? member->bit_offset - field->base_offset
H A DSymbolFileNativePDB.cpp1537 addr_t base_offset = entry->GetRangeBase(); local
1548 parent_site->ranges.FindEntryThatContains(base_offset)) {
1555 func_base + base_offset)) {
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgnu-v3-abi.c369 long int cur_base_offset, base_offset; local
418 base_offset = value_as_long (value_subscript (vbase_array, offset_val));
419 return base_offset;
H A Dvalops.c1515 int base_offset;
1527 &base_offset, &skip);
1552 base_offset =
1556 if (base_offset == -1)
1562 base_offset = TYPE_BASECLASS_BITPOS (type, i) / 8;
1564 v = search_struct_method (name, arg1p, args, base_offset + offset,
1750 int base_offset;
1761 &base_offset, &skip);
1768 base_offset = VALUE_OFFSET (*argp) + offset;
1769 base_offset
1513 int base_offset; local
1748 int base_offset; local
2506 int base_offset; local
[all...]
H A Ddwarf2loc.c61 CORE_ADDR base_offset = ANOFFSET (baton->objfile->section_offsets, local
63 CORE_ADDR base_address = baton->base_address + base_offset;
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_dsi_vbt.c74 #define VLV_GPIO_PCONF0(base_offset) (base_offset)
75 #define VLV_GPIO_PAD_VAL(base_offset) ((base_offset) + 8)
78 u16 base_offset; member in struct:gpio_map
283 pconf0 = VLV_GPIO_PCONF0(map->base_offset);
284 padval = VLV_GPIO_PAD_VAL(map->base_offset);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr600_cs.c354 u64 base_offset, base_align; local
378 base_offset = track->cb_color_bo_mc[i] + track->cb_color_bo_offset[i];
421 if (!IS_ALIGNED(base_offset, base_align)) {
423 base_offset, base_align, array_mode);
522 u64 base_offset, base_align; local
572 base_offset = track->db_bo_mc + track->db_offset;
611 if (!IS_ALIGNED(base_offset, base_align)) {
613 base_offset, base_align, array_mode);
1462 * @base_offset: base offset (used for error checking)
1472 u64 base_offset,
1469 r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap, u64 base_offset, u64 mip_offset, u32 tiling_flags) argument
1955 u32 size, offset, base_offset, mip_offset; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i370/
H A Di370.c409 int base_offset;
411 base_offset = i370_branch_length(insn);
412 if (0 > base_offset)
414 base_offset += mvs_page_code;
419 base_offset *= 2;
420 base_offset += mvs_page_code + mvs_page_lit;
424 if ((4060 >base_offset) && ( 0 < base_offset)) return 1;
407 int base_offset; local
/openbsd-current/gnu/gcc/gcc/
H A Dtree-vect-transform.c150 tree base_offset = unshare_expr (DR_OFFSET (dr)); local
153 /* Create base_offset */
154 base_offset = size_binop (PLUS_EXPR, base_offset, init);
155 dest = create_tmp_var (TREE_TYPE (base_offset), "base_off");
157 base_offset = force_gimple_operand (base_offset, &new_stmt, false, dest);
162 tree tmp = create_tmp_var (TREE_TYPE (base_offset), "offset");
166 base_offset = fold_build2 (PLUS_EXPR, TREE_TYPE (base_offset),
[all...]
H A Dfunction.c185 HOST_WIDE_INT base_offset;
688 p->base_offset = best_p->base_offset + rounded_size;
743 p->base_offset = frame_offset;
748 p->base_offset = frame_offset_old;
909 if (p->base_offset + p->full_size == q->base_offset)
916 else if (q->base_offset + q->full_size == p->base_offset)
952 && INTVAL (XEXP (x, 1)) >= p->base_offset
184 HOST_WIDE_INT base_offset; local
[all...]
H A Dpostreload.c1336 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)];
1340 + base_offset
1367 trunc_int_for_mode (added_offset + base_offset,
1334 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)]; local
H A Ddwarf2out.c213 HOST_WIDE_INT base_offset; local
698 loc->base_offset = 0;
733 loc.base_offset = 0;
748 || loc1->base_offset == loc2->base_offset));
1479 cfa.base_offset = -cfa_store.offset
1486 cfa.base_offset = -cfa_store.offset
1493 cfa.base_offset = -/+ <const_int> - {cfa_store,cfa_temp}.offset
1498 cfa.base_offset = -{cfa_store,cfa_temp}.offset
1503 cfa.base_offset
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp546 uint64_t DWARFFormValue::Reference(dw_offset_t base_offset) const {
554 return value + base_offset;
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c7060 HOST_WIDE_INT base_offset;
7106 base_reg_rtx = stack_pointer_rtx, base_offset = large_offset;
7109 base_reg_rtx = stack_pointer_rtx, base_offset = 0;
7116 base_offset = large_offset;
7126 base_offset = gp_offset;
7127 base_reg_rtx = mips_add_large_offset_to_sp (base_offset);
7141 base_offset += current_function_outgoing_args_size;
7151 GEN_INT (gp_offset - base_offset)));
7197 base_reg_rtx = 0, base_offset = 0;
7213 base_reg_rtx = stack_pointer_rtx, base_offset
7021 HOST_WIDE_INT base_offset; local
7634 long gp_offset, base_offset; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c1801 HOST_WIDE_INT base_offset;
1810 base_reg_rtx = 0, base_offset = 0;
1837 base_reg_rtx = stack_pointer_rtx, base_offset = 0;
1845 base_offset = gp_offset - ((reg_save_count - 1) * 4);
1846 base_reg_rtx = iq2000_add_large_offset_to_sp (base_offset);
1857 GEN_INT (gp_offset - base_offset)));
1782 HOST_WIDE_INT base_offset; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1477 CharUnits base_offset;
1480 base_offset =
1483 base_offset =
1487 origin_base_cxx_record.decl, base_offset));
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfunction.c203 HOST_WIDE_INT base_offset;
717 p->base_offset = best_p->base_offset + rounded_size;
780 p->base_offset = frame_offset;
783 p->base_offset = frame_offset_old;
960 if (p->base_offset + p->full_size == q->base_offset &&
968 else if (q->base_offset + q->full_size == p->base_offset &&
1017 && INTVAL (XEXP (x, 1)) >= p->base_offset
202 HOST_WIDE_INT base_offset; local
[all...]
H A Ddwarf2out.c207 long base_offset; member in struct:cfa_loc
638 loc->base_offset = 0;
676 loc.base_offset = 0;
705 && (loc.indirect == 0 || loc.base_offset == old_cfa.base_offset))
1287 cfa.base_offset = -cfa_store.offset
1294 cfa.base_offset = -cfa_store.offset
1301 cfa.base_offset = -/+ <const_int> - {cfa_store,cfa_temp}.offset
1306 cfa.base_offset = -{cfa_store,cfa_temp}.offset
1311 cfa.base_offset
[all...]
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml430 base_offset:int ->
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c7251 doubleword_op, base_offset)
7259 unsigned long base_offset;
7294 dwarf2out_reg_save (l, regno, offset + base_offset);
7296 (l, regno+1, offset+base_offset + UNITS_PER_WORD);
7315 dwarf2out_reg_save ("", regno, offset + base_offset);
7339 dwarf2out_reg_save ("", regno, offset + base_offset);
/openbsd-current/usr.bin/tmux/
H A Dwindow.c1615 size_t used = wpo->used - wp->base_offset;
1625 size_t used = wpo->used - wp->base_offset;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c997 int dpp_offset, base_offset; local
1007 base_offset = dc->debug.visual_confirm_rect_height;
1009 base_offset = VISUAL_CONFIRM_BASE_DEFAULT;
1011 recout->height -= base_offset;

Completed in 628 milliseconds

12