| /netbsd-src/external/gpl2/lvm2/dist/lib/device/ |
| H A D | dev-io.c | 195 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 D | SystemZCallingConv.td | 27 // 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 D | VectorizationPlan.rst | 45 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 D | ostream | 503 * @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 D | ostream | 502 * @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 D | Changes | 327 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 D | HexagonPatternsHVX.td | 480 // Vpackl is a pseudo-op that is used when legalizing widened truncates.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 253 // Some targets (e.g. Cortex-A15) never want VMOVS to be widened to VMOVD.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2014 | 458 (hwcap_seen): Variable widened to 64 bits. 467 (get_hwcap_name): Argument widened to 64 bits to handle HWCAP2
|
| H A D | ChangeLog-2010 | 815 * config/tc-arm.c (md_apply_fix): Check if widened add, sub are
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2014 | 458 (hwcap_seen): Variable widened to 64 bits. 467 (get_hwcap_name): Argument widened to 64 bits to handle HWCAP2
|
| H A D | ChangeLog-2010 | 815 * config/tc-arm.c (md_apply_fix): Check if widened add, sub are
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-xtensa.c | 6869 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 D | tc-xtensa.c | 6882 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 D | vector.md | 174 ; 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 D | generic.texi | 1898 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 D | generic.texi | 1846 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 D | iterators.md | 857 ;; Widen. Result is half the number of elements, but widened to double-width.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | iterators.md | 864 ;; 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 D | SIInstrInfo.td | 543 // v3f16/v3i16 is widened to v4f16/v4i16, so we need to match on the memory
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | NEWS | 1238 line are widened by a given limit or more.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/ |
| H A D | cris.md | 1396 ;; multiplication per mode widened to.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | iterators.md | 1533 ;; Scalar mode of widened vector reduction.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-1997 | 1599 * reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2003 | 389 for all the possible widened chars. 391 Compute at construction time all the possible widened chars.
|