/external/r8/src/main/java/com/android/tools/r8/code/ |
D | Move.java | 9 public class Move extends Format12x { class 15 Move(int high, BytecodeStream stream) { in Move() method in Move 19 public Move(int dest, int src) { in Move() method in Move
|
/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
D | Move.java | 13 public class Move extends Instruction { class 15 public Move(Value dest, Value src) { in Move() method in Move
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 758 void Move(Register dst, Smi* source) { in Move() function 762 void Move(const Operand& dst, Smi* source) { in Move() function 930 void Move(Register dst, ExternalReference ext) { in Move() function 936 void Move(Register dst, void* ptr, RelocInfo::Mode rmode) { in Move() function 943 void Move(Register dst, Handle<Object> value, RelocInfo::Mode rmode) { in Move() function 952 void Move(XMMRegister dst, float src) { Move(dst, bit_cast<uint32_t>(src)); } in Move() function 953 void Move(XMMRegister dst, double src) { Move(dst, bit_cast<uint64_t>(src)); } in Move() function
|
D | code-stubs-x64.cc | 1182 __ Move(FieldOperand(rbx, rdx, times_pointer_size, FixedArray::kHeaderSize), in GenerateRecordCallTarget() local 1353 __ Move(kCCallArg2, ExternalReference::isolate_address(isolate())); in Generate() local 1361 __ Move(kCCallArg3, ExternalReference::isolate_address(isolate())); in Generate() local 1423 __ Move(arg_reg_3, ExternalReference::isolate_address(isolate())); in Generate() local 1562 __ Move(kScratchRegister, js_entry_sp); in Generate() local 1709 __ Move(rax, Smi::FromInt(NOT_EQUAL)); in GenerateFlatOneByteStringEquals() local 1718 __ Move(rax, Smi::FromInt(EQUAL)); in GenerateFlatOneByteStringEquals() local 1728 __ Move(rax, Smi::FromInt(EQUAL)); in GenerateFlatOneByteStringEquals() local 1733 __ Move(rax, Smi::FromInt(NOT_EQUAL)); in GenerateFlatOneByteStringEquals() local 1784 __ Move(rax, Smi::FromInt(EQUAL)); in GenerateCompareFlatOneByteStrings() local [all …]
|
/external/v8/src/crankshaft/x64/ |
D | lithium-gap-resolver-x64.cc | 176 __ Move(dst, cgen_->ToSmi(constant_source)); in EmitMove() local 187 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() local 203 __ Move(dst, cgen_->ToSmi(constant_source)); in EmitMove() local 208 __ Move(kScratchRegister, cgen_->ToHandle(constant_source)); in EmitMove() local
|
/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/full-codegen/ |
D | full-codegen.cc | 209 __ Move(LoadDescriptor::NameRegister(), name); in CallLoadIC() local 221 __ Move(StoreDescriptor::NameRegister(), name); in CallStoreIC() local 346 __ Move(result_register(), reg); in Plug() local 357 __ Move(result_register(), reg); in Plug() local 375 __ Move(result_register(), reg); in DropAndPlug() local 383 __ Move(result_register(), reg); in DropAndPlug() local 493 __ Move(LoadDescriptor::NameRegister(), var->name()); in EmitGlobalVariableLoad() local 589 __ Move(callable.descriptor().GetRegisterParameter(last), in EmitIntrinsicAsStubCall() local 853 __ Move(LoadDescriptor::ReceiverRegister(), result_register()); in VisitProperty() local 859 __ Move(LoadDescriptor::NameRegister(), result_register()); in VisitProperty() local [all …]
|
/external/pdfium/xfa/fwl/ |
D | cfwl_messagemouse.h | 22 Move, enumerator
|
/external/v8/src/debug/ia32/ |
D | debug-ia32.cc | 75 __ Move(eax, Immediate(1)); in GenerateDebugBreakStub() local 89 __ Move(reg, Immediate(kDebugZapValue)); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/x87/ |
D | debug-x87.cc | 81 __ Move(eax, Immediate(1)); in GenerateDebugBreakStub() local 95 __ Move(reg, Immediate(kDebugZapValue)); in GenerateDebugBreakStub() local
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1182 __ Move(edx, Immediate(0)); in AssembleArchInstruction() local 1244 __ Move(i.TempRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local 1250 __ Move(i.OutputRegister(1), i.InputRegister(1)); in AssembleArchInstruction() local 1254 __ Move(i.OutputRegister(0), i.TempRegister(0)); in AssembleArchInstruction() local 1269 __ Move(i.TempRegister(0), i.InputRegister(0)); in AssembleArchInstruction() local 1275 __ Move(i.OutputRegister(1), i.InputRegister(1)); in AssembleArchInstruction() local 1279 __ Move(i.OutputRegister(0), i.TempRegister(0)); in AssembleArchInstruction() local 1580 __ Move(kScratchDoubleReg, -2147483648.0); in AssembleArchInstruction() local 1798 __ Move(i.OutputRegister(), Immediate(i.InputInt32(0))); in AssembleArchInstruction() local 1836 __ Move(kScratchDoubleReg, i.InputDouble(0)); in AssembleArchInstruction() local [all …]
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 287 inline void Move(Register dst, Handle<Object> handle) { li(dst, handle); } in Move() function 288 inline void Move(Register dst, Smi* smi) { li(dst, Operand(smi)); } in Move() function 290 inline void Move(Register dst, Register src) { in Move() function 308 inline void Move(FPURegister dst, FPURegister src) { Move_d(dst, src); } in Move() function 310 inline void Move(Register dst_low, Register dst_high, FPURegister src) { in Move() function 315 inline void Move(Register dst, FPURegister src) { dmfc1(dst, src); } in Move() function 317 inline void Move(FPURegister dst, Register src) { dmtc1(src, dst); } in Move() function 333 inline void Move(FPURegister dst, Register src_low, Register src_high) { in Move() function
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1459 __ Move(kDoubleRegZero, 0.0); in AssembleArchInstruction() local 1469 __ Move(kDoubleRegZero, 0.0); in AssembleArchInstruction() local 1483 __ Move(kDoubleRegZero, 0.0); in AssembleArchInstruction() local 1491 __ Move(kDoubleRegZero, 0.0); in AssembleArchInstruction() local 1701 __ Move(kDoubleRegZero, 0.0); in AssembleBranchToLabels() local 1712 __ Move(kDoubleRegZero, 0.0); in AssembleBranchToLabels() local 1927 __ Move(kDoubleRegZero, 0.0); in AssembleArchBoolean() local 2202 __ Move(dst, src.ToFloat32()); in AssembleMove() local 2209 __ Move(dst, src.ToFloat64()); in AssembleMove() local 2218 __ Move(dst, src); in AssembleMove() local [all …]
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 779 void Move(XMMRegister dst, float src) { Move(dst, bit_cast<uint32_t>(src)); } in Move() function 780 void Move(XMMRegister dst, double src) { Move(dst, bit_cast<uint64_t>(src)); } in Move() function 782 void Move(Register dst, Handle<Object> handle) { LoadObject(dst, handle); } in Move() function 783 void Move(Register dst, Smi* source) { Move(dst, Immediate(source)); } in Move() function
|
/external/v8/src/ic/ |
D | handler-compiler.cc | 245 __ Move(ApiGetterDescriptor::HolderRegister(), reg); in GenerateLoadCallback() local 282 __ Move(LoadFieldDescriptor::ReceiverRegister(), reg); in GenerateLoadPostInterceptor() local 285 __ Move(LoadFieldDescriptor::SmiHandlerRegister(), smi_handler); in GenerateLoadPostInterceptor() 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/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/full-codegen/x64/ |
D | full-codegen-x64.cc | 332 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT); in EmitProfilingCounterDecrement() local 340 __ Move(rbx, profiling_counter_, RelocInfo::EMBEDDED_OBJECT); in EmitProfilingCounterReset() local 341 __ Move(kScratchRegister, Smi::FromInt(reset_value)); in EmitProfilingCounterReset() local 483 __ Move(result_register(), lit); in Plug() local 522 __ Move(result_register(), lit); in Plug() local 548 __ Move(result_register(), isolate()->factory()->true_value()); in Plug() local 551 __ Move(result_register(), isolate()->factory()->false_value()); in Plug() local 1044 __ Move(FieldOperand(rdx, FixedArray::OffsetOfElementAt(vector_index)), in VisitForInStatement() local 1186 __ Move(rbx, SmiFromSlot(expr->literal_slot())); in VisitObjectLiteral() local 1187 __ Move(rcx, constant_properties); in VisitObjectLiteral() local [all …]
|
/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/libchrome/base/posix/ |
D | file_descriptor_shuffle.cc | 91 bool FileDescriptorTableInjection::Move(int src, int dest) { in Move() function in base::FileDescriptorTableInjection
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 258 inline void Move(Register dst, Handle<Object> handle) { li(dst, handle); } in Move() function 259 inline void Move(Register dst, Smi* smi) { li(dst, Operand(smi)); } in Move() function 261 inline void Move(Register dst, Register src) { in Move() function 279 inline void Move(FPURegister dst, FPURegister src) { Move_d(dst, src); } in Move() function 281 inline void Move(Register dst_low, Register dst_high, FPURegister src) { in Move() function 300 inline void Move(FPURegister dst, Register src_low, Register src_high) { in Move() function
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 935 __ Move(i.OutputRegister(), i.InputOperand2(0), i.OutputSBit()); in AssembleArchInstruction() local 1427 __ Move(result, left); in AssembleArchInstruction() local 1441 __ Move(result, left); in AssembleArchInstruction() local 1455 __ Move(result, left); in AssembleArchInstruction() local 1469 __ Move(result, left); in AssembleArchInstruction() local 2335 __ Move(dst, in AssembleMove() local 2339 __ Move(dst, in AssembleMove() local 2351 __ Move(dst, src_object); in AssembleMove() local 2385 __ Move(dst, src); in AssembleMove() local 2406 __ Move(dst, src); in AssembleMove() local [all …]
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1784 __ Move(kDoubleRegZero, 0.0); in AssembleArchInstruction() local 1794 __ Move(kDoubleRegZero, 0.0); in AssembleArchInstruction() local 1808 __ Move(kDoubleRegZero, 0.0); in AssembleArchInstruction() local 1816 __ Move(kDoubleRegZero, 0.0); in AssembleArchInstruction() local 2037 __ Move(kDoubleRegZero, 0.0); in AssembleBranchToLabels() local 2048 __ Move(kDoubleRegZero, 0.0); in AssembleBranchToLabels() local 2271 __ Move(kDoubleRegZero, 0.0); in AssembleArchBoolean() local 2549 __ Move(dst, src.ToFloat32()); in AssembleMove() local 2556 __ Move(dst, src.ToFloat64()); in AssembleMove() local 2565 __ Move(dst, src); in AssembleMove() local [all …]
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 358 __ Move(code_object_pointer(), masm_.CodeObject()); in CheckNotBackReferenceIgnoreCase() local 526 __ Move(rax, table); in CheckBitInTable() local 625 __ Move(rbx, ExternalReference::re_word_character_map()); in CheckSpecialCharacterClass() local 639 __ Move(rbx, ExternalReference::re_word_character_map()); in CheckSpecialCharacterClass() local 725 __ Move(kScratchRegister, stack_limit); in GetCode() local 739 __ Move(code_object_pointer(), masm_.CodeObject()); in GetCode() local 781 __ Move(code_object_pointer(), masm_.CodeObject()); in GetCode() local 943 __ Move(code_object_pointer(), masm_.CodeObject()); in GetCode() local 988 __ Move(code_object_pointer(), masm_.CodeObject()); in GetCode() local
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 657 __ Move(rcx, masm->CodeObject()); // Self-reference to this code. in Generate_InterpreterEntryTrampoline() local 722 __ Move( in Generate_InterpreterEntryTrampoline() local 783 __ Move(scratch, num_args); in Generate_InterpreterPushArgs() local 813 __ Move(rcx, rax); in Generate_InterpreterPushArgsAndCallImpl() local 924 __ Move(r8, rax); in Generate_InterpreterPushArgsAndConstructArray() local 940 __ Move(rdi, rdx); in Generate_InterpreterPushArgsAndConstructArray() local 960 __ Move(rbx, masm->isolate()->builtins()->InterpreterEntryTrampoline()); in Generate_InterpreterEnterBytecode() local 966 __ Move( in Generate_InterpreterEnterBytecode() local 1009 __ Move(rdx, rax); // Result is the new bytecode offset. in Generate_InterpreterEnterBytecodeAdvance() local 1112 __ Move(rbx, masm->CodeObject()); in Generate_CompileLazy() local [all …]
|