| /external/v8/test/cctest/ |
| D | test-macro-assembler-ia32.cc | 124 __ Move(xmm0, 0.0); in TEST() local 125 __ Move(xmm1, 0.0); in TEST() local 128 __ Move(xmm2, 991.01); in TEST() local 131 __ Move(xmm0, 991.01); in TEST() local 137 __ Move(edx, Immediate(0)); // Test Move() in TEST() local 140 __ Move(ecx, Immediate(-1)); in TEST() local 143 __ Move(ebx, Immediate(0x77)); in TEST() local
|
| D | test-code-stubs-mips.cc | 70 __ Move(kDoubleRegZero, 0.0); in MakeConvertDToIFuncTrampoline() local 74 __ Move(f12, a0, a1); in MakeConvertDToIFuncTrampoline() local 79 __ Move(source_reg, sp); in MakeConvertDToIFuncTrampoline() local 128 __ Move(v0, destination_reg); in MakeConvertDToIFuncTrampoline() local
|
| D | test-code-stubs-mips64.cc | 70 __ Move(kDoubleRegZero, 0.0); in MakeConvertDToIFuncTrampoline() local 74 __ Move(f12, a0, a1); in MakeConvertDToIFuncTrampoline() local 79 __ Move(source_reg, sp); in MakeConvertDToIFuncTrampoline() local 123 __ Move(v0, destination_reg); in MakeConvertDToIFuncTrampoline() local
|
| D | test-macro-assembler-x64.cc | 138 __ Move(rcx, value); in TestMoveSmi() local 187 __ Move(rcx, Smi::FromInt(x)); in TestSmiCompare() local 189 __ Move(rdx, Smi::FromInt(y)); in TestSmiCompare() local 390 __ Move(r8, Smi::FromInt(static_cast<int>(result))); in TestI64PlusConstantToSmi() local 626 __ Move(rcx, Smi::FromInt(x)); in TestSmiNeg() local 647 __ Move(r8, Smi::FromInt(result)); in TestSmiNeg() local 783 __ Move(rcx, Smi::FromInt(x)); in SmiAddOverflowTest() local 785 __ Move(rdx, Smi::FromInt(y_min)); in SmiAddOverflowTest() local 833 __ Move(rdx, Smi::FromInt(y_max)); in SmiAddOverflowTest() local 934 __ Move(rcx, Smi::FromInt(first)); in SmiSubTest() local [all …]
|
| D | test-macro-assembler-x87.cc | 124 __ Move(edx, Immediate(0)); // Test Move() in TEST() local 127 __ Move(ecx, Immediate(-1)); in TEST() local 130 __ Move(ebx, Immediate(0x77)); in TEST() local
|
| /external/v8/src/x64/ |
| D | macro-assembler-x64.h | 753 void Move(Register dst, Smi* source) { in Move() function 757 void Move(const Operand& dst, Smi* source) { in Move() function 913 void Move(Register dst, ExternalReference ext) { in Move() function 919 void Move(Register dst, void* ptr, RelocInfo::Mode rmode) { in Move() function 926 void Move(Register dst, Handle<Object> value, RelocInfo::Mode rmode) { in Move() function 936 void Move(XMMRegister dst, float src) { Move(dst, bit_cast<uint32_t>(src)); } in Move() function 937 void Move(XMMRegister dst, double src) { Move(dst, bit_cast<uint64_t>(src)); } in Move() function
|
| /external/v8/src/crankshaft/x64/ |
| D | lithium-gap-resolver-x64.cc | 175 __ Move(dst, cgen_->ToSmi(constant_source)); in EmitMove() local 186 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() local 202 __ Move(dst, cgen_->ToSmi(constant_source)); in EmitMove() local 207 __ Move(kScratchRegister, cgen_->ToHandle(constant_source)); in EmitMove() local
|
| /external/v8/src/compiler/arm/ |
| D | code-generator-arm.cc | 769 __ Move(i.OutputRegister(), i.InputOperand2(0), i.OutputSBit()); in AssembleArchInstruction() local 1591 __ Move(dst, in AssembleMove() local 1595 __ Move(dst, in AssembleMove() local 1610 __ Move(dst, src_object); in AssembleMove() local 1644 __ Move(dst, src); in AssembleMove() local 1654 __ Move(dst, src); in AssembleMove() local 1701 __ Move(temp, src); in AssembleSwap() local 1702 __ Move(src, dst); in AssembleSwap() local 1703 __ Move(dst, temp); in AssembleSwap() local 1728 __ Move(temp, src); in AssembleSwap() local [all …]
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkRef.hpp | 300 class Move : public RefBase<T> class 304 Move (Checked<U> object, Deleter<U> deleter) in Move() function in vk::refdetails::Move 308 Move (RefData<T> data) in Move() function in vk::refdetails::Move 311 Move (Move<T>& other) in Move() function in vk::refdetails::Move 314 Move (void) in Move() function in vk::refdetails::Move
|
| /external/v8/src/compiler/ia32/ |
| D | code-generator-ia32.cc | 741 __ Move(edx, Immediate(0)); in AssembleArchInstruction() local 803 __ Move(i.TempRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local 810 __ Move(i.OutputRegister(1), i.InputRegister(1)); in AssembleArchInstruction() local 813 __ Move(i.OutputRegister(0), i.TempRegister(0)); in AssembleArchInstruction() local 828 __ Move(i.TempRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local 835 __ Move(i.OutputRegister(1), i.InputRegister(1)); in AssembleArchInstruction() local 838 __ Move(i.OutputRegister(0), i.TempRegister(0)); in AssembleArchInstruction() local 1040 __ Move(kScratchDoubleReg, -2147483648.0); in AssembleArchInstruction() local 1282 __ Move(i.OutputRegister(), Immediate(i.InputInt32(0))); in AssembleArchInstruction() local 1317 __ Move(kScratchDoubleReg, i.InputDouble(0)); in AssembleArchInstruction() local [all …]
|
| /external/v8/src/full-codegen/ |
| D | full-codegen.cc | 269 __ Move(result_register(), reg); in Plug() local 280 __ Move(result_register(), reg); in Plug() local 298 __ Move(result_register(), reg); in DropAndPlug() local 306 __ Move(result_register(), reg); in DropAndPlug() local 554 __ Move(callable.descriptor().GetRegisterParameter(last), in EmitIntrinsicAsStubCall() local 834 __ Move(LoadDescriptor::ReceiverRegister(), result_register()); in VisitProperty() local 846 __ Move(LoadDescriptor::NameRegister(), result_register()); in VisitProperty() local 1042 __ Move(stub.GetCallInterfaceDescriptor().GetRegisterParameter(0), info); in EmitNewClosure() local 1058 __ Move(LoadDescriptor::NameRegister(), key->value()); in EmitNamedPropertyLoad() local 1059 __ Move(LoadDescriptor::SlotRegister(), in EmitNamedPropertyLoad() local [all …]
|
| /external/opencv/cvaux/src/ |
| D | _cvvectrack.h | 116 void Move(CvRect& r, int dx, int dy) in Move() function 123 void Move(CvPoint& p, int dx, int dy) in Move() function
|
| /external/v8/src/full-codegen/x64/ |
| D | full-codegen-x64.cc | 336 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT); in EmitProfilingCounterDecrement() local 344 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT); in EmitProfilingCounterReset() local 345 __ Move(kScratchRegister, Smi::FromInt(reset_value)); in EmitProfilingCounterReset() local 487 __ Move(result_register(), lit); in Plug() local 528 __ Move(result_register(), lit); in Plug() local 554 __ Move(result_register(), isolate()->factory()->true_value()); in Plug() local 557 __ Move(result_register(), isolate()->factory()->false_value()); in Plug() local 1063 __ Move(FieldOperand(rdx, FixedArray::OffsetOfElementAt(vector_index)), in VisitForInStatement() local 1115 __ Move(StoreDescriptor::NameRegister(), in EmitSetHomeObject() local 1129 __ Move(StoreDescriptor::NameRegister(), in EmitSetHomeObjectAccumulator() local [all …]
|
| /external/v8/src/mips64/ |
| D | macro-assembler-mips64.h | 268 inline void Move(Register dst, Handle<Object> handle) { li(dst, handle); } in Move() function 269 inline void Move(Register dst, Smi* smi) { li(dst, Operand(smi)); } in Move() function 271 inline void Move(Register dst, Register src) { in Move() function 289 inline void Move(FPURegister dst, FPURegister src) { Move_d(dst, src); } in Move() function 291 inline void Move(Register dst_low, Register dst_high, FPURegister src) { in Move() function 296 inline void Move(Register dst, FPURegister src) { dmfc1(dst, src); } in Move() function 298 inline void Move(FPURegister dst, Register src) { dmtc1(src, dst); } in Move() function 314 inline void Move(FPURegister dst, Register src_low, Register src_high) { in Move() function
|
| /external/v8/src/debug/ia32/ |
| D | debug-ia32.cc | 79 __ Move(eax, Immediate(1)); in GenerateDebugBreakStub() local 93 __ Move(reg, Immediate(kDebugZapValue)); in GenerateDebugBreakStub() local
|
| /external/v8/src/debug/x87/ |
| D | debug-x87.cc | 79 __ Move(eax, Immediate(1)); in GenerateDebugBreakStub() local 93 __ Move(reg, Immediate(kDebugZapValue)); in GenerateDebugBreakStub() local
|
| /external/v8/src/debug/x64/ |
| D | debug-x64.cc | 81 __ Move(rbx, ExternalReference(Runtime::FunctionForId(Runtime::kDebugBreak), in GenerateDebugBreakStub() local 115 __ Move(kScratchRegister, after_break_target); in GenerateDebugBreakStub() local
|
| /external/v8/src/crankshaft/ppc/ |
| D | lithium-gap-resolver-ppc.cc | 224 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() local 236 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove() local
|
| /external/v8/src/crankshaft/s390/ |
| D | lithium-gap-resolver-s390.cc | 218 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() local 230 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove() local
|
| /external/v8/src/ic/ |
| D | handler-compiler.cc | 191 __ Move(receiver(), reg); in CompileLoadField() local 201 __ Move(receiver(), reg); in CompileLoadConstant() local 372 __ Move(ApiGetterDescriptor::HolderRegister(), reg); in GenerateLoadCallback() local 408 __ Move(receiver(), reg); in GenerateLoadPostInterceptor() local
|
| /external/v8/src/ia32/ |
| D | macro-assembler-ia32.h | 841 void Move(XMMRegister dst, float src) { Move(dst, bit_cast<uint32_t>(src)); } in Move() function 842 void Move(XMMRegister dst, double src) { Move(dst, bit_cast<uint64_t>(src)); } in Move() function 844 void Move(Register dst, Handle<Object> handle) { LoadObject(dst, handle); } in Move() function 845 void Move(Register dst, Smi* source) { Move(dst, Immediate(source)); } in Move() function
|
| /external/v8/src/mips/ |
| D | macro-assembler-mips.h | 240 inline void Move(Register dst, Handle<Object> handle) { li(dst, handle); } in Move() function 241 inline void Move(Register dst, Smi* smi) { li(dst, Operand(smi)); } in Move() function 243 inline void Move(Register dst, Register src) { in Move() function 261 inline void Move(FPURegister dst, FPURegister src) { Move_d(dst, src); } in Move() function 263 inline void Move(Register dst_low, Register dst_high, FPURegister src) { in Move() function 282 inline void Move(FPURegister dst, Register src_low, Register src_high) { in Move() function
|
| /external/v8/src/crankshaft/arm/ |
| D | lithium-gap-resolver-arm.cc | 242 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() local 258 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove() local
|
| /external/v8/src/compiler/mips/ |
| D | code-generator-mips.cc | 1558 __ Move(kDoubleRegZero, 0.0); in AssembleArchBranch() local 1569 __ Move(kDoubleRegZero, 0.0); in AssembleArchBranch() local 1700 __ Move(kDoubleRegZero, 0.0); in AssembleArchBoolean() local 1951 __ Move(dst, src.ToFloat32()); in AssembleMove() local 1958 __ Move(dst, src.ToFloat64()); in AssembleMove() local 1967 __ Move(dst, src); in AssembleMove() local 2005 __ Move(temp, src); in AssembleSwap() local 2006 __ Move(src, dst); in AssembleSwap() local 2007 __ Move(dst, temp); in AssembleSwap() local 2030 __ Move(temp, src); in AssembleSwap() local [all …]
|
| /external/libchrome/base/posix/ |
| D | file_descriptor_shuffle.cc | 91 bool FileDescriptorTableInjection::Move(int src, int dest) { in Move() function in base::FileDescriptorTableInjection
|