Lines Matching full:arg1w
629 static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1w, sljit_s32 arg2, sljit_sw arg2w)
631 if (getput_arg_fast(compiler, flags, reg, arg1, arg1w))
633 return getput_arg(compiler, flags, reg, arg1, arg1w, arg2, arg2w);