Home
last modified time | relevance | path

Searched refs:decomposed (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Dapi.txt103 contains the fully decomposed string in canonical order.
121 be decomposed into the `decomp' array arithmetically.
283 Can the character be decomposed into a set of other characters?
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dcortex-a8.md64 ;; The flow of a multiplication instruction that gets decomposed into
73 ;; decomposed into three micro-ops. Dual issue cannot occur except on
H A Dcortex-a9-neon.md258 ;; We assume that multi-cycle NEON instructions get decomposed into
H A Dcortex-a8-neon.md260 ;; We assume that multi-cycle NEON instructions get decomposed into
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dcortex-a8.md64 ;; The flow of a multiplication instruction that gets decomposed into
73 ;; decomposed into three micro-ops. Dual issue cannot occur except on
H A Dcortex-a9-neon.md258 ;; We assume that multi-cycle NEON instructions get decomposed into
H A Dcortex-a8-neon.md260 ;; We assume that multi-cycle NEON instructions get decomposed into
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d7793 dchar[] decomposed; in inout()
7794 decomposed.reserve(31); in inout()
7805 decomposed ~= c; in inout()
7810 decomposed ~= c; in inout()
7812 ccc.length = decomposed.length; in inout()
7816 foreach (idx, dchar ch; decomposed) in inout()
7824 (zip(ccc[firstNonStable .. idx], decomposed[firstNonStable .. idx])); in inout()
7825 firstNonStable = decomposed.length; in inout()
7835 (zip(ccc[firstNonStable..$], decomposed[firstNonStable..$])); in inout()
7844 immutable second = recompose(first, decomposed, ccc); in inout()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d8577 dchar[] decomposed;
8578 decomposed.reserve(31);
8589 decomposed ~= c;
8594 decomposed ~= c;
8596 ccc.length = decomposed.length;
8600 foreach (idx, dchar ch; decomposed)
8608 (zip(ccc[firstNonStable .. idx], decomposed[firstNonStable .. idx]));
8609 firstNonStable = decomposed.length;
8619 (zip(ccc[firstNonStable..$], decomposed[firstNonStable..$]));
8628 immutable second = recompose(first, decomposed, ccc);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst108 bitmask which can be decomposed as follows:
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DDriverInternals.rst113 The command line argument strings are decomposed into arguments
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c3266 bool decomposed = false; in s390_check_qrst_address() local
3286 decomposed = true; in s390_check_qrst_address()
3299 if (!decomposed && !s390_decompose_address (op, &addr)) in s390_check_qrst_address()
3301 decomposed = true; in s390_check_qrst_address()
3307 if (!decomposed && !s390_decompose_address (op, &addr)) in s390_check_qrst_address()
3318 if (!decomposed && !s390_decompose_address (op, &addr)) in s390_check_qrst_address()
3328 if (!decomposed && !s390_decompose_address (op, &addr)) in s390_check_qrst_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc3335 bool decomposed = false; in s390_check_qrst_address() local
3355 decomposed = true; in s390_check_qrst_address()
3368 if (!decomposed && !s390_decompose_address (op, &addr)) in s390_check_qrst_address()
3370 decomposed = true; in s390_check_qrst_address()
3376 if (!decomposed && !s390_decompose_address (op, &addr)) in s390_check_qrst_address()
3387 if (!decomposed && !s390_decompose_address (op, &addr)) in s390_check_qrst_address()
3397 if (!decomposed && !s390_decompose_address (op, &addr)) in s390_check_qrst_address()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.md221 ;; SHIFT_SHIFTs are decomposed into two separate instructions.
225 ;; Check for doubleword moves that are decomposed into two
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp3922 const char *decomposed = decompose_unicode(u); in composite_glyph_name() local
3923 if (decomposed) in composite_glyph_name()
3924 u = &decomposed[1]; in composite_glyph_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc9968 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp; in distribute_and_simplify_rtx() local
9976 decomposed = XEXP (x, n); in distribute_and_simplify_rtx()
9977 if (!ARITHMETIC_P (decomposed)) in distribute_and_simplify_rtx()
9984 inner_code = GET_CODE (decomposed); in distribute_and_simplify_rtx()
9985 inner_op0 = XEXP (decomposed, 0); in distribute_and_simplify_rtx()
9986 inner_op1 = XEXP (decomposed, 1); in distribute_and_simplify_rtx()
H A DChangeLog-200510305 fields we decomposed.
27678 * fold-const.c (fold_ternary): Take decomposed arguments of
27879 * builtins.c (fold_builtin): Take decomposed arguments of
27896 * builtins.c (fold_builtin_1): Take decomposed arguments of
27992 * config/alpha/alpha.c (alpha_fold_builtin): Take decomposed
28021 Take decomposed arguments of CALL_EXPR.
28048 * builtins.c (fold_builtin_memcpy): Take decomposed arguments
28053 * builtins.c (fold_trunc_transparent_mathfn): Take decomposed
28267 * builtins.c (fold_builtin_bitop): Take decomposed arguments
28271 * builtins.c (fold_builtin_signbit): Take decomposed arguments
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c10095 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp; in distribute_and_simplify_rtx() local
10103 decomposed = XEXP (x, n); in distribute_and_simplify_rtx()
10104 if (!ARITHMETIC_P (decomposed)) in distribute_and_simplify_rtx()
10111 inner_code = GET_CODE (decomposed); in distribute_and_simplify_rtx()
10112 inner_op0 = XEXP (decomposed, 0); in distribute_and_simplify_rtx()
10113 inner_op1 = XEXP (decomposed, 1); in distribute_and_simplify_rtx()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.md227 ;; SHIFT_SHIFTs are decomposed into two separate instructions.
231 ;; Check for doubleword moves that are decomposed into two
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.md283 ;; Check for doubleword moves that are decomposed into two
289 ;; Check for quadword moves that are decomposed into four
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUUsage.rst10684 equal to 16 bytes, are decomposed recursively into their base type fields, and
10709 pass as non-decomposed struct as stack argument? Or something else? Is the
10722 For AMDGPU backend all source language arguments (including the decomposed
10826 Note that decomposed struct type arguments may have some fields passed in
10831 So, a struct which can pass some fields as decomposed register arguments, will
10832 pass the rest as decomposed stack elements? But an argument that will not start
10833 in registers will not be decomposed and will be passed as a non-decomposed
H A DDeveloperPolicy.rst493 * The remaining inter-related work should be decomposed into unrelated sets of
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.md500 ;; SHIFT_SHIFTs are decomposed into two separate instructions.
507 ;; Check for doubleword moves that are decomposed into two
514 ;; Check for quadword moves that are decomposed into four
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.md500 ;; SHIFT_SHIFTs are decomposed into two separate instructions.
507 ;; Check for doubleword moves that are decomposed into two
514 ;; Check for quadword moves that are decomposed into four
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgroff-16863 decomposed maximally (this is normalization form D in the Unicode
6866 further decomposed into U+0045 (LATIN CAPITAL LETTER E) and U+0302
6873 (LATIN LETTER A WITH MACRON) will be automatically decomposed into
6901 decomposable glyphs will be decomposed.

12