Searched refs:emitLoadDouble (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITArithmetic32_64.cpp255 emitLoadDouble(op1, fpRegT0);
279 emitLoadDouble(op1, fpRegT0);
566 emitLoadDouble(op, fpRegT1);
682 emitLoadDouble(op, fpRegT1);
751 emitLoadDouble(op2, fpRegT0);
757 emitLoadDouble(op1, fpRegT2);
762 emitLoadDouble(op1, fpRegT2);
767 emitLoadDouble(op1, fpRegT1);
772 emitLoadDouble(op1, fpRegT1);
805 emitLoadDouble(op
[all...]
H A DSpecializedThunkJIT.h49 m_failures.append(emitLoadDouble(src, dst, scratch));
H A DJSInterfaceJIT.h187 inline Jump emitLoadDouble(unsigned virtualRegisterIndex, FPRegisterID dst, RegisterID scratch);
267 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadDouble(unsigned virtualRegisterIndex, FPRegisterID dst, RegisterID scratch)
312 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadDouble(unsigned virtualRegisterIndex, FPRegisterID dst, RegisterID scratch)
H A DJITInlines.h535 inline void JIT::emitLoadDouble(int index, FPRegisterID value) function in class:JSC::JIT
830 inline void JIT::emitLoadDouble(int index, FPRegisterID value) function in class:JSC::JIT
H A DJITOpcodes32_64.cpp498 emitLoadDouble(cond, fpRegT0);
534 emitLoadDouble(cond, fpRegT0);
H A DJIT.h446 void emitLoadDouble(int index, FPRegisterID value);

Completed in 148 milliseconds