Home
last modified time | relevance | path

Searched refs:clobbers (Results 1 – 25 of 33) sorted by relevance

12

/external/kernel-headers/original/asm-x86/
Dirqflags_32.h106 #define DISABLE_INTERRUPTS(clobbers) cli argument
107 #define ENABLE_INTERRUPTS(clobbers) sti argument
Dparavirt.h300 unsigned paravirt_patch_default(u8 type, u16 clobbers, void *insnbuf,
1011 u16 clobbers; /* what registers you may clobber */ member
1114 #define PARA_SITE(ptype, clobbers, ops) \ argument
1122 .short clobbers; \
1129 #define DISABLE_INTERRUPTS(clobbers) \ argument
1130 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_disable), clobbers, \
1135 #define ENABLE_INTERRUPTS(clobbers) \ argument
1136 PARA_SITE(PARA_PATCH(pv_irq_ops, PV_IRQ_irq_enable), clobbers, \
/external/clang/test/PCH/
Dasm.c12 void call_clobbers(void) { clobbers(); } in call_clobbers()
Dasm.h10 void clobbers() { in clobbers() function
/external/llvm/test/CodeGen/SystemZ/
Dasm-17.ll62 ; Test clobbers of GPRs and CC.
73 ; Test clobbers of FPRs and CC.
/external/llvm/test/CodeGen/X86/
D2011-06-14-PreschedRegalias.ll4 ; mul wants an operand in AL, but call clobbers it.
Dstack-align-memcpy.ll6 ; We can't use rep;movsl here because it clobbers the base pointer in %esi.
D2012-01-16-mfence-nosse-flags.ll14 ; clobbers EFLAGS.
D2010-09-01-RemoveCopyByCommutingDef.ll13 ; The imull clobbers a 32-bit register.
D2010-06-09-FastAllocRegisters.ll4 ; The inline asm in this function clobbers almost all allocatable registers.
/external/clang/lib/AST/
DStmt.cpp632 unsigned numclobbers, StringLiteral **clobbers, in GCCAsmStmt() argument
649 std::copy(clobbers, clobbers + NumClobbers, Clobbers); in GCCAsmStmt()
657 StringRef asmstr, ArrayRef<StringRef> clobbers, in MSAsmStmt() argument
660 numinputs, clobbers.size()), LBraceLoc(lbraceloc), in MSAsmStmt()
663 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers); in MSAsmStmt()
678 ArrayRef<StringRef> clobbers) { in initialize() argument
680 assert(NumClobbers == clobbers.size()); in initialize()
704 Clobbers[i] = copyIntoContext(C, clobbers[i]); in initialize()
/external/clang/test/Sema/
Dasm.c18 void clobbers() { in clobbers() function
/external/clang/lib/Sema/
DSemaStmtAsm.cpp81 Expr *asmString, MultiExprArg clobbers, in ActOnGCCAsmStmt() argument
83 unsigned NumClobbers = clobbers.size(); in ActOnGCCAsmStmt()
87 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); in ActOnGCCAsmStmt()
/external/llvm/test/CodeGen/ARM/
Dcse-call.ll5 ; Don't CSE a cmp across a call that clobbers CPSR.
/external/bison/m4/
Dstrerror.m443 dnl If the system's strerror_r or __xpg_strerror_r clobbers strerror's
Dstrerror_r.m4134 dnl In cygwin < 1.7.10, __xpg_strerror_r clobbers strerror's buffer.
/external/chromium_org/third_party/libjingle/source/talk/examples/android/
DREADME11 Note that this clobbers any previously-set $GYP_DEFINES so it must be done
/external/llvm/test/CodeGen/Thumb2/
D2010-03-15-AsmCCClobber.ll16 ; Make sure the cmp is not scheduled before the InlineAsm that clobbers cc.
Dcrash.ll81 ; Check RAFast handling of inline assembly with many dense clobbers.
/external/chromium_org/third_party/JSON/JSON-2.59/t/
D19_incr.t172 my $e = $@; # test more clobbers $@, we need it twice
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp426 for (std::deque<Value *>::iterator it = cal->target.fn->clobbers.begin(); in visit()
427 it != cal->target.fn->clobbers.end(); in visit()
442 func->clobbers.push_back(func->getLValue(i)); in visit()
Dnv50_ir.h967 std::deque<Value *> clobbers; variable
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp426 for (std::deque<Value *>::iterator it = cal->target.fn->clobbers.begin(); in visit()
427 it != cal->target.fn->clobbers.end(); in visit()
442 func->clobbers.push_back(func->getLValue(i)); in visit()
Dnv50_ir.h967 std::deque<Value *> clobbers; variable
/external/clang/include/clang/AST/
DStmt.h1513 StringLiteral **clobbers, SourceLocation rparenloc);
1689 ArrayRef<StringRef> clobbers, SourceLocation endloc);

12