HomeSort by relevance Sort by last modified time
    Searched full:clobber (Results 51 - 75 of 607) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile 44 clobber:: clean
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Makefile 44 clobber:: clean
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
Makefile 59 clobber:: clean
  /external/chromium_org/tools/gn/
function_set_defaults.cc 58 // Currently, we don't allow imports to clobber anything, so this wouldn't
62 // imports would always clobber previous values and it would be confusing.
scope.cc 245 "Which would clobber the one in your current scope"));
269 "\"" + i->first + "\" which would clobber one for the\n"
277 // Be careful to delete any pointer we're about to clobber.
294 "which\nwould clobber the one in your current scope.");
317 "Which would clobber the one in your current scope"));
326 // Be careful to delete any pointer we're about to clobber.
348 // Want to clobber since we've flattened some nested scopes, and our parent
  /external/llvm/test/CodeGen/X86/
tailcall-largecode.ll 15 ; clobber any of the arguments.
42 ; Check that the register used for a direct tail call doesn't clobber
2008-02-20-InlineAsmClobber.ll 3 ; The clobber list says that "ax" is clobbered. Make sure that eax isn't
stack-align-memcpy.ll 22 ; Also don't clobber %esi if the dynamic alloca comes after the memcpy.
  /build/core/
help.mk 23 @echo "clean (aka clobber) equivalent to rm -rf out/"
  /external/chromium_org/v8/test/mjsunit/
arguments-lazy.js 37 // Make sure that accessing arguments doesn't clobber any
  /external/chromium_org/v8/test/webkit/
dfg-putbyval-cfa-clobber.js 25 "Tests that CFA knows that PutByVal can clobber the world."
exception-try-finally-scope-error.js 55 // Just clobber any temporaries
  /external/libyuv/files/source/
row_neon.cc 355 : "memory", "cc", "q0", "q1" // Clobber List
374 : "memory", "cc", "q0", "q1", "q2", "q3" // Clobber List
556 : "memory", "cc", "d0", "d1", "d2", "d3" // Clobber List
575 : "memory", "cc", "d0", "d1", "d2", "d3" // Clobber List
594 : "memory", "cc", "d0", "d1", "d2", "d3", "d4" // Clobber List
613 : "memory", "cc", "d1", "d2", "d3", "d4" // Clobber List
633 : "memory", "cc", "d1", "d2", "d3", "d4" // Clobber List
652 : "memory", "cc", "d0", "d1", "d2", "d3", "d4" // Clobber List
670 : "memory", "cc", "d1", "d2", "d3", "d4" // Clobber List
689 : "memory", "cc", "d1", "d2", "d3", "d4" // Clobber Lis
    [all...]
  /external/llvm/test/CodeGen/Mips/cconv/
callee-saved-fpxx1.ll 12 call void asm "# Clobber", "~{$f21}"()
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
Makefile 64 clobber:: clean
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
Makefile 63 clobber:: clean
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
Makefile 64 clobber:: clean
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
Makefile 65 clobber:: clean
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
multibufconst.h 64 * clobber state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
multibufconst.h 64 * clobber state
  /system/core/include/cutils/
qtaguid.h 52 * In which case it can clobber everything.
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 28 Clobber = 0,
65 return InstTypePair(dep.getInst(), Clobber);
91 = {"Clobber", "Def", "NonFuncLocal", "Unknown"};
  /art/compiler/dex/quick/
ralloc_util.cc 172 void Mir2Lir::Clobber(RegStorage reg) {
175 Clobber(reg.GetLow());
177 Clobber(reg.GetHigh());
202 // Only clobber if we have overlap.
229 // Dealing with a pair - clobber the other half.
373 Clobber(info->GetReg());
389 Clobber(info->GetReg());
537 // Either not found, or something didn't match up. Clobber to prevent any stale instances.
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 461 /* Clobber all regs that might be used by an external C call */
464 Clobber(rs_rAX);
465 Clobber(rs_rCX);
466 Clobber(rs_rDX);
467 Clobber(rs_rSI);
468 Clobber(rs_rDI);
470 Clobber(rs_r8);
471 Clobber(rs_r9);
472 Clobber(rs_r10);
473 Clobber(rs_r11)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-utils-arm64.cc 267 void Clobber(MacroAssembler* masm, RegList reg_list, uint64_t const value) {
309 void Clobber(MacroAssembler* masm, CPURegList reg_list) {
311 // This will always clobber X registers.
312 Clobber(masm, reg_list.list());
314 // This will always clobber D registers.
325 // Ensure that we don't unintentionally clobber any registers.

Completed in 1530 milliseconds

1 23 4 5 6 7 8 91011>>