Searched defs:scratch1 (Results 1 - 25 of 99) sorted by relevance

1234

/external/v8/src/ic/
H A Daccess-compiler.h59 Register scratch1() const { return registers_[2]; } function in class:v8::internal::BASE_EMBEDDED
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dconvolve2_avg_dspr2.c32 uint32_t scratch1, scratch2; local
62 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
64 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
65 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
70 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
72 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
73 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
81 "lbu %[scratch1], 0(%[dst_ptr]) \n\t"
85 "addqh_r.w %[store1], %[store1], %[scratch1] \n\t" /* pixel 1 */
91 "lbu %[scratch1],
131 uint32_t scratch1, scratch2; local
[all...]
H A Dconvolve2_vert_dspr2.c32 uint32_t scratch1; local
62 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
65 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
66 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
71 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
74 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
75 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
99 [p2] "=&r"(p2), [scratch1] "=&r"(scratch1), [Temp1] "=&r"(Temp1),
122 uint32_t scratch1; local
[all...]
H A Dconvolve8_vert_dspr2.c33 uint32_t scratch1, scratch2; local
71 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
73 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
74 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
85 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
87 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
88 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
108 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
110 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
111 "append %[p1], %[scratch1], 1
181 uint32_t scratch1, scratch2; local
[all...]
H A Dconvolve8_avg_dspr2.c33 uint32_t scratch1, scratch2; local
71 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
73 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
74 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
85 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
87 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
88 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
108 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
110 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
111 "append %[p1], %[scratch1], 1
189 uint32_t scratch1, scratch2; local
[all...]
/external/protobuf/src/google/protobuf/util/
H A Dfield_comparator.cc98 string scratch1; local
102 message_1, field, index_1, &scratch1),
108 string scratch1; local
112 reflection_1->GetStringReference(message_1, field, &scratch1),
/external/v8/src/arm/
H A Dcode-stubs-arm.h32 MacroAssembler* masm, Register left, Register right, Register scratch1,
38 Register scratch1,
45 Register scratch1, Register scratch2, Label* chars_not_equal);
185 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
H A Dcodegen-arm.cc367 Register scratch1 = target_map; local
414 __ add(scratch1, array, Operand(kHeapObjectTag));
415 __ str(scratch1, FieldMemOperand(receiver, JSObject::kElementsOffset));
418 scratch1,
426 __ add(scratch1, elements, Operand(FixedArray::kHeaderSize - kHeapObjectTag));
436 // scratch1: begin of source FixedArray element fields, not tagged
463 __ ldr(lr, MemOperand(scratch1, 4, PostIndex));
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h140 Register scratch1() { return kLithiumScratchReg2; } function in class:v8::internal::LCodeGen
213 void PrepareForTailCall(const ParameterCount& actual, Register scratch1,
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h142 Register scratch1() { return kLithiumScratchReg2; } function in class:v8::internal::LCodeGen
215 void PrepareForTailCall(const ParameterCount& actual, Register scratch1,
/external/v8/src/ic/arm64/
H A Dic-arm64.cc31 Register result, Register scratch1,
33 DCHECK(!AreAliased(elements, name, scratch1, scratch2));
34 DCHECK(!AreAliased(result, scratch1, scratch2));
40 name, scratch1, scratch2);
49 __ Ldr(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
50 __ Tst(scratch1, Smi::FromInt(PropertyDetails::TypeField::kMask));
71 Register value, Register scratch1,
73 DCHECK(!AreAliased(elements, name, value, scratch1, scratch2));
79 name, scratch1, scratch2);
92 __ Ldrsw(scratch1, UntagSmiFieldMemOperan
29 GenerateDictionaryLoad(MacroAssembler* masm, Label* miss, Register elements, Register name, Register result, Register scratch1, Register scratch2) argument
69 GenerateDictionaryStore(MacroAssembler* masm, Label* miss, Register elements, Register name, Register value, Register scratch1, Register scratch2) argument
[all...]
/external/v8/src/mips/
H A Dcode-stubs-mips.h32 MacroAssembler* masm, Register left, Register right, Register scratch1,
38 Register scratch1,
45 Register scratch1, Register scratch2, Register scratch3,
216 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/mips64/
H A Dcode-stubs-mips64.h32 MacroAssembler* masm, Register left, Register right, Register scratch1,
38 Register scratch1,
45 Register scratch1, Register scratch2, Register scratch3,
217 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/ppc/
H A Dcode-stubs-ppc.h31 Register scratch1,
38 Register scratch1,
45 Register scratch1,
205 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/libopus/celt/
H A Dkiss_fft.c120 kiss_fft_cpx scratch0, scratch1; local
124 C_ADD( scratch1 , Fout[1] , Fout[3] );
125 C_SUB( Fout[2], *Fout, scratch1 );
126 C_ADDTO( *Fout , scratch1 );
127 C_SUB( scratch1 , Fout[1] , Fout[3] );
129 Fout[1].r = scratch0.r + scratch1.i;
130 Fout[1].i = scratch0.i - scratch1.r;
131 Fout[3].r = scratch0.r - scratch1.i;
132 Fout[3].i = scratch0.i + scratch1.r;
/external/v8/src/arm64/
H A Dcode-stubs-arm64.h19 MacroAssembler* masm, Register left, Register right, Register scratch1,
25 Register scratch1,
32 Register scratch1, Register scratch2, Label* chars_not_equal);
240 Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
363 Register scratch1,
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h32 Register scratch1,
39 Register scratch1,
288 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/ic/arm/
H A Dic-arm.cc37 Register result, Register scratch1,
40 // scratch1: Used as temporary and to hold the capacity of the property
47 name, scratch1, scratch2);
56 __ ldr(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
57 __ tst(scratch1, Operand(PropertyDetails::TypeField::kMask << kSmiTagSize));
79 Register value, Register scratch1,
82 // scratch1: Used as temporary and to hold the capacity of the property
89 name, scratch1, scratch2);
102 __ ldr(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
103 __ tst(scratch1, Operan
35 GenerateDictionaryLoad(MacroAssembler* masm, Label* miss, Register elements, Register name, Register result, Register scratch1, Register scratch2) argument
77 GenerateDictionaryStore(MacroAssembler* masm, Label* miss, Register elements, Register name, Register value, Register scratch1, Register scratch2) argument
[all...]
/external/v8/src/ic/ia32/
H A Dic-ia32.cc491 Register scratch1 = Descriptor::VectorRegister(); local
504 scratch1, scratch2);
/external/v8/src/ic/mips/
H A Dic-mips.cc39 Register result, Register scratch1,
42 // scratch1: Used as temporary and to hold the capacity of the property
49 name, scratch1, scratch2);
58 __ lw(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
59 __ And(at, scratch1,
84 Register value, Register scratch1,
87 // scratch1: Used as temporary and to hold the capacity of the property
94 name, scratch1, scratch2);
107 __ lw(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
108 __ And(at, scratch1, Operan
37 GenerateDictionaryLoad(MacroAssembler* masm, Label* miss, Register elements, Register name, Register result, Register scratch1, Register scratch2) argument
82 GenerateDictionaryStore(MacroAssembler* masm, Label* miss, Register elements, Register name, Register value, Register scratch1, Register scratch2) argument
[all...]
/external/v8/src/ic/mips64/
H A Dic-mips64.cc39 Register result, Register scratch1,
42 // scratch1: Used as temporary and to hold the capacity of the property
49 name, scratch1, scratch2);
58 __ ld(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
59 __ And(at, scratch1,
84 Register value, Register scratch1,
87 // scratch1: Used as temporary and to hold the capacity of the property
94 name, scratch1, scratch2);
106 __ ld(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
107 __ And(at, scratch1, Operan
37 GenerateDictionaryLoad(MacroAssembler* masm, Label* miss, Register elements, Register name, Register result, Register scratch1, Register scratch2) argument
82 GenerateDictionaryStore(MacroAssembler* masm, Label* miss, Register elements, Register name, Register value, Register scratch1, Register scratch2) argument
[all...]
/external/v8/src/ic/ppc/
H A Dic-ppc.cc37 Register result, Register scratch1,
40 // scratch1: Used as temporary and to hold the capacity of the property
47 name, scratch1, scratch2);
56 __ LoadP(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
59 __ and_(scratch2, scratch1, scratch2, SetRC);
82 Register value, Register scratch1,
85 // scratch1: Used as temporary and to hold the capacity of the property
92 name, scratch1, scratch2);
104 __ LoadP(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
107 __ and_(scratch2, scratch1, scratch
35 GenerateDictionaryLoad(MacroAssembler* masm, Label* miss, Register elements, Register name, Register result, Register scratch1, Register scratch2) argument
80 GenerateDictionaryStore(MacroAssembler* masm, Label* miss, Register elements, Register name, Register value, Register scratch1, Register scratch2) argument
[all...]
/external/v8/src/ic/s390/
H A Dic-s390.cc36 Register result, Register scratch1,
39 // scratch1: Used as temporary and to hold the capacity of the property
46 name, scratch1, scratch2);
55 __ LoadP(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
58 __ AndP(scratch2, scratch1);
80 Register value, Register scratch1,
83 // scratch1: Used as temporary and to hold the capacity of the property
90 name, scratch1, scratch2);
102 __ LoadP(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
105 __ AndP(scratch2, scratch1);
34 GenerateDictionaryLoad(MacroAssembler* masm, Label* miss, Register elements, Register name, Register result, Register scratch1, Register scratch2) argument
78 GenerateDictionaryStore(MacroAssembler* masm, Label* miss, Register elements, Register name, Register value, Register scratch1, Register scratch2) argument
[all...]
/external/v8/src/ic/x64/
H A Dic-x64.cc79 Register scratch1) {
90 // scratch1 - used for index into the property dictionary and is clobbered.
95 masm, miss_label, &done, elements, name, scratch0, scratch1);
108 __ Test(Operand(elements, scratch1, times_pointer_size,
115 __ leap(scratch1, Operand(elements, scratch1, times_pointer_size,
117 __ movp(Operand(scratch1, 0), value);
121 __ RecordWrite(elements, scratch1, scratch0, kDontSaveFPRegs);
76 GenerateDictionaryStore(MacroAssembler* masm, Label* miss_label, Register elements, Register name, Register value, Register scratch0, Register scratch1) argument
/external/v8/src/ic/x87/
H A Dic-x87.cc491 Register scratch1 = Descriptor::VectorRegister(); local
504 scratch1, scratch2);

Completed in 317 milliseconds

1234