Home | History | Annotate | Download | only in jit

Lines Matching refs:opType

671 void JIT::emitAdd32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType)
687 if (!opType.definitelyIsNumber())
716 ResultType opType = op == op1 ? types.first() : types.second();
717 if (!opType.definitelyIsNumber())
780 void JIT::emitSub32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType)
796 if (!opType.definitelyIsNumber())