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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 90 Move<VkSampler> tmpSampler = createSampler(vk, vkDevice, &samplerInfo);
91 Move<VkSampler> tmp2Sampler;
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 346 addListener(SWT.Move, listener);
596 dockingTracker.addListener(SWT.Move, new Listener() {
    [all...]
  /external/libhevc/common/arm/
ihevc_sao_band_offset_chroma.s 83 MOV r11,r10 @Move the ht to r9 for loop counter
115 MOV r11,r9 @Move the wd to r9 for loop counter
281 MOV r11,r10 @move ht
ihevc_sao_edge_offset_class1.s 84 MOV r11,r2 @Move pu1_src_left pointer to r11
85 MOV r12,r8 @Move ht to r12 for loop count
138 MOV r11,r8 @move ht to r11 for loop count
280 MOV r11,r8 @move ht to r11 for loop count
ihevc_sao_edge_offset_class1_chroma.s 88 MOV r12,r2 @Move pu1_src_left pointer to r11
89 MOV r14,r9 @Move ht to r14 for loop count
143 MOV r11,r9 @move ht to r11 for loop count
298 MOV r11,r9 @move ht to r11 for loop count
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 276 void CPWL_Wnd::Move(const CPDF_Rect& rcNew, FX_BOOL bReset, FX_BOOL bRefresh) {
740 pVSB->Move(rcVScroll, TRUE, FALSE);
  /external/v8/src/ic/arm/
handler-compiler-arm.cc 275 __ Move(holder, receiver);
566 __ Move(r0, value);
  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 270 __ Move(holder, receiver);
560 __ Move(r3, value);
  /external/v8/src/ic/s390/
handler-compiler-s390.cc 255 __ Move(holder, receiver);
531 __ Move(r2, value);
  /external/zlib/src/contrib/pascal/
zlibpas.pas 273 Move(source^, dest^, count);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
opers12-dwarf2.d 105 ;; Move insn with various operands
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 684 __ Move(cp, ToRegister(context));
900 void LCodeGen::DoParallelMove(LParallelMove* move) {
901 resolver_.Resolve(move);
910 LParallelMove* move = gap->GetParallelMove(inner_pos); local
911 if (move != NULL) DoParallelMove(move);
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 12 // places where we have to move a previous result in v0 to a0 for the
    [all...]
  /external/v8/src/js/
array.js 231 // Move deleted elements to a new array (the return value from splice).
261 // Move data to new array.
303 // Move contents of new_array into this array
332 // Move the existing elements after the elements to be deleted
715 // If the slice needs to do a actually move elements after the insertion
1014 // Move array holes and undefineds to the end using a Javascript function
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc 1023 void Mips64Assembler::Move(GpuRegister rd, GpuRegister rs) {
1028 Move(rd, ZERO);
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc 121 // move resolver.
198 // Move the class to the desired location.
345 // move resolver.
465 MoveOperands* move = moves_[index]; local
466 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), move->GetType());
470 MoveOperands* move = moves_[index]; local
471 codegen_->SwapLocations(move->GetDestination(), move->GetSource(), move->GetType())
    [all...]
code_generator_x86_64.h 371 // Helper method to move a value between two locations.
372 void Move(Location destination, Location source);
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 12 // places where we have to move a previous result in v0 to a0 for the
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateGeneralTests.cpp 267 vk::Move<vk::VkPipeline> m_pipelineAdditional;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 239 deviceMemUniquePtrVec.push_back(makeVkSharedPtr(Move<VkDeviceMemory>(check<VkDeviceMemory>(deviceMemory), Deleter<VkDeviceMemory>(deviceInterface, *m_logicalDevice, DE_NULL))));
  /external/v8/src/arm64/
codegen-arm64.cc 127 __ Move(x10, array);
  /external/v8/src/s390/
macro-assembler-s390.h 211 // Register move. May do nothing if the registers are identical.
212 void Move(Register dst, Smi* smi) { LoadSmiLiteral(dst, smi); }
213 void Move(Register dst, Handle<Object> value);
214 void Move(Register dst, Register src, Condition cond = al);
215 void Move(DoubleRegister dst, DoubleRegister src);
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 712 __ Move(xmm4, (uint64_t)1 << 63);
761 __ Move(xmm4, (uint64_t)1 << 63);
941 __ Move(xmm4, (uint32_t)1 << 31);
990 __ Move(xmm4, (uint32_t)1 << 31);
    [all...]
  /external/valgrind/none/tests/ppc32/
testVMX.stdout.exp 147 Function vec_mfvscr [Vector Move from Vector Status and Control Register] not checked
191 Function vec_mtvscr [Vector Move to Vector Status and Control Register] not checked
  /art/compiler/utils/mips/
assembler_mips.h 73 : Label(std::move(src)), prev_branch_id_plus_one_(src.prev_branch_id_plus_one_) {}
91 exception_entry_(std::move(src.exception_entry_)) {}
351 void Move(Register rd, Register rs);
468 void Move(ManagedRegister mdest, ManagedRegister msrc, size_t size) OVERRIDE;
    [all...]

Completed in 2747 milliseconds

1 2 3 4 5 6 7 8 91011>>