Home
last modified time | relevance | path

Searched refs:V (Results 51 – 75 of 4125) sorted by relevance

12345678910>>...165

/netbsd/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha512-ppc.pl395 unshift(@V,pop(@V));
406 unshift(@V,pop(@V));
625 xor $a3,@V[2],@V[4]
631 xor $a3,@V[2],@V[4]
641 unshift(@V,pop(@V)); unshift(@V,pop(@V));
653 unshift(@V,pop(@V)); unshift(@V,pop(@V));
671 addc @V[1],@V[1],$t1
673 adde @V[0],@V[0],$t0
675 addc @V[3],@V[3],$t3
677 adde @V[2],@V[2],$t2
[all …]
/netbsd/tests/usr.bin/xlint/lint1/
H A Demit.exp-ln46 131 d 0.131 e 10taking_int F1 I V
47 133 d 0.133 e 16taking_const_int F1 cI V
51 140 d 0.140 e 14taking_varargs F2 PcC E V
53 151 d 0.151 e 9my_printf F2 PcC E V
54 152 d 0.152 e 8my_scanf F2 PcC E V
55 165 c 0.165 s2 "%" i 9my_printf f2 PcC PC V
59 163 d 0.163 d 14cover_outqchar F0 V
62 172 d 0.172 d 14cover_outfstrg F0 V
63 184 d 0.184 d 17call_gcc_builtins F2 I PL V
71 248 d 0.248 d 17scanflike_comment F1 PcC V
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h37 MVT V = MVT::INVALID_SIMPLE_VALUE_TYPE;
43 constexpr EVT(MVT S) : V(S) {} in EVT()
49 if (V.SimpleTy != VT.V.SimpleTy)
85 MVT M = MVT::getVectorVT(VT.V, EC); in getVectorVT()
206 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny); in isOverloaded()
283 return V; in getSimpleVT()
296 return V.getVectorElementType(); in getVectorElementType()
335 return V.getSizeInBits(); in getSizeInBits()
458 return V.SimpleTy; in getRawBits()
467 if (L.V.SimpleTy == R.V.SimpleTy) in operator()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp385 if (V->hasName()) V->setName(""); in takeName()
582 return V; in stripPointerCastsAndOffsets()
590 Func(V); in stripPointerCastsAndOffsets()
611 V = cast<Operator>(V)->getOperand(0); in stripPointerCastsAndOffsets()
618 V = cast<Operator>(V)->getOperand(0); in stripPointerCastsAndOffsets()
620 V = cast<GlobalAlias>(V)->getAliasee(); in stripPointerCastsAndOffsets()
623 V = cast<PHINode>(V)->getIncomingValue(0); in stripPointerCastsAndOffsets()
640 return V; in stripPointerCastsAndOffsets()
645 return V; in stripPointerCastsAndOffsets()
723 V = cast<Operator>(V)->getOperand(0); in stripAndAccumulateConstantOffsets()
[all …]
H A DValueSymbolTable.cpp43 ValueName *ValueSymbolTable::makeUniqueName(Value *V, in makeUniqueName() argument
50 if (auto *GV = dyn_cast<GlobalValue>(V)) { in makeUniqueName()
72 void ValueSymbolTable::reinsertValue(Value *V) { in reinsertValue() argument
76 if (vmap.insert(V->getValueName())) { in reinsertValue()
83 SmallString<256> UniqueName(V->getName().begin(), V->getName().end()); in reinsertValue()
87 V->getValueName()->Destroy(Allocator); in reinsertValue()
89 ValueName *VN = makeUniqueName(V, UniqueName); in reinsertValue()
90 V->setValueName(VN); in reinsertValue()
93 void ValueSymbolTable::removeValueName(ValueName *V) { in removeValueName() argument
96 vmap.remove(V); in removeValueName()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/bfin/
H A Dc_dsp32shiftim_ahh.s20 R0 = R0 << 0 (V);
21 R1 = R1 << 3 (V);
22 R2 = R2 << 5 (V);
23 R3 = R3 << 8 (V);
24 R4 = R4 << 9 (V);
25 R5 = R5 << 15 (V);
26 R6 = R6 << 7 (V);
27 R7 = R7 << 13 (V);
45 R7 = R0 >>> 1 (V);
46 R0 = R1 >>> 8 (V);
[all …]
H A Dc_dsp32shiftim_lhh.s20 R0 = R0 << 0 (V);
21 R1 = R1 << 3 (V);
22 R2 = R2 << 5 (V);
23 R3 = R3 << 8 (V);
24 R4 = R4 << 9 (V);
25 R5 = R5 << 15 (V);
26 R6 = R6 << 7 (V);
27 R7 = R7 << 13 (V);
46 R0 = R1 >> 8 (V);
50 R4 = R5 >> 2 (V);
[all …]
H A Dc_dsp32shiftim_ahh_s.s20 R0 = R0 << 0 (V , S);
21 R1 = R1 << 3 (V , S);
22 R2 = R2 << 5 (V , S);
23 R3 = R3 << 8 (V , S);
24 R4 = R4 << 9 (V , S);
25 R5 = R5 << 15 (V , S);
26 R6 = R6 << 7 (V , S);
27 R7 = R7 << 13 (V , S);
45 R7 = R0 >>> 1 (V, S);
46 R0 = R1 >>> 8 (V, S);
[all …]
H A Dc_dsp32alu_absabs.s19 R0 = ABS R0 (V);
20 R1 = ABS R1 (V);
21 R2 = ABS R2 (V);
22 R3 = ABS R3 (V);
23 R4 = ABS R4 (V);
24 R5 = ABS R5 (V);
25 R6 = ABS R6 (V);
26 R7 = ABS R7 (V);
44 R0 = ABS R7 (V);
45 R1 = ABS R6 (V);
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dc_dsp32shiftim_ahh.s20 R0 = R0 << 0 (V);
21 R1 = R1 << 3 (V);
22 R2 = R2 << 5 (V);
23 R3 = R3 << 8 (V);
24 R4 = R4 << 9 (V);
25 R5 = R5 << 15 (V);
26 R6 = R6 << 7 (V);
27 R7 = R7 << 13 (V);
45 R7 = R0 >>> 1 (V);
46 R0 = R1 >>> 8 (V);
[all …]
H A Dc_dsp32shiftim_lhh.s20 R0 = R0 << 0 (V);
21 R1 = R1 << 3 (V);
22 R2 = R2 << 5 (V);
23 R3 = R3 << 8 (V);
24 R4 = R4 << 9 (V);
25 R5 = R5 << 15 (V);
26 R6 = R6 << 7 (V);
27 R7 = R7 << 13 (V);
46 R0 = R1 >> 8 (V);
50 R4 = R5 >> 2 (V);
[all …]
H A Dc_dsp32alu_absabs.s19 R0 = ABS R0 (V);
20 R1 = ABS R1 (V);
21 R2 = ABS R2 (V);
22 R3 = ABS R3 (V);
23 R4 = ABS R4 (V);
24 R5 = ABS R5 (V);
25 R6 = ABS R6 (V);
26 R7 = ABS R7 (V);
44 R0 = ABS R7 (V);
45 R1 = ABS R6 (V);
[all …]
H A Dc_dsp32shiftim_ahh_s.s20 R0 = R0 << 0 (V , S);
21 R1 = R1 << 3 (V , S);
22 R2 = R2 << 5 (V , S);
23 R3 = R3 << 8 (V , S);
24 R4 = R4 << 9 (V , S);
25 R5 = R5 << 15 (V , S);
26 R6 = R6 << 7 (V , S);
27 R7 = R7 << 13 (V , S);
45 R7 = R0 >>> 1 (V, S);
46 R0 = R1 >>> 8 (V, S);
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDependenceFlags.h137 Dependence() : V(None) {} in LLVM_COMMON_DEPENDENCE()
174 Result.V &= Syntactic; in LLVM_COMMON_DEPENDENCE()
182 translate(V, Error, TypeDependence::Error) | in LLVM_COMMON_DEPENDENCE()
189 translate(V, Type, ExprDependence::Type) | in LLVM_COMMON_DEPENDENCE()
190 translate(V, Value, ExprDependence::Value) | in LLVM_COMMON_DEPENDENCE()
191 translate(V, Error, ExprDependence::Error); in LLVM_COMMON_DEPENDENCE()
198 translate(V, Error, NNSDependence::Error); in LLVM_COMMON_DEPENDENCE()
204 translate(V, Dependent, TADependence::Dependent) | in LLVM_COMMON_DEPENDENCE()
205 translate(V, Error, TADependence::Error); in LLVM_COMMON_DEPENDENCE()
212 translate(V, Error, TNDependence::Error); in LLVM_COMMON_DEPENDENCE()
[all …]
/netbsd/tests/usr.bin/xlint/lint2/
H A Doutput_sorted.ln15 10 c 0.10 d 8func0000 f2 I PcC V
16 11 c 0.11 d 8func0000 f2 PcC D V
17 10 c 0.10 d 8func1000 f2 I PcC V
18 11 c 0.11 d 8func1000 f2 PcC D V
19 10 c 0.10 d 8func3000 f2 I PcC V
20 11 c 0.11 d 8func3000 f2 PcC D V
21 10 c 0.10 d 8func2000 f2 I PcC V
22 11 c 0.11 d 8func2000 f2 PcC D V
23 10 c 0.10 d 8func6000 f2 I PcC V
24 11 c 0.11 d 8func6000 f2 PcC D V
[all …]
/netbsd/external/mpl/bind/dist/cocci/
H A Disc_event_allocat_never_fail.spatch3 expression V;
6 V = isc_event_allocate(...);
7 - if (V == NULL) S
12 expression V;
15 V = (T *)isc_event_allocate(...);
16 - if (V == NULL) S
20 expression V;
23 if (V == NULL) V = isc_event_allocate(...);
24 - if (V == NULL) S
28 expression V;
[all …]
H A Disc_mem_strdup_never_fail.spatch3 expression V;
6 V = isc_mem_strdup(...);
7 - if (V == NULL) S
12 expression V;
15 V = (T *)isc_mem_strdup(...);
16 - if (V == NULL) S
20 expression V;
23 if (V == NULL) V = isc_mem_strdup(...);
24 - if (V == NULL) S
28 expression V;
[all …]
H A Disc_mem_create_never_fail.disabled11 expression V, E;
14 - V = isc_mem_create(0, 0, E);
15 - if (V == ISC_R_SUCCESS) S
22 expression V, E;
25 - V = isc_mem_create(0, 0, E);
26 - if (V != ISC_R_SUCCESS) S
30 expression V, E;
34 - check_result(V, ...);
39 expression V, E, C;
43 - if (V != ISC_R_SUCCESS) S
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DImmutableGraph.h113 BitVector V; variable
121 V.set(Idx); in insert()
126 V.reset(Idx); in erase()
141 V |= RHS.V;
147 V &= RHS.V;
153 V ^= RHS.V;
201 BitVector V; variable
209 V.set(Idx); in insert()
229 V |= RHS.V;
235 V &= RHS.V;
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h40 Vector(const Vector &V) in Vector() argument
42 std::copy(V.Data.get(), V.Data.get() + Length, Data.get()); in Vector()
46 Vector(Vector &&V) in Vector() argument
47 : Length(V.Length), Data(std::move(V.Data)) { in Vector()
48 V.Length = 0; in Vector()
102 unsigned *VEnd = reinterpret_cast<unsigned*>(V.Data.get() + V.Length); in hash_value()
112 OS << "[ " << V[0];
189 Vector V(Cols); in getRowAsVector()
192 return V; in getRowAsVector()
198 Vector V(Rows); in getColAsVector()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp297 B, Op, V, in buildReduction()
306 B, Op, V, in buildReduction()
312 return V; in buildReduction()
334 B, Op, V, in buildScan()
342 B, Op, V, in buildScan()
347 B, Op, V, in buildScan()
362 B, Op, V, in buildScan()
371 B, Op, V, in buildScan()
377 return V; in buildScan()
424 return V; in buildShiftRight()
[all …]
/netbsd/sys/crypto/nist_hash_drbg/
H A Dnist_hash_drbg.c142 { .hv_base = D->V, .hv_len = sizeof D->V }, in nist_hash_drbg_instantiate()
164 { .hv_base = D->V, .hv_len = sizeof D->V }, in nist_hash_drbg_reseed()
176 memcpy(D->V, seed, sizeof D->V); in nist_hash_drbg_reseed()
181 { .hv_base = D->V, .hv_len = sizeof D->V }, in nist_hash_drbg_reseed()
220 hash_update(&ctx, D->V, sizeof D->V); in nist_hash_drbg_generate()
225 add8(D->V, sizeof D->V, w, sizeof w); in nist_hash_drbg_generate()
236 hash_update(&ctx, D->V, sizeof D->V); in nist_hash_drbg_generate()
241 add8(D->V, sizeof D->V, H, sizeof H); in nist_hash_drbg_generate()
242 add8(D->V, sizeof D->V, D->C, sizeof D->C); in nist_hash_drbg_generate()
484 .V = {
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp53 assert(V); in isRefcountedStringsHack()
58 QualType QT = V->getType(); in isRefcountedStringsHack()
154 bool VisitVarDecl(VarDecl *V) { in checkASTDecl()
155 Checker->visitVarDecl(V); in checkASTDecl()
165 if (shouldSkipVarDecl(V)) in visitVarDecl()
213 reportBug(V); in visitVarDecl()
218 assert(V); in shouldSkipVarDecl()
219 if (!V->isLocalVarDecl()) in shouldSkipVarDecl()
222 if (isDeclaredInForOrIf(V)) in shouldSkipVarDecl()
229 assert(V); in reportBug()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map.h266 operator std::pair<K, V> () const { return std::pair<K, V> (first, second); } in class()
292 template<typename T, typename U, typename V> friend void gt_ggc_mx (hash_map<T, U, V> *); in class()
293 template<typename T, typename U, typename V> friend void gt_pch_nx (hash_map<T, U, V> *); in class()
295 template<typename T, typename U, typename V> friend void gt_cleare_cache (hash_map<T, U, V> *); in class()
304 gt_ggc_mx (hash_map<K, V, H> *h) in gt_ggc_mx() argument
311 gt_pch_nx (hash_map<K, V, H> *h) in gt_pch_nx() argument
333 inline hash_map<K,V,H> *
342 h = new hash_map<K,V,H> (size);
349 inline V*
357 inline V&
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dhash-map.h273 operator std::pair<K, V> () const { return std::pair<K, V> (first, second); } in class()
303 template<typename T, typename U, typename V> friend void gt_ggc_mx (hash_map<T, U, V> *); in class()
304 template<typename T, typename U, typename V> friend void gt_pch_nx (hash_map<T, U, V> *); in class()
306 template<typename T, typename U, typename V> friend void gt_cleare_cache (hash_map<T, U, V> *); in class()
315 gt_ggc_mx (hash_map<K, V, H> *h) in gt_ggc_mx() argument
322 gt_pch_nx (hash_map<K, V, H> *h) in gt_pch_nx() argument
344 inline hash_map<K,V,H> *
353 h = new hash_map<K,V,H> (size);
360 inline V*
368 inline V&
[all …]

12345678910>>...165