HomeSort by: relevance | last modified time | path
    Searched refs:SLJIT_CALL0 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/doc/tutorial/
brainfuck.c 182 sljit_emit_ijump(C, SLJIT_CALL0, SLJIT_IMM, SLJIT_FUNC_OFFSET(my_getchar)); /* R0 = getchar() */
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_32.c 509 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 * (type - SLJIT_CALL0));
511 INC_SIZE(4 * (type - SLJIT_CALL0));
sljitLir.c 1424 CHECK_ARGUMENT((type & 0xff) <= SLJIT_CALL0 || ((type & 0xff) - SLJIT_CALL0) <= compiler->scratches);
1504 CHECK_ARGUMENT(type <= SLJIT_CALL0 || (type - SLJIT_CALL0) <= compiler->scratches);
sljitLir.h 1117 #define SLJIT_CALL0 26
sljitNativeMIPS_common.c 1673 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? IS_CALL : 0);
1848 if (type >= SLJIT_CALL0) {
sljitNativePPC_common.c 2170 if (type >= SLJIT_CALL0)
2192 if (type >= SLJIT_CALL0) {
2207 if (type >= SLJIT_CALL0)
sljitNativeTILEGX_64.c 2337 if (type >= SLJIT_CALL0) {
2483 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0);
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 4971 jump = sljit_emit_jump(compiler, SLJIT_CALL0);
5003 jump = sljit_emit_jump(compiler, SLJIT_CALL0);
5054 jump = sljit_emit_jump(compiler, SLJIT_CALL0);
5090 jump = sljit_emit_jump(compiler, SLJIT_CALL0);

Completed in 33 milliseconds