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

1 2 3 4 5

  /external/v8/src/ic/arm64/
ic-arm64.cc 43 Register result, Register scratch1,
45 DCHECK(!AreAliased(elements, name, scratch1, scratch2));
46 DCHECK(!AreAliased(result, scratch1, scratch2));
52 name, scratch1, scratch2);
61 __ Ldr(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
62 __ Tst(scratch1, Smi::FromInt(PropertyDetails::TypeField::kMask));
83 Register value, Register scratch1,
85 DCHECK(!AreAliased(elements, name, value, scratch1, scratch2));
91 name, scratch1, scratch2);
104 __ Ldrsw(scratch1, UntagSmiFieldMemOperand(scratch2, kDetailsOffset))
    [all...]
handler-compiler-arm64.cc 41 Handle<Name> name, Register scratch0, Register scratch1) {
42 DCHECK(!AreAliased(receiver, scratch0, scratch1));
45 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
46 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
54 Register map = scratch1;
73 masm, miss_label, &done, receiver, properties, name, scratch1);
75 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
91 MacroAssembler* masm, Register receiver, Register scratch1,
93 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
98 __ Mov(x0, scratch1);
553 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1, local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
convolve2_avg_dspr2.c 35 uint32_t scratch1, scratch2; local
65 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
67 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
68 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
73 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
75 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
76 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
84 "lbu %[scratch1], 0(%[dst_ptr]) \n\t"
88 "addqh_r.w %[store1], %[store1], %[scratch1] \n\t" /* pixel 1 */
94 "lbu %[scratch1], 2(%[dst_ptr]) \n\t
139 uint32_t scratch1, scratch2; local
    [all...]
convolve2_vert_dspr2.c 35 uint32_t scratch1; local
65 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
68 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
69 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
74 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
77 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
78 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
103 [scratch1] "=&r" (scratch1),
132 uint32_t scratch1; local
    [all...]
convolve8_vert_dspr2.c 36 uint32_t scratch1, scratch2; local
74 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
76 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
77 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
88 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
90 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
91 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
111 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
113 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
114 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 *
190 uint32_t scratch1, scratch2; local
    [all...]
convolve8_avg_dspr2.c 36 uint32_t scratch1, scratch2; local
74 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
76 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
77 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
88 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
90 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
91 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
111 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
113 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
114 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 *
197 uint32_t scratch1, scratch2; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_dspr2.c 37 uint32_t scratch1, scratch2; local
67 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
69 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
70 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
75 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
77 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
78 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
86 "lbu %[scratch1], 0(%[dst_ptr]) \n\t"
90 "addqh_r.w %[store1], %[store1], %[scratch1] \n\t" /* pixel 1 */
96 "lbu %[scratch1], 2(%[dst_ptr]) \n\t
141 uint32_t scratch1, scratch2; local
    [all...]
vp9_convolve2_vert_dspr2.c 37 uint32_t scratch1; local
67 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
70 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
71 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
76 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
79 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
80 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
105 [scratch1] "=&r" (scratch1),
134 uint32_t scratch1; local
    [all...]
vp9_convolve8_vert_dspr2.c 38 uint32_t scratch1, scratch2; local
76 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
78 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
79 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
90 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
92 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
93 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
113 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
115 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
116 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 *
192 uint32_t scratch1, scratch2; local
    [all...]
vp9_convolve8_avg_dspr2.c 38 uint32_t scratch1, scratch2; local
76 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
78 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
79 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
90 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
92 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
93 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
113 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
115 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
116 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 *
199 uint32_t scratch1, scratch2; local
    [all...]
  /external/v8/src/ic/arm/
