Searched refs:scratch1 (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DgiantIntegers.c1250 giant scratch1; local
1264 scratch1 = borrowGiant(numDigits + 1);
1265 scratch1->sign = numDigits;
1267 scratch1->n[j] = GIANT_DIGIT_MASK;
1277 scratch1->n[numDigits-1] = lastWord;
1278 addg(g, scratch1); /* One version. */
1279 gtog(scratch1, g);
1280 returnGiant(scratch1);
1297 scratch1 = borrowGiant(g->capacity);
1300 extractbits(n, g, scratch1);
1352 giant scratch1; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DgiantIntegers.c1250 giant scratch1; local
1264 scratch1 = borrowGiant(numDigits + 1);
1265 scratch1->sign = numDigits;
1267 scratch1->n[j] = GIANT_DIGIT_MASK;
1277 scratch1->n[numDigits-1] = lastWord;
1278 addg(g, scratch1); /* One version. */
1279 gtog(scratch1, g);
1280 returnGiant(scratch1);
1297 scratch1 = borrowGiant(g->capacity);
1300 extractbits(n, g, scratch1);
1352 giant scratch1; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOSRExitCompiler32_64.cpp117 GPRReg scratch1; local
119 scratch1 = AssemblyHelpers::selectScratchGPR(usedRegister1, usedRegister2);
120 scratch2 = AssemblyHelpers::selectScratchGPR(usedRegister1, usedRegister2, scratch1);
122 m_jit.push(scratch1);
127 value = scratch1;
132 m_jit.loadPtr(AssemblyHelpers::Address(value, JSCell::structureOffset()), scratch1); local
133 m_jit.storePtr(scratch1, arrayProfile->addressOfLastSeenStructure());
134 m_jit.load8(AssemblyHelpers::Address(scratch1, Structure::indexingTypeOffset()), scratch1); local
136 m_jit.lshift32(scratch1, scratch
[all...]
H A DDFGOSRExitCompiler64.cpp111 GPRReg scratch1; local
113 scratch1 = AssemblyHelpers::selectScratchGPR(usedRegister);
114 scratch2 = AssemblyHelpers::selectScratchGPR(usedRegister, scratch1);
116 m_jit.push(scratch1);
121 value = scratch1;
126 m_jit.loadPtr(AssemblyHelpers::Address(value, JSCell::structureOffset()), scratch1); local
127 m_jit.storePtr(scratch1, arrayProfile->addressOfLastSeenStructure());
128 m_jit.load8(AssemblyHelpers::Address(scratch1, Structure::indexingTypeOffset()), scratch1); local
130 m_jit.lshift32(scratch1, scratch
[all...]
H A DDFGSpeculativeJIT.cpp932 void SpeculativeJIT::writeBarrier(MacroAssembler& jit, GPRReg owner, GPRReg scratch1, GPRReg scratch2, WriteBarrierUseKind useKind) argument
936 UNUSED_PARAM(scratch1);
939 ASSERT(owner != scratch1);
941 ASSERT(scratch1 != scratch2);
948 void SpeculativeJIT::writeBarrier(GPRReg ownerGPR, GPRReg valueGPR, Edge valueUse, WriteBarrierUseKind useKind, GPRReg scratch1, GPRReg scratch2) argument
952 UNUSED_PARAM(scratch1);
964 void SpeculativeJIT::writeBarrier(GPRReg ownerGPR, JSCell* value, WriteBarrierUseKind useKind, GPRReg scratch1, GPRReg scratch2) argument
968 UNUSED_PARAM(scratch1);
4192 GPRTemporary scratch1(this);
4197 GPRReg scratchGPR1 = scratch1
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter.asm376 macro allocateJSObject(allocator, structure, result, scratch1, slowCase)
389 loadp [result], scratch1
390 storep scratch1, offsetOfFirstFreeCell[allocator]
531 macro getPutToBaseOperationField(scratch, scratch1, fieldOffset, fieldGetter)
546 macro putToBaseVariableBody(variableOffset, scratch1, scratch2, scratch3)
547 loadisFromInstruction(1, scratch1)
548 loadp PayloadOffset[cfr, scratch1, 8], scratch1
549 loadp JSVariableObject::m_registers[scratch1], scratch1
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParser.cpp204 const Identifier* scratch1 = 0; local
207 TreeExpression varDecls = parseVarDeclarationList(context, scratch, scratch1, scratch2, scratch3, scratch3, scratch3);

Completed in 122 milliseconds