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

<<11121314151617

  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 135 // TODO(mvstanton): This isn't used on ia32. Move all the other
183 __ Move(holder, receiver);
ic-ia32.cc 225 __ Move(result, scratch);
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 264 __ Move(holder, receiver);
ic-mips.cc 233 __ Move(result, scratch2);
    [all...]
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 264 __ Move(holder, receiver);
ic-mips64.cc 233 __ Move(result, scratch2);
    [all...]
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 135 // TODO(mvstanton): This isn't used on ia32. Move all the other
183 __ Move(holder, receiver);
ic-x87.cc 225 __ Move(result, scratch);
  /external/v8/test/cctest/
test-assembler-x64.cc 888 __ Move(xmm4, (uint64_t)1 << 63);
937 __ Move(xmm4, (uint64_t)1 << 63);
    [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...]
  /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/regexp/ia32/
regexp-macro-assembler-ia32.cc 416 // Move current character position to position after match.
643 __ Move(eax, Immediate(FAILURE));
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 415 // Move current character position to position after match.
642 __ Move(eax, Immediate(FAILURE));
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc     [all...]
  /external/v8/src/s390/
code-stubs-s390.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h     [all...]
ocidl.h     [all...]

Completed in 903 milliseconds

<<11121314151617