Home | History | Annotate | Download | only in src

Lines Matching refs:dstw

592 #define OP1(op, dst, dstw, src, srcw) \
593 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
594 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \
595 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
610 #define OP_FLAGS(op, dst, dstw, type) \
611 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (type))
614 #define GET_LOCAL_BASE(dst, dstw, offset) \
615 sljit_get_local_base(compiler, (dst), (dstw), (offset))