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

  /external/pcre/dist/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 122 #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())
680 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
681 for (const auto &I : CRD->bases()) {
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 94 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) {
95 if (CRD->getTemplateSpecializationKind() == TSK_ImplicitInstantiation)
293 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) {
295 if (const ClassTemplateDecl *CTD = CRD->getDescribedClassTemplate())
301 dyn_cast<ClassTemplateSpecializationDecl>(CRD)) {
315 CRD->getMemberSpecializationInfo())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 434 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
436 if (CRD->lookupInBases([](const CXXBaseSpecifier *BS, CXXBasePath &) {
    [all...]
SemaExpr.cpp     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 202 /* The CRD field in an XL form instruction. */
203 #define CRD BF
    [all...]

Completed in 585 milliseconds