HomeSort by relevance Sort by last modified time
    Searched refs:Saved (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce2.asm 3 .SavedRdi resq 1 ; saved register RDI
4 .SavedRsi resq 1 ; saved register RSI
9 .SavedRdi resq 1 ; Saved Register RDI
10 .SavedRsi resq 1 ; Saved Register RSI
sce3.asm 32 ; restore the registers that weren't saved with a push
47 .SavedRdi resq 1 ; saved register RDI
48 .SavedRsi resq 1 ; saved register RSI
53 .SavedRdi resq 1 ; Saved Register RDI
54 .SavedRsi resq 1 ; Saved Register RSI
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 73 void push(BasicBlock *BB, Value *Saved);
151 /// \brief Is BB the last block saved on the stack ?
156 /// \brief Pop the last saved value from the control flow stack
161 /// \brief Push a BB and saved value to the control flow stack
162 void SIAnnotateControlFlow::push(BasicBlock *BB, Value *Saved) {
163 Stack.push_back(std::make_pair(BB, Saved));
SILowerControlFlow.cpp 34 /// %SGPR0 = S_XOR_B64 %SGPR0, %EXEC // Clear live bits from saved exec mask
43 /// %EXEC = S_XOR_B64 %SGPR0, %EXEC // Clear live bits from saved exec mask
48 /// %EXEC = S_OR_B64 %EXEC, %SGPR0 // Re-enable saved exec mask bits
205 .addReg(Src); // Saved EXEC
250 unsigned Saved = MI.getOperand(1).getReg();
254 .addReg(Saved)
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 565 /// saved into Saved and the returned StringRef will refer to it.
567 std::string &Saved) {
594 Saved = Name.getAsString();
595 return Saved;
SemaOverload.cpp 593 DFIArguments *Saved = new (Context) DFIArguments;
594 Saved->FirstArg = Info.FirstArg;
595 Saved->SecondArg = Info.SecondArg;
596 Result.Data = Saved;
603 DFIParamWithArguments *Saved = new (Context) DFIParamWithArguments;
604 Saved->Param = Info.Param;
605 Saved->FirstArg = Info.FirstArg;
606 Saved->SecondArg = Info.SecondArg;
607 Result.Data = Saved;
806 Expr *Saved;
    [all...]
SemaTemplateDeduction.cpp 593 DeducedTemplateArgument Saved;
628 Pack.Saved = Deduced[Index];
686 Deduced[Pack.Index] = Pack.Saved;
694 // restore the saved argument pack.
    [all...]
SemaTemplateInstantiateDecl.cpp 190 LocalInstantiationScope *Saved = nullptr;
192 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope);
193 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 254 MCOperand Saved = Inst.getOperand(ImmOp);
257 Inst.addOperand(Saved);
332 MCOperand Saved = Inst.getOperand(AddrOp);
336 Inst.addOperand(Saved);
463 MCOperand Saved = OutMI.getOperand(0);
466 OutMI.addOperand(Saved);
489 MCOperand Saved = OutMI.getOperand(0);
492 OutMI.addOperand(Saved);
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/chromium_org/native_client_sdk/src/resources/
common.js 374 /** Saved text to display in the element with id 'statusField'. */
  /external/clang/lib/AST/
ItaniumMangle.cpp 243 void pop(FunctionTypeDepthState saved) {
244 assert(getDepth() == saved.getDepth() + 1);
245 Bits = saved.Bits;
463 FunctionTypeDepthState Saved = FunctionTypeDepth.push();
478 FunctionTypeDepth.pop(Saved);
2027 FunctionTypeDepthState saved = FunctionTypeDepth.push(); local
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 122 this.savedLabel_ = util.createChild(this.options_, 'saved');
444 // Forget the saved selection if the user changed the selection manually.
568 // Splice invalidates saved indices, drop the saved selection.
612 // If the saved selection is multiple the Slideshow should cycle through
613 // the saved selection.
731 ImageUtil.setAttribute(this.options_, 'saved',
989 ImageUtil.setAttribute(this.options_, 'saved', !mayChangeOverwrite);
996 cr.dispatchSimpleEvent(this, 'image-saved');
1003 * Flash 'Saved' label briefly to indicate that the image has been saved
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 327 milliseconds