HomeSort by relevance Sort by last modified time
    Searched defs:scratch2 (Results 1 - 17 of 17) sorted by null

  /external/quake/quake/src/WinQuake/
pr_edict.cpp 44 cvar_t scratch2 = CVAR2("scratch2", "0"); variable
1077 Cvar_RegisterVariable (&scratch2);
  /external/v8/src/arm/
stub-cache-arm.cc 51 Register scratch2,
87 __ ldr(scratch2, FieldMemOperand(receiver, HeapObject::kMapOffset));
88 __ cmp(ip, scratch2);
92 Register code = scratch2;
93 scratch2 = no_reg;
363 // If this is not needed, scratch1 and scratch2 may be the same register.
367 Register scratch2,
376 __ and_(scratch2, scratch1, Operand(kIsNotStringMask));
378 __ cmp(scratch2, Operand(static_cast<int32_t>(kStringTag)));
390 Register scratch2,
1079 scratch1, scratch2); local
4098 Register scratch2 = r5; local
4176 Register scratch2 = r6; local
4341 Register scratch2 = r5; local
    [all...]
full-codegen-arm.cc 1830 Register scratch2 = r3; local
3515 Register scratch2 = r9; local
    [all...]
code-stubs-arm.cc 60 Register scratch1, Register scratch2,
63 __ LoadRoot(scratch2, Heap::kHeapNumberMapRootIndex);
64 __ cmp(scratch1, scratch2);
521 Register scratch2) {
538 ConvertToDoubleStub stub1(r3, r2, scratch1, scratch2);
543 ConvertToDoubleStub stub2(r1, r0, scratch1, scratch2);
555 Register scratch2,
560 r0, d7, r2, r3, heap_number_map, scratch1, scratch2, slow);
564 r1, d6, r0, r1, heap_number_map, scratch1, scratch2, slow);
576 Register scratch2,
2296 Register scratch2 = r9; local
2424 Register scratch2 = r9; local
2730 Register scratch2 = r9; local
3459 const Register scratch2 = r7; local
4134 Register scratch2 = map; local
    [all...]
lithium-codegen-arm.cc 932 Register scratch2 = ToRegister(instr->TempAt(0)); local
3128 Register scratch2 = ToRegister(instr->TempAt(0)); local
4097 Register scratch2 = ToRegister(instr->TempAt(0)); local
4223 Register scratch2 = ToRegister(instr->TempAt(0)); local
4448 Register scratch2 = ToRegister(instr->TempAt(1)); local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 422 XMMRegister scratch2,
444 movdbl(scratch2, FieldOperand(maybe_number, HeapNumber::kValueOffset));
447 scratch2);
464 movdbl(scratch2, Operand::StaticVariable(canonical_nan_reference));
477 cvtsi2sd(scratch2, scratch1);
479 scratch2);
1404 scratch2, local
    [all...]
stub-cache-ia32.cc 331 Register scratch2,
353 __ mov(scratch2, FieldOperand(receiver, JSValue::kValueOffset));
354 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
355 __ mov(eax, FieldOperand(scratch2, String::kLengthOffset));
364 Register scratch2,
366 __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label);
544 Register scratch2,
555 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
558 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3,
568 Register scratch2,
918 scratch1, scratch2); local
    [all...]
code-stubs-ia32.cc 677 Register scratch2 = edi; local
680 // Get exponent alone in scratch2.
681 __ mov(scratch2, scratch);
682 __ and_(scratch2, HeapNumber::kExponentMask);
688 __ cmp(scratch2, Immediate(kTooBigExponent));
708 __ cmp(scratch2, Immediate(non_smi_exponent));
721 __ cmp(scratch2, Immediate(big_non_smi_exponent));
725 __ mov(scratch2, scratch);
726 __ and_(scratch2, HeapNumber::kMantissaMask);
728 __ or_(scratch2, 1 << HeapNumber::kExponentShift)
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 51 Register scratch2,
88 __ lw(scratch2, FieldMemOperand(receiver, HeapObject::kMapOffset));
89 __ Branch(&miss, ne, at, Operand(scratch2));
92 Register code = scratch2;
93 scratch2 = no_reg;
350 // If this is not needed, scratch1 and scratch2 may be the same register.
354 Register scratch2,
363 __ And(scratch2, scratch1, Operand(kIsNotStringMask));
367 scratch2,
379 Register scratch2,
1082 scratch1, scratch2); local
4155 Register scratch2 = t1; local
4231 Register scratch2 = t2; local
4396 Register scratch2 = t1; local
    [all...]
full-codegen-mips.cc 1845 Register scratch2 = a3; local
3549 Register scratch2 = t5; local
    [all...]
code-stubs-mips.cc 61 Register scratch1, Register scratch2,
64 __ LoadRoot(scratch2, Heap::kHeapNumberMapRootIndex);
65 __ Branch(not_a_heap_number, ne, scratch1, Operand(scratch2));
521 Register scratch2) {
538 ConvertToDoubleStub stub1(a3, a2, scratch1, scratch2);
543 ConvertToDoubleStub stub2(a1, a0, scratch1, scratch2);
555 Register scratch2,
560 a0, f14, a2, a3, heap_number_map, scratch1, scratch2, slow);
564 a1, f12, a0, a1, heap_number_map, scratch1, scratch2, slow);
576 Register scratch2,
2382 Register scratch2 = t1; local
2538 Register scratch2 = t5; local
2845 Register scratch2 = t5; local
3596 const Register scratch2 = t3; local
4314 Register scratch2 = map; local
    [all...]
lithium-codegen-mips.cc 4000 Register scratch2 = ToRegister(instr->TempAt(0)); local
4124 Register scratch2 = ToRegister(instr->TempAt(0)); local
4342 Register scratch2 = ToRegister(instr->TempAt(1)); local
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 305 Register scratch2,
327 __ movq(scratch2, FieldOperand(receiver, JSValue::kValueOffset));
328 GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
329 __ movq(rax, FieldOperand(scratch2, String::kLengthOffset));
528 Register scratch2,
539 CompileCacheable(masm, object, receiver, scratch1, scratch2, scratch3,
542 CompileRegular(masm, object, receiver, scratch1, scratch2, scratch3,
552 Register scratch2,
591 scratch1, scratch2, scratch3,
608 scratch1, scratch2, scratch3
892 scratch1, scratch2); local
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 718 TreeExpression scratch2 = 0; local
720 TreeExpression varDecls = parseVarDeclarationList(context, scratch, scratch1, scratch2, scratch3, scratch3, scratch3);
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 821 m_int scratch2; /* Scratch pad value 2 */ member in struct:__anon14349
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 821 m_int scratch2; /* Scratch pad value 2 */ member in struct:__anon14648
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 5832 unsigned scratch2 = (!BinOpcode) ? incr : MRI.createVirtualRegister(TRC); local
5943 unsigned scratch2 = MRI.createVirtualRegister(TRC); local
    [all...]

Completed in 302 milliseconds