handler-compiler-arm.cc 127 Handle<Name> name, Register scratch0, Register scratch1) {
131 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
132 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
140 Register map = scratch1;
166 masm, miss_label, &done, receiver, properties, name, scratch1);
168 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
184 MacroAssembler* masm, Register receiver, Register scratch1,
186 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
187 __ mov(r0, scratch1);
401 Register map_reg = scratch1();
507 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1, local
    [all...]
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 125 Handle<Name> name, Register scratch0, Register scratch1) {
129 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
130 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
138 Register map = scratch1;
162 masm, miss_label, &done, receiver, properties, name, scratch1);
164 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
180 MacroAssembler* masm, Register receiver, Register scratch1,
182 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
184 __ mov(v0, scratch1);
390 Register map_reg = scratch1();
497 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1, local
    [all...]
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 125 Handle<Name> name, Register scratch0, Register scratch1) {
129 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
130 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
138 Register map = scratch1;
162 masm, miss_label, &done, receiver, properties, name, scratch1);
164 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
180 MacroAssembler* masm, Register receiver, Register scratch1,
182 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
184 __ mov(v0, scratch1);
390 Register map_reg = scratch1();
497 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1, local
    [all...]
  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 125 Handle<Name> name, Register scratch0, Register scratch1) {
129 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
130 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
138 Register map = scratch1;
164 masm, miss_label, &done, receiver, properties, name, scratch1);
166 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
182 MacroAssembler* masm, Register receiver, Register scratch1,
184 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
185 __ mr(r3, scratch1);
400 Register map_reg = scratch1();
505 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1, local
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
macro-assembler-arm64.h     [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 77 Handle<Name> name, Register scratch0, Register scratch1) {
109 properties, name, scratch1);
127 MacroAssembler* masm, Register receiver, Register scratch1,
406 Register map_reg = scratch1();
430 Register object_reg, Register holder_reg, Register scratch1,
436 DCHECK(!scratch1.is(object_reg) && !scratch1.is(holder_reg));
438 !scratch2.is(scratch1));
457 __ mov(scratch1, FieldOperand(object_reg, HeapObject::kMapOffset));
459 __ CmpWeakValue(scratch1, cell, scratch2)
512 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1, local
    [all...]
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 41 Handle<Name> name, Register scratch0, Register scratch1) {
73 properties, name, scratch1);
402 Register map_reg = scratch1();
426 Register object_reg, Register holder_reg, Register scratch1,
432 DCHECK(!scratch1.is(object_reg) && !scratch1.is(holder_reg));
434 !scratch2.is(scratch1));
442 __ Move(scratch1, validity_cell, RelocInfo::CELL);
444 __ SmiCompare(Operand(scratch1, 0),
454 __ movp(scratch1, FieldOperand(object_reg, HeapObject::kMapOffset))
511 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1, local
    [all...]
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 77 Handle<Name> name, Register scratch0, Register scratch1) {
109 properties, name, scratch1);
127 MacroAssembler* masm, Register receiver, Register scratch1,
406 Register map_reg = scratch1();
430 Register object_reg, Register holder_reg, Register scratch1,
436 DCHECK(!scratch1.is(object_reg) && !scratch1.is(holder_reg));
438 !scratch2.is(scratch1));
457 __ mov(scratch1, FieldOperand(object_reg, HeapObject::kMapOffset));
459 __ CmpWeakValue(scratch1, cell, scratch2)
512 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1, local
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/ppc/
macro-assembler-ppc.cc 947 Register scratch1, Register scratch2) {
948 SmiTag(scratch1, length);
950 StoreP(scratch1, FieldMemOperand(string, String::kLengthOffset), r0);
951 li(scratch1, Operand(String::kEmptyHashField));
953 StoreP(scratch1, FieldMemOperand(string, String::kHashFieldSlot), r0);
    [all...]
  /device/google/contexthub/firmware/src/cpu/cortexm4f/
atomicBitset.c 87 uint32_t scratch1, scratch2, scratch3, bit = 32; local
105 :"=r"(scratch1), "=r"(bit), "=r"(scratch2), "=l"(scratch3), "=r"(wordPtr)
  /external/v8/src/ia32/
macro-assembler-ia32.h 144 void HasColor(Register object, Register scratch0, Register scratch1,
148 void JumpIfBlack(Register object, Register scratch0, Register scratch1,
154 void JumpIfWhite(Register value, Register scratch1, Register scratch2,
212 void RecordWriteForMap(Register object, Handle<Map> map, Register scratch1,
378 Register key, Register scratch1,
395 void DispatchWeakMap(Register obj, Register scratch1, Register scratch2,
550 void CheckAccessGlobalProxy(Register holder_reg, Register scratch1,
587 void AllocateHeapNumber(Register result, Register scratch1, Register scratch2,
593 Register scratch1, Register scratch2,
596 Register scratch1, Register scratch2
    [all...]

Completed in 642 milliseconds

1 2 3 4 5