Searched refs:scratch2 (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLValueFormat.cpp36 ValueFormat format, AssemblyHelpers& jit, GPRReg value, GPRReg scratch1, GPRReg scratch2)
47 jit.moveDoubleTo64(FPRInfo::fpRegT0, scratch2);
49 jit.move64ToDouble(scratch2, FPRInfo::fpRegT0);
54 jit.moveDoubleTo64(FPRInfo::fpRegT0, scratch2);
56 jit.move64ToDouble(scratch2, FPRInfo::fpRegT0);
35 reboxAccordingToFormat( ValueFormat format, AssemblyHelpers& jit, GPRReg value, GPRReg scratch1, GPRReg scratch2) argument
H A DFTLValueFormat.h54 ValueFormat, AssemblyHelpers&, GPRReg value, GPRReg scratch1, GPRReg scratch2);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExitCompiler64.cpp102 GPRReg scratch2; local
104 scratch2 = AssemblyHelpers::selectScratchGPR(usedRegister, scratch1);
108 m_jit.pushToSave(scratch2);
111 m_jit.push(scratch2);
124 m_jit.move(AssemblyHelpers::TrustedImm32(1), scratch2);
125 m_jit.lshift32(scratch1, scratch2);
126 m_jit.or32(scratch2, AssemblyHelpers::AbsoluteAddress(arrayProfile->addressOfArrayModes()));
129 m_jit.popToRestore(scratch2);
132 m_jit.pop(scratch2);
H A DDFGOSRExitCompiler32_64.cpp107 GPRReg scratch2; local
109 scratch2 = AssemblyHelpers::selectScratchGPR(usedRegister1, usedRegister2, scratch1);
113 m_jit.pushToSave(scratch2);
116 m_jit.push(scratch2);
129 m_jit.move(AssemblyHelpers::TrustedImm32(1), scratch2);
130 m_jit.lshift32(scratch1, scratch2);
131 m_jit.or32(scratch2, AssemblyHelpers::AbsoluteAddress(arrayProfile->addressOfArrayModes()));
134 m_jit.popToRestore(scratch2);
137 m_jit.pop(scratch2);
H A DDFGSpeculativeJIT.cpp70 GPRTemporary scratch2(this);
72 GPRReg scratch2GPR = scratch2.gpr();
2611 GPRTemporary scratch2(this);
2615 GPRReg scratch2Reg = scratch2.gpr();
2637 GPRTemporary scratch2(this);
2642 GPRReg scratch2Reg = scratch2.gpr();
4283 GPRTemporary scratch2(this);
4288 GPRReg scratchGPR2 = scratch2.gpr();
4397 GPRTemporary scratch2(this);
4402 GPRReg scratch2GPR = scratch2
5387 storeToWriteBarrierBuffer(GPRReg cell, GPRReg scratch1, GPRReg scratch2) argument
5392 m_jit.load32(MacroAssembler::Address(scratch1, WriteBarrierBuffer::currentIndexOffset()), scratch2); local
5412 storeToWriteBarrierBuffer(JSCell* cell, GPRReg scratch1, GPRReg scratch2) argument
5417 m_jit.load32(MacroAssembler::Address(scratch1, WriteBarrierBuffer::currentIndexOffset()), scratch2); local
5438 writeBarrier(GPRReg ownerGPR, JSCell* value, GPRReg scratch1, GPRReg scratch2) argument
5448 writeBarrier(GPRReg ownerGPR, GPRReg scratch1, GPRReg scratch2) argument
[all...]
H A DDFGSpeculativeJIT64.cpp1169 GPRTemporary scratch2(this);
1171 writeBarrier(base.gpr(), value.gpr(), valueEdge, scratch1.gpr(), scratch2.gpr());
2766 GPRTemporary scratch2(this);
2770 GPRReg scratch2Reg = scratch2.gpr();
3383 GPRTemporary scratch2(this);
3389 GPRReg scratch2GPR = scratch2.gpr();
3960 GPRTemporary scratch2(this);
4293 GPRTemporary scratch2(this);
4298 GPRReg scratchGPR2 = scratch2.gpr();
4781 void SpeculativeJIT::writeBarrier(GPRReg ownerGPR, GPRReg valueGPR, Edge valueUse, GPRReg scratch1, GPRReg scratch2) argument
4795 writeBarrier(JSCell* owner, GPRReg valueGPR, Edge valueUse, GPRReg scratch1, GPRReg scratch2) argument
[all...]
H A DDFGSpeculativeJIT.h293 void storeToWriteBarrierBuffer(GPRReg cell, GPRReg scratch1, GPRReg scratch2);
294 void storeToWriteBarrierBuffer(JSCell*, GPRReg scratch1, GPRReg scratch2);
296 void writeBarrier(GPRReg owner, GPRReg scratch1, GPRReg scratch2);
297 void writeBarrier(GPRReg owner, JSCell* value, GPRReg scratch1, GPRReg scratch2);
299 void writeBarrier(GPRReg owner, GPRReg value, Edge valueUse, GPRReg scratch1, GPRReg scratch2);
300 void writeBarrier(JSCell* owner, GPRReg value, Edge valueUse, GPRReg scratch1, GPRReg scratch2);
H A DDFGSpeculativeJIT32_64.cpp1038 GPRTemporary scratch2(this);
1040 writeBarrier(base.gpr(), value.tagGPR(), valueEdge, scratch1.gpr(), scratch2.gpr());
3241 GPRTemporary scratch2(this);
3247 GPRReg scratch2GPR = scratch2.gpr();
4188 GPRTemporary scratch2(this);
4194 GPRReg scratch2GPR = scratch2.gpr();
4654 void SpeculativeJIT::writeBarrier(GPRReg ownerGPR, GPRReg valueTagGPR, Edge valueUse, GPRReg scratch1, GPRReg scratch2) argument
4661 storeToWriteBarrierBuffer(ownerGPR, scratch1, scratch2);
4668 void SpeculativeJIT::writeBarrier(JSCell* owner, GPRReg valueTagGPR, Edge valueUse, GPRReg scratch1, GPRReg scratch2) argument
4675 storeToWriteBarrierBuffer(owner, scratch1, scratch2);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dgiants.c1485 giant scratch2 = popg(); local
1488 itog(m, scratch2);
1492 mulg(scratch2, g);
1495 squareg(scratch2);
1789 giant scratch = popg(), scratch2 = popg(), scratch3 = popg();
1822 itog(0,scratch2);
1846 addg(scratch3,scratch2);
1847 *destptr++ = scratch2->n[0];
1848 memmove(scratch2->n,scratch2
1936 giant scratch2 = popg(); local
1966 giant scratch2 = popg(); local
1996 giant scratch2 = popg(); local
2027 giant scratch2 = popg(); local
2057 giant scratch2 = popg(); local
2088 giant scratch2 = popg(); local
[all...]
H A Dfactor.c49 extern giant scratch2;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.c1485 giant scratch2 = popg(); local
1488 itog(m, scratch2);
1492 mulg(scratch2, g);
1495 squareg(scratch2);
1789 giant scratch = popg(), scratch2 = popg(), scratch3 = popg();
1822 itog(0,scratch2);
1846 addg(scratch3,scratch2);
1847 *destptr++ = scratch2->n[0];
1848 memmove(scratch2->n,scratch2
1936 giant scratch2 = popg(); local
1966 giant scratch2 = popg(); local
1996 giant scratch2 = popg(); local
2027 giant scratch2 = popg(); local
2057 giant scratch2 = popg(); local
2088 giant scratch2 = popg(); local
[all...]
H A Dfactor.c49 extern giant scratch2;
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_session.c142 session->scratch2 = vstring_alloc(100);
198 vstring_free(session->scratch2);
H A Dsmtp_proto.c1359 REWRITE_ADDRESS(session->scratch2, request->sender);
1360 QUOTE_ADDRESS(session->scratch, vstring_str(session->scratch2));
1435 REWRITE_ADDRESS(session->scratch2, rcpt->address);
1436 QUOTE_ADDRESS(session->scratch, vstring_str(session->scratch2));
1447 vstring_sprintf(session->scratch2, "rfc822;%s",
1449 xtext_quote(session->scratch, vstring_str(session->scratch2), "+=");
H A Dsmtp.h312 VSTRING *scratch2; /* scratch buffer */ member in struct:SMTP_SESSION
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DellipticProj.c445 giant scratch2 = borrowGiant(cp->maxDigits); local
447 gtog(x, scratch2);
455 mulg(scratch2, x);
460 gsquare(scratch2);
461 feemod(cp, scratch2);
463 returnGiant(scratch2);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DellipticProj.c445 giant scratch2 = borrowGiant(cp->maxDigits); local
447 gtog(x, scratch2);
455 mulg(scratch2, x);
460 gsquare(scratch2);
461 feemod(cp, scratch2);
463 returnGiant(scratch2);
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter64.asm1401 macro noAdditionalChecks(oldStructure, scratch, scratch2)
1404 macro structureChainChecks(oldStructure, scratch, scratch2)
1413 loadStructureAndClobberFirstArg(protoCell, scratch2)
1414 move scratch2, oldStructure
H A DLowLevelInterpreter.asm453 macro checkMarkByte(cell, scratch1, scratch2, continuation)
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParser.cpp376 TreeExpression scratch2 = 0; local
378 TreeExpression varDecls = parseVarDeclarationList(context, scratch, scratch1, scratch2, scratch3, scratch3, scratch3);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp5509 unsigned scratch2 = (!BinOpcode) ? incr : MRI.createVirtualRegister(TRC); local
5518 // <binop> scratch2, dest, incr
5519 // strex scratch, scratch2, ptr
5531 AddDefaultPred(BuildMI(BB, dl, TII->get(BinOpcode), scratch2).
5534 AddDefaultPred(BuildMI(BB, dl, TII->get(BinOpcode), scratch2).
5538 MIB = BuildMI(BB, dl, TII->get(strOpc), scratch).addReg(scratch2).addReg(ptr);
5620 unsigned scratch2 = MRI.createVirtualRegister(TRC); local
5631 // cmov.cond scratch2, incr, dest
5632 // strex scratch, scratch2, ptr
5653 BuildMI(BB, dl, TII->get(isThumb2 ? ARM::t2MOVCCr : ARM::MOVCCr), scratch2)
[all...]

Completed in 576 milliseconds