HomeSort by relevance Sort by last modified time
    Searched refs:scratch2 (Results 26 - 39 of 39) sorted by null

12

  /external/v8/src/ia32/
ic-ia32.cc 371 Register scratch2,
396 __ mov(scratch2, FieldOperand(scratch1, FixedArray::kLengthOffset));
397 __ sub(scratch2, Immediate(Smi::FromInt(2)));
398 __ cmp(key, scratch2);
403 __ mov(scratch2, FieldOperand(scratch1,
407 __ cmp(scratch2, factory->the_hole_value());
416 scratch2,
    [all...]
builtins-ia32.cc 896 Register scratch2,
902 __ LoadInitialArrayMap(array_function, scratch2, scratch1);
    [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/arm/
full-codegen-arm.cc 1830 Register scratch2 = r3; local
3515 Register scratch2 = r9; 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/x64/
builtins-x64.cc     [all...]
code-stubs-x64.cc 591 Register scratch2,
642 // if scratch2 is negative, do (scratch2-1)^-1, otherwise (scratch2-0)^0.
    [all...]
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 44 cvar_t scratch2 = CVAR2("scratch2", "0"); variable
1077 Cvar_RegisterVariable (&scratch2);
  /gdk/samples/quake/jni/
pr_edict.cpp 44 cvar_t scratch2 = CVAR2("scratch2", "0"); variable
1077 Cvar_RegisterVariable (&scratch2);
  /external/v8/src/mips/
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/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 718 TreeExpression scratch2 = 0; local
720 TreeExpression varDecls = parseVarDeclarationList(context, scratch, scratch1, scratch2, scratch3, scratch3, scratch3);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 5400 unsigned scratch2 = (!BinOpcode) ? incr : MRI.createVirtualRegister(TRC); local
5510 unsigned scratch2 = MRI.createVirtualRegister(TRC); local
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 821 m_int scratch2; /* Scratch pad value 2 */ member in struct:__anon11759
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 821 m_int scratch2; /* Scratch pad value 2 */ member in struct:__anon12058
    [all...]

Completed in 2075 milliseconds

12