HomeSort by relevance Sort by last modified time
    Searched defs:scratch1 (Results 26 - 50 of 63) sorted by null

12 3

  /external/v8/src/ppc/
code-stubs-ppc.h 22 Register scratch1,
29 Register scratch1,
36 Register scratch1,
196 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/v8/src/ia32/
code-stubs-ia32.h 22 Register scratch1,
29 Register scratch1,
270 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/v8/src/s390/
code-stubs-s390.h 20 Register scratch1,
27 Register scratch1,
34 Register scratch1,
222 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
346 static void LoadSmis(MacroAssembler* masm, Register scratch1,
357 Register scratch1, Register scratch2,
365 Register scratch1, Register scratch2,
394 Register scratch1, Register scratch2,
405 Register scratch1, Register scratch2,
447 Register scratch1, Register scratch2
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 19 MacroAssembler* masm, Register left, Register right, Register scratch1,
25 Register scratch1,
265 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/v8/src/x87/
code-stubs-x87.h 22 Register scratch1,
29 Register scratch1,
267 inline Register scratch1() { return scratch1_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
  /external/tensorflow/tensorflow/core/kernels/
fused_batch_norm_op.cc 493 Tensor* offset_backprop_output, typename TTypes<U>::Vec scratch1, \
668 Tensor scratch1, scratch2; variable
671 scale_offset_shape, &scratch1));
678 x_backprop, scale_backprop, offset_backprop, scratch1.vec<U>(),
    [all...]
  /external/skia/tests/
ResourceCacheTest.cpp 1473 TestResource *scratch1 = TestResource::CreateScratch(gpu, SkBudgeted::kYes, local
    [all...]
  /external/skqp/tests/
ResourceCacheTest.cpp 1403 TestResource *scratch1 = TestResource::CreateScratch(gpu, SkBudgeted::kYes, local
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 190 Register value, Register scratch0, Register scratch1,
199 scratch1_(scratch1),
205 Register value, Register scratch0, Register scratch1,
214 scratch1_(scratch1),
469 Register scratch1,
472 DCHECK(!AreAliased(args_reg, scratch1, scratch2, scratch3));
476 __ ldr(scratch1, MemOperand(fp, StandardFrameConstants::kContextOffset));
477 __ cmp(scratch1,
483 Register caller_args_count_reg = scratch1;
775 Register scratch1 = i.TempRegister(1) local
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 309 Register value, Register scratch0, Register scratch1,
317 scratch1_(scratch1),
565 Register scratch1,
568 DCHECK(!AreAliased(args_reg, scratch1, scratch2, scratch3));
572 __ Ldr(scratch1, MemOperand(fp, StandardFrameConstants::kContextOffset));
573 __ Cmp(scratch1,
579 Register caller_args_count_reg = scratch1;
817 Register scratch1 = i.TempRegister(1); local
819 OutOfLineRecordWrite(this, object, index, value, scratch0, scratch1,
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 247 Register value, Register scratch0, Register scratch1,
254 scratch1_(scratch1),
781 Register scratch1 = ebx; local
1035 Register scratch1 = i.TempRegister(1); local
1591 Register scratch1 = i.TempRegister(1); local
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 170 Register value, Register scratch0, Register scratch1,
178 scratch1_(scratch1),
183 Register value, Register scratch0, Register scratch1,
191 scratch1_(scratch1),
1121 Register scratch1 = i.TempRegister(1); local
    [all...]
  /external/mesa3d/src/intel/vulkan/
genX_cmd_buffer.c 827 uint32_t scratch1, chicken3; local
    [all...]
  /external/v8/src/builtins/arm64/
builtins-arm64.cc 1964 Register scratch1 = x10; local
3145 Register scratch1 = x13, scratch2 = x14; local
3184 Register scratch1 = x13, scratch2 = x14; local
    [all...]
  /external/v8/src/builtins/ia32/
builtins-ia32.cc 521 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch1,
523 Register args_count = scratch1;
685 Register scratch1, Register scratch2,
693 __ mov(scratch1, Operand::StaticVariable(real_stack_limit));
697 __ sub(scratch2, scratch1);
698 // Make scratch1 the space we need for the array when it is unrolled onto the
700 __ mov(scratch1, num_args);
702 __ add(scratch1, Immediate(1));
704 __ shl(scratch1, kPointerSizeLog2);
706 __ cmp(scratch2, scratch1);
849 __ mov(Operand(esp, i * kPointerSize), scratch1); local
    [all...]
  /external/v8/src/builtins/x87/
builtins-x87.cc 487 static void LeaveInterpreterFrame(MacroAssembler* masm, Register scratch1,
489 Register args_count = scratch1;
651 Register scratch1, Register scratch2,
659 __ mov(scratch1, Operand::StaticVariable(real_stack_limit));
663 __ sub(scratch2, scratch1);
664 // Make scratch1 the space we need for the array when it is unrolled onto the
666 __ mov(scratch1, num_args);
668 __ add(scratch1, Immediate(1));
670 __ shl(scratch1, kPointerSizeLog2);
672 __ cmp(scratch2, scratch1);
815 __ mov(Operand(esp, i * kPointerSize), scratch1); local
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 227 Register value, Register scratch0, Register scratch1,
234 scratch1_(scratch1),
556 Register scratch1,
559 DCHECK(!AreAliased(args_reg, scratch1, scratch2, scratch3));
563 __ lw(scratch1, MemOperand(fp, StandardFrameConstants::kContextOffset));
564 __ Branch(&done, ne, scratch1,
569 Register caller_args_count_reg = scratch1;
766 Register scratch1 = i.TempRegister(1); local
768 scratch0, scratch1, mode);
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 227 Register value, Register scratch0, Register scratch1,
234 scratch1_(scratch1),
593 Register scratch1,
596 DCHECK(!AreAliased(args_reg, scratch1, scratch2, scratch3));
606 Register caller_args_count_reg = scratch1;
802 Register scratch1 = i.TempRegister(1); local
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 202 Register value, Register scratch0, Register scratch1,
210 scratch1_(scratch1),
215 Register value, Register scratch0, Register scratch1,
223 scratch1_(scratch1),
1324 Register scratch1 = i.TempRegister(1); local
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 233 Register value, Register scratch0, Register scratch1,
240 scratch1_(scratch1),
975 Register scratch1 = i.TempRegister(1); local
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 250 Register value, Register scratch0, Register scratch1,
257 scratch1_(scratch1),
445 Register scratch1 = ebx; local
448 DCHECK(!AreAliased(args_reg, scratch1, scratch2, scratch3));
456 __ push(scratch1);
462 Register caller_args_count_reg = scratch1;
472 __ pop(scratch1);
778 Register scratch1 = i.TempRegister(1); local
780 scratch0, scratch1, mode);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 1448 LOperand* scratch1 = TempRegister(); local
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 698 Register scratch1) {
701 DCHECK(!scratch0.is(scratch1));
702 DCHECK(!scratch1.is(src));
711 scratch1,
1570 Register scratch1 = r2; local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 697 Register scratch1) {
700 DCHECK(!scratch0.is(scratch1));
701 DCHECK(!scratch1.is(src));
709 scratch1,
1585 Register scratch1 = a2; local
2452 Register scratch1 = a1; local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 697 Register scratch1) {
700 DCHECK(!scratch0.is(scratch1));
701 DCHECK(!scratch1.is(src));
709 scratch1,
1587 Register scratch1 = a2; local
2453 Register scratch1 = a1; local
    [all...]

Completed in 647 milliseconds

12 3