/external/llvm/test/CodeGen/X86/ |
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.
|
/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); 477 ArrayRef<StringRef> Clobbers, 485 Clobbers, EndLoc);
|
/external/kernel-headers/original/asm-x86/ |
irqflags_32.h | 106 #define DISABLE_INTERRUPTS(clobbers) cli 107 #define ENABLE_INTERRUPTS(clobbers) sti
|
paravirt.h | 300 unsigned paravirt_patch_default(u8 type, u16 clobbers, void *insnbuf, 1011 u16 clobbers; /* what registers you may clobber */ member in struct:paravirt_patch_site 1114 #define PARA_SITE(ptype, clobbers, ops) \ 1122 .short clobbers; \ 1129 #define DISABLE_INTERRUPTS(clobbers) \ 1130 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_disable), clobbers, \ 1135 #define ENABLE_INTERRUPTS(clobbers) \ 1136 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_enable), clobbers, \
|
/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."
|
dfg-cse-cfa-discrepancy.js | 40 y = 72; // PutScopedVar appears to clobber world in CSE but only clobbers structures in CFA.
|
/external/llvm/test/CodeGen/ARM/ |
cse-call.ll | 5 ; Don't CSE a cmp across a call that clobbers CPSR.
|
/external/clang/lib/AST/ |
Stmt.cpp | 394 StringLiteral **Clobbers, 414 C.Deallocate(this->Clobbers); 415 this->Clobbers = new (C) StringLiteral*[NumClobbers]; 416 std::copy(Clobbers, Clobbers + NumClobbers, this->Clobbers); 632 unsigned numclobbers, StringLiteral **clobbers, 648 Clobbers = new (C) StringLiteral*[NumClobbers]; 649 std::copy(clobbers, clobbers + NumClobbers, Clobbers) [all...] |
/external/bison/m4/ |
strerror.m4 | 43 dnl If the system's strerror_r or __xpg_strerror_r clobbers strerror's
|
/external/chromium_org/third_party/libjingle/source/talk/examples/android/ |
README | 11 Note that this clobbers any previously-set $GYP_DEFINES so it must be done
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstrBundle.h | 170 /// Clobbers - Reg or an overlapping register is defined, or a regmask 171 /// clobbers Reg. 172 bool Clobbers;
|
LiveIntervalAnalysis.h | 68 /// Always use the 'r' slot, RegMasks are normal clobbers, not early 69 /// clobbers. 305 // For compile time performance reasons, these clobbers are not recorded in
|
/external/llvm/lib/CodeGen/ |
MachineInstrBundle.cpp | 292 PRI.Clobbers = true; // Regmask clobbers Reg. 323 PRI.Clobbers = true; // Reg or an overlapping reg is defined.
|
/external/llvm/lib/IR/ |
InlineAsm.cpp | 130 if (Type == isClobber || // Cannot commute clobbers. 261 return false; // outputs before inputs and clobbers. 269 if (NumClobbers) return false; // inputs before clobbers.
|
/external/chromium_org/v8/src/ |
arguments.cc | 121 // TODO(ulan): This clobbers only subset of registers depending on compiler,
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
linux-elf.h | 110 /* The GNU/Linux profiler clobbers the link register. Make sure the
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
linux-elf.h | 110 /* The GNU/Linux profiler clobbers the link register. Make sure the
|
/dalvik/vm/compiler/codegen/ |
CodegenFactory.cpp | 69 * Similar to loadValueDirect, but clobbers and allocates the target 105 * Similar to loadValueDirect, but clobbers and allocates the target
|
/art/compiler/dex/quick/ |
gen_loadstore.cc | 106 * Similar to LoadValueDirect, but clobbers and allocates the target 137 * Similar to LoadValueDirect, but clobbers and allocates the target
|
/dalvik/vm/compiler/codegen/mips/ |
CodegenFactory.cpp | 63 * Similar to loadValueDirect, but clobbers and allocates the target 98 * Similar to loadValueDirect, but clobbers and allocates the target
|