HomeSort by relevance Sort by last modified time
    Searched defs:scratch (Results 51 - 70 of 70) sorted by null

1 23

  /external/v8/src/arm/
stub-cache-arm.cc 48 Register scratch,
62 Register offsets_base_addr = scratch;
211 Register scratch,
225 ASSERT(!scratch.is(receiver));
226 ASSERT(!scratch.is(name));
229 ASSERT(!extra.is(scratch));
232 ASSERT(!extra2.is(scratch));
235 // Check scratch, extra and extra2 registers are valid.
236 ASSERT(!scratch.is(no_reg));
245 __ ldr(scratch, FieldMemOperand(name, String::kHashFieldOffset))
559 Register scratch = name; local
1835 Register scratch = r3; local
3233 Register scratch = r3; local
    [all...]
code-stubs-arm.cc 268 // scratch register. Destroys the source register. No GC occurs during this
340 // Count leading zeros. Uses mantissa for a scratch register on pre-ARM5.
344 // We use mantissa as a scratch register here. Use a fudge factor to
464 Register scratch,
481 Register scratch);
1702 Register scratch = r9.is(tos_) ? r7 : r9; local
3108 const Register scratch = r9; local
3590 const Register scratch = r2; local
4940 Register scratch = scratch3; local
    [all...]
full-codegen-arm.cc 614 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
622 __ LoadContext(scratch, context_chain_length);
623 return ContextOperand(scratch, slot->index());
634 // Use destination as scratch.
3007 Register scratch = r2; local
    [all...]
lithium-codegen-arm.cc 287 Register LCodeGen::EmitLoadRegister(LOperand* op, Register scratch) {
291 __ mov(scratch, ToOperand(op));
292 return scratch;
294 __ ldr(scratch, ToMemOperand(op));
295 return scratch;
298 return scratch;
863 Register scratch = scratch0(); local
874 ASSERT(!scratch.is(left));
875 ASSERT(!scratch.is(right));
876 ASSERT(!scratch.is(result))
983 const Register scratch = scratch0(); local
1081 Register scratch = scratch0(); local
1153 Register scratch = scratch0(); local
1420 Register scratch = scratch0(); local
1454 Register scratch = scratch0(); local
1560 Register scratch = scratch0(); local
1647 Register scratch = result; local
1663 Register scratch = scratch0(); local
1820 Register scratch = scratch0(); local
1852 Register scratch = scratch0(); local
1866 Register scratch = scratch0(); local
2227 Register scratch = scratch0(); local
2316 Register scratch = scratch0(); local
2368 Register scratch = scratch0(); local
2414 Register scratch = scratch0(); local
2467 Register scratch = scratch0(); local
2537 Register scratch = scratch0(); local
2580 Register scratch = scratch0(); local
2731 Register scratch = scratch0(); local
2906 Register scratch = scratch0(); local
2923 Register scratch = scratch0(); local
3110 Register scratch = scratch0(); local
3162 Register scratch = scratch0(); local
3246 Register scratch = scratch0(); local
3345 Register scratch = scratch0(); local
3435 Register scratch = scratch0(); local
3521 Register scratch = scratch0(); local
3575 Register scratch = scratch0(); local
3794 Register scratch = scratch0(); local
3825 Register scratch = scratch0(); local
4056 Register scratch = scratch0(); local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 57 Register scratch) {
61 InNewSpace(object, scratch, not_equal, &not_in_new_space);
83 Register scratch) {
101 Register dst = scratch;
122 mov(scratch, Immediate(BitCast<int32_t>(kZapValue)));
246 Register scratch,
249 IsInstanceJSObjectType(map, scratch, fail);
254 Register scratch,
256 movzx_b(scratch, FieldOperand(map, Map::kInstanceTypeOffset));
257 sub(Operand(scratch), Immediate(FIRST_JS_OBJECT_TYPE))
1036 mov(Operand(destination, length, times_1, -4), scratch); local
1050 mov_b(Operand(destination, 0), scratch); local
1355 mov(Operand(esp, 0 * kPointerSize), scratch); \/\/ output. local
2016 mov(Operand(esp, num_arguments * kPointerSize), scratch); local
    [all...]
stub-cache-ia32.cc 210 Register scratch,
225 ASSERT(!scratch.is(receiver));
226 ASSERT(!scratch.is(name));
229 ASSERT(!extra.is(scratch));
231 // Check scratch and extra registers are valid, and extra2 is unused.
232 ASSERT(!scratch.is(no_reg));
240 __ mov(scratch, FieldOperand(name, String::kHashFieldOffset));
241 __ add(scratch, FieldOperand(receiver, HeapObject::kMapOffset));
242 __ xor_(scratch, flags);
243 __ and_(scratch, (kPrimaryTableSize - 1) << kHeapObjectTagSize)
403 Register scratch = name; local
1709 Register scratch = edx; local
    [all...]
code-stubs-ia32.cc 313 Register scratch,
318 static void LoadFloatSmis(MacroAssembler* masm, Register scratch);
325 Register scratch);
367 static void LoadSSE2Smis(MacroAssembler* masm, Register scratch);
373 Register scratch);
1911 Register scratch = ebx; local
2353 __ mov(Operand(esp, 0), scratch); local
3307 Register scratch = scratch2; local
4156 Register scratch = ecx; local
4968 __ mov_b(Operand(dest, 0), scratch); local
4973 __ mov_w(Operand(dest, 0), scratch); local
5032 __ mov_b(Operand(dest, 0), scratch); local
5051 Register scratch = scratch3; local
    [all...]
