HomeSort by relevance Sort by last modified time
    Searched full:clobbers (Results 26 - 50 of 219) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
29 #define ENABLE_INTERRUPTS(clobbers) sti
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.h 95 // Clobbers and rebuilds the specific content setting type exceptions table.
98 // Clobbers and rebuilds the specific content setting type exceptions
102 // Clobbers and rebuilds all the exceptions tables in the page (both normal
109 // Clobbers and rebuilds just the geolocation exception table.
112 // Clobbers and rebuilds just the desktop notification exception table.
115 // Clobbers and rebuilds just the Media device exception table.
118 // Clobbers and rebuilds just the MIDI SysEx exception table.
121 // Clobbers and rebuilds just the zoom levels exception table.
124 // Clobbers and rebuilds an exception table that's managed by the host content
  /ndk/sources/host-tools/sed-4.2.1/m4/
gettimeofday.m4 44 dnl See if gettimeofday clobbers the static buffer that localtime uses
55 AC_CACHE_CHECK([whether gettimeofday clobbers localtime buffer],
84 [Define if gettimeofday clobbers the localtime buffer.])
  /external/linux-tools-perf/perf-3.12.0/arch/sparc/include/asm/
unistd.h 4 * Don't be scared by the ugly clobbers, it is the only way I can
  /external/llvm/test/CodeGen/X86/
inline-asm-sp-clobber-memcpy.ll 8 ; Don't clobber %esi if we have inline asm that clobbers %esp.
2012-01-16-mfence-nosse-flags.ll 14 ; clobbers EFLAGS.
2010-06-09-FastAllocRegisters.ll 4 ; The inline asm in this function clobbers almost all allocatable registers.
2010-09-01-RemoveCopyByCommutingDef.ll 13 ; The imull clobbers a 32-bit register.
stack-align-memcpy.ll 9 ; We can't use rep;movsl here because it clobbers the base pointer in %esi.
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 108 SETUP_GOT_NOSAVE // clobbers ebx (harmless here)
123 SETUP_GOT_NOSAVE // clobbers ebx (harmless here)
139 SETUP_GOT_NOSAVE // clobbers ebx (harmless here)
155 SETUP_GOT_NOSAVE // clobbers ebx (harmless here)
283 SETUP_GOT_NOSAVE // clobbers ebx (harmless here)
321 SETUP_GOT_NOSAVE // clobbers ebx (harmless here)
340 SETUP_GOT_NOSAVE // clobbers EBX
359 SETUP_GOT_NOSAVE // clobbers EBX
387 SETUP_GOT_NOSAVE // clobbers EBX
562 SETUP_GOT_NOSAVE // clobbers EB
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_gcc_x86.hpp 49 "memory", "cc" // clobbers
65 "cc" // clobbers
91 "cc" // clobbers
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 525 SmallVector<std::string, 4> Clobbers;
527 NumInputs, OpExprs, Constraints, Clobbers,
532 // fpsr as clobbers.
533 auto End = std::remove(Clobbers.begin(), Clobbers.end(), "fpsw");
534 Clobbers.erase(End, Clobbers.end());
537 ClobberRefs.insert(ClobberRefs.end(), Clobbers.begin(), Clobbers.end());
576 /// ':' asm-clobbers
    [all...]
  /development/tutorials/ReverseDebug/
main.c 26 /* Make sure it clobbers something. */
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/
README 13 Note that this clobbers any previously-set $GYP_DEFINES so it must be done
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/
README 12 Note that this clobbers any previously-set $GYP_DEFINES so it must be done
  /external/clang/test/Parser/
asm.c 4 // PR7673: Some versions of GCC support an empty clobbers section.
  /external/valgrind/main/memcheck/tests/amd64-linux/
int3-amd64.c 41 : /* clobbers */ "rdx"
  /external/valgrind/main/memcheck/tests/x86-linux/
int3-x86.c 41 : /* clobbers */ "edx"
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 81 Expr *asmString, MultiExprArg clobbers,
83 unsigned NumClobbers = clobbers.size();
87 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data());
190 // Check that the clobbers are valid.
192 StringLiteral *Literal = Clobbers[i];
207 AsmString, NumClobbers, Clobbers, RParenLoc);
479 ArrayRef<StringRef> Clobbers,
487 Clobbers, EndLoc);
  /external/llvm/test/CodeGen/SystemZ/
asm-17.ll 62 ; Test clobbers of GPRs and CC.
73 ; Test clobbers of FPRs and CC.
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c 37 /* Work around the bug in some systems whereby gettimeofday clobbers
53 gettimeofday clobbers the static buffer used for localtime's result.
  /external/chromium_org/v8/test/webkit/
dfg-to-string-side-effect-clobbers-toString.js 25 "Tests what happens when you do ToString twice, and it has a side effect that clobbers the toString method in between the two ToStrings."
  /external/lldb/tools/debugserver/source/MacOSX/
HasAVX.s 25 cpuid // clobbers ebx
  /external/llvm/test/CodeGen/ARM/
cse-call.ll 5 ; Don't CSE a cmp across a call that clobbers CPSR.

Completed in 553 milliseconds

12 3 4 5 6 7 8 9