HomeSort by relevance Sort by last modified time
    Searched refs:scratch1 (Results 1 - 25 of 47) sorted by null

1 2

  /external/v8/src/arm/
macro-assembler-arm.cc 871 Register scratch1,
873 mov(scratch1, Operand(length, LSL, kSmiTagSize));
875 str(scratch1, FieldMemOperand(string, String::kLengthOffset));
876 mov(scratch1, Operand(String::kEmptyHashField));
878 str(scratch1, FieldMemOperand(string, String::kHashFieldOffset));
    [all...]
code-stubs-arm.cc 60 Register scratch1, Register scratch2,
62 __ ldr(scratch1, FieldMemOperand(operand, HeapObject::kMapOffset));
64 __ cmp(scratch1, scratch2);
520 Register scratch1,
524 __ mov(scratch1, Operand(r0, ASR, kSmiTagSize));
525 __ vmov(d7.high(), scratch1);
527 __ mov(scratch1, Operand(r1, ASR, kSmiTagSize));
528 __ vmov(d6.high(), scratch1);
537 __ mov(scratch1, Operand(r0));
538 ConvertToDoubleStub stub1(r3, r2, scratch1, scratch2)
2295 Register scratch1 = r7; local
2423 Register scratch1 = r7; local
2640 Register scratch1 = r7; local
2729 Register scratch1 = r7; local
3220 const Register scratch1 = r7; local
    [all...]
macro-assembler-arm.h 225 Register scratch1,
232 Register scratch1,
241 Register scratch1,
666 Register scratch1,
672 Register scratch1,
686 Register scratch1,
692 Register scratch1,
698 Register scratch1,
703 Register scratch1,
708 Register scratch1,
    [all...]
code-stubs-arm.h 225 Register scratch1,
269 Register scratch1,
287 Register scratch1,
337 Register scratch1,
368 Register scratch1,
378 Register scratch1,
391 Register scratch1,
446 Register scratch1,
605 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
724 Register scratch1,
    [all...]
stub-cache-arm.cc 139 Register scratch1) {
142 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
143 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
151 Register map = scratch1;
182 scratch1);
184 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
362 // heap object, its map's instance type is left in the scratch1 register.
363 // If this is not needed, scratch1 and scratch2 may be the same register.
366 Register scratch1,
374 __ ldr(scratch1, FieldMemOperand(receiver, HeapObject::kMapOffset))
1079 scratch1, scratch2); local
1131 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
4340 Register scratch1 = r4; local
    [all...]
