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

/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dppc-opc.c275 /* The FRS field in an X form instruction or the FRT field in a D, X macro
277 #define FRS FRC + 1
278 #define FRT FRS
282 #define FXM FRS + 1
3745 { "stfqx", X(31,919), X_MASK, POWER2, { FRS, RA, RB } },
3747 { "stfdpx", X(31,919), X_MASK, POWER6, { FRS, RA, RB } },
3749 { "stfqux", X(31,951), X_MASK, POWER2, { FRS, RA, RB } },
4104 { "stfsx", X(31,663), X_MASK, COM, { FRS, RA0, RB } },
4114 { "stfsxe", X(31,671), X_MASK, BOOKE64, { FRS, RA0, RB } },
4116 { "stfsux", X(31,695), X_MASK, COM, { FRS, RA
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1786 } else if (const CXXForRangeStmt *FRS =
1788 Body = FRS->getBody();
1937 const CXXForRangeStmt *FRS = cast<CXXForRangeStmt>(S); local
1938 return FRS->getCond() == Cond || FRS->getRangeInit() == Cond;
1948 if (const CXXForRangeStmt *FRS = dyn_cast<CXXForRangeStmt>(FL))
1949 return FRS->getInc() == S || FRS->getRangeStmt() == S ||
1950 FRS->getLoopVarStmt() || FRS
[all...]

Completed in 73 milliseconds