full-codegen-ia32.cc 581 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
589 __ LoadContext(scratch, context_chain_length);
590 return ContextOperand(scratch, slot->index());
2941 Register scratch = ecx; local
3346 Register scratch = ebx; local
3520 __ mov_b(Operand(result_pos, 0), scratch); local
    [all...]
lithium-codegen-ia32.cc 1518 Register scratch = result; local
1555 Register scratch = ToRegister(instr->TempAt(0)); local
2441 Register scratch = ToRegister(instr->TempAt(0)); local
2666 XMMRegister scratch = xmm0; local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 2315 Register scratch = scratch2; local
3951 Register scratch = scratch3; local
    [all...]
stub-cache-x64.cc 185 Register scratch,
200 ASSERT(!scratch.is(receiver));
201 ASSERT(!scratch.is(name));
203 // Check scratch register is valid, extra and extra2 are unused.
204 ASSERT(!scratch.is(no_reg));
211 __ movl(scratch, FieldOperand(name, String::kHashFieldOffset));
213 __ addl(scratch, FieldOperand(receiver, HeapObject::kMapOffset));
214 __ xor_(scratch, Immediate(flags));
215 __ and_(scratch, Immediate((kPrimaryTableSize - 1) << kHeapObjectTagSize));
218 ProbeTable(isolate, masm, flags, kPrimary, name, scratch);
425 __ movq(Operand(rsp, 0), scratch); local
428 __ movq(Operand(rsp, i * kPointerSize), scratch); local
444 __ movq(Operand(rsp, kFastApiCallArguments * kPointerSize), scratch); local
1677 Register scratch = rdx; local
    [all...]
full-codegen-x64.cc 585 MemOperand FullCodeGenerator::EmitSlotSearch(Slot* slot, Register scratch) {
593 __ LoadContext(scratch, context_chain_length);
594 return ContextOperand(scratch, slot->index());
2893 Register scratch = rcx; local
3304 Register scratch = rbx; local
3493 __ movb(Operand(result_pos, 0), scratch); local
    [all...]
lithium-codegen-x64.cc 1535 Register scratch = result; local
1578 Register scratch = ToRegister(instr->TempAt(0)); local
2144 Register scratch = ToRegister(instr->TempAt(0)); local
2681 XMMRegister scratch = xmm0; local
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 610 Allocation scratch = Allocation.createSized(mRS, Element.U8(mRS), scratchSize); local
612 mScript.bind_gStringBuffer(scratch);
615 scratch.copyTo(tmp);
  /external/netperf/
netlib.c 554 unsigned char scratch;
574 scratch = conv_rec.bytes[i];
576 conv_rec.bytes[7-i] = scratch;
582 unsigned int scratch = conv_rec.words[0];
584 conv_rec.words[1] = scratch;
603 unsigned char scratch;
617 scratch = conv_rec.bytes[i];
619 conv_rec.bytes[7-i] = scratch;
625 unsigned int scratch = conv_rec.words[0];
627 conv_rec.words[1] = scratch;
549 unsigned char scratch; local
577 unsigned int scratch = conv_rec.words[0]; local
598 unsigned char scratch; local
620 unsigned int scratch = conv_rec.words[0]; local
    [all...]
  /external/qemu/target-arm/
cpu.h 188 /* scratch space when Tn are not sufficient. */
189 uint32_t scratch[8]; member in struct:CPUARMState::__anon10196
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 716 int scratch; local
720 TreeExpression varDecls = parseVarDeclarationList(context, scratch, scratch1, scratch2, scratch3, scratch3, scratch3);
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp 420 char scratch[256]; local
421 snprintf(scratch, sizeof(scratch), "%d", parentIndex);
422 comma(scratch);
430 snprintf(scratch, sizeof(scratch), "/* + %d bytes */",
432 print(scratch);
453 snprintf(scratch, sizeof(scratch), ", {%d, %d, %d, %d}, %s"
460 print(scratch);
712 char scratch[64]; local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 2079 bool scratch; local
2096 bool scratch; local
2156 bool scratch; local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 5057 unsigned scratch = local
5201 unsigned scratch = MRI.createVirtualRegister(TRC); local
5311 unsigned scratch = MRI.createVirtualRegister(TRC); local
    [all...]

Completed in 1571 milliseconds

1 23