HomeSort by: relevance | last modified time | path
    Searched defs:RSI (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
mcore-opc.h 30 JC, JU, JL, RSI, DO21, OB2
206 { "rori", RSI, 0, 0x3800 },
207 { "rotri", RSI, 0, 0x3800 },
  /src/external/gpl3/binutils.old/dist/opcodes/
mcore-opc.h 30 JC, JU, JL, RSI, DO21, OB2
206 { "rori", RSI, 0, 0x3800 },
207 { "rotri", RSI, 0, 0x3800 },
  /src/external/gpl3/gdb/dist/opcodes/
mcore-opc.h 30 JC, JU, JL, RSI, DO21, OB2
206 { "rori", RSI, 0, 0x3800 },
207 { "rotri", RSI, 0, 0x3800 },
  /src/external/gpl3/gdb.old/dist/opcodes/
mcore-opc.h 30 JC, JU, JL, RSI, DO21, OB2
206 { "rori", RSI, 0, 0x3800 },
207 { "rotri", RSI, 0, 0x3800 },
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.h 330 RegSizeInfoByHwMode RSI;
459 RegSizeInfoByHwMode RSI;
462 : Members(M), RSI(I) {}
465 : Members(&RC.getMembers()), RSI(RC.RSI) {}
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
macdefs.h 162 #define RSI 004
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 637 SelectInst *RSI = dyn_cast<SelectInst>(RHS);
638 if ((LSI && HasUndefInSelect(*LSI)) || (RSI && HasUndefInSelect(*RSI)))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 4645 buildCapturedStmtCaptureList(Sema &S, CapturedRegionScopeInfo *RSI,
4648 for (const sema::Capture &Cap : RSI->Captures) {
4654 RSI->CapRegionKind == CR_OpenMP);
4660 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap);
4672 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP)
4673 S.setOpenMPCaptureKind(Field, Cap.getVariable(), RSI->OpenMPLevel);
4779 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
4781 RecordDecl *Record = RSI->TheRecordDecl;
4796 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
4800 if (buildCapturedStmtCaptureList(*this, RSI, Captures, CaptureInits)
    [all...]

Completed in 30 milliseconds