Home
last modified time | relevance | path

Searched refs:clobber (Results 1 – 25 of 91) sorted by relevance

1234

/external/stlport/
DMakefile14 all install depend clean clobber distclean check:: target
17 distclean clean depend clobber:: target
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
/external/llvm/test/CodeGen/ARM/
Dsubreg-remat.ll18 ; CHECK: asm clobber d0
25 …%y = call double asm sideeffect "asm clobber $0", "=w,0,~{d1},~{d2},~{d3},~{d4},~{d5},~{d6},~{d7},…
43 ; CHECK: asm clobber d0
49 …%y = call double asm sideeffect "asm clobber $0", "=w,0,~{d1},~{d2},~{d3},~{d4},~{d5},~{d6},~{d7},…
D2010-11-15-SpillEarlyClobber.ll5 ; This test has an inline asm with early-clobber arguments.
6 ; It is big enough that one of the early clobber registers is spilled.
9 ; clobber, allowing the undef register to be allocated to the same register as
10 ; the early clobber.
D2011-11-14-EarlyClobber.ll5 ; This test calls shrinkToUses with an early-clobber redefined live range during
10 ; The early-clobber instruction is an str:
/external/iproute2/
DMakefile81 clobber: clean target
84 distclean: clobber
/external/llvm/test/CodeGen/X86/
Dpr7882.ll3 ; make sure scheduler honors the flags clobber. PR 7882.
Dtailcall-largecode.ll15 ; clobber any of the arguments.
42 ; Check that the register used for a direct tail call doesn't clobber
Dpr11415.ll3 ; We used to consider the early clobber in the second asm statement as
D2008-02-20-InlineAsmClobber.ll4 ; The clobber list says that "ax" is clobbered. Make sure that eax isn't
D2010-05-03-CoalescerSubRegClobber.ll24 ; Verify that we don't clobber %eax after putting the imulq result in %rax
Dcmov.ll36 ; x86's 32-bit cmov doesn't clobber the high 32 bits of the destination
59 ; move with control flow may clobber EFLAGS (e.g., with xor, to set the
Dinline-asm-fpstack.ll184 ; the input argument is tied to an output register, or it is in the clobber list.
185 ; The clobber list case is tested above.
/external/kernel-headers/original/asm-x86/
Dparavirt.h45 unsigned (*patch)(u8 type, u16 clobber, void *insnbuf,
272 #define paravirt_clobber(clobber) \ argument
273 [paravirt_clobber] "i" (clobber)
279 #define _paravirt_alt(insn_string, type, clobber) \ argument
285 " .short " clobber "\n" \
/external/llvm/test/Analysis/BasicAA/
Dnocapture.ll10 store i32 4, i32* %Q ;; cannot clobber P since it is nocapture.
/external/quake/quake/src/QW/client/
Dmakefile.svgalib108 clobber: clean
/external/llvm/test/CodeGen/Thumb2/
D2010-06-14-NEONCoalescer.ll25 ; Then clobber the loaded register, not the sum.
Dlarge-call.ll5 ; This test case would clobber the outgoing call arguments by writing to the
15 ; Don't clobber that store until the call.
/external/llvm/lib/Target/X86/
DX86InstrControl.td148 // All calls clobber the non-callee saved registers. ESP is marked as
241 // __chkstk(MSVC): clobber R10, R11 and EFLAGS.
242 // ___chkstk(Mingw64): clobber R10, R11, RAX and EFLAGS, and update RSP.
/external/valgrind/main/VEX/priv/
Dhost_s390_defs.h315 HReg clobber; /* unspecified r11 */ member
476 s390_insn *s390_insn_clz(UChar size, HReg num_bits, HReg clobber,
/external/antlr/antlr-3.4/runtime/Ruby/
DHistory.txt47 - added #compile! and #clobber! methods to directly invoke the 'compile'
48 and 'clobber' tasks respectively
/external/llvm/lib/Target/ARM/
DREADME-Thumb.txt189 cheaper sequnce if we know it's ok to clobber the condition register.
216 etc. Almost all Thumb instructions clobber condition code.
/external/llvm/test/CodeGen/AArch64/
Dlarge-frame.ll88 ; If temporary registers are allocated for adjustment, they should *not* clobber
/external/expat/
DMakefile65 clobber: clean target
DMakefile.in65 clobber: clean
/external/stlport/doc/
DREADME.evc446 'nmake /fmsvc.mak clobber' before new build.

1234