Home
last modified time | relevance | path

Searched refs:VS (Results 1 – 25 of 156) sorted by relevance

1234567

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-modes.def90 #define ADV_SIMD_D_REG_STRUCT_MODES(NVECS, VB, VH, VS, VD) \
98 ADJUST_NUNITS (VS##SI, NVECS * 2); \
102 ADJUST_NUNITS (VS##SF, NVECS * 2); \
107 ADJUST_ALIGNMENT (VS##SI, 8); \
111 ADJUST_ALIGNMENT (VS##SF, 8); \
119 #define ADV_SIMD_Q_REG_STRUCT_MODES(NVECS, VB, VH, VS, VD) \
125 ADJUST_NUNITS (VS##SI, NVECS * 4); \
129 ADJUST_NUNITS (VS##SF, NVECS * 4); \
134 ADJUST_ALIGNMENT (VS##SI, 16); \
138 ADJUST_ALIGNMENT (VS##SF, 16); \
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h37 VS, // Overflow Unordered enumerator
57 case VS: return VC; in getOppositeCondition()
58 case VC: return VS; in getOppositeCondition()
154 case ARMCC::VS: return "vs"; in ARMCondCodeToString()
177 .Case("vs", ARMCC::VS) in ARMCondCodeFromString()
/netbsd-src/lib/libcurses/PSD.doc/
H A Dtwinkle2.c59 static char *VS; variable
92 VS = tgetstr("vs", &ptr); in main()
93 if (VS == NULL) { in main()
103 puts(VS); in main()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
H A DREADME8 <http://msdn.microsoft.com/en-us/library/ms675217(VS.85).aspx>
11 <http://msdn.microsoft.com/en-us/library/ms675218(VS.85).aspx>
14 <http://msdn.microsoft.com/en-us/library/ms675219(VS.85).aspx>
17 <http://msdn.microsoft.com/en-us/library/ms675220(VS.85).aspx>
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-modes.def84 /* Define SVE modes for NVECS vectors. VB, VH, VS and VD are the prefixes
88 #define SVE_MODES(NVECS, VB, VH, VS, VD) \
94 ADJUST_NUNITS (VS##SI, aarch64_sve_vg * NVECS * 2); \
98 ADJUST_NUNITS (VS##SF, aarch64_sve_vg * NVECS * 2); \
103 ADJUST_ALIGNMENT (VS##SI, 16); \
107 ADJUST_ALIGNMENT (VS##SF, 16); \
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingValue.c162 uint32_t VS = getValueProfDataSizeRT(&R); in __llvm_profile_gather_value_data() local
163 VD = (ValueProfData *)calloc(VS, sizeof(uint8_t)); in __llvm_profile_gather_value_data()
168 S += VS; in __llvm_profile_gather_value_data()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/vscode/llvm/
H A Dvsc-extension-quickstart.md1 # Welcome to your VS Code Extension
20 * You can also reload (`Ctrl+R` or `Cmd+R` on Mac) the VS Code window with your extension to load y…
24 * To add features such as intellisense, hovers and validators check out the VS Code extenders docum…
H A DREADME.md1 # VS Code Extension For LLVM Dev
/netbsd-src/sys/arch/vax/conf/
H A DINSTALL22 options VAX410 # VS 2000, VS 3100/m30,m38,m40,m48
23 options VAX43 # VS 3100/76
24 options VAX46 # VS 4000/60
25 options VAX48 # VS 4000 VLC
26 options VAX49 # VS 4000/90
H A DGENERIC39 options VAX410 # VS 2000, VS 3100/m30,m38,m40,m48
40 options VAX43 # VS 3100/76
41 options VAX46 # VS 4000/60
42 options VAX48 # VS 4000 VLC
43 options VAX49 # VS 4000/90
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonDepIICHVX.td112 InstrItinData <tc_05ca8cfd, /*SLOT0123,VS*/
150 InstrItinData <tc_16ff9ef8, /*SLOT0123,VS*/
207 InstrItinData <tc_309dbb4f, /*SLOT0123,VS*/
262 InstrItinData <tc_51d0ecc3, /*SLOT0123,VS*/
366 InstrItinData <tc_7417e785, /*SLOT0123,VS*/
387 InstrItinData <tc_8772086c, /*SLOT0123,VS*/
613 InstrItinData <tc_05ca8cfd, /*SLOT0123,VS*/
651 InstrItinData <tc_16ff9ef8, /*SLOT0123,VS*/
708 InstrItinData <tc_309dbb4f, /*SLOT0123,VS*/
763 InstrItinData <tc_51d0ecc3, /*SLOT0123,VS*/
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp128 CondCode = AArch64CC::VS; in changeFCMPPredToAArch64CC()
132 CondCode2 = AArch64CC::VS; in changeFCMPPredToAArch64CC()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Da10.s149 CC = VS; R7 = CC; DBGA ( R7.L , 0x0 );
161 CC = VS; R7 = CC; DBGA ( R7.L , 0x1 );
173 CC = VS; R6 = CC; DBGA ( R6.L, 0x1 );
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DHexagon.cpp170 std::string VS = "hvxv" + HVXVersion; in hasFeature() local
171 if (Feature == VS) in hasFeature()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp1458 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc, in SetSpecifier() argument
1463 LastSpecifier = VS; in SetSpecifier()
1465 if (Specifiers & VS) { in SetSpecifier()
1466 PrevSpec = getSpecifierName(VS); in SetSpecifier()
1470 Specifiers |= VS; in SetSpecifier()
1472 switch (VS) { in SetSpecifier()
1483 const char *VirtSpecifiers::getSpecifierName(Specifier VS) { in getSpecifierName() argument
1484 switch (VS) { in getSpecifierName()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/vscode/
H A DREADME1 "llvm" directory contains a VS Code Extension for doing syntax highlighting of
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp2277 void Parser::ParseOptionalCXX11VirtSpecifierSeq(VirtSpecifiers &VS, in ParseOptionalCXX11VirtSpecifierSeq() argument
2297 if (VS.SetSpecifier(Specifier, Tok.getLocation(), PrevSpec)) in ParseOptionalCXX11VirtSpecifierSeq()
2333 Declarator &DeclaratorInfo, VirtSpecifiers &VS, ExprResult &BitfieldSize, in ParseCXXMemberDeclaratorBeforeInitializer() argument
2360 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2362 if (!VS.isUnset()) in ParseCXXMemberDeclaratorBeforeInitializer()
2363 MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq(DeclaratorInfo, VS); in ParseCXXMemberDeclaratorBeforeInitializer()
2386 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2388 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2390 if (!VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2397 MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq(DeclaratorInfo, VS); in ParseCXXMemberDeclaratorBeforeInitializer()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h32 VS = 0x7, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCScheduleP7.td36 // VS pipeline 1 (vector integer ops. always here)
37 def P7_VS1 : FuncUnit; // VS pipeline 1
38 // VS pipeline 2 (128-bit stores and perms. here)
39 def P7_VS2 : FuncUnit; // VS pipeline 2
/netbsd-src/external/bsd/jemalloc/dist/msvc/
H A DReadMe.txt16 4. Open "x64 Native Tools Command Prompt for VS 2017"
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToBuildWindowsItaniumPrograms.rst10 Windows Itanium allows you to deploy Itanium C++ ABI applications on top of the MS VS CRT.
20 * The MS VS CRT.
99 Supply CRT definitions including stdio definitions that have been removed from the MS VS CRT.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h242 VS = 0x6, // Overflow Unordered enumerator
271 case VS: return "vs"; in getCondCodeName()
305 case VS: return V; // V == 1 in getNZCVToSatisfyCondCode()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/
H A DCMakeLists.txt1 option(BUILD_CLANG_FORMAT_VS_PLUGIN "Build clang-format VS plugin" OFF)
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dconvex.h47 #define VS 6 macro
503 {0,0,lr,VS,A,0}, /* mov */
504 {0,0,rxl,A,VS,0}, /* mov */
507 {0,7,lr,VS,S,0}, /* mov.w */
508 {0,7,rxl,S,VS,0}, /* mov.w */
578 {18,7,iml,VS,0,0}, /* ld.w */
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dconvex.h47 #define VS 6 macro
503 {0,0,lr,VS,A,0}, /* mov */
504 {0,0,rxl,A,VS,0}, /* mov */
507 {0,7,lr,VS,S,0}, /* mov.w */
508 {0,7,rxl,S,VS,0}, /* mov.w */
578 {18,7,iml,VS,0,0}, /* ld.w */

1234567