/openbsd/gnu/llvm/libunwind/src/ |
H A D | CompactUnwinder.hpp | 128 uint32_t permutation = in stepWithCompactEncodingFrameless() local 148 permunreg[4] = permutation; in stepWithCompactEncodingFrameless() 160 permunreg[4] = permutation; in stepWithCompactEncodingFrameless() 169 permunreg[3] = permutation; in stepWithCompactEncodingFrameless() 176 permunreg[2] = permutation; in stepWithCompactEncodingFrameless() 181 permunreg[1] = permutation; in stepWithCompactEncodingFrameless() 184 permunreg[0] = permutation; in stepWithCompactEncodingFrameless() 359 uint32_t permutation = in stepWithCompactEncodingFrameless() local 379 permunreg[4] = permutation; in stepWithCompactEncodingFrameless() 391 permunreg[4] = permutation; in stepWithCompactEncodingFrameless() [all …]
|
/openbsd/gnu/llvm/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 473 uint32_t permutation = in print_encoding_x86_64() local 538 permunreg[4] = permutation; in print_encoding_x86_64() 547 permunreg[3] = permutation; in print_encoding_x86_64() 554 permunreg[2] = permutation; in print_encoding_x86_64() 559 permunreg[1] = permutation; in print_encoding_x86_64() 562 permunreg[0] = permutation; in print_encoding_x86_64() 689 uint32_t permutation = in print_encoding_i386() local 754 permunreg[4] = permutation; in print_encoding_i386() 763 permunreg[3] = permutation; in print_encoding_i386() 770 permunreg[2] = permutation; in print_encoding_i386() [all …]
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | CompactUnwindInfo.cpp | 883 permunreg[2] = permutation / 6; in CreateUnwindPlan_x86_64() 887 permunreg[4] = permutation; in CreateUnwindPlan_x86_64() 896 permunreg[3] = permutation; in CreateUnwindPlan_x86_64() 903 permunreg[2] = permutation; in CreateUnwindPlan_x86_64() 908 permunreg[1] = permutation; in CreateUnwindPlan_x86_64() 911 permunreg[0] = permutation; in CreateUnwindPlan_x86_64() 1150 permunreg[4] = permutation; in CreateUnwindPlan_i386() 1159 permunreg[3] = permutation; in CreateUnwindPlan_i386() 1166 permunreg[2] = permutation; in CreateUnwindPlan_i386() 1171 permunreg[1] = permutation; in CreateUnwindPlan_i386() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleG4.td | 19 def G4_VPU : FuncUnit; // vector permutation unit
|
H A D | PPCScheduleG4Plus.td | 21 def G4P_VPU : FuncUnit; // vector permutation unit
|
H A D | PPCScheduleG5.td | 20 def G5_VPU : FuncUnit; // vector permutation unit
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVFeatures.td | 179 "'Zbkx' (Crossbar permutation instructions)">; 182 "'Zbkx' (Crossbar permutation instructions)">;
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq4.pod | 1853 print "next permutation: (@perm)\n"; 1863 print "next permutation: (@array)\n"; 1872 # Fischer-Krause ordered permutation generator 1894 permutation is returned.
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | ChangeLog | 221 * testsuite/libmudflap.c++/c++frags.exp: Also test -O permutation. 651 flags for static linking permutation.
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx20Issues.csv | 149 "`3169 <https://wg21.link/LWG3169>`__","``ranges``\ permutation generators discard useful informat…
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64.td | 166 "Enable bit permutation SVE2 instructions (FEAT_SVE_BitPerm)", [FeatureSVE2]>;
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | VOP3PInstructions.td | 285 // Define non-associative/commutative add/mul to prevent permutation in the dot8
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | IntrinsicsAArch64.td | 2543 // SVE2 - Optional bit permutation
|
H A D | IntrinsicsX86.td | 1025 // Vector permutation 1645 // Vector permutation
|
/openbsd/gnu/gcc/gcc/config/frv/ |
H A D | frv.md | 502 ;; (g) For each permutation S'' of S', try issuing S'' from last to 507 ;; (h) If (g) found no permutation, abort. 528 ;; The first permutation it tries is S' itself (because, as noted above,
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | LanguageExtensions.rst | 2558 permutation/shuffle/swizzle operations. This builtin is also very important
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | CHECKLIST | 4244 // _lib.alg.permutation.generators_, permutations
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | CHECKLIST | 4244 // _lib.alg.permutation.generators_, permutations
|
/openbsd/gnu/usr.bin/binutils/gas/po/ |
H A D | gas.pot | 3800 msgid "Invalid permutation completer"
|
H A D | tr.po | 3857 msgid "Invalid permutation completer"
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/po/ |
H A D | gas.pot | 4114 msgid "Invalid permutation completer"
|
H A D | tr.po | 4439 msgid "Invalid permutation completer"
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrAVX512.td | 6560 // 1-src variable permutation VPERMW/D/Q
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog | 18310 Fix permutation of conversion and plus/mult.
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | LangRef.rst | 9897 The '``shufflevector``' instruction constructs a permutation of elements
|