HomeSort by relevance Sort by last modified time
    Searched full:clobbers (Results 76 - 100 of 228) sorted by null

1 2 34 5 6 7 8 910

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 46 /// clobbers the desired value. The pointer member of the MemDepResult
47 /// pair holds the instruction that clobbers the memory. For example,
72 /// and no intervening clobbers. No validation is done that the
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h 649 // Clobbers rax and rdx registers.
657 // Clobbers rax and rdx registers.
686 // Uses and clobbers rcx, so dst may not be rcx.
692 // Uses and clobbers rcx, so dst may not be rcx.
702 // Uses and clobbers rcx, so dst may not be rcx.
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 631 // Clobbers rax and rdx registers.
639 // Clobbers rax and rdx registers.
668 // Uses and clobbers rcx, so dst may not be rcx.
674 // Uses and clobbers rcx, so dst may not be rcx.
684 // Uses and clobbers rcx, so dst may not be rcx.
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 457 /// clobbersPhysReg - Returns true if this RegMask clobbers PhysReg.
467 /// clobbersPhysReg - Returns true if this RegMask operand clobbers PhysReg.
647 /// an instruction that clobbers many registers, typically a call. The bit
  /bionic/libm/i387/
fenv.c 367 * instruction clobbers the i387 register stack. This happens because
  /external/bison/lib/
strerror_r.c 52 strerror_r clobbers strerror. */
  /external/chromium_org/chrome/browser/sync/test/integration/
migration_errors_test.cc 112 // boolean pref clobbers the local value), so it doesn't work
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
vpaes-x86_64.pl 78 ## Clobbers %xmm1-%xmm5, %r9, %r10, %r11, %rax
493 ## Clobbers %xmm1-%xmm4, %r11.
560 ## Clobbers %xmm1, %xmm2
598 ## Clobbers xmm1-xmm5
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_win_unittest.cc 73 // Verifies SetData invoked twice with the same data clobbers existing data.
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 263 // The instruction has a register mask operand which means that it clobbers
  /external/openssl/crypto/aes/asm/
vpaes-x86_64.pl 78 ## Clobbers %xmm1-%xmm5, %r9, %r10, %r11, %rax
493 ## Clobbers %xmm1-%xmm4, %r11.
560 ## Clobbers %xmm1, %xmm2
598 ## Clobbers xmm1-xmm5
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 329 SmallVector<StringLiteral*, 16> Clobbers;
331 Clobbers.push_back(cast_or_null<StringLiteral>(Reader.ReadSubStmt()));
336 Clobbers.data(), NumClobbers);
356 // Read the clobbers.
358 SmallVector<StringRef, 16> Clobbers;
360 Clobbers.reserve(S->NumClobbers);
363 Clobbers.push_back(ClobbersData.back());
381 Constraints, Exprs, Clobbers);
    [all...]
  /external/compiler-rt/lib/msandr/
msandr.cc 283 // Clobbers nothing except xax.
303 // Clobbers nothing except xax.
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 194 // Inline ASM is okay, unless it clobbers the ctr register.
573 " clobbers CTR, invalidating " << "BB#" <<
  /art/compiler/dex/quick/
local_optimizations.cc 49 * will need to be re-checked (eg the new dest clobbers the src used in
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 64 * will need to be re-checked (eg the new dest clobbers the src used in
  /dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp 64 * will need to be re-checked (eg the new dest clobbers the src used in
  /external/chromium/webkit/glue/
cpp_variant_unittest.cc 349 // This test must be first since it just clobbers internal data without
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.h 265 // Sets the view used to render the icon. This clobbers any icon set via
  /external/chromium_org/v8/src/
compiler.h 378 // If the compiled code saves double caller registers that it clobbers.
  /external/chromium_org/v8/test/webkit/
dfg-to-string-side-effect-clobbers-toString-expected.txt 24 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/chromium_org/webkit/renderer/
cpp_variant_unittest.cc 370 // This test must be first since it just clobbers internal data without
  /external/kernel-headers/original/asm-mips/sibyte/
sb1250_scd.h 151 * Also, it clobbers AT.)
  /external/qemu/target-arm/
op_helper.c 331 The only way to do that in TCG is a conditional branch, which clobbers
  /external/qemu/tcg/
tcg.h 431 #define TCG_OPF_CALL_CLOBBER 0x02 /* instruction clobbers call registers

Completed in 5078 milliseconds

1 2 34 5 6 7 8 910