HomeSort by relevance Sort by last modified time
    Searched defs:Move (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 360 /// load's chain operand and move load below the call's chain operand.
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.h 253 // Move macros.
264 // Try to move an immediate into the destination register in a single
269 // Move an immediate into register dst, and return an Operand object for use
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 592 Move(eax, Immediate(0));
674 Move(dst, Immediate(x.x_ ^ jit_cookie()));
677 Move(dst, x);
1009 Move(ebp, esp);
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 420 // * 1 instruction to move to sp
424 // three move keep operations.
427 // 1. 64-bit move zero (movz).
428 // 2. 32-bit move inverted (movn).
429 // 3. 64-bit move inverted.
432 // Move-keep may then be used to modify each of the 16-bit half words.
435 // applying move-keep operations to move-zero and move-inverted initial
438 // Try to move the immediate in one instruction, and if that fails, switch t
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 244 Move(result_reg, Immediate(0));
247 Move(result_reg, Immediate(255));
785 Move(dst, Immediate(x.x_ ^ jit_cookie()));
788 Move(dst, x);
1061 Move(ebp, esp);
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 42 Move(ip, target);
191 void MacroAssembler::Move(Register dst, Handle<Object> value) {
196 void MacroAssembler::Move(Register dst, Register src, Condition cond) {
204 void MacroAssembler::Move(DoubleRegister dst, DoubleRegister src) {
839 Move(dst_high, src_low);
846 Move(dst_low, src_low);
847 Move(dst_high, src_high);
885 Move(dst_low, src_high);
892 Move(dst_low, src_low);
893 Move(dst_high, src_high)
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.cc 37 Move(ip, target);
86 // S390 Assembler::move sequence is IILF / IIHF
99 // S390 Assembler::move sequence is IILF / IIHF
172 void MacroAssembler::Move(Register dst, Handle<Object> value) {
176 void MacroAssembler::Move(Register dst, Register src, Condition cond) {
182 void MacroAssembler::Move(DoubleRegister dst, DoubleRegister src) {
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 71 Move(scratch, target);
88 Move(kScratchRegister, source);
106 Move(kScratchRegister, destination);
122 Move(destination, source);
151 Move(kScratchRegister, kZapValue, Assembler::RelocInfoNone());
303 Move(value, kZapValue, Assembler::RelocInfoNone());
304 Move(dst, kZapValue, Assembler::RelocInfoNone());
339 Move(value, kZapValue, Assembler::RelocInfoNone());
340 Move(index, kZapValue, Assembler::RelocInfoNone());
410 Move(dst, kZapValue, Assembler::RelocInfoNone())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msimcsdk.h 330 virtual HRESULT WINAPI Move(__LONG32 nX,__LONG32 nY,__LONG32 nWidth,__LONG32 nHeight) = 0;
355 HRESULT (WINAPI *Move)(IMSIMWindow *This,__LONG32 nX,__LONG32 nY,__LONG32 nWidth,__LONG32 nHeight);
382 #define IMSIMWindow_Move(This,nX,nY,nWidth,nHeight) (This)->lpVtbl->Move(This,nX,nY,nWidth,nHeight)
    [all...]
agtsvr.h     [all...]
tom.h 315 virtual HRESULT WINAPI Move(__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta) = 0;
377 HRESULT (WINAPI *Move)(ITextRange *This,__LONG32 Unit,__LONG32 Count,__LONG32 *pDelta);
441 #define ITextRange_Move(This,Unit,Count,pDelta) (This)->lpVtbl->Move(This,Unit,Count,pDelta)
    [all...]
adoint.h     [all...]
adoint_backcompat.h     [all...]
msclus.h     [all...]
oledb.h     [all...]
mshtmlc.h 12668 HRESULT (WINAPI *move)(IHTMLTxtRange *This,BSTR Unit,__LONG32 Count,__LONG32 *ActualCount); member in struct:IHTMLTxtRangeVtbl
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc 215 // move resolver.
269 // Move the class to the desired location.
272 x86_64_codegen->Move(out, Location::RegisterLocation(RAX));
314 x86_64_codegen->Move(locations->Out(), Location::RegisterLocation(RAX));
352 // move resolver.
371 x86_64_codegen->Move(locations->Out(), Location::RegisterLocation(RAX));
636 // reference) to be in EAX. Save RAX beforehand, and move the
650 // If `base` and `value` are the same register location, move
5215 MoveOperands* move = moves_[index]; local
5400 MoveOperands* move = moves_[index]; local
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 109 // We cannot move instructions into delay slots across labels.
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0/
builder-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 

Completed in 1590 milliseconds

1 23 4 5