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

1 2 3

  /external/libvpx/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/chromium_org/v8/src/mips/
lithium-codegen-mips.h 171 Register scratch1() { return kLithiumScratchReg2; } function in class:v8::internal::LCodeGen
code-stubs-mips.h 105 Register scratch1,
123 Register scratch1,
160 Register scratch1,
193 Register scratch1,
203 Register scratch1,
216 Register scratch1,
400 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
stub-cache-mips.cc 125 Register scratch1) {
129 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
130 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
138 Register map = scratch1;
167 scratch1);
169 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
342 // heap object, its map's instance type is left in the scratch1 register.
343 // If this is not needed, scratch1 and scratch2 may be the same register.
346 Register scratch1,
354 __ lw(scratch1, FieldMemOperand(receiver, HeapObject::kMapOffset))
1170 scratch1, scratch2); local
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 104 Register scratch1,
121 Register scratch1,
158 Register scratch1,
192 Register scratch1,
202 Register scratch1,
215 Register scratch1,
384 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
stub-cache-arm.cc 129 Register scratch1) {
133 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
134 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
142 Register map = scratch1;
173 scratch1);
175 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
350 // heap object, its map's instance type is left in the scratch1 register.
351 // If this is not needed, scratch1 and scratch2 may be the same register.
354 Register scratch1,
362 __ ldr(scratch1, FieldMemOperand(receiver, HeapObject::kMapOffset))
1183 scratch1, scratch2); local
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 122 Register scratch1,
159 Register scratch1,
191 Register scratch1,
200 Register scratch1,
468 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
stub-cache-ia32.cc 145 Register scratch1) {
181 scratch1);
326 Register scratch1,
333 GenerateStringCheck(masm, receiver, scratch1, miss, &check_wrapper);
341 __ cmp(scratch1, JS_VALUE_TYPE);
347 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
355 Register scratch1,
358 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
359 __ mov(eax, scratch1);
507 Register scratch1,
973 __ mov(FieldOperand(receiver_reg, HeapObject::kMapOffset), scratch1); local
1244 scratch1, scratch2); local
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 112 Register scratch1,
149 Register scratch1,
181 Register scratch1,
191 Register scratch1,
438 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
stub-cache-x64.cc 115 Register scratch1) {
151 scratch1);
301 Register scratch1,
308 GenerateStringCheck(masm, receiver, scratch1, miss, &check_wrapper);
316 __ cmpl(scratch1, Immediate(JS_VALUE_TYPE));
322 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
491 Register scratch1,
499 __ pop(scratch1);
508 ASSERT(!scratch1.is(arg));
563 ASSERT(!scratch1.is(rax))
941 __ movq(FieldOperand(receiver_reg, HeapObject::kMapOffset), scratch1); local
1185 scratch1, scratch2); local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 157 Register scratch1() { return kLithiumScratchReg2; } function in class:v8::internal::BASE_EMBEDDED
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...]
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...]
  /external/chromium_org/v8/src/
stub-cache.h 428 Register scratch1,
434 Register scratch1,
468 Register scratch1,
473 return CheckPrototypes(type, object_reg, holder, holder_reg, scratch1,
481 Register scratch1,
602 virtual Register scratch1() = 0;
710 virtual Register scratch1() { return registers_[2]; } function in class:v8::internal::LoadStubCompiler
775 Register scratch1,
787 Register scratch1,
836 virtual Register scratch1() { return registers_[3]; } function in class:v8::internal::StoreStubCompiler
    [all...]
  /external/v8/src/arm/
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...]
  /external/v8/src/ia32/
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
builtins-ia32.cc 895 Register scratch1,
902 __ LoadInitialArrayMap(array_function, scratch2, scratch1);
922 __ mov(FieldOperand(result, JSObject::kMapOffset), scratch1); local
942 __ mov(FieldOperand(result, JSArray::kElementsOffset), scratch1); local
    [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...]
  /external/v8/src/x64/
builtins-x64.cc 1001 __ movq(FieldOperand(result, JSObject::kMapOffset), scratch1); local
1020 __ movq(FieldOperand(result, JSArray::kElementsOffset), scratch1); 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

Completed in 652 milliseconds

1 2 3