/external/v8/src/ic/ia32/ |
D | stub-cache-ia32.cc | 37 __ mov(extra, Operand::StaticArray(offset, times_1, value_offset)); in ProbeTable() 40 __ cmp(name, Operand::StaticArray(offset, times_1, key_offset)); in ProbeTable() 44 __ mov(offset, Operand::StaticArray(offset, times_1, map_offset)); in ProbeTable() 79 __ cmp(name, Operand::StaticArray(offset, times_1, key_offset)); in ProbeTable() 83 __ mov(offset, Operand::StaticArray(offset, times_1, map_offset)); in ProbeTable() 91 __ mov(offset, Operand::StaticArray(offset, times_1, value_offset)); in ProbeTable() 103 __ mov(offset, Operand::StaticArray(offset, times_1, value_offset)); in ProbeTable()
|
/external/v8/src/ic/x87/ |
D | stub-cache-x87.cc | 37 __ mov(extra, Operand::StaticArray(offset, times_1, value_offset)); in ProbeTable() 40 __ cmp(name, Operand::StaticArray(offset, times_1, key_offset)); in ProbeTable() 44 __ mov(offset, Operand::StaticArray(offset, times_1, map_offset)); in ProbeTable() 79 __ cmp(name, Operand::StaticArray(offset, times_1, key_offset)); in ProbeTable() 83 __ mov(offset, Operand::StaticArray(offset, times_1, map_offset)); in ProbeTable() 91 __ mov(offset, Operand::StaticArray(offset, times_1, value_offset)); in ProbeTable() 103 __ mov(offset, Operand::StaticArray(offset, times_1, value_offset)); in ProbeTable()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 241 __ leap(r9, Operand(rsi, rdx, times_1, 0)); in CheckNotBackReferenceIgnoreCase() 242 __ leap(r11, Operand(rsi, rdi, times_1, 0)); in CheckNotBackReferenceIgnoreCase() 315 __ leap(rcx, Operand(rsi, rdx, times_1, 0)); in CheckNotBackReferenceIgnoreCase() 317 __ leap(rdx, Operand(rsi, rdi, times_1, 0)); in CheckNotBackReferenceIgnoreCase() 325 __ leap(rax, Operand(rsi, rdi, times_1, 0)); in CheckNotBackReferenceIgnoreCase() 327 __ leap(rdi, Operand(rsi, rdx, times_1, 0)); in CheckNotBackReferenceIgnoreCase() 409 __ leap(rbx, Operand(rsi, rdi, times_1, 0)); // Start of match. in CheckNotBackReference() 414 __ leap(r9, Operand(rdx, rax, times_1, 0)); // End of capture in CheckNotBackReference() 531 __ cmpb(FieldOperand(rax, index, times_1, ByteArray::kHeaderSize), in CheckBitInTable() 625 __ testb(Operand(rbx, current_character(), times_1, 0), in CheckSpecialCharacterClass() [all …]
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 245 __ movdqu(xmm0, Operand(src, count, times_1, -0x10)); in CreateMemMoveFunction() 246 __ movdqu(Operand(dst, count, times_1, -0x10), xmm0); in CreateMemMoveFunction() 357 __ movsd(xmm1, Operand(src, count, times_1, -8)); in CreateMemMoveFunction() 359 __ movsd(Operand(dst, count, times_1, -8), xmm1); in CreateMemMoveFunction() 364 __ movdqu(xmm1, Operand(src, count, times_1, -0x10)); in CreateMemMoveFunction() 366 __ movdqu(Operand(dst, count, times_1, -0x10), xmm1); in CreateMemMoveFunction() 372 __ movdqu(xmm2, Operand(src, count, times_1, -0x10)); in CreateMemMoveFunction() 375 __ movdqu(Operand(dst, count, times_1, -0x10), xmm2); in CreateMemMoveFunction() 382 __ movdqu(xmm3, Operand(src, count, times_1, -0x10)); in CreateMemMoveFunction() 386 __ movdqu(Operand(dst, count, times_1, -0x10), xmm3); in CreateMemMoveFunction() [all …]
|
D | deoptimizer-ia32.cc | 323 __ push(Operand(ebx, ecx, times_1, FrameDescription::frame_content_offset())); in Generate()
|
D | code-stubs-ia32.cc | 748 __ lea(ecx, FieldOperand(eax, esi, times_1, SeqOneByteString::kHeaderSize)); in Generate() 750 __ lea(ecx, FieldOperand(eax, ebx, times_1, SeqOneByteString::kHeaderSize)); in Generate() 757 __ lea(ecx, FieldOperand(eax, esi, times_1, SeqTwoByteString::kHeaderSize)); in Generate() 1183 __ lea(ecx, Operand(eax, edx, times_1, 0)); in GenerateGeneric() 1790 __ lea(edi, FieldOperand(edi, edx, times_1, Code::kHeaderSize)); in Generate() 2175 FieldOperand(left, length, times_1, SeqOneByteString::kHeaderSize)); in GenerateOneByteCharsCompareLoop() 2177 FieldOperand(right, length, times_1, SeqOneByteString::kHeaderSize)); in GenerateOneByteCharsCompareLoop() 2184 __ mov_b(scratch, Operand(left, index, times_1, 0)); in GenerateOneByteCharsCompareLoop() 2185 __ cmpb(scratch, Operand(right, index, times_1, 0)); in GenerateOneByteCharsCompareLoop()
|
D | macro-assembler-ia32.cc | 1504 STATIC_ASSERT(static_cast<ScaleFactor>(times_2 - 1) == times_1); in Allocate() 1632 lea(result_end, Operand(result, object_size, times_1, 0)); in FastAllocate() 1669 lea(scratch1, Operand(length, length, times_1, kObjectAlignmentMask)); in AllocateTwoByteString() 1673 Allocate(SeqTwoByteString::kHeaderSize, times_1, scratch1, in AllocateTwoByteString() 1701 Allocate(SeqOneByteString::kHeaderSize, times_1, scratch1, in AllocateOneByteString()
|
D | assembler-ia32.cc | 222 if (base.is(esp)) set_sib(times_1, esp, base); in Operand() 226 if (base.is(esp)) set_sib(times_1, esp, base); in Operand() 231 if (base.is(esp)) set_sib(times_1, esp, base); in Operand()
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 385 __ lea(ebx, Operand(esi, edi, times_1, 0)); // Start of match. in CheckNotBackReference() 389 __ lea(ecx, Operand(eax, ebx, times_1, 0)); // End of match in CheckNotBackReference() 513 __ cmpb(FieldOperand(eax, index, times_1, ByteArray::kHeaderSize), in CheckBitInTable() 584 Operand::StaticArray(current_character(), times_1, word_map)); in CheckSpecialCharacterClass() 598 Operand::StaticArray(current_character(), times_1, word_map)); in CheckSpecialCharacterClass() 716 __ lea(eax, Operand(edi, ebx, times_1, -char_size())); in GetCode() 756 __ mov(Operand(ebp, ecx, times_1, 0), eax); in GetCode() 1245 __ mov(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() 1247 __ movzx_w(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() 1250 __ movzx_b(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() [all …]
|
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.cc | 384 __ lea(ebx, Operand(esi, edi, times_1, 0)); // Start of match. in CheckNotBackReference() 388 __ lea(ecx, Operand(eax, ebx, times_1, 0)); // End of match in CheckNotBackReference() 512 __ cmpb(FieldOperand(eax, index, times_1, ByteArray::kHeaderSize), in CheckBitInTable() 583 Operand::StaticArray(current_character(), times_1, word_map)); in CheckSpecialCharacterClass() 597 Operand::StaticArray(current_character(), times_1, word_map)); in CheckSpecialCharacterClass() 715 __ lea(eax, Operand(edi, ebx, times_1, -char_size())); in GetCode() 755 __ mov(Operand(ebp, ecx, times_1, 0), eax); in GetCode() 1244 __ mov(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() 1246 __ movzx_w(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() 1249 __ movzx_b(current_character(), Operand(esi, edi, times_1, cp_offset)); in LoadCurrentCharacterUnchecked() [all …]
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 72 STATIC_ASSERT(0 == static_cast<int>(times_1)); in ScaleFor() 477 Operand(buffer_, kScratchRegister, times_1, 0)); \ 492 __ asm_instr(result, Operand(buffer, index1, times_1, index2)); \ 532 Operand(buffer_, kScratchRegister, times_1, 0)); \ 550 __ asm_instr(result, Operand(buffer, index1, times_1, index2)); \ 566 __ asm_instr(Operand(buffer, index1, times_1, index2), value); \ 590 __ asm_instr(Operand(buffer_, kScratchRegister, times_1, 0), \ 605 __ asm_instr(Operand(buffer, index1, times_1, index2), value); \ 621 __ asm_instr(Operand(buffer, index1, times_1, index2), value); \ 645 __ asm_instr(Operand(buffer_, kScratchRegister, times_1, 0), \ [all …]
|
/external/v8/src/ic/x64/ |
D | stub-cache-x64.cc | 27 ScaleFactor scale_factor = kPointerSize == kInt64Size ? times_2 : times_1; in ProbeTable()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 1435 leal(kScratchRegister, Operand(first, second, times_1, 0)); in CheckBothSmi() 1830 leap(dst, Operand(src1, src2, times_1, 0)); in SmiAdd() 2099 leap(dst, Operand(src, kScratchRegister, times_1, 0)); in SmiNot() 2396 return SmiIndex(dst, times_1); in SmiToIndex() 2399 DCHECK(shift >= times_1 && shift <= (static_cast<int>(times_8) + 1)); in SmiToIndex() 2406 if (shift == times_1) { in SmiToIndex() 2408 return SmiIndex(dst, times_1); in SmiToIndex() 2430 return SmiIndex(dst, times_1); in SmiToNegativeIndex() 2433 DCHECK(shift >= times_1 && shift <= (static_cast<int>(times_8) + 1)); in SmiToNegativeIndex() 2438 if (shift == times_1) { in SmiToNegativeIndex() [all …]
|
D | codegen-x64.cc | 440 __ movzxbl(result, Operand(result, index, times_1, 0)); in Generate() 465 times_1, in Generate()
|
D | deoptimizer-x64.cc | 251 __ Push(Operand(rbx, rcx, times_1, FrameDescription::frame_content_offset())); in Generate()
|
D | code-stubs-x64.cc | 644 FieldOperand(rdi, r14, times_1, SeqOneByteString::kHeaderSize)); in Generate() 646 FieldOperand(rdi, rbx, times_1, SeqOneByteString::kHeaderSize)); in Generate() 693 __ leal(rdx, Operand(rax, rax, times_1, 2)); in Generate() 1076 __ leap(rcx, Operand(rax, rdx, times_1, 0)); in GenerateGeneric() 1687 __ leap(rdi, FieldOperand(rdi, rdx, times_1, Code::kHeaderSize)); in Generate() 2129 FieldOperand(left, length, times_1, SeqOneByteString::kHeaderSize)); in GenerateOneByteCharsCompareLoop() 2131 FieldOperand(right, length, times_1, SeqOneByteString::kHeaderSize)); in GenerateOneByteCharsCompareLoop() 2138 __ movb(scratch, Operand(left, index, times_1, 0)); in GenerateOneByteCharsCompareLoop() 2139 __ cmpb(scratch, Operand(right, index, times_1, 0)); in GenerateOneByteCharsCompareLoop()
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 557 __ movzx_b(result, Operand(result, index, times_1, 0)); in Generate() 581 times_1, in Generate()
|
D | code-stubs-x87.cc | 569 __ lea(ecx, FieldOperand(eax, esi, times_1, SeqOneByteString::kHeaderSize)); in Generate() 571 __ lea(ecx, FieldOperand(eax, ebx, times_1, SeqOneByteString::kHeaderSize)); in Generate() 578 __ lea(ecx, FieldOperand(eax, esi, times_1, SeqTwoByteString::kHeaderSize)); in Generate() 1016 __ lea(ecx, Operand(eax, edx, times_1, 0)); in GenerateGeneric() 1640 __ lea(edi, FieldOperand(edi, edx, times_1, Code::kHeaderSize)); in Generate() 2023 FieldOperand(left, length, times_1, SeqOneByteString::kHeaderSize)); in GenerateOneByteCharsCompareLoop() 2025 FieldOperand(right, length, times_1, SeqOneByteString::kHeaderSize)); in GenerateOneByteCharsCompareLoop() 2032 __ mov_b(scratch, Operand(left, index, times_1, 0)); in GenerateOneByteCharsCompareLoop() 2033 __ cmpb(scratch, Operand(right, index, times_1, 0)); in GenerateOneByteCharsCompareLoop()
|
D | deoptimizer-x87.cc | 348 __ push(Operand(ebx, ecx, times_1, FrameDescription::frame_content_offset())); in Generate()
|
D | assembler-x87.cc | 137 if (base.is(esp)) set_sib(times_1, esp, base); in Operand() 141 if (base.is(esp)) set_sib(times_1, esp, base); in Operand() 146 if (base.is(esp)) set_sib(times_1, esp, base); in Operand()
|
D | macro-assembler-x87.cc | 1446 STATIC_ASSERT(static_cast<ScaleFactor>(times_2 - 1) == times_1); in Allocate() 1574 lea(result_end, Operand(result, object_size, times_1, 0)); in FastAllocate() 1610 lea(scratch1, Operand(length, length, times_1, kObjectAlignmentMask)); in AllocateTwoByteString() 1614 Allocate(SeqTwoByteString::kHeaderSize, times_1, scratch1, in AllocateTwoByteString() 1642 Allocate(SeqOneByteString::kHeaderSize, times_1, scratch1, in AllocateOneByteString()
|
D | assembler-x87.h | 312 times_1 = 0, enumerator
|
/external/v8/src/builtins/x87/ |
D | builtins-x87.cc | 497 __ lea(edx, FieldOperand(edx, ecx, times_1, Code::kHeaderSize)); in Generate_ResumeGeneratorTrampoline() 655 kInterpreterBytecodeOffsetRegister, times_1, 0)); in Generate_InterpreterEntryTrampoline() 1020 kInterpreterBytecodeOffsetRegister, times_1, 0)); in Generate_InterpreterEnterBytecode() 2183 __ lea(edi, Operand(eax, eax, times_1, kSmiTag)); in EnterArgumentsAdaptorFrame() 3142 __ lea(eax, Operand(eax, ebx, times_1, Code::kHeaderSize - kHeapObjectTag)); in Generate_OnStackReplacementHelper()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 496 __ lea(edx, FieldOperand(edx, ecx, times_1, Code::kHeaderSize)); in Generate_ResumeGeneratorTrampoline() 654 kInterpreterBytecodeOffsetRegister, times_1, 0)); in Generate_InterpreterEntryTrampoline() 1019 kInterpreterBytecodeOffsetRegister, times_1, 0)); in Generate_InterpreterEnterBytecode() 2166 __ lea(edi, Operand(eax, eax, times_1, kSmiTag)); in EnterArgumentsAdaptorFrame() 3118 __ lea(eax, Operand(eax, ebx, times_1, Code::kHeaderSize - kHeapObjectTag)); in Generate_OnStackReplacementHelper()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 577 __ leap(rdx, FieldOperand(rdx, rcx, times_1, Code::kHeaderSize)); in Generate_ResumeGeneratorTrampoline() 738 kInterpreterBytecodeOffsetRegister, times_1, 0)); in Generate_InterpreterEntryTrampoline() 995 kInterpreterBytecodeOffsetRegister, times_1, 0)); in Generate_InterpreterEnterBytecode() 3064 __ leap(rax, Operand(rax, rbx, times_1, Code::kHeaderSize - kHeapObjectTag)); in Generate_OnStackReplacementHelper()
|