| /src/lib/libcurses/PSD.doc/ |
| twinkle2.c | 59 static char *VS; 92 VS = tgetstr("vs", &ptr); 93 if (VS == NULL) { 94 printf("terminal does not have the vs capability\n"); 103 puts(VS);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| InstrProfilingValue.c | 162 uint32_t VS = getValueProfDataSizeRT(&R); 163 VD = (ValueProfData *)calloc(VS, sizeof(uint8_t)); 168 S += VS;
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| Hexagon.cpp | 170 std::string VS = "hvxv" + HVXVersion; 171 if (Feature == VS)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/ |
| ARCInfo.h | 32 VS = 0x7,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/ |
| ARMBaseInfo.h | 37 VS, // Overflow Unordered 57 case VS: return VC; 58 case VC: return VS; 154 case ARMCC::VS: return "vs"; 177 .Case("vs", ARMCC::VS)
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| convex.h | 47 #define VS 6 74 "vs", 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 */
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| convex.h | 47 #define VS 6 74 "vs", 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 */
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| convex.h | 47 #define VS 6 74 "vs", 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 */
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| convex.h | 47 #define VS 6 74 "vs", 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 */
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/ |
| AArch64BaseInfo.h | 242 VS = 0x6, // Overflow Unordered 271 case VS: return "vs"; 305 case VS: return V; // V == 1
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| decode.h | 43 VS = 0x6, /* meaning V == 1 */
|
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| decode.h | 43 VS = 0x6, /* meaning V == 1 */
|
| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| ParseDeclCXX.cpp | 2277 void Parser::ParseOptionalCXX11VirtSpecifierSeq(VirtSpecifiers &VS, 2297 if (VS.SetSpecifier(Specifier, Tok.getLocation(), PrevSpec)) 2333 Declarator &DeclaratorInfo, VirtSpecifiers &VS, ExprResult &BitfieldSize, 2360 VS, getCurrentClass().IsInterface, 2362 if (!VS.isUnset()) 2363 MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq(DeclaratorInfo, VS); 2386 if (BitfieldSize.isUnset() && VS.isUnset()) { 2388 VS, getCurrentClass().IsInterface, 2390 if (!VS.isUnset()) { 2397 MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq(DeclaratorInfo, VS); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| WholeProgramDevirt.cpp | 1016 const GlobalVarSummary *VS = nullptr; 1032 // to set VS to avoid treating it conservatively. 1034 VS = CurVS; 1037 if (VS->getVCallVisibility() == GlobalObject::VCallVisibilityPublic) 1041 // There will be no VS if all copies are available_externally having no 1043 if (!VS) 1045 if (!VS->isLive()) 1047 for (auto VTP : VS->vTableFuncs()) {
|
| /src/external/gpl3/gdb.old/dist/sim/arm/ |
| armemu.h | 32 #define VS 6
|
| /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| BitcodeWriter.cpp | 3863 GlobalVarSummary *VS = cast<GlobalVarSummary>(Summary); 3864 NameVals.push_back(getEncodedGVSummaryFlags(VS->flags())); 3865 NameVals.push_back(getEncodedGVarFlags(VS->varflags())); 3867 auto VTableFuncs = VS->vTableFuncs(); 3869 NameVals.push_back(VS->refs().size()); 3872 for (auto &RI : VS->refs()) 4172 if (auto *VS = dyn_cast<GlobalVarSummary>(S)) { 4174 NameVals.push_back(Index.getModuleId(VS->modulePath())); 4175 NameVals.push_back(getEncodedGVSummaryFlags(VS->flags())); 4176 NameVals.push_back(getEncodedGVarFlags(VS->varflags())) [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| CodeGenDAGPatterns.cpp | 708 TypeSetByHwMode::SetType &VS = V.get(M); 712 for (MVT T : VS) 719 Changed |= berase_if(VS, std::bind(NoLength, WN, std::placeholders::_1));
|
| /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| BitcodeReader.cpp | 215 "' vs current: '" + Twine(bitc::BITCODE_CURRENT_EPOCH) + "'"); 6369 auto VS = 6371 VS->setModulePath(getThisModule()->first()); 6372 VS->setVTableFuncs(VTableFuncs); 6374 VS->setOriginalName(GUID.second); 6375 TheIndex.addGlobalValueSummary(GUID.first, std::move(VS));
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ppc-opc.c | 3704 /* The VD or VS field in a VA, VX, VXR or X form instruction. */ 3706 #define VS VD 4024 #define vs vf + 1 4025 #define mm vs 4028 #define ms vs + 1 7106 {"setvl", SVL(22,27,0), SVL_MASK, SVP64, PPCVLE, {RT, RA, SVi, vf, vs, ms}}, 7107 {"setvl.", SVL(22,27,1), SVL_MASK, SVP64, PPCVLE, {RT, RA, SVi, vf, vs, ms}}, 7327 {"mfvrd", X(31,51)|1, XX1RB_MASK|1, PPCVSX2, EXT, {RA, VS}}, 7424 {"mfvrwz", X(31,115)|1, XX1RB_MASK|1, PPCVSX2, EXT, {RA, VS}}, 7448 {"stvebx", X(31,135), X_MASK, PPCVEC, 0, {VS, RA0, RB}} 4023 #define vs macro [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ppc-opc.c | 3704 /* The VD or VS field in a VA, VX, VXR or X form instruction. */ 3706 #define VS VD 4023 #define vs vf + 1 4024 #define mm vs 4027 #define ms vs + 1 7078 {"setvl", SVL(22,27,0), SVL_MASK, SVP64, PPCVLE, {RT, RA, SVi, vf, vs, ms}}, 7079 {"setvl.", SVL(22,27,1), SVL_MASK, SVP64, PPCVLE, {RT, RA, SVi, vf, vs, ms}}, 7296 {"mfvrd", X(31,51)|1, XX1RB_MASK|1, PPCVSX2, EXT, {RA, VS}}, 7393 {"mfvrwz", X(31,115)|1, XX1RB_MASK|1, PPCVSX2, EXT, {RA, VS}}, 7417 {"stvebx", X(31,135), X_MASK, PPCVEC, 0, {VS, RA0, RB}} 4022 #define vs macro [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ppc-opc.c | 3626 /* The VD or VS field in a VA, VX, VXR or X form instruction. */ 3628 #define VS VD 3941 #define vs vf + 1 3942 #define mm vs 3945 #define ms vs + 1 6959 {"setvl", SVL(22,27,0), SVL_MASK, SVP64, PPCVLE, {RT, RA, SVi, vf, vs, ms}}, 6960 {"setvl.", SVL(22,27,1), SVL_MASK, SVP64, PPCVLE, {RT, RA, SVi, vf, vs, ms}}, 7177 {"mfvrd", X(31,51)|1, XX1RB_MASK|1, PPCVSX2, EXT, {RA, VS}}, 7274 {"mfvrwz", X(31,115)|1, XX1RB_MASK|1, PPCVSX2, EXT, {RA, VS}}, 7298 {"stvebx", X(31,135), X_MASK, PPCVEC, 0, {VS, RA0, RB}} 3940 #define vs macro [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ppc-opc.c | 3704 /* The VD or VS field in a VA, VX, VXR or X form instruction. */ 3706 #define VS VD 4024 #define vs vf + 1 4025 #define mm vs 4028 #define ms vs + 1 7100 {"setvl", SVL(22,27,0), SVL_MASK, SVP64, PPCVLE, {RT, RA, SVi, vf, vs, ms}}, 7101 {"setvl.", SVL(22,27,1), SVL_MASK, SVP64, PPCVLE, {RT, RA, SVi, vf, vs, ms}}, 7318 {"mfvrd", X(31,51)|1, XX1RB_MASK|1, PPCVSX2, EXT, {RA, VS}}, 7415 {"mfvrwz", X(31,115)|1, XX1RB_MASK|1, PPCVSX2, EXT, {RA, VS}}, 7439 {"stvebx", X(31,135), X_MASK, PPCVEC, 0, {VS, RA0, RB}} 4023 #define vs macro [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| DAGCombiner.cpp | 2501 SDValue VS = DAG.getVScale(DL, VT, VS0 + VS1); 2502 return DAG.getNode(ISD::ADD, DL, VT, N0.getOperand(0), VS);
|