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

1 2 34 5 6 7 8 9

  /external/chromium_org/ui/compositor/
layer_animation_element.h 90 // transform. NB: at every step, the interpolated transform clobbers the
  /external/clang/test/Sema/
asm.c 23 void clobbers() { function
  /external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 125 /// Return true if VirtReg crosses a regmask operand that clobbers PhysReg.
MachineOperand.h 467 /// clobbersPhysReg - Returns true if this RegMask clobbers PhysReg.
477 /// clobbersPhysReg - Returns true if this RegMask operand clobbers PhysReg.
665 /// an instruction that clobbers many registers, typically a call. The bit
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 159 // Register mask of preserved registers. All clobbers are dead.
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 352 // Check for flag reads and clobbers.
365 if (PRI.Clobbers) {
426 DEBUG(dbgs() << "Clobbers flags: " << I);
467 // defined before The CmpBB cmp clobbers the flags. Alternatively, it should
  /external/llvm/test/CodeGen/Thumb2/
crash.ll 81 ; Check RAFast handling of inline assembly with many dense clobbers.
  /external/openssl/crypto/aes/asm/
vpaes-x86.pl 177 ## Clobbers %xmm1-%xmm5, %eax, %ebx, %ecx, %edx
571 ## Clobbers %xmm1-%xmm5.
639 ## Clobbers %xmm1, %xmm2
676 ## Clobbers xmm1-xmm5
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
  /ndk/sources/host-tools/sed-4.2.1/
BUGS 74 -i clobbers read-only files
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 968 /* clobbers: */ : "memory");
983 /* clobbers: */ : "memory");
1006 /* clobbers: */ : "cr0", "cr1", "memory");
1018 * "memory" in the 'clobbers' section means that gcc will make
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 45 /// clobbers the desired value. The pointer member of the MemDepResult
46 /// pair holds the instruction that clobbers the memory. For example,
71 /// and no intervening clobbers. No validation is done that the
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h 635 // Clobbers rax and rdx registers.
643 // Clobbers rax and rdx registers.
674 // Uses and clobbers rcx, so dst may not be rcx.
682 // Uses and clobbers rcx, so dst may not be rcx.
692 // Uses and clobbers rcx, so dst may not be rcx.
    [all...]
  /art/compiler/dex/
local_value_numbering_test.cc 370 DEF_IPUT(Instruction::IPUT, 8u, 22u, 2u), // IPUT clobbers field #1 (#2 is wide).
375 DEF_IPUT(Instruction::IPUT, 13u, 20u, 2u), // IPUT clobbers field #1 (#2 is wide).
415 DEF_SPUT(Instruction::SPUT, 5u, 2u), // SPUT clobbers field #1 (#2 is wide).
  /bionic/libm/i387/
fenv.c 369 * instruction clobbers the i387 register stack. This happens because
  /external/bison/lib/
strerror_r.c 52 strerror_r clobbers strerror. */
  /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/linux-tools-perf/perf-3.12.0/arch/sparc/include/uapi/asm/
unistd.h 4 * Don't be scared by the ugly clobbers, it is the only way I can
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 57 // Emit this the hard way. This clobbers G1 which we always know is
  /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/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 117 // Look for inline asm that clobbers the SP register.
127 // Clobbers don't have SDValue operands, hence SDValue().
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 202 // Inline ASM is okay, unless it clobbers the ctr register.
599 " clobbers CTR, invalidating " << "BB#" <<
  /art/compiler/dex/quick/
local_optimizations.cc 78 * will need to be re-checked (eg the new dest clobbers the src used in
  /art/runtime/
dex_instruction.h 142 kClobber = 0x200000, // clobbers memory in a big way (not just a write)
  /external/chromium_org/chrome/browser/sync/test/integration/
migration_test.cc 218 // boolean pref clobbers the local value), so it doesn't work

Completed in 1858 milliseconds

1 2 34 5 6 7 8 9