Home | History | Annotate | Download | only in sljit

Lines Matching refs:srcw

541    SLJIT_MOV_P (see sljit_emit_op1). As for src and srcw they must be 0 if op
546 sljit_s32 src, sljit_sw srcw);
564 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw);
811 sljit_s32 src, sljit_sw srcw);
911 sljit_s32 src, sljit_sw srcw);
1048 Direct form: set src to SLJIT_IMM() and srcw to the address
1052 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw);
1061 Src must be SLJIT_UNUSED, and srcw must be 0
1066 Important note: only dst=src and dstw=srcw is supported at the moment!
1071 sljit_s32 src, sljit_sw srcw,
1241 sljit_s32 src, sljit_sw srcw);