• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/JavaScriptCore-7600.1.17/jit/

Lines Matching refs:dst

144     int dst = currentInstruction[1].u.operand;
148 emitStore(dst, getConstantOperand(src));
151 emitStore(dst, regT1, regT0);
157 int dst = currentInstruction[1].u.operand;
162 emitStore(dst, regT1, regT0);
197 int dst = currentInstruction[1].u.operand;
200 emitStoreCell(dst, returnValueGPR);
218 int dst = currentInstruction[1].u.operand;
252 emitStoreBool(dst, regT0);
257 int dst = currentInstruction[1].u.operand;
266 callOperation(operationCheckHasInstance, dst, regT1, regT0, regT3, regT2);
273 int dst = currentInstruction[1].u.operand;
283 callOperation(operationInstanceOf, dst, regT1, regT0, regT3, regT2);
288 int dst = currentInstruction[1].u.operand;
310 emitStoreBool(dst, regT0);
315 int dst = currentInstruction[1].u.operand;
320 emitStoreBool(dst, regT0);
325 int dst = currentInstruction[1].u.operand;
331 emitStoreBool(dst, regT0);
336 int dst = currentInstruction[1].u.operand;
349 emitStoreBool(dst, regT0);
375 int dst = currentInstruction[1].u.operand;
384 if (dst != src)
385 emitStore(dst, regT1, regT0);
404 int dst = currentInstruction[1].u.operand;
413 emitStoreBool(dst, regT0, (dst == src));
555 int dst = currentInstruction[1].u.operand;
566 emitStoreBool(dst, regT0);
571 int dst = currentInstruction[1].u.operand;
596 emitStoreBool(dst, returnValueGPR);
601 int dst = currentInstruction[1].u.operand;
612 emitStoreBool(dst, regT0);
617 int dst = currentInstruction[1].u.operand;
639 emitStoreBool(dst, returnValueGPR);
644 int dst = currentInstruction[1].u.operand;
667 emitStoreBool(dst, regT0);
702 int dst = currentInstruction[1].u.operand;
728 emitStoreBool(dst, regT1);
733 int dst = currentInstruction[1].u.operand;
759 emitStoreBool(dst, regT1);
772 int dst = currentInstruction[1].u.operand;
790 emitStoreCell(dst, returnValueGPR);
809 int dst = currentInstruction[1].u.operand;
826 store32(TrustedImm32(JSValue::CellTag), tagFor(dst));
827 store32(regT2, payloadFor(dst));
858 loadPtr(addressFor(dst), regT1);
882 int dst = currentInstruction[1].u.operand;
891 if (src != dst)
892 emitStore(dst, regT1, regT0);
1015 int dst = currentInstruction[1].u.operand;
1017 Jump argsCreated = branch32(NotEqual, tagFor(dst), TrustedImm32(JSValue::EmptyValueTag));
1019 emitStoreCell(dst, returnValueGPR);
1020 emitStoreCell(unmodifiedArgumentsRegister(VirtualRegister(dst)).offset(), returnValueGPR);
1026 int dst = currentInstruction[1].u.operand;
1028 emitStore(dst, JSValue());
1122 int dst = currentInstruction[1].u.operand;
1127 emitStoreInt32(dst, regT0);
1133 int dst = currentInstruction[1].u.operand;
1135 callOperation(operationGetArgumentsLength, dst, base);
1140 int dst = currentInstruction[1].u.operand;
1154 emitStore(dst, regT1, regT0);
1159 int dst = currentInstruction[1].u.operand;
1176 callOperation(WithProfile, operationGetByValGeneric, dst, regT1, regT0, regT3, regT2);