ic-arm.cc 125 Register scratch1,
128 // scratch1: Used as temporary and to hold the capacity of the property
139 scratch1,
148 __ ldr(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
149 __ tst(scratch1, Operand(PropertyDetails::TypeField::kMask << kSmiTagSize));
174 Register scratch1,
177 // scratch1: Used as temporary and to hold the capacity of the property
188 scratch1,
200 __ ldr(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
201 __ tst(scratch1, Operand(kTypeAndReadOnlyMask))
    [all...]
builtins-arm.cc 111 Register scratch1,
117 __ LoadInitialArrayMap(array_function, scratch2, scratch1);
135 // scratch1: initial map
137 __ str(scratch1, FieldMemOperand(result, JSObject::kMapOffset));
138 __ LoadRoot(scratch1, Heap::kEmptyFixedArrayRootIndex);
139 __ str(scratch1, FieldMemOperand(result, JSArray::kPropertiesOffset));
145 __ str(scratch1, FieldMemOperand(result, JSArray::kElementsOffset));
153 __ add(scratch1, result, Operand(JSArray::kSize));
154 __ str(scratch1, FieldMemOperand(result, JSArray::kElementsOffset));
157 __ sub(scratch1, scratch1, Operand(kHeapObjectTag))
    [all...]
full-codegen-arm.cc 751 Register scratch1) {
754 ASSERT(!scratch0.is(scratch1));
755 ASSERT(!scratch1.is(src));
764 scratch1,
1829 Register scratch1 = r2; local
3041 Register scratch1 = r1; local
3514 Register scratch1 = r7; local
    [all...]
  /external/v8/src/mips/
ic-mips.cc 68 Register scratch1,
75 // scratch1: used to holds the receiver instance type, receiver bit mask
82 __ GetObjectType(receiver, scratch0, scratch1);
83 __ Branch(miss, lt, scratch1, Operand(FIRST_SPEC_OBJECT_TYPE));
88 GenerateGlobalInstanceTypeCheck(masm, scratch1, miss);
91 __ lbu(scratch1, FieldMemOperand(scratch0, Map::kBitFieldOffset));
92 __ And(scratch1, scratch1, Operand((1 << Map::kIsAccessCheckNeeded) |
94 __ Branch(miss, ne, scratch1, Operand(zero_reg));
97 __ lw(scratch1, FieldMemOperand(elements, HeapObject::kMapOffset))
    [all...]
code-stubs-mips.cc 61 Register scratch1, Register scratch2,
63 __ lw(scratch1, FieldMemOperand(operand, HeapObject::kMapOffset));
65 __ Branch(not_a_heap_number, ne, scratch1, Operand(scratch2));
520 Register scratch1,
524 __ sra(scratch1, a0, kSmiTagSize);
525 __ mtc1(scratch1, f14);
527 __ sra(scratch1, a1, kSmiTagSize);
528 __ mtc1(scratch1, f12);
537 __ mov(scratch1, a0);
538 ConvertToDoubleStub stub1(a3, a2, scratch1, scratch2)
2381 Register scratch1 = t0; local
2537 Register scratch1 = t3; local
2756 Register scratch1 = t3; local
2844 Register scratch1 = t3; local
3342 const Register scratch1 = t3; local
    [all...]
stub-cache-mips.cc 130 Register scratch1) {
133 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
134 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
142 Register map = scratch1;
171 scratch1);
173 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
349 // heap object, its map's instance type is left in the scratch1 register.
350 // If this is not needed, scratch1 and scratch2 may be the same register.
353 Register scratch1,
361 __ lw(scratch1, FieldMemOperand(receiver, HeapObject::kMapOffset))
1082 scratch1, scratch2); local
1133 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
4395 Register scratch1 = t0; local
    [all...]
macro-assembler-mips.h 338 Register scratch1,
345 Register scratch1,
354 Register scratch1,
481 Register scratch1,
487 Register scratch1,
501 Register scratch1,
507 Register scratch1,
513 Register scratch1,
518 Register scratch1,
523 Register scratch1,
    [all...]
builtins-mips.cc 115 Register scratch1,
121 __ LoadInitialArrayMap(array_function, scratch2, scratch1);
138 // scratch1: initial map
140 __ sw(scratch1, FieldMemOperand(result, JSObject::kMapOffset));
141 __ LoadRoot(scratch1, Heap::kEmptyFixedArrayRootIndex);
142 __ sw(scratch1, FieldMemOperand(result, JSArray::kPropertiesOffset));
148 __ sw(scratch1, FieldMemOperand(result, JSArray::kElementsOffset));
156 __ Addu(scratch1, result, Operand(JSArray::kSize));
157 __ sw(scratch1, FieldMemOperand(result, JSArray::kElementsOffset));
160 __ And(scratch1, scratch1, Operand(~kHeapObjectTagMask))
    [all...]
code-stubs-mips.h 226 Register scratch1,
270 Register scratch1,
288 Register scratch1,
338 Register scratch1,
368 Register scratch1,
378 Register scratch1,
391 Register scratch1,
457 Register scratch1,
606 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
724 Register scratch1,
    [all...]
macro-assembler-mips.cc     [all...]
full-codegen-mips.cc 760 Register scratch1) {
763 ASSERT(!scratch0.is(scratch1));
764 ASSERT(!scratch1.is(src));
772 scratch1,
1844 Register scratch1 = a2; local
3061 Register scratch1 = a1; local
3548 Register scratch1 = t3; local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 114 Register scratch1,
122 Register scratch1,
132 Register scratch1,
370 Register scratch1,
573 Register scratch1,
581 Register scratch1,
587 Register scratch1,
593 Register scratch1,
600 Register scratch1,
604 Register scratch1,
    [all...]
macro-assembler-ia32.cc 421 Register scratch1,
473 mov(scratch1, maybe_number);
474 SmiUntag(scratch1);
477 cvtsi2sd(scratch2, scratch1);
481 push(scratch1);
483 pop(scratch1);
1352 mov(FieldOperand(result, String::kLengthOffset), scratch1); local
1387 mov(FieldOperand(result, String::kLengthOffset), scratch1); local
1403 scratch1, local
    [all...]
stub-cache-ia32.cc 330 Register scratch1,
338 GenerateStringCheck(masm, receiver, scratch1, miss,
348 __ cmp(scratch1, JS_VALUE_TYPE);
354 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
363 Register scratch1,
366 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
367 __ mov(eax, scratch1);
543 Register scratch1,
555 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
558 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3
918 scratch1, scratch2); local
976 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
    [all...]
code-stubs-ia32.h 281 Register scratch1,
331 Register scratch1,
360 Register scratch1,
369 Register scratch1,
400 Register scratch1,
663 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 18 movdqa scratch1, %2 ; v2
20 psubusb scratch1, %1 ; v2 - v1
22 por %1, scratch1 ; abs(v2 - v1)
72 movdqa scratch1, %1
73 psubsb scratch1, %4 ; signed_char_clamp(ps1 - qs1)
74 pandn scratch2, scratch1 ; vp8_filter &= hev
78 movdqa scratch1, %3
79 psubsb scratch1, %2 ; qs0 - ps0
80 paddsb scratch2, scratch1 ; vp8_filter += (qs0 - ps0)
81 paddsb scratch2, scratch1 ; vp8_filter += (qs0 - ps0
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 202 Register scratch1,
219 Register scratch1,
743 Register scratch1,
760 Register scratch1,
    [all...]
stub-cache-x64.cc 304 Register scratch1,
312 GenerateStringCheck(masm, receiver, scratch1, miss,
322 __ cmpl(scratch1, Immediate(JS_VALUE_TYPE));
328 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
527 Register scratch1,
539 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
542 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3,
551 Register scratch1,
582 ReserveSpaceForFastApiCall(masm, scratch1);
591 scratch1, scratch2, scratch3
892 scratch1, scratch2); local
950 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
    [all...]
code-stubs-x64.h 278 Register scratch1,
328 Register scratch1,
357 Register scratch1,
367 Register scratch1,
398 Register scratch1,
645 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/v8/src/
stub-cache.h 452 Register scratch1,
459 Register scratch1,
496 Register scratch1,
500 return CheckPrototypes(object, object_reg, holder, holder_reg, scratch1,
508 Register scratch1,
524 Register scratch1,
535 Register scratch1,
545 Register scratch1,
557 Register scratch1,
    [all...]

Completed in 1019 milliseconds

1 2