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

/freebsd-11-stable/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-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1248 } else if (const auto *FRS = dyn_cast<CXXForRangeStmt>(Loop)) {
1249 Body = FRS->getBody();
1386 const auto *FRS = cast<CXXForRangeStmt>(S); local
1387 return FRS->getCond() == Cond || FRS->getRangeInit() == Cond;
1397 if (const auto *FRS = dyn_cast<CXXForRangeStmt>(FL))
1398 return FRS->getInc() == S || FRS->getRangeStmt() == S ||
1399 FRS->getLoopVarStmt() || FRS
[all...]

Completed in 124 milliseconds