Home | History | Annotate | Download | only in sljit

Lines Matching full:arg1w

1543 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)
1545 if (getput_arg_fast(compiler, flags, reg, arg1, arg1w))
1547 return getput_arg(compiler, flags, reg, arg1, arg1w, arg2, arg2w);