HomeSort by relevance Sort by last modified time
    Searched refs:FS (Results 126 - 150 of 194) sorted by null

1 2 3 4 56 7 8

  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 95 GENOFFSET(X86,x86,FS);
  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 255 // offset 0x18 from the FS segment register gives a pointer to
259 MOV EAX, FS:[18h]
264 // offset 0x18 from the FS segment register gives a pointer to
267 asm ( "movl %%fs:0x18, %0\n"
  /external/clang/lib/AST/
StmtPrinter.cpp 474 if (ObjCAtFinallyStmt *FS = static_cast<ObjCAtFinallyStmt *>(
477 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(FS->getFinallyBody()));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 496 if (const ForStmt *FS =
498 if (FS->getInit() == S)
499 return PathDiagnosticLocation(FS, SMgr, LC);
    [all...]
ExprEngine.cpp 59 FunctionSummariesTy *FS,
63 Engine(*this, FS),
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
tran.c 39 char **FS; /* initial field sep */
54 Cell *fsloc; /* FS */
77 fsloc = setsymtab("FS", " ", 0.0, STR|DONTFREE, symtab);
78 FS = &fsloc->sval;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 419 // stuff in gs and fs segments.
422 FS = 1 << SegOvrShift,
X86MCCodeEmitter.cpp 841 case X86::FS: EmitByte(0x64, CurByte, OS); break;
846 case X86II::FS:
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 458 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS);
608 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS) {
610 if (DeclStmt *DS = dyn_cast<DeclStmt>(FS->getElement())) {
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 103 FunctionSummariesTy *FS,
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 247 ENTRY(FS) \
X86Disassembler.cpp 618 X86::FS,
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 294 //:: struct i387_fsave_struct *fs = &regs->m_sse.fsave;
296 //:: fs->status = fs->swd;
297 //:: VG_(memcpy)(buf, fs, sizeof(*fs));
370 SC2(fs,FS);
668 tst->arch.vex.guest_FS = sc->fs;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 258 void VisitForStmt(clang::ForStmt *FS);
329 void DestructorVisitor::VisitForStmt(clang::ForStmt *FS) {
331 VisitStmt(FS);
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 67 #undef FS
332 void init_log(FILE *fs);
  /external/oprofile/events/x86-64/family11h/
unit_masks 50 0x10 FS register
  /external/oprofile/events/x86-64/hammer/
unit_masks 44 0x10 FS register
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
X86CodeEmitter.cpp 798 case X86::FS: MCE.emitByte(0x64); break;
803 case X86II::FS:
    [all...]
X86RegisterInfo.cpp 344 Reserved.set(X86::FS);
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/oprofile/events/i386/nehalem/
events 91 event:0xD4 counters:0,1,2,3 um:one minimum:6000 name:SEG_RENAME_STALLS : Counts the number of stall cycles due to the lack of renaming resources for the ES, DS, FS, and GS segment registers. If a segment is renamed but not retired and a second update to the same segment occurs, a stall occurs in the front-end of the pipeline until the renamed segment retires.
  /external/oprofile/events/x86-64/family10/
unit_masks 62 0x10 FS register

Completed in 1713 milliseconds

1 2 3 4 56 7 8