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

  /external/pcre/dist2/src/sljit/
sljitNativePPC_32.c 138 FAIL_IF(push_inst(compiler, CMPI | CRD(0) | A(src1) | compiler->imm));
140 return push_inst(compiler, CMPLI | CRD(4) | A(src1) | compiler->imm);
145 FAIL_IF(push_inst(compiler, CMPL | CRD(4) | A(src1) | B(src2)));
147 FAIL_IF(push_inst(compiler, CMP | CRD(0) | A(src1) | B(src2)));
153 FAIL_IF(push_inst(compiler, CMPL | CRD(4) | A(src1) | B(src2)));
sljitNativePPC_64.c 260 FAIL_IF(push_inst(compiler, CMPI | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler->imm));
262 return push_inst(compiler, CMPLI | CRD(4 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | compiler->imm);
267 FAIL_IF(push_inst(compiler, CMPL | CRD(4 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2)));
269 return push_inst(compiler, CMP | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2));
276 FAIL_IF(push_inst(compiler, CMPL | CRD(4 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2)));
sljitNativePPC_common.c 126 #define CRD(d) ((d) << 21)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 133 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
134 for (const auto &I : CRD->bases())
690 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
691 for (const auto &I : CRD->bases()) {
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 95 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) {
96 if (CRD->getTemplateSpecializationKind() == TSK_ImplicitInstantiation)
294 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) {
296 if (const ClassTemplateDecl *CTD = CRD->getDescribedClassTemplate())
302 dyn_cast<ClassTemplateSpecializationDecl>(CRD)) {
316 CRD->getMemberSpecializationInfo())
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 457 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
459 if (CRD->lookupInBases([](const CXXBaseSpecifier *BS, CXXBasePath &) {
    [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ppc-opc.c 215 /* The CRD field in an XL form instruction. */
216 #define CRD BF
    [all...]

Completed in 379 milliseconds