HomeSort by relevance Sort by last modified time
    Searched refs:CTR (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 53 if (const FunctionTextRegion *CTR = R->getAs<FunctionTextRegion>())
54 return CTR->getDecl();
  /external/oprofile/utils/
opcontrol 1385 CTR=`echo $HW_CTRS | awk "{print \\$$((f + 1))}"`
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 45 cl::desc("Disable analysis for CTR loops"));
211 // Note: If the condition register is set to CTR or CTR8 then this is a
258 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
269 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
307 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
321 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
391 else if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8)
402 if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8)
760 if (Cond[1].getReg() == PPC::CTR8 || Cond[1].getReg() == PPC::CTR)
PPCCTRLoops.cpp 1 //===-- PPCCTRLoops.cpp - Identify and generate CTR loops -----------------===//
11 // that decrement and test the count register (CTR) (bdnz and friends).
20 // Criteria for CTR loops:
24 // - No nested CTR loops.
55 STATISTIC(NumCTRLoops, "Number of loops converted to CTR loops");
71 const char *getPassName() const { return "PPC CTR Loops"; }
101 /// a CTR loop.
105 /// instruction that inhibits using the CTR loop.
109 /// CTR loop. If so, then perform the conversion and return true.
194 /// the CTR loop phase
    [all...]
PPCISelLowering.cpp     [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 102 #error EAX_MODE requires OMAC and CTR
107 symmetric_CTR ctr; member in struct:__anon6651
  /external/qemu/tcg/ppc/
tcg-target.c 386 #define CTR SPR(9, 0)
477 tcg_out32 (s, MTSPR | RS (0) | CTR);
494 tcg_out32 (s, MTSPR | RA (0) | CTR);
942 tcg_out32 (s, MTSPR | RS (3) | CTR);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 378 #define CTR SPR(9, 0)
497 tcg_out32 (s, MTSPR | RS (0) | CTR);
522 tcg_out32 (s, MTSPR | RA (0) | CTR);
908 tcg_out32 (s, MTSPR | RS (3) | CTR);
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 191 if (o == GOF(CTR) && sz == 8) return o;
390 if (o == GOF(CTR) && sz == 4) return o;
    [all...]
  /external/openssl/crypto/evp/
e_aes.c 69 ctr128_f ctr; member in union:__anon11354::__anon11355
84 ctr128_f ctr; member in struct:__anon11356
251 dat->stream.ctr = (ctr128_f)aesni_ctr32_encrypt_blocks;
316 gctx->ctr = (ctr128_f)aesni_ctr32_encrypt_blocks;
494 BLOCK_CIPHER_generic(nid,keylen,1,16,ctr,ctr,CTR,flags)
538 dat->stream.ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks;
561 dat->stream.ctr = (ctr128_f)AES_ctr32_encrypt;
663 if (dat->stream.ctr)
    [all...]

Completed in 239 milliseconds