Home
last modified time | relevance | path

Searched refs:widened (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/external/gpl2/lvm2/dist/lib/device/
H A Ddev-io.c195 struct device_area widened; in _aligned_io() local
204 _widen_region(block_size, where, &widened); in _aligned_io()
208 if (!memcmp(where, &widened, sizeof(widened)) && in _aligned_io()
213 if (!(bounce = alloca((size_t) widened.size + block_size))) { in _aligned_io()
225 if (!_io(&widened, bounce, 0)) { in _aligned_io()
229 memset(bounce, '\n', widened.size); in _aligned_io()
233 memcpy(bounce + (where->start - widened.start), buffer, in _aligned_io()
237 return _io(&widened, bounce, 1); in _aligned_io()
240 memcpy(buffer, bounce + (where->start - widened.start), in _aligned_io()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td27 // Match if this specific argument was widened from a short vector type.
57 // Sub-128 vectors are returned in the same way, but they're widened
121 // are passed in the same way, but they're widened to one of these types
243 // are passed in the same way, but they're widened to one of these types
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DVectorizationPlan.rst45 vectorizer. The output IR contains code that has been vectorized or "widened"
145 instructions; e.g., cloned once, replicated multiple times or widened
192 cast may sink past a later instruction and be widened to handle first-order
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dostream503 * @c char, the character is widened before insertion.
593 * at @p __s, widened if necessary, followed by any required padding (as
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dostream502 * @c char, the character is widened before insertion.
584 * at @p __s, widened if necessary, followed by any required padding (as
/netbsd-src/external/bsd/top/dist/
H A DChanges327 m_sunos5: widened some fields to accomodate 5.8.
347 state field ("run/4") and widened the field to accomodate it.
348 aix.c: widened PID field for 6-digit pids (shortened NICE field)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td480 // Vpackl is a pseudo-op that is used when legalizing widened truncates.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARM.td253 // Some targets (e.g. Cortex-A15) never want VMOVS to be widened to VMOVD.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2014458 (hwcap_seen): Variable widened to 64 bits.
467 (get_hwcap_name): Argument widened to 64 bits to handle HWCAP2
H A DChangeLog-2010815 * config/tc-arm.c (md_apply_fix): Check if widened add, sub are
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2014458 (hwcap_seen): Variable widened to 64 bits.
467 (get_hwcap_name): Argument widened to 64 bits to handle HWCAP2
H A DChangeLog-2010815 * config/tc-arm.c (md_apply_fix): Check if widened add, sub are
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c6869 TInsn widened; in xg_find_narrowest_format() local
6874 &widened, true) in xg_find_narrowest_format()
6875 && opcode_fits_format_slot (widened.opcode, in xg_find_narrowest_format()
6878 v_copy.slots[slot] = widened; in xg_find_narrowest_format()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c6882 TInsn widened; in xg_find_narrowest_format() local
6887 &widened, true) in xg_find_narrowest_format()
6888 && opcode_fits_format_slot (widened.opcode, in xg_find_narrowest_format()
6891 v_copy.slots[slot] = widened; in xg_find_narrowest_format()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvector.md174 ; Vector with widened element size but half the number of elements.
197 ; Vector with widened element size and the same number of elements.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi1898 high @code{N/2} elements of the vector are extracted and widened (promoted).
1900 vector are extracted and widened (promoted).
1910 extracted, converted and widened. In the case of @code{VEC_UNPACK_FLOAT_LO_EXPR}
1911 the low @code{N/2} elements of the vector are extracted, converted and widened.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi1846 high @code{N/2} elements of the vector are extracted and widened (promoted).
1848 vector are extracted and widened (promoted).
1858 extracted, converted and widened. In the case of @code{VEC_UNPACK_FLOAT_LO_EXPR}
1859 the low @code{N/2} elements of the vector are extracted, converted and widened.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Diterators.md857 ;; Widen. Result is half the number of elements, but widened to double-width.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Diterators.md864 ;; Widen. Result is half the number of elements, but widened to double-width.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td543 // v3f16/v3i16 is widened to v4f16/v4i16, so we need to match on the memory
/netbsd-src/external/gpl2/groff/dist/
H A DNEWS1238 line are widened by a given limit or more.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.md1396 ;; multiplication per mode widened to.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Diterators.md1533 ;; Scalar mode of widened vector reduction.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19971599 * reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2003389 for all the possible widened chars.
391 Compute at construction time all the possible widened chars.

12