HomeSort by: relevance | last modified time | path
    Searched defs:ret_c (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/doc/tutorial/
branch.c 25 struct sljit_jump *ret_c; local in function:branch
37 /* if R0 == 0 then jump to ret_c, where is ret_c? we assign it later */
38 ret_c = sljit_emit_cmp(C, SLJIT_EQUAL, SLJIT_R0, 0, SLJIT_IMM, 0);
46 /* here is the 'ret_c' should jump, we emit a label and set it to ret_c */
47 sljit_set_label(ret_c, sljit_emit_label(C));
branch.c 25 struct sljit_jump *ret_c; local in function:branch
37 /* if R0 == 0 then jump to ret_c, where is ret_c? we assign it later */
38 ret_c = sljit_emit_cmp(C, SLJIT_EQUAL, SLJIT_R0, 0, SLJIT_IMM, 0);
46 /* here is the 'ret_c' should jump, we emit a label and set it to ret_c */
47 sljit_set_label(ret_c, sljit_emit_label(C));

Completed in 25 milliseconds