| /freebsd/crypto/openssl/crypto/modes/asm/ |
| H A D | ghash-riscv64-zvkb-zvbc.pl | 69 my ($V0,$V1,$V2,$V3,$V4,$V5,$V6) = ("v0","v1","v2","v3","v4","v5","v6"); 85 @{[vlse64_v $V1, $H, $TMP0]} # vlse64.v v1, (a1), t0 89 @{[vsrl_vx $V3, $V1, $TMP1]} # vsrl.vx v3, v1, t1 90 @{[vsll_vi $V1, $V1, 1]} # vsll.vi v1, v1, 1 101 @{[vor_vv_v0t $V1, $V1, $V4]} # vor.vv v1, v1, v4, v0.t 109 @{[vxor_vv_v0t $V1, $V1, $V2]} # vxor.vv v1, v1, v2, v0.t 111 @{[vse64_v $V1, $Htable]} # vse64.v v1, (a0) 125 my ($V0,$V1,$V2,$V3,$V4,$V5,$V6) = ("v0","v1","v2","v3","v4","v5","v6"); 161 @{[vclmul_vx $V1, $V5, $TMP0]} # vclmul.vx v1, v5, t0 185 @{[vxor_vv_v0t $V1, $V1, $V5]} # vxor.vv v1, v1, v5, v0.t [all …]
|
| H A D | aes-gcm-riscv64-zvkb-zvkg-zvkned.pl | 89 my ($V0, $V1, $V2, $V3, $V4, $V5, $V6, $V7, 99 @{[vaesz_vs $V28, $V1]} 125 @{[vaesz_vs $V28, $V1]} 163 @{[vaesz_vs $V28, $V1]} 245 @{[vle32_v $V1, $KEYP]} 296 @{[vle32_v $V1, $KEYP]} 354 @{[vle32_v $V1, $KEYP]} 584 @{[vle32_v $V1, $TMP_REG]} 588 @{[vgmul_vv $V0, $V1]} 595 @{[vghsh_vv $V0, $V1, $V4]}
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
| H A D | hlsl_compat_overloads.h | 26 constexpr float fn(double V1, double V2) { \ 27 return fn((float)V1, (float)V2); \ 29 constexpr float2 fn(double2 V1, double2 V2) { \ 30 return fn((float2)V1, (float2)V2); \ 32 constexpr float3 fn(double3 V1, double3 V2) { \ 33 return fn((float3)V1, (float3)V2); \ 35 constexpr float4 fn(double4 V1, double4 V2) { \ 36 return fn((float4)V1, (float4)V2); \ 40 constexpr float fn(double V1, double V2, double V3) { \ 41 return fn((float)V1, (float)V2, (float)V3); \ [all …]
|
| /freebsd/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-riscv64-zvkned.pl | 61 my ($V0, $V1, $V2, $V3, $V4, $V5, $V6, $V7, 73 @{[vle32_v $V1, $KEYP]} 105 @{[vle32_v $V1, $KEYP]} 141 @{[vle32_v $V1, $KEYP]} 178 @{[vaesz_vs $V24, $V1]} # with round key w[ 0, 3] 207 @{[vaesdf_vs $V24, $V1]} # with round key w[ 0, 3] 216 @{[vaesz_vs $V24, $V1]} # with round key w[ 0, 3] 249 @{[vaesdf_vs $V24, $V1]} # with round key w[ 0, 3] 258 @{[vaesz_vs $V24, $V1]} # with round key w[ 0, 3] 295 @{[vaesdf_vs $V24, $V1]} # with round key w[ 0, 3] [all …]
|
| H A D | aes-riscv64-zvkb-zvkned.pl | 74 my ($V0, $V1, $V2, $V3, $V4, $V5, $V6, $V7, 144 @{[vle32_v $V1, $KEYP]} 186 @{[vaesz_vs $V24, $V1]} 216 @{[vle32_v $V1, $KEYP]} 262 @{[vaesz_vs $V24, $V1]} 294 @{[vle32_v $V1, $KEYP]} 344 @{[vaesz_vs $V24, $V1]}
|
| H A D | aes-riscv64-zvbb-zvkg-zvkned.pl | 76 my ($V0, $V1, $V2, $V3, $V4, $V5, $V6, $V7, 275 @{[vle32_v $V1, $KEY1]} 305 @{[vle32_v $V1, $KEY1]} 342 @{[vaesz_vs $V24, $V1]} 371 @{[vaesdf_vs $V24, $V1]} 380 @{[vaesz_vs $V24, $V1]} 417 @{[vaesdf_vs $V24, $V1]}
|
| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | sha256-riscv64-zvkb-zvknha_or_zvknhb.pl | 63 my ($V0, $V1, $V2, $V3, $V4, $V5, $V6, $V7, 161 @{[vle32_v $V1, $INP]} 162 @{[vrev8_v $V1, $V1]} 175 @{[vadd_vv $V5, $V10, $V1]} 179 @{[vsha2ms_vv $V1, $V5, $V4]} # Generate W[19:16] 186 @{[vsha2ms_vv $V2, $V5, $V1]} # Generate W[23:20] 192 @{[vmerge_vvm $V5, $V1, $V4, $V0]} 199 @{[vmerge_vvm $V5, $V2, $V1, $V0]} 203 @{[vadd_vv $V5, $V14, $V1]} 207 @{[vsha2ms_vv $V1, $V5, $V4]} # Generate W[35:32] [all …]
|
| H A D | sha512-riscv64-zvkb-zvknhb.pl | 63 my ($V0, $V1, $V2, $V3, $V4, $V5, $V6, $V7, 94 @{[vmv_v_x $V1, $INDEX_PATTERN]} 100 @{[vluxei8_v $V22, $H, $V1]} 101 @{[vluxei8_v $V24, $H2, $V1]} 210 @{[vsuxei8_v $V22, ($H), $V1]} 211 @{[vsuxei8_v $V24, ($H2), $V1]}
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BasicValueFactory.cpp | 246 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op, const llvm::APSInt &V1, in evalAPSInt() argument 253 return getValue(V1 * V2); in evalAPSInt() 258 return getValue(V1 / V2); in evalAPSInt() 263 return getValue(V1 % V2); in evalAPSInt() 266 return getValue(V1 + V2); in evalAPSInt() 269 return getValue(V1 - V2); in evalAPSInt() 280 if (Amt >= V1.getBitWidth()) in evalAPSInt() 283 return getValue(V1.operator<<((unsigned)Amt)); in evalAPSInt() 295 if (Amt >= V1.getBitWidth()) in evalAPSInt() 298 return getValue(V1.operator>>((unsigned)Amt)); in evalAPSInt() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | ltc2990.txt | 13 0: V1, V2, TR2 14 1: V1-V2, TR2 15 2: V1-V2, V3, V4 19 6: V1-V2, V3-V4 20 7: V1, V2, V3, V4 26 1: TR1, V1 or V1-V2 only per mode 35 lltc,meas-mode = <7 3>; /* V1, V2, V3, V4 */
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 1148 bits<5> V1; 1153 let Inst{39-36} = V1{3-0}; 1157 let Inst{11} = V1{4}; 1167 bits<5> V1; 1173 let Inst{39-36} = V1{3-0}; 1178 let Inst{11} = V1{4}; 1188 bits<5> V1; 1194 let Inst{39-36} = V1{3-0}; 1198 let Inst{11} = V1{4}; 1209 bits<5> V1; [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-3720-db.dts | 72 /* Gigabit module on CON19(V2.0)/CON21(V1.4) */ 81 /* Gigabit module on CON18(V2.0)/CON20(V1.4) */ 129 /* CON15(V2.0)/CON17(V1.4) : PCIe / CON15(V2.0)/CON12(V1.4) :mini-PCIe */ 151 /* SD slot module on CON14(V2.0)/CON15(V1.4) */ 195 * Exported on the micro USB connector CON30(V2.0)/CON32(V1.4) through 196 * an FTDI (also on CON24(V2.0)/CON26(V1.4)). 204 /* CON26(V2.0)/CON28(V1.4) */ 211 /* CON27(V2.0)/CON29(V1.4) */ 216 /* CON29(V2.0)/CON31(V1.4) */
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | error_test.cpp | 26 CustomError(int V1) : V1(V1) {} in CustomError() argument 28 return "CustomError V1 = " + std::to_string(V1); in toString() 30 int getV1() const { return V1; } in getV1() 33 int V1; member in __anon1f598db00111::CustomError 38 CustomSubError(int V1, std::string V2) in CustomSubError() argument 39 : RTTIExtends<CustomSubError, CustomError>(V1), V2(std::move(V2)) {} in CustomSubError() 41 return "CustomSubError V1 = " + std::to_string(V1) + ", " + V2; in toString()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 206 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 208 return Create(Instruction::OPC, V1, V2, Name); \ 212 static BinaryOperator *Create##OPC(Value *V1, Value *V2, const Twine &Name, \ 214 return Create(Instruction::OPC, V1, V2, Name, InsertBefore); \ 219 CreateWithCopiedFlags(BinaryOps Opc, Value *V1, Value *V2, Value *CopyO, 222 BinaryOperator *BO = Create(Opc, V1, V2, Name, InsertBefore); 227 static BinaryOperator *CreateWithFMF(BinaryOps Opc, Value *V1, Value *V2, 231 BinaryOperator *BO = Create(Opc, V1, V2, Name, InsertBefore); 236 static BinaryOperator *CreateFAddFMF(Value *V1, Value *V2, FastMathFlags FMF, 238 return CreateWithFMF(Instruction::FAdd, V1, V2, FMF, Name); [all …]
|
| H A D | ConstantFold.h | 40 LLVM_ABI Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1, 47 LLVM_ABI Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, 57 Constant *V1, Constant *V2);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileUtilities.cpp | 90 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local 108 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd)); in CompareNumbers() 117 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd)); in CompareNumbers() 144 if (AbsTolerance < std::abs(V1-V2)) { in CompareNumbers() 148 Diff = std::abs(V1/V2 - 1.0); in CompareNumbers() 149 else if (V1) in CompareNumbers() 150 Diff = std::abs(V2/V1 - 1.0); in CompareNumbers() 156 << "Compared: " << V1 << " and " << V2 << '\n' in CompareNumbers() 157 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n' in CompareNumbers()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 358 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; } 359 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; } 360 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; } 361 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; } 362 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; } 363 inline bool operator>(int64_t V1, const APSInt &V2) { return V2 < V1; }
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 263 Constant *V1, Constant *V2) { in ConstantFoldSelectInstruction() argument 266 if (Cond->isAllOnesValue()) return V1; in ConstantFoldSelectInstruction() 275 Constant *V1Element = ConstantExpr::getExtractElement(V1, in ConstantFoldSelectInstruction() 299 return PoisonValue::get(V1->getType()); in ConstantFoldSelectInstruction() 302 if (isa<UndefValue>(V1)) return V1; in ConstantFoldSelectInstruction() 306 if (V1 == V2) return V1; in ConstantFoldSelectInstruction() 308 if (isa<PoisonValue>(V1)) in ConstantFoldSelectInstruction() 311 return V1; in ConstantFoldSelectInstruction() 334 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2; in ConstantFoldSelectInstruction() 335 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1; in ConstantFoldSelectInstruction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.cpp | 435 const BitValue &V1 = A1[I]; in eADD() local 437 if (!V1.num() || !V2.num()) in eADD() 439 unsigned S = bool(V1) + bool(V2) + Carry; in eADD() 444 const BitValue &V1 = A1[I]; in eADD() local 448 if (V1.is(Carry)) in eADD() 451 Res[I] = BitValue::ref(V1); in eADD() 468 const BitValue &V1 = A1[I]; in eSUB() local 470 if (!V1.num() || !V2.num()) in eSUB() 472 unsigned S = bool(V1) - bool(V2) - Borrow; in eSUB() 477 const BitValue &V1 = A1[I]; in eSUB() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ProvenanceAnalysisEvaluator.cpp | 51 for (Value *V1 : Values) { in run() 52 StringRef NameV1 = getName(V1); in run() 58 if (PA.related(V1, V2)) in run()
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | res.p | 6 H below R2.V1 8 R4: ring put N at 1 with .V1 at R3.V3 11 R5: ring with .V1 at R4.V3
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsMachineFunction.cpp | 85 Register V1 = RegInfo.createVirtualRegister(RC); in initGlobalBaseReg() 97 BuildMI(MBB, I, DL, TII.get(Mips::DADDu), V1).addReg(V0) in initGlobalBaseReg() 99 BuildMI(MBB, I, DL, TII.get(Mips::DADDiu), GlobalBaseReg).addReg(V1) in initGlobalBaseReg() 126 BuildMI(MBB, I, DL, TII.get(Mips::ADDu), V1).addReg(V0).addReg(Mips::T9); in initGlobalBaseReg() 127 BuildMI(MBB, I, DL, TII.get(Mips::ADDiu), GlobalBaseReg).addReg(V1) in initGlobalBaseReg() 84 Register V1 = RegInfo.createVirtualRegister(RC); initGlobalBaseReg() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 109 Value *FoldShuffleVector(Value *V1, Value *V2, in FoldShuffleVector() argument 112 cast<VectorType>(V1->getType())->getElementType(), Mask.size(), in FoldShuffleVector() 113 isa<ScalableVectorType>(V1->getType())); in FoldShuffleVector() 114 return simplifyShuffleVectorInst(V1, V2, Mask, RetTy, SQ); in FoldShuffleVector()
|
| H A D | AliasAnalysis.h | 360 AliasResult alias(const Value *V1, LocationSize V1Size, const Value *V2, 362 return alias(MemoryLocation(V1, V1Size), MemoryLocation(V2, V2Size)); 366 AliasResult alias(const Value *V1, const Value *V2) { 367 return alias(MemoryLocation::getBeforeOrAfter(V1), 378 bool isNoAlias(const Value *V1, LocationSize V1Size, const Value *V2, 380 return isNoAlias(MemoryLocation(V1, V1Size), MemoryLocation(V2, V2Size)); 384 bool isNoAlias(const Value *V1, const Value *V2) { 385 return isNoAlias(MemoryLocation::getBeforeOrAfter(V1), 396 bool isMustAlias(const Value *V1, const Value *V2) { 397 return alias(V1, LocationSize::precise(1), V2, LocationSize::precise(1)) == [all …]
|
| H A D | BasicAliasAnalysis.h | 127 bool isValueEqualInPotentialCycles(const Value *V1, const Value *V2, 134 AliasResult aliasGEP(const GEPOperator *V1, LocationSize V1Size, 146 AliasResult aliasCheck(const Value *V1, LocationSize V1Size, const Value *V2, 150 AliasResult aliasCheckRecursive(const Value *V1, LocationSize V1Size,
|