HomeSort by relevance Sort by last modified time
    Searched refs:Move (Results 276 - 300 of 407) sorted by null

<<11121314151617

  /external/v8/src/ic/x87/
handler-compiler-x87.cc 129 // TODO(mvstanton): This isn't used on ia32. Move all the other
177 __ Move(holder, receiver);
ic-x87.cc 229 __ Move(result, scratch);
    [all...]
  /external/v8/test/cctest/
test-assembler-x64.cc 862 __ Move(xmm4, (uint64_t)1 << 63);
911 __ Move(xmm4, (uint64_t)1 << 63);
1088 __ Move(xmm4, (uint32_t)1 << 31);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 664 (edge == HighlightView.MOVE)
665 ? HighlightView.ModifyMode.Move
724 // the user to move the image around. This call to center puts
  /external/v8/src/ppc/
code-stubs-ppc.cc     [all...]
  /external/curl/packages/vms/
gnv_link_curl.com 68 $! Move to where the base directories.
  /art/compiler/utils/arm/
assembler_arm.cc 213 uint32_t PUW = am >> 21; // Move down to bottom of word.
254 uint32_t PU1W = am_ >> 21; // Move down to bottom of word.
656 void ArmAssembler::Move(ManagedRegister m_dst, ManagedRegister m_src, size_t /*size*/) {
672 // Ensure that the first move doesn't clobber the input of the second.
    [all...]
assembler_arm.h 87 : label_(), anchor_label_(), labels_(std::move(labels)) {
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.cc 328 void Arm64Assembler::Move(ManagedRegister m_dst, ManagedRegister m_src, size_t size) {
587 // Move this logic in add constants with flags.
  /art/compiler/utils/x86_64/
assembler_x86_64.h 750 void Move(ManagedRegister dest, ManagedRegister src, size_t size);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 152 vk::Move<vk::VkImage> object_)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.cpp 152 vk::Move<vk::VkImage> object_)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.cpp 153 vk::Move<vk::VkImage> object_)
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 282 # FIXME: Fixed-point move assist instructions
    [all...]
  /external/v8/src/ic/mips/
ic-mips.cc 240 __ Move(result, scratch2);
    [all...]
  /external/v8/src/ic/mips64/
ic-mips64.cc 238 __ Move(result, scratch2);
    [all...]
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 410 // Move current character position to position after match.
636 __ Move(eax, Immediate(FAILURE));
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 410 // Move current character position to position after match.
636 __ Move(eax, Immediate(FAILURE));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h     [all...]
ocidl.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...]
d3drmobj.h     [all...]
dbdaoint.h 559 STDMETHOD(Move) (__LONG32 Rows,VARIANT StartBookmark) PURE;
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-arithmetic-encoding.s 489 ; Move immediate instructions

Completed in 5511 milliseconds

<<11121314151617