Home
last modified time | relevance | path

Searched refs:base_offset (Results 1 – 25 of 85) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/utils/testgen/
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)
/external/llvm/utils/testgen/
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)
/external/u-boot/common/spl/
Dspl_fit.c169 void *fit, ulong base_offset, int node, in spl_load_fit_image() argument
206 offset += base_offset; in spl_load_fit_image()
286 void *fit, int images, ulong base_offset) in spl_fit_append_fdt() argument
303 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_fit_append_fdt()
360 int base_offset, align_len = ARCH_DMA_MINALIGN - 1; in spl_load_simple_fit() local
370 base_offset = (size + 3) & ~3; in spl_load_simple_fit()
409 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit()
448 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit()
470 images, base_offset); in spl_load_simple_fit()
480 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit()
[all …]
/external/mesa3d/src/mapi/glapi/gen/
Dgl_procs.py83 base_offset = 0
88 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset))
93 base_offset += len(func.name) + 3
104 table.append((base_offset, "gl" + name, alt_name, alt_name, func.offset))
106 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset))
108 base_offset += len(n) + 3
/external/v8/src/compiler/x64/
Dunwinding-info-writer-x64.cc24 initial_state->offset_ != eh_frame_writer_.base_offset()) { in BeginInstructionBlock()
31 } else if (initial_state->offset_ != eh_frame_writer_.base_offset()) { in BeginInstructionBlock()
58 DCHECK_EQ(existing_state->offset_, eh_frame_writer_.base_offset()); in EndInstructionBlock()
63 eh_frame_writer_.base_offset(), tracking_fp_); in EndInstructionBlock()
77 int top_of_stack = -eh_frame_writer_.base_offset(); in MarkFrameConstructed()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_key_value_sort.cc69 int64 base_offset = in __xla_cpu_runtime_KeyValueSort() local
73 int64 memory_index_lhs = (base_offset + a * sort_dimension_offset) * in __xla_cpu_runtime_KeyValueSort()
75 int64 memory_index_rhs = (base_offset + b * sort_dimension_offset) * in __xla_cpu_runtime_KeyValueSort()
98 (base_offset + indices[i] * sort_dimension_offset) * in __xla_cpu_runtime_KeyValueSort()
106 int64 memory_index = (base_offset + i * sort_dimension_offset) * in __xla_cpu_runtime_KeyValueSort()
/external/v8/src/
Deh-frame.h90 void SetBaseAddressOffset(int base_offset);
94 void SetBaseAddressRegisterAndOffset(Register base_register, int base_offset);
119 int base_offset() const { return base_offset_; } in base_offset() function
142 void PatchInt32(int base_offset, uint32_t value) { in PatchInt32() argument
145 base_offset), in PatchInt32()
147 DCHECK_LT(base_offset + kInt32Size, eh_frame_offset()); in PatchInt32()
149 reinterpret_cast<Address>(eh_frame_buffer_.data()) + base_offset, in PatchInt32()
Deh-frame.cc276 void EhFrameWriter::SetBaseAddressOffset(int base_offset) { in SetBaseAddressOffset() argument
278 DCHECK_GE(base_offset, 0); in SetBaseAddressOffset()
280 WriteULeb128(base_offset); in SetBaseAddressOffset()
281 base_offset_ = base_offset; in SetBaseAddressOffset()
293 int base_offset) { in SetBaseAddressRegisterAndOffset() argument
295 DCHECK_GE(base_offset, 0); in SetBaseAddressRegisterAndOffset()
299 WriteULeb128(base_offset); in SetBaseAddressRegisterAndOffset()
300 base_offset_ = base_offset; in SetBaseAddressRegisterAndOffset()
546 uint32_t base_offset = eh_frame_iterator.GetNextULeb128(); in DumpDwarfDirectives() local
548 << ", base_offset=" << base_offset << '\n'; in DumpDwarfDirectives()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.h60 unsigned base_offset,
64 unsigned base_offset,
69 unsigned base_offset, const src_reg &indirect_offset);
Dbrw_vec4_tcs.cpp158 unsigned base_offset, in emit_input_urb_read() argument
174 inst->offset = base_offset; in emit_input_urb_read()
193 unsigned base_offset, in emit_output_urb_read() argument
206 read->offset = base_offset; in emit_output_urb_read()
221 unsigned base_offset, in emit_urb_write() argument
238 inst->offset = base_offset; in emit_urb_write()
/external/perf_data_converter/src/quipper/
Daddress_mapper_test.cc23 uint64_t base_offset; member
25 Range() : addr(0), size(0), id(0), base_offset(0) {} in Range()
27 Range(uint64_t addr, uint64_t size, uint64_t id, uint64_t base_offset) in Range()
28 : addr(addr), size(size), id(id), base_offset(base_offset) {} in Range()
86 range.base_offset, remove_old_mappings); in MapRange()
112 EXPECT_EQ(range.base_offset + offset, mapped_offset); in TestMappedRange()
/external/harfbuzz_ng/src/
Dhb-open-file.hh407 unsigned int *base_offset = nullptr) const in get_face()
410 if (base_offset) in get_face()
411 *base_offset = (const char *) &face - (const char *) this; in get_face()
465 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const in get_face()
467 if (base_offset) in get_face()
468 *base_offset = 0; in get_face()
478 case DFontTag: return u.rfHeader.get_face (i, base_offset); in get_face()
/external/mesa3d/src/compiler/glsl/
Dlower_buffer_access.cpp59 ir_variable *base_offset, in emit_access() argument
83 emit_access(mem_ctx, is_write, field_deref, base_offset, in emit_access()
106 emit_access(mem_ctx, is_write, element_deref, base_offset, in emit_access()
127 emit_access(mem_ctx, is_write, col_deref, base_offset, in emit_access()
139 add(base_offset, new(mem_ctx) ir_constant(deref_offset)); in emit_access()
157 add(base_offset, in emit_access()
/external/mesa3d/src/compiler/nir/
Dnir_lower_locals_to_regs.c132 src.reg.base_offset = 0; in get_deref_reg_src()
153 src.reg.base_offset *= glsl_get_length(parent_type); in get_deref_reg_src()
154 src.reg.base_offset += deref_array->base_offset; in get_deref_reg_src()
244 mov->dest.dest.reg.base_offset = reg_src.reg.base_offset; in lower_locals_to_regs_block()
Dnir_opt_copy_prop_vars.c159 if (a_arr->base_offset != b_arr->base_offset) in compare_derefs()
174 if (a_arr->base_offset != b_arr->base_offset) in compare_derefs()
486 ret_arr->base_offset = deref_arr->base_offset; in specialize_wildcards()
489 ret_arr->base_offset = deref_arr->base_offset; in specialize_wildcards()
510 ret_arr->base_offset = spec_arr->base_offset; in specialize_wildcards()
Dnir_lower_vars_to_ssa.c167 if (arr->base_offset >= glsl_get_length(node->type)) in get_deref_node()
170 if (node->children[arr->base_offset] == NULL) in get_deref_node()
171 node->children[arr->base_offset] = in get_deref_node()
174 node = node->children[arr->base_offset]; in get_deref_node()
233 if (node->children[arr->base_offset] && in foreach_deref_node_worker()
234 !foreach_deref_node_worker(node->children[arr->base_offset], in foreach_deref_node_worker()
310 if (node->children[arr->base_offset] && in deref_may_be_aliased_node()
311 deref_may_be_aliased_node(node->children[arr->base_offset], in deref_may_be_aliased_node()
Dnir_lower_indirect_derefs.c47 direct.base_offset += start; in emit_indirect_load_store()
86 emit_indirect_load_store(b, orig_instr, deref, tail, -arr->base_offset, in emit_load_store()
87 length - arr->base_offset, dest, src); in emit_load_store()
Dnir_lower_io_arrays_to_elements.c59 offset += size * deref_array->base_offset; in get_io_offset()
67 *element_index += num_elements * deref_array->base_offset; in get_io_offset()
118 ndarr->base_offset = darr->base_offset; in create_array_deref()
/external/freetype/src/cid/
Dcidparse.c63 FT_ULong base_offset, offset, ps_len; in cid_parser_new() local
73 base_offset = FT_STREAM_POS(); in cid_parser_new()
175 ps_len = offset - base_offset; in cid_parser_new()
176 if ( FT_STREAM_SEEK( base_offset ) || in cid_parser_new()
/external/freetype/src/cff/
Dcffload.c905 FT_ULong base_offset, in cff_charset_load() argument
921 charset->offset = base_offset + offset; in cff_charset_load()
1123 FT_ULong base_offset, in cff_vstore_load() argument
1143 if ( FT_STREAM_SEEK( base_offset + offset ) || in cff_vstore_load()
1629 FT_ULong base_offset, in cff_encoding_load() argument
1667 encoding->offset = base_offset + offset; in cff_encoding_load()
1920 if ( FT_STREAM_SEEK( font->base_offset + top->private_offset ) || in cff_load_private_dict()
1983 FT_ULong base_offset, in cff_subfont_load() argument
2138 if ( FT_STREAM_SEEK( base_offset + top->private_offset + in cff_subfont_load()
2198 FT_ULong base_offset; in cff_font_load() local
[all …]
/external/u-boot/include/dt-bindings/pinctrl/
Domap.h75 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
/external/tensorflow/tensorflow/core/kernels/
Deigen_attention.h127 DSizes<Index, 3> base_offset(0, 0, 0); in eval()
133 base_offset[1] = width_ - glimpse_width; in eval()
144 base_offset[2] = height_ - glimpse_height; in eval()
229 .slice(base_offset, slice_extent) in eval()
/external/u-boot/arch/arm/mach-omap2/omap4/
Dhw_data.c233 .base_offset = PHOENIX_SMPS_BASE_VOLT_STD_MODE_UV,
244 .base_offset = PHOENIX_SMPS_BASE_VOLT_STD_MODE_WITH_OFFSET_UV,
254 .base_offset = TPS62361_BASE_VOLT_MV,
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.c66 &hq->bo, &hq->base_offset); in nv50_hw_query_allocate()
69 hq->offset = hq->base_offset; in nv50_hw_query_allocate()
76 hq->data = (uint32_t *)((uint8_t *)hq->bo->map + hq->base_offset); in nv50_hw_query_allocate()
143 if (hq->offset - hq->base_offset == NV50_HW_QUERY_ALLOC_SPACE) in nv50_hw_begin_query()
/external/u-boot/arch/arm/mach-omap2/omap5/
Dhw_data.c280 .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
295 .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
310 .base_offset = LP873X_BUCK_BASE_VOLT_UV,
326 .base_offset = LP873X_BUCK_BASE_VOLT_UV,

1234