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

1 23 4

  /external/clang/test/CodeGen/
x86_64-arguments.c 208 struct S0 { char f0[8]; char f2; char f3; char f4; };
209 void f30(struct S0 p_4) {
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 166 Reserved.set(Mips::S0);
257 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP;
Mips16ISelDAGToDAG.cpp 128 SDValue AliasFPReg = CurDAG->getRegister(Mips::S0,
Mips16InstrInfo.cpp 184 case Mips::S0:
196 // Adjust SP by FrameSize bytes. Save RA, S0, S1
226 // Adjust SP by FrameSize bytes. Restore RA, S0, S1
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 304 private final int[] S0, S1, S2, S3; // the s-boxes
313 S0 = new int[SBOX_SK];
397 return (((S0[(x >>> 24)] + S1[(x >>> 16) & 0xff])
442 System.arraycopy(KS0, 0, S0, 0, SBOX_SK);
500 processTable(P[P_SZ - 2], P[P_SZ - 1], S0);
501 processTable(S0[SBOX_SK - 2], S0[SBOX_SK - 1], S1);
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 56 const SCEV *S0 = SE.getSCEV(V0);
60 const SCEV *P0 = SE.getAddExpr(S0, S0);
  /art/runtime/arch/arm/
quick_method_frame_info_arm.h 36 (1 << art::arm::S0) | (1 << art::arm::S1) | (1 << art::arm::S2) | (1 << art::arm::S3) |
  /external/chromium_org/chrome/browser/resources/cryptotoken/
sha256.js 73 var s0 = _rotr(W[i - 15], 7) ^ _rotr(W[i - 15], 18) ^ (W[i - 15] >>> 3);
75 W[i] = (W[i - 16] + s0 + W[i - 7] + s1) & 0xffffffff;
88 var S0 = _rotr(A, 2) ^ _rotr(A, 13) ^ _rotr(A, 22);
90 var t2 = (S0 + maj) & 0xffffffff;
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CToC_FC32_Sfs_s.S 85 #define sN S0.S32
omxSP_FFTInv_CCSToR_F32_Sfs_s.S 131 #define sN S0.S32
  /bionic/libc/arch-mips/bionic/
setjmp.S 72 REG_S s0, SC_REGS+S0*REGSZ(a0)
137 REG_L s0, SC_REGS+S0*REGSZ(a0)
  /bionic/libc/arch-mips64/bionic/
setjmp.S 72 REG_S s0, SC_REGS+S0*REGSZ(a0)
137 REG_L s0, SC_REGS+S0*REGSZ(a0)
  /art/compiler/utils/arm/
assembler_arm32.cc 280 EmitVFPsss(cond, B23 | B21 | B20 | B6, sd, S0, sm);
297 sd, S0, S0);
392 EmitVFPsss(cond, B23 | B21 | B20 | B7 | B6, sd, S0, sm);
402 EmitVFPsss(cond, B23 | B21 | B20 | B16 | B6, sd, S0, sm);
412 EmitVFPsss(cond, B23 | B21 | B20 | B16 | B7 | B6, sd, S0, sm);
431 EmitVFPsss(cond, B23 | B21 | B20 | B19 | B18 | B16 | B7 | B6, sd, S0, sm);
441 EmitVFPsss(cond, B23 | B21 | B20 | B19 | B7 | B6, sd, S0, sm);
451 EmitVFPsss(cond, B23 | B21 | B20 | B19 | B18 | B7 | B6, sd, S0, sm);
461 EmitVFPsss(cond, B23 | B21 | B20 | B19 | B6, sd, S0, sm)
    [all...]
assembler_thumb2.cc 372 sd, S0, S0);
395 EmitVFPsss(cond, B23 | B21 | B20 | B6, sd, S0, sm);
477 EmitVFPsss(cond, B23 | B21 | B20 | B7 | B6, sd, S0, sm);
487 EmitVFPsss(cond, B23 | B21 | B20 | B16 | B6, sd, S0, sm);
497 EmitVFPsss(cond, B23 | B21 | B20 | B16 | B7 | B6, sd, S0, sm);
516 EmitVFPsss(cond, B23 | B21 | B20 | B19 | B18 | B16 | B7 | B6, sd, S0, sm);
526 EmitVFPsss(cond, B23 | B21 | B20 | B19 | B7 | B6, sd, S0, sm);
536 EmitVFPsss(cond, B23 | B21 | B20 | B19 | B18 | B7 | B6, sd, S0, sm);
546 EmitVFPsss(cond, B23 | B21 | B20 | B19 | B6, sd, S0, sm)
    [all...]
assembler_arm.cc 49 if (rhs >= S0 && rhs < kNumberOfSRegisters) {
  /external/clang/test/SemaCXX/
alias-template.cpp 56 template<typename...T> struct S0 {
  /art/compiler/utils/
assembler_thumb_test.cc     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
1058 S0 = P_C + P_D + 1;
1064 R1 = (R0 + S0) >> 2;
1069 S0 >>= 1;
1074 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1077 temp |= (S0 << 24); //[Q2 D P1 Q1]
1107 S0 = P_K + P_L + 1;
1111 R1 = (R0 + S0) >> 2;
1116 S0 >>= 1;
1123 temp |= (Q2 << 24); //[S0 R1 R0 Q1
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 163 static const uint16_t SRegList[] = { ARM::S0, ARM::S1, ARM::S2, ARM::S3,
  /external/chromium_org/third_party/libwebp/dsp/
enc_neon.c 295 const uint8x16_t S0 = Load4x4(src);
297 const int16x8_t D0D1 = DiffU8ToS16(vget_low_u8(S0), vget_low_u8(R0));
298 const int16x8_t D2D3 = DiffU8ToS16(vget_high_u8(S0), vget_high_u8(R0));
620 const int32x4_t s0 = vmulq_s32(w0, b.val[0]); local
621 const int32x4_t s1 = vmlaq_s32(s0, w1, b.val[1]);
    [all...]
  /external/webp/src/dsp/
enc_neon.c 295 const uint8x16_t S0 = Load4x4(src);
297 const int16x8_t D0D1 = DiffU8ToS16(vget_low_u8(S0), vget_low_u8(R0));
298 const int16x8_t D2D3 = DiffU8ToS16(vget_high_u8(S0), vget_high_u8(R0));
620 const int32x4_t s0 = vmulq_s32(w0, b.val[0]); local
621 const int32x4_t s1 = vmlaq_s32(s0, w1, b.val[1]);
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 331 Value *S0 = BTC0->stripPointerCasts();
336 EXPECT_NE(S0, Gep0);
  /external/chromium_org/crypto/third_party/nss/
sha512.cc 154 #define S0(x) (ROTR32(x, 2) ^ ROTR32(x,13) ^ ROTR32(x,22))
156 #define s0(x) (t1 = x, ROTR32(t1, 7) ^ ROTR32(t1,18) ^ SHR(t1, 3)) macro
206 #define INITW(t) W[t] = (s1(W[t-2]) + W[t-7] + s0(W[t-15]) + W[t-16])
289 h += S0(a) + Maj(a,b,c);
391 #undef s0 macro
393 #undef S0
535 #define S0(x) (ROTR64(x,28) ^ ROTR64(x,34) ^ ROTR64(x,39))
537 #define s0(x) (t1 = x, ROTR64(t1, 1) ^ ROTR64(t1, 8) ^ SHR(t1,7))
723 #define INITW(t) W[t] = (s1(W[t-2]) + W[t-7] + s0(W[t-15]) + W[t-16])
728 h += S0(a) + Maj(a,b,c);
    [all...]
  /external/pdfium/core/src/fdrm/crypto/
fx_crypt_sha.cpp 220 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3))
229 S0(W[t - 15]) + W[t - 16] \
  /external/deqp/framework/common/
tcuCompressedTexture.cpp     [all...]

Completed in 1056 milliseconds

1 23 4