/external/vixl/test/ |
test-utils-a64.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.
|
/bionic/libc/arch-x86/bionic/ |
__set_tls.c | 70 __asm__ __volatile__("movw %w0, %%gs" : /*output*/ : "q"(selector) /*input*/ : /*clobber*/);
|
/external/chromium_org/base/ |
event_recorder.h | 46 // Will clobber the file if it already exists.
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/asm/ |
SaveRegisters_arm64.S | 59 * the callback didn't clobber them) and we didn't modify them either.
|
/external/chromium_org/v8/src/ |
arguments.cc | 99 // Rewrite this in assembly to really clobber all registers.
|
/external/chromium_org/v8/test/webkit/ |
dfg-cse-cfa-discrepancy.js | 40 y = 72; // PutScopedVar appears to clobber world in CSE but only clobbers structures in CFA.
|
dfg-multi-basic-block-structure-clobber.js | 25 "This tests that a structure clobber in a basic block that does not touch a live variable causes that variable's structure to be correctly clobbered."
|
/external/libpng/contrib/libtests/ |
gentests.sh | 41 # Take care not to clobber something
|
/external/llvm/test/CodeGen/X86/ |
2010-05-03-CoalescerSubRegClobber.ll | 24 ; Verify that we don't clobber %eax after putting the imulq result in %rax
|
/external/llvm/utils/bugpoint/ |
RemoteRunSafely.sh | 42 # clobber them with the shift command.
|
/external/valgrind/main/memcheck/tests/amd64/ |
insn-pcmpistri.c | 19 /* volatile asm and "memory" clobber are needed here, since we
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
Timeouts.java | 29 /** A prefix to use for all keys so to not clobber the global namespace. */
|
/external/chromium_org/build/ |
landmines.py | 9 various build scripts will then check for the presence of this file and clobber 10 accordingly. The script will also emit the reasons for the clobber to stdout.
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_app.py | 124 build_projects.UpdateHelpers(app_dir, clobber=True) 125 build_projects.UpdateProjects(app_dir, tree, clobber=False,
|
build_sdk.py | 610 def MakeDirectoryOrClobber(pepperdir, dirname, clobber): 612 if clobber: 619 def BuildStepUpdateHelpers(pepperdir, clobber): 621 build_projects.UpdateHelpers(pepperdir, clobber=clobber) 625 build_experimental, clobber): 654 build_projects.UpdateProjects(pepperdir, tree, clobber=clobber, 914 print 'NOTE: To clobber you will need to run toolchain_build_bionic.py' [all...] |
/external/linux-tools-perf/perf-3.12.0/arch/parisc/include/asm/ |
unistd.h | 29 /* GCC has to be warned that a syscall may clobber all the ABI 33 the clobber list so it is left out. Also the input arguments
|
/external/llvm/test/CodeGen/ARM/ |
2011-11-14-EarlyClobber.ll | 5 ; This test calls shrinkToUses with an early-clobber redefined live range during 10 ; The early-clobber instruction is an str:
|
/external/llvm/test/DebugInfo/X86/ |
dbg-value-range.ll | 51 ;CHECK-NEXT: [[CLOBBER:Ltmp[0-9]*]] 55 ;CHECK-NEXT: .quad [[CLOBBER]]
|
/external/llvm/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 44 /// Clobber - This is a dependence on the specified instruction which 54 Clobber, 109 assert(Inst && "Clobber requires inst"); 110 return MemDepResult(PairTy(Inst, Clobber)); 126 /// an instruction clobber dependency. 127 bool isClobber() const { return Value.getInt() == Clobber; } 368 /// set of instructions that either define or clobber the value.
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
task.rb | 85 full_name = ( @namespace + [ @name, 'clobber' ] ).join( ':' ) 89 def clobber! 96 task( 'clobber' ) do
|
/external/chromium_org/build/android/buildbot/ |
bb_run_bot.py | 143 B('main-clobber', H(compile_step)), 204 ('lkgr-clobber', 'main-clobber'),
|
/art/runtime/arch/ |
stub_test.cc | 90 : "memory"); // clobber. 91 // TODO: Should we clobber the other registers? EBX gets clobbered by some of the stubs, 128 : "memory"); // clobber. 131 // Spill x0-x7 which we say we don't clobber. May contain args. 229 "mov x9, #0\n\t" // Use x9 as flag, in clobber list 262 "memory"); // clobber. 278 "memory"); // clobber all 279 // TODO: Should we clobber the other registers? 314 : "memory"); // clobber. 315 // TODO: Should we clobber the other registers? EBX gets clobbered by some of the stubs [all...] |
/art/runtime/arch/x86/ |
context_x86.cc | 94 :); // clobber.
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
wsetup.c | 57 /* clobber any ungetc data */
|
/external/chromium_org/mojo/embedder/ |
platform_channel_pair_posix.cc | 97 // Log a warning if the command line already has the switch, but "clobber" it
|