Searched refs:emitBinaryDoubleOp (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITArithmetic32_64.cpp | 139 …emitBinaryDoubleOp(op_jnless, target, op1, op2, OperandTypes(), notInt32Op1, notInt32Op2, !isOpera… in emit_op_jnless() 227 …emitBinaryDoubleOp(op_jless, target, op1, op2, OperandTypes(), notInt32Op1, notInt32Op2, !isOperan… in emit_op_jless() 314 …emitBinaryDoubleOp(invert ? op_jnlesseq : op_jlesseq, target, op1, op2, OperandTypes(), notInt32Op… in emit_op_jlesseq() 835 emitBinaryDoubleOp(op_add, dst, op1, op2, types, notInt32Op1, notInt32Op2); in emit_op_add() 944 emitBinaryDoubleOp(op_sub, dst, op1, op2, types, notInt32Op1, notInt32Op2); in emit_op_sub() 1010 void JIT::emitBinaryDoubleOp(OpcodeID opcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTy… in emitBinaryDoubleOp() function in JSC::JIT 1177 emitBinaryDoubleOp(op_mul, dst, op1, op2, types, notInt32Op1, notInt32Op2); in emit_op_mul() 1263 emitBinaryDoubleOp(op_div, dst, op1, op2, types, notInt32Op1, notInt32Op2); in emit_op_div()
|
D | JIT.h | 341 …void emitBinaryDoubleOp(OpcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes, JumpList…
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 1589 (JSC::JIT::emitBinaryDoubleOp): 2607 (JSC::JIT::emitBinaryDoubleOp): 3047 (JSC::JIT::emitBinaryDoubleOp): 13794 (JSC::JIT::emitBinaryDoubleOp): ditto 15456 (JSC::JIT::emitBinaryDoubleOp): 16821 (JSC::JIT::emitBinaryDoubleOp): 23181 Don't reload values in emitBinaryDoubleOp. 23189 (JSC::JIT::emitBinaryDoubleOp): 23204 Don't emit code in emitBinaryDoubleOp if code is unreachable, observable 23211 (JSC::JIT::emitBinaryDoubleOp): [all …]
|
D | ChangeLog | 3437 (JSC::JIT::emitBinaryDoubleOp):
|