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

  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 1557 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_S3, 0, SLJIT_IMM, -1);
2422 sljit_emit_op2(compiler, SLJIT_MUL, SLJIT_S3, 0, SLJIT_R3, 0, SLJIT_R4, 0);
2423 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw), SLJIT_S3, 0);
2424 sljit_emit_op2(compiler, SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, SLJIT_S3, 0, SLJIT_IMM, 0);
2425 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_S3, 0, SLJIT_UNUSED, 0, SLJIT_NOT_ZERO);
2426 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), 2 * sizeof(sljit_sw), SLJIT_S3, 0);
2431 const1 = sljit_emit_const(compiler, SLJIT_S3, 0, 0);
2432 sljit_emit_ijump(compiler, SLJIT_JUMP, SLJIT_S3, 0);
2433 sljit_emit_op2(compiler, SLJIT_SUB, SLJIT_S3, 0, SLJIT_S3, 0, SLJIT_IMM, 100)
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 197 #define SLJIT_S3 (SLJIT_NUMBER_OF_REGISTERS - 3)
sljitNativeX86_common.c 76 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 118 #define R_STRING SLJIT_S3

Completed in 19 milliseconds