HomeSort by relevance Sort by last modified time
    Searched full:clobbers (Results 101 - 125 of 253) sorted by null

1 2 3 45 6 7 8 91011

  /art/runtime/arch/x86/
quick_entrypoints_x86.S 383 * Increments shorty and arg_array and clobbers temp_char.
459 // Clobbers ESI, EDI, EAX.
556 // Clobbers ESI, EDI, EAX.
    [all...]
  /art/runtime/
dex_instruction.h 152 kClobber = 0x0200000, // clobbers memory in a big way (not just a write)
  /docs/source.android.com/src/devices/tech/debug/
asan.jd 238 <p>The build system clobbers intermediate object directories when the
  /external/boringssl/src/ssl/
tls_record.c 313 /* |do_seal_record| will notice if it clobbers |in[0]|, but not if it
  /external/gemmlowp/meta/generators/
mul_Nx8_Mx8_neon.py 419 registers.Clobbers() + ['cc', 'memory'])
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 271 // The instruction has a register mask operand which means that it clobbers
IfConversion.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstr64Bit.td     [all...]
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 57 // Emit this the hard way. This clobbers G1 which we always know is
  /external/toybox/toys/pending/
lsof.c 313 fill_flags(fi); // Clobbers toybuf.
  /external/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.
  /frameworks/native/services/inputflinger/
EventHub.h 50 * timestamps all input events with the time they were posted and clobbers
  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_amd64.s 300 // Careful: Linux system call clobbers CX and R11.
sys_windows_amd64.s 373 CALL runtime·stackcheck(SB) // clobbers AX,CX
  /prebuilts/go/linux-x86/src/runtime/
sys_linux_amd64.s 300 // Careful: Linux system call clobbers CX and R11.
sys_windows_amd64.s 373 CALL runtime·stackcheck(SB) // clobbers AX,CX
  /toolchain/binutils/binutils-2.25/gas/
input-scrub.c 67 /* Because we need AFTER_STRING just after last full line, it clobbers
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 230 SmallVectorImpl<std::string> &Clobbers,
    [all...]
  /external/boringssl/src/crypto/bn/asm/
rsaz-x86_64.pl 1442 # clobbers: everything except %rbp and %rdi
1534 # clobbers: everything except %rbp and %rdi
1597 # clobbers: everything but %rdi, %rsi and %rbp
    [all...]
  /external/gemmlowp/internal/
kernel_neon.h 254 : // clobbers
623 : // clobbers
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 426 for (std::deque<Value *>::iterator it = cal->target.fn->clobbers.begin();
427 it != cal->target.fn->clobbers.end();
442 func->clobbers.push_back(func->getLValue(i));
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic4x.h 114 {"die", REG_DIE}, /* Clobbers C3x REG_IE */
115 {"iie", REG_IIE}, /* Clobbers C3x REG_IF */
116 {"iif", REG_IIF}, /* Clobbers C3x REG_IOF */
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 454 // The default mask clobbers everything. All targets should override.
458 /// Return a register mask that clobbers everything.
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 323 // Process clobbers.
327 // Clobbers kill the related colors.
    [all...]
  /external/valgrind/coregrind/
m_syscall.c 363 clobbers, so we preserve all the callee-save regs (%esi, %edi, %ebx,
423 no matter, they are caller-save (the syscall clobbers no callee-save
    [all...]

Completed in 1311 milliseconds

1 2 3 45 6 7 8 91011