Searched refs:FRS (Results 1 - 2 of 2) sorted by relevance

/external/qemu/disas/
H A Dppc.c617 /* The FRS field in an X form instruction or the FRT field in a D, X
619 #define FRS FRC + 1
620 #define FRT FRS
624 #define FXM FRS + 1
4087 { "stfqx", X(31,919), X_MASK, POWER2, { FRS, RA, RB } },
4089 { "stfdpx", X(31,919), X_MASK, POWER6, { FRS, RA, RB } },
4091 { "stfqux", X(31,951), X_MASK, POWER2, { FRS, RA, RB } },
4446 { "stfsx", X(31,663), X_MASK, COM, { FRS, RA0, RB } },
4456 { "stfsxe", X(31,671), X_MASK, BOOKE64, { FRS, RA0, RB } },
4458 { "stfsux", X(31,695), X_MASK, COM, { FRS, RA
615 #define FRS macro
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1799 } else if (const CXXForRangeStmt *FRS =
1801 Body = FRS->getBody();
1952 const CXXForRangeStmt *FRS = cast<CXXForRangeStmt>(S); local
1953 return FRS->getCond() == Cond || FRS->getRangeInit() == Cond;
1963 if (const CXXForRangeStmt *FRS = dyn_cast<CXXForRangeStmt>(FL))
1964 return FRS->getInc() == S || FRS->getRangeStmt() == S ||
1965 FRS->getLoopVarStmt() || FRS
[all...]

Completed in 81 milliseconds