/openbsd/gnu/llvm/llvm/utils/testgen/ |
H A D | mc-bundling-x86-gen.py | 57 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/gnu/llvm/lldb/examples/python/ |
H A D | types.py | 182 base_offset, argument 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/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | UdtRecordCompleter.h | 91 uint64_t base_offset; member 97 access(lldb::eAccessPublic), bitfield_width(0), base_offset(0) {} in Member() 102 base_offset(0) {} in Member() 105 base_offset = bit_offset; in ConvertToStruct()
|
H A D | UdtRecordCompleter.cpp | 372 ? member->bit_offset - field->base_offset in AddMember()
|
H A D | SymbolFileNativePDB.cpp | 1537 addr_t base_offset = entry->GetRangeBase(); in ParseInlineSite() local 1548 parent_site->ranges.FindEntryThatContains(base_offset)) { in ParseInlineSite() 1555 func_base + base_offset)) { in ParseInlineSite()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | valops.c | 1513 int base_offset; in search_struct_method() local 1525 &base_offset, &skip); in search_struct_method() 1550 base_offset = in search_struct_method() 1554 if (base_offset == -1) in search_struct_method() 1748 int base_offset; in find_method_list() local 1759 &base_offset, &skip); in find_method_list() 1767 base_offset = in find_method_list() 1771 if (base_offset == -1) in find_method_list() 2506 int base_offset; in value_struct_elt_for_reference() local 2509 base_offset = 0; in value_struct_elt_for_reference() [all …]
|
H A D | gnu-v3-abi.c | 369 long int cur_base_offset, base_offset; in gnuv3_baseclass_offset() local 418 base_offset = value_as_long (value_subscript (vbase_array, offset_val)); in gnuv3_baseclass_offset() 419 return base_offset; in gnuv3_baseclass_offset()
|
H A D | dwarf2loc.c | 61 CORE_ADDR base_offset = ANOFFSET (baton->objfile->section_offsets, in find_location_expression() local 63 CORE_ADDR base_address = baton->base_address + base_offset; in find_location_expression()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i370/ |
H A D | i370.c | 407 int base_offset; local 409 base_offset = i370_branch_length(insn); 410 if (0 > base_offset) 412 base_offset += mvs_page_code; 417 base_offset *= 2; 418 base_offset += mvs_page_code + mvs_page_lit; 422 if ((4060 >base_offset) && ( 0 < base_offset)) return 1;
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_dsi_vbt.c | 74 #define VLV_GPIO_PCONF0(base_offset) (base_offset) argument 75 #define VLV_GPIO_PAD_VAL(base_offset) ((base_offset) + 8) argument 78 u16 base_offset; member 283 pconf0 = VLV_GPIO_PCONF0(map->base_offset); in vlv_exec_gpio() 284 padval = VLV_GPIO_PAD_VAL(map->base_offset); in vlv_exec_gpio()
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | r600_cs.c | 354 u64 base_offset, base_align; in r600_cs_track_validate_cb() local 421 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_cb() 423 base_offset, base_align, array_mode); in r600_cs_track_validate_cb() 522 u64 base_offset, base_align; in r600_cs_track_validate_db() local 611 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_db() 613 base_offset, base_align, array_mode); in r600_cs_track_validate_db() 1472 u64 base_offset, in r600_check_texture_resource() argument 1491 base_offset <<= 8; in r600_check_texture_resource() 1569 if (!IS_ALIGNED(base_offset, base_align)) { in r600_check_texture_resource() 1955 u32 size, offset, base_offset, mip_offset; in r600_packet3_check() local [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-vect-transform.c | 150 tree base_offset = unshare_expr (DR_OFFSET (dr)); in vect_create_addr_base_for_vector_ref() local 154 base_offset = size_binop (PLUS_EXPR, base_offset, init); in vect_create_addr_base_for_vector_ref() 155 dest = create_tmp_var (TREE_TYPE (base_offset), "base_off"); in vect_create_addr_base_for_vector_ref() 157 base_offset = force_gimple_operand (base_offset, &new_stmt, false, dest); in vect_create_addr_base_for_vector_ref() 162 tree tmp = create_tmp_var (TREE_TYPE (base_offset), "offset"); in vect_create_addr_base_for_vector_ref() 166 base_offset = fold_build2 (PLUS_EXPR, TREE_TYPE (base_offset), in vect_create_addr_base_for_vector_ref() 167 base_offset, offset); in vect_create_addr_base_for_vector_ref() 168 base_offset = force_gimple_operand (base_offset, &new_stmt, false, tmp); in vect_create_addr_base_for_vector_ref() 174 base_offset); in vect_create_addr_base_for_vector_ref()
|
H A D | function.c | 184 HOST_WIDE_INT base_offset; member 682 p->base_offset = best_p->base_offset + rounded_size; in assign_stack_temp_for_type() 737 p->base_offset = frame_offset; in assign_stack_temp_for_type() 742 p->base_offset = frame_offset_old; in assign_stack_temp_for_type() 901 if (p->base_offset + p->full_size == q->base_offset) in combine_temp_slots() 908 else if (q->base_offset + q->full_size == p->base_offset) in combine_temp_slots() 943 && INTVAL (XEXP (x, 1)) >= p->base_offset in find_temp_slot_from_address() 944 && INTVAL (XEXP (x, 1)) < p->base_offset + p->full_size)) in find_temp_slot_from_address()
|
H A D | postreload.c | 1334 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)]; in reload_cse_move2add() local 1338 + base_offset in reload_cse_move2add() 1365 trunc_int_for_mode (added_offset + base_offset, in reload_cse_move2add()
|
H A D | dwarf2out.c | 213 HOST_WIDE_INT base_offset; member 697 loc->base_offset = 0; in lookup_cfa() 732 loc.base_offset = 0; in dwarf2out_def_cfa() 747 || loc1->base_offset == loc2->base_offset)); in cfa_equal_p() 1836 cfa.base_offset = offset; in dwarf2out_frame_debug_expr() 3460 if (cfa->base_offset) in build_cfa_loc() 3465 head = new_loc_descr (DW_OP_bregx, cfa->reg, cfa->base_offset); in build_cfa_loc() 3505 cfa->base_offset = 0; in get_cfa_from_loc_descr() 3585 cfa->base_offset = ptr->dw_loc_oprnd1.v.val_int; in get_cfa_from_loc_descr() 3589 cfa->base_offset = ptr->dw_loc_oprnd2.v.val_int; in get_cfa_from_loc_descr() [all …]
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFFormValue.cpp | 546 uint64_t DWARFFormValue::Reference(dw_offset_t base_offset) const { in Reference() 554 return value + base_offset; in Reference()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 1477 CharUnits base_offset; in ExtractBaseOffsets() local 1480 base_offset = in ExtractBaseOffsets() 1483 base_offset = in ExtractBaseOffsets() 1487 origin_base_cxx_record.decl, base_offset)); in ExtractBaseOffsets()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | mips.c | 7021 HOST_WIDE_INT base_offset; local 7077 base_offset = large_offset; 7087 base_offset = gp_offset; 7158 base_reg_rtx = 0, base_offset = 0; 7186 base_offset = large_offset; 7196 base_offset = fp_offset; 7212 - base_offset))); 7634 long gp_offset, base_offset; in mips_expand_prologue() local 7644 base_offset = tsize; in mips_expand_prologue() 7646 base_offset = 0; in mips_expand_prologue() [all …]
|
/openbsd/gnu/gcc/gcc/config/iq2000/ |
H A D | iq2000.c | 1782 HOST_WIDE_INT base_offset; in save_restore_insns() local 1791 base_reg_rtx = 0, base_offset = 0; in save_restore_insns() 1818 base_reg_rtx = stack_pointer_rtx, base_offset = 0; in save_restore_insns() 1826 base_offset = gp_offset - ((reg_save_count - 1) * 4); in save_restore_insns() 1827 base_reg_rtx = iq2000_add_large_offset_to_sp (base_offset); in save_restore_insns() 1838 GEN_INT (gp_offset - base_offset))); in save_restore_insns()
|
/openbsd/usr.bin/tmux/ |
H A D | server-client.c | 2823 __func__, c->name, wpo->used - wp->base_offset, new_size, in server_client_check_pane_buffer() 2830 minimum -= wp->base_offset; in server_client_check_pane_buffer() 2843 if (wp->base_offset > SIZE_MAX - minimum) { in server_client_check_pane_buffer() 2845 wp->offset.used -= wp->base_offset; in server_client_check_pane_buffer() 2847 wp->pipe_offset.used -= wp->base_offset; in server_client_check_pane_buffer() 2853 wpo->used -= wp->base_offset; in server_client_check_pane_buffer() 2855 wp->base_offset = minimum; in server_client_check_pane_buffer() 2857 wp->base_offset += minimum; in server_client_check_pane_buffer()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | function.c | 202 HOST_WIDE_INT base_offset; member 712 p->base_offset = best_p->base_offset + rounded_size; 775 p->base_offset = frame_offset; 778 p->base_offset = frame_offset_old; 953 if (p->base_offset + p->full_size == q->base_offset && in combine_temp_slots() 961 else if (q->base_offset + q->full_size == p->base_offset && in combine_temp_slots() 1009 && INTVAL (XEXP (x, 1)) >= p->base_offset 1010 && INTVAL (XEXP (x, 1)) < p->base_offset + p->full_size))
|
H A D | dwarf2out.c | 207 long base_offset; member 637 loc->base_offset = 0; 675 loc.base_offset = 0; 704 && (loc.indirect == 0 || loc.base_offset == old_cfa.base_offset)) 1623 cfa.base_offset = offset; 3009 if (cfa->base_offset) 3012 head = new_loc_descr (DW_OP_breg0 + cfa->reg, cfa->base_offset, 0); 3014 head = new_loc_descr (DW_OP_bregx, cfa->reg, cfa->base_offset); 3043 cfa->base_offset = 0; 3123 cfa->base_offset = ptr->dw_loc_oprnd1.v.val_int; [all …]
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
H A D | llvm_debuginfo.ml | 430 base_offset:int ->
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/ |
H A D | sparc.c | 7227 doubleword_op, base_offset) in sparc_flat_save_restore() argument 7235 unsigned long base_offset; 7270 dwarf2out_reg_save (l, regno, offset + base_offset); 7272 (l, regno+1, offset+base_offset + UNITS_PER_WORD); 7291 dwarf2out_reg_save ("", regno, offset + base_offset); 7315 dwarf2out_reg_save ("", regno, offset + base_offset);
|
/openbsd/gnu/gcc/gcc/config/frv/ |
H A D | frv.c | 193 int base_offset; member 1669 stack_offset - accessor->base_offset); in frv_frame_access() 1743 accessor.base_offset = 0; in frv_frame_access_standard_regs() 1804 accessor.base_offset = info->total_size; in frv_expand_prologue() 1810 accessor.base_offset = 0; in frv_expand_prologue() 1834 fp_offset - accessor.base_offset); in frv_expand_prologue() 1846 accessor.base_offset = fp_offset; in frv_expand_prologue()
|