Home
last modified time | relevance | path

Searched refs:RC2 (Results 1 – 25 of 263) sorted by relevance

1234567891011

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonPatternsV65.td40 multiclass vgathermhq<RegisterClass RC1, RegisterClass RC2> {
43 (ins IntRegs:$_dst_, RC2:$Vq, IntRegs:$Rt,
49 multiclass vgathermwq<RegisterClass RC1, RegisterClass RC2> {
52 (ins IntRegs:$_dst_, RC2:$Vq, IntRegs:$Rt,
58 multiclass vgathermhwq<RegisterClass RC1, RegisterClass RC2> {
61 (ins IntRegs:$_dst_, RC2:$Vq, IntRegs:$Rt,
H A DHexagonGenInsert.cpp341 const BitTracker::RegisterCell &RC1 = CM.lookup(VR1), &RC2 = CM.lookup(VR2); in operator ()() local
342 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()()
344 const BitTracker::BitValue &V1 = RC1[i], &V2 = RC2[i]; in operator ()()
359 const BitTracker::RegisterCell &RC2 = CM.lookup(VR2); in operator ()() local
360 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()()
374 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonPatternsV65.td43 multiclass vgathermhq<RegisterClass RC1, RegisterClass RC2> {
48 RC2:$Vq, IntRegs:$Rt, ModRegs:$Mu,
54 multiclass vgathermwq<RegisterClass RC1, RegisterClass RC2> {
59 RC2:$Vq, IntRegs:$Rt, ModRegs:$Mu,
65 multiclass vgathermhwq<RegisterClass RC1, RegisterClass RC2> {
70 RC2:$Vq, IntRegs:$Rt, ModRegs:$Mu,
H A DHexagonGenInsert.cpp340 const BitTracker::RegisterCell &RC1 = CM.lookup(VR1), &RC2 = CM.lookup(VR2); in operator ()() local
341 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()()
343 const BitTracker::BitValue &V1 = RC1[i], &V2 = RC2[i]; in operator ()()
358 const BitTracker::RegisterCell &RC2 = CM.lookup(VR2); in operator ()() local
359 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()()
373 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DRC2.java38 public final class RC2 class
40 private RC2() in RC2() method in RC2
463 private static final String PREFIX = RC2.class.getName();
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
H A DRC2.java42 public final class RC2 class
44 private RC2() in RC2() method in RC2
478 private static final String PREFIX = RC2.class.getName();
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/symmetric/
H A DRC2.java42 public final class RC2 class
44 private RC2() in RC2() method in RC2
478 private static final String PREFIX = RC2.class.getName();
/aosp_15_r20/external/kotlinx.serialization/docs/
H A Dmigration.md10 1. Update `kotlinx.serialization` to version `1.0.0-RC2` (this is the last version that has migrati…
17 …e no usages of deprecated code left, you can change dependency version from `1.0.0-RC2` to `1.0.0`.
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/obj/
H A Dobjects.txt185 pkcs5 4 : PBE-MD2-RC2-64 : pbeWithMD2AndRC2-CBC
186 pkcs5 6 : PBE-MD5-RC2-64 : pbeWithMD5AndRC2-CBC
188 pkcs5 11 : PBE-SHA1-RC2-64 : pbeWithSHA1AndRC2-CBC
347 pkcs12-pbeids 5 : PBE-SHA1-RC2-128 : pbeWithSHA1And128BitRC2-CBC
349 pkcs12-pbeids 6 : PBE-SHA1-RC2-40 : pbeWithSHA1And40BitRC2-CBC
373 rsadsi 3 2 : RC2-CBC : rc2-cbc
374 : RC2-ECB : rc2-ecb
376 : RC2-CFB : rc2-cfb
378 : RC2-OFB : rc2-ofb
379 : RC2-40-CBC : rc2-40-cbc
[all …]
/aosp_15_r20/external/boringssl/src/crypto/obj/
H A Dobjects.txt185 pkcs5 4 : PBE-MD2-RC2-64 : pbeWithMD2AndRC2-CBC
186 pkcs5 6 : PBE-MD5-RC2-64 : pbeWithMD5AndRC2-CBC
188 pkcs5 11 : PBE-SHA1-RC2-64 : pbeWithSHA1AndRC2-CBC
347 pkcs12-pbeids 5 : PBE-SHA1-RC2-128 : pbeWithSHA1And128BitRC2-CBC
349 pkcs12-pbeids 6 : PBE-SHA1-RC2-40 : pbeWithSHA1And40BitRC2-CBC
373 rsadsi 3 2 : RC2-CBC : rc2-cbc
374 : RC2-ECB : rc2-ecb
376 : RC2-CFB : rc2-cfb
378 : RC2-OFB : rc2-ofb
379 : RC2-40-CBC : rc2-40-cbc
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp318 const TargetRegisterClass *RC2 = in expandBuildPairF64() local
323 int FI = MF.getInfo<MipsFunctionInfo>()->getMoveF64ViaSpillFI(MF, RC2); in expandBuildPairF64()
330 TII.loadRegFromStack(MBB, I, DstReg, FI, RC2, &RegInfo, 0); in expandBuildPairF64()
385 const TargetRegisterClass *RC2 = &Mips::GPR32RegClass; in expandExtractElementF64() local
391 TII.loadRegFromStack(MBB, I, DstReg, FI, RC2, &RegInfo, Offset); in expandExtractElementF64()
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp294 const TargetRegisterClass *RC2 = in expandBuildPairF64() local
299 int FI = MF.getInfo<MipsFunctionInfo>()->getMoveF64ViaSpillFI(RC2); in expandBuildPairF64()
306 TII.loadRegFromStack(MBB, I, DstReg, FI, RC2, &RegInfo, 0); in expandBuildPairF64()
358 const TargetRegisterClass *RC2 = &Mips::GPR32RegClass; in expandExtractElementF64() local
364 TII.loadRegFromStack(MBB, I, DstReg, FI, RC2, &RegInfo, Offset); in expandExtractElementF64()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp318 const TargetRegisterClass *RC2 = in expandBuildPairF64() local
323 int FI = MF.getInfo<MipsFunctionInfo>()->getMoveF64ViaSpillFI(RC2); in expandBuildPairF64()
330 TII.loadRegFromStack(MBB, I, DstReg, FI, RC2, &RegInfo, 0); in expandBuildPairF64()
385 const TargetRegisterClass *RC2 = &Mips::GPR32RegClass; in expandExtractElementF64() local
391 TII.loadRegFromStack(MBB, I, DstReg, FI, RC2, &RegInfo, Offset); in expandExtractElementF64()
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1874 CodeGenRegisterClass *RC2 = &*I; in inferCommonSubClass() local
1875 if (RC1 == RC2) in inferCommonSubClass()
1880 const CodeGenRegister::Vec &Memb2 = RC2->getMembers(); in inferCommonSubClass()
1892 if (RC2->SpillSize > RC1->SpillSize || in inferCommonSubClass()
1893 (RC2->SpillSize == RC1->SpillSize && in inferCommonSubClass()
1894 RC2->SpillAlignment > RC1->SpillAlignment)) in inferCommonSubClass()
1895 std::swap(RC1, RC2); in inferCommonSubClass()
1898 RC1->getName() + "_and_" + RC2->getName()); in inferCommonSubClass()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp316 const BitTracker::RegisterCell &RC1 = CM.lookup(VR1), &RC2 = CM.lookup(VR2); in operator ()() local
317 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()()
319 const BitTracker::BitValue &V1 = RC1[i], &V2 = RC2[i]; in operator ()()
335 const BitTracker::RegisterCell &RC2 = CM.lookup(VR2); in operator ()() local
336 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()()
350 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ControlPanel/res/
H A DControlPanel.rc22 // CPL_PP.RC2 - resources Microsoft Visual C++ does not edit directly
/aosp_15_r20/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Resources/
H A DApplication.rc22 // APPLICATION.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/
H A Dbuild-info.textproto13 kotlin_version: "2.1.0-RC2"
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/graphics/graphics-path/1.0.0-rc01/
H A Dbuild-info.textproto19 kotlin_version: "2.1.0-RC2"
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/health/health-services-client-external-protobuf/1.1.0-alpha05/
H A Dbuild-info.textproto13 kotlin_version: "2.1.0-RC2"
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/tracing/tracing/1.3.0-alpha02/
H A Dbuild-info.textproto19 kotlin_version: "2.1.0-RC2"
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/graphics/graphics-core/1.0.0/
H A Dbuild-info.textproto25 kotlin_version: "2.1.0-RC2"
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/conf/security/policy/limited/
Ddefault_local.policy7 permission javax.crypto.CryptoPermission "RC2", 128,
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/conf/security/policy/limited/
Ddefault_local.policy7 permission javax.crypto.CryptoPermission "RC2", 128,
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/conf/security/policy/limited/
Ddefault_local.policy7 permission javax.crypto.CryptoPermission "RC2", 128,

1234567891011