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

1 2 3 4

  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 265 * (scratch1 and scratch2).
269 scratch1, scratch2
271 sll \scratch1, \in_565, 0x3
272 andi \scratch2, \scratch1, 0xff
273 ext \scratch1, \in_565, 0x2, 0x3
274 or \scratch1, \scratch2, \scratch1
275 or \out_8888, \out_8888, \scratch1
277 sll \scratch1, \in_565, 0x5
278 andi \scratch1, \scratch1, 0xfc0
    [all...]
  /external/chromium_org/v8/src/mips/
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);
346 // heap object, its map's instance type is left in the scratch1 register.
347 // If this is not needed, scratch1 and scratch2 may be the same register.
350 Register scratch1,
358 __ lw(scratch1, FieldMemOperand(receiver, HeapObject::kMapOffset))
1234 scratch1, scratch2); local
1292 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
3658 Register scratch1 = t0; local
    [all...]
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.h 106 Register scratch1,
124 Register scratch1,
161 Register scratch1,
194 Register scratch1,
204 Register scratch1,
217 Register scratch1,
283 Register scratch1,
429 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
545 Register scratch1,
555 Register scratch1,
    [all...]
code-stubs-mips.cc 643 Register scratch1,
645 __ sra(scratch1, a0, kSmiTagSize);
646 __ mtc1(scratch1, f14);
648 __ sra(scratch1, a1, kSmiTagSize);
649 __ mtc1(scratch1, f12);
665 Register scratch1,
675 __ UntagAndJumpIfSmi(scratch1, object, &is_smi);
677 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_number);
699 __ mtc1(scratch1, dst);
713 Register scratch1,
1624 Register scratch1 = t0; local
1794 Register scratch1 = t3; local
2024 Register scratch1 = t3; local
2121 Register scratch1 = t3; local
2595 const Register scratch1 = t3; local
    [all...]
macro-assembler-mips.h 345 Register scratch1,
352 Register scratch1,
361 Register scratch1,
488 Register scratch1,
495 Register scratch1,
509 Register scratch1,
515 Register scratch1,
521 Register scratch1,
526 Register scratch1,
531 Register scratch1,
    [all...]
  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 134 Register scratch1) {
137 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
138 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
146 Register map = scratch1;
177 scratch1);
179 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
354 // heap object, its map's instance type is left in the scratch1 register.
355 // If this is not needed, scratch1 and scratch2 may be the same register.
358 Register scratch1,
366 __ ldr(scratch1, FieldMemOperand(receiver, HeapObject::kMapOffset))
1227 scratch1, scratch2); local
1286 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
3575 Register scratch1 = r4; local
    [all...]
macro-assembler-arm.cc 835 Register scratch1,
843 JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_number);
846 scratch1, scratch2, scratch3, double_scratch2);
    [all...]
code-stubs-arm.h 105 Register scratch1,
123 Register scratch1,
160 Register scratch1,
194 Register scratch1,
204 Register scratch1,
217 Register scratch1,
272 Register scratch1,
414 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
macro-assembler-arm.h 225 Register scratch1,
232 Register scratch1,
241 Register scratch1,
500 Register scratch1,
735 Register scratch1,
742 Register scratch1,
756 Register scratch1,
762 Register scratch1,
768 Register scratch1,
773 Register scratch1,
    [all...]
  /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...]
  /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...]
  /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...]
  /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/chromium_org/v8/src/ia32/
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);
568 Register scratch1,
580 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
583 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3
887 __ mov(FieldOperand(receiver_reg, HeapObject::kMapOffset), scratch1); local
1173 scratch1, scratch2); local
1235 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
    [all...]
macro-assembler-ia32.cc 321 Register scratch1,
326 Register address = scratch1;
372 mov(scratch1, Immediate(BitCast<int32_t>(kZapValue)));
547 Register scratch1,
602 mov(scratch1, maybe_number);
603 SmiUntag(scratch1);
606 cvtsi2sd(scratch2, scratch1);
611 push(scratch1);
613 pop(scratch1);
1561 mov(FieldOperand(result, String::kLengthOffset), scratch1); local
1597 mov(FieldOperand(result, String::kLengthOffset), scratch1); local
1611 Allocate(SeqOneByteString::SizeFor(length), result, scratch1, scratch2, local
    [all...]
macro-assembler-ia32.h 128 Register scratch1,
136 Register scratch1,
146 Register scratch1,
217 Register scratch1,
405 Register scratch1,
570 Register scratch1,
633 Register scratch1,
641 Register scratch1,
647 Register scratch1,
653 Register scratch1,
    [all...]
  /external/chromium_org/v8/src/x64/
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);
552 Register scratch1,
564 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
567 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3,
576 Register scratch1,
607 ReserveSpaceForFastApiCall(masm, scratch1);
616 scratch1, scratch2, scratch3
848 __ movq(FieldOperand(receiver_reg, HeapObject::kMapOffset), scratch1); local
1103 scratch1, scratch2); local
1163 GenerateCheckPropertyCells(masm(), object, holder, name, scratch1, miss); local
    [all...]

Completed in 621 milliseconds

1 2 3 4