HomeSort by relevance Sort by last modified time
    Searched refs:C3 (Results 51 - 75 of 181) sorted by null

1 23 4 5 6 7 8

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
arm.s 228 MRC.S 4, 6, R1, C2, C3, 7 // MRC $8301712627
229 MCR.S 4, 6, R1, C2, C3, 7 // MRC $8300664051
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
arm.s 228 MRC.S 4, 6, R1, C2, C3, 7 // MRC $8301712627
229 MCR.S 4, 6, R1, C2, C3, 7 // MRC $8300664051
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg1.d 15 0+20 l \.MMIX\.reg_contents 0+ C3
greg1a.d 17 0+30 l \.MMIX\.reg_contents 0+ C3
greg2.d 15 0+20 l \.MMIX\.reg_contents 0+ C3
greg2a.d 17 0+30 l \.MMIX\.reg_contents 0+ C3
  /external/boringssl/src/crypto/cipher_extra/asm/
chacha20_poly1305_x86_64.pl 87 my ($A0,$A1,$A2,$A3,$B0,$B1,$B2,$B3,$C0,$C1,$C2,$C3,$D0,$D1,$D2,$D3)=map("%xmm$_",(0..15));
88 my ($T0,$T1,$T2,$T3)=($A3,$B3,$C3,$D3);
207 movdqa $C0, $C3\n" if ($n ge 4);
244 paddd $state2_store, $C3
264 movdqu 2*16 + $offset($inp), $C3
268 pxor $C3, $C
311 paddd $D3, $C3
315 pxor $C3, $B3
340 palignr \$$s2, $C3, $C3
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 257 C3:
272 HHH (C3::GGG &);
289 C1::C3 * >
311 scoped_ptr < C1::C3 > context;
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 416 private int C0, C1, C2, C3;
532 C3 = (bytes[index++] & 0xff);
533 C3 |= (bytes[index++] & 0xff) << 8;
534 C3 |= (bytes[index++] & 0xff) << 16;
535 C3 |= bytes[index++] << 24;
559 bytes[index++] = (byte)C3;
560 bytes[index++] = (byte)(C3 >> 8);
561 bytes[index++] = (byte)(C3 >> 16);
562 bytes[index++] = (byte)(C3 >> 24);
572 int r = 1, r0, r1, r2, r3 = this.C3 ^ KW[0][3]
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 53 constexpr class C3 {} c3 = C3(); variable in typeref:class:C3
  /external/clang/test/Sema/
warn-unreachable.c 104 enum Cases { C1, C2, C3 };
109 case C3:
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
blank.go 27 C3
  /prebuilts/go/linux-x86/src/go/doc/testdata/
blank.go 27 C3
  /external/clang/test/FixIt/
fixit.cpp 26 class C3 {
28 C3(C3, int i = 0); // expected-error{{copy constructor must pass its first argument by reference}}
  /external/webp/src/dsp/
common_sse2.h 180 const __m128i C3 = _mm_unpackhi_epi8(B2, B3);
182 *in0 = _mm_unpackhi_epi64(C1, C3);
183 *in1 = _mm_unpacklo_epi64(C1, C3);
rescaler_sse2.c 210 const __m128i C3 = _mm_add_epi64(B3, rounder);
217 _mm_and_si128(_mm_slli_epi64(C3, 32 - WEBP_RESCALER_RFIX), mask);
220 const __m128i D3 = _mm_and_si128(C3, mask);
266 const __m128i C3 = _mm_add_epi64(A3, B3);
270 const __m128i D3 = _mm_add_epi64(C3, rounder);
312 const __m128i C3 = _mm_add_epi64(B3, rounder);
316 const __m128i D3 = _mm_srli_epi64(C3, WEBP_RESCALER_RFIX);
  /external/llvm/lib/IR/
ConstantsContext.h 79 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3)
83 Op<2>() = C3;
121 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3)
126 Op<2>() = C3;
143 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3)
146 cast<VectorType>(C3->getType())->getNumElements()),
151 Op<2>() = C3;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 75 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3)
79 Op<2>() = C3;
115 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3)
120 Op<2>() = C3;
136 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3)
139 cast<VectorType>(C3->getType())->getNumElements()),
144 Op<2>() = C3;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_amd64.s 53 #define C3 T2
335 MOVO A2, A3; MOVO B2, B3; MOVO C2, C3; MOVO D2, D3; PADDL ·sseIncMask<>(SB), D3
345 MOVO C3, tmpStore
346 chachaQR(A0, B0, C0, D0, C3); chachaQR(A1, B1, C1, D1, C3); chachaQR(A2, B2, C2, D2, C3)
347 MOVO tmpStore, C3
349 chachaQR(A3, B3, C3, D3, C1)
358 MOVO C3, tmpStore
359 chachaQR(A0, B0, C0, D0, C3); chachaQR(A1, B1, C1, D1, C3); chachaQR(A2, B2, C2, D2, C3
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_amd64.s 53 #define C3 T2
335 MOVO A2, A3; MOVO B2, B3; MOVO C2, C3; MOVO D2, D3; PADDL ·sseIncMask<>(SB), D3
345 MOVO C3, tmpStore
346 chachaQR(A0, B0, C0, D0, C3); chachaQR(A1, B1, C1, D1, C3); chachaQR(A2, B2, C2, D2, C3)
347 MOVO tmpStore, C3
349 chachaQR(A3, B3, C3, D3, C1)
358 MOVO C3, tmpStore
359 chachaQR(A0, B0, C0, D0, C3); chachaQR(A1, B1, C1, D1, C3); chachaQR(A2, B2, C2, D2, C3
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 94 template<typename...T> class C3 {
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 67 template<typename T> class M::C3 { }; // expected-error{{out-of-line definition of 'C3' does not match any declaration in namespace 'M'}}
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 49 b3--b2 c3--c2
62 " call void @c3()\n"
99 " call void @c3()\n"
102 "define void @c3() {\n"
148 LazyCallGraph::Node &C3 = (I++)->getNode(CG);
149 EXPECT_EQ("c3", C3.getFunction().getName());
167 EXPECT_EQ("c3", Nodes[2]);
195 EXPECT_EQ("c3", C2.begin()->getFunction().getName());
196 EXPECT_EQ(C3.end(), std::next(C3.begin()))
    [all...]
  /external/clang/test/Layout/
ms-x86-empty-virtual-base.cpp 17 struct C3 { int a; C3() : a(0xf00000C3) {printf("C3 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
    [all...]

Completed in 2103 milliseconds

1 23 4 5 6 7 8