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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 177 #define SLJIT_R3 4
sljitNativeX86_common.c 76 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
2178 if (reg >= SLJIT_R3 && reg <= SLJIT_R8)
sljitLir.c 681 CHECK_ARGUMENT((p) < SLJIT_R3 || (p) > SLJIT_R6);
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 1229 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R3, 0, SLJIT_IMM, SLJIT_FUNC_OFFSET(func));
1230 sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_R3, 0);
1555 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R3, 0, SLJIT_IMM, -1);
2420 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R3, 0, SLJIT_IMM, -234);
2422 sljit_emit_op2(compiler, SLJIT_MUL, SLJIT_S3, 0, SLJIT_R3, 0, SLJIT_R4, 0);
2536 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R3, 0, SLJIT_IMM, 0xcde5);
2537 sljit_emit_op1(compiler, SLJIT_MOVU_U8, SLJIT_R4, 0, SLJIT_R3, 0);
2549 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R3, 0, SLJIT_IMM, 0x9cb0a6);
2550 sljit_emit_op1(compiler, SLJIT_MOVU_U16, SLJIT_R4, 0, SLJIT_R3, 0);
2563 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R3, 0, SLJIT_IMM, SLJIT_W(0xcef97a70b5))
    [all...]
  /src/sys/net/
bpfjit.c 101 #define BJ_XREG SLJIT_R3
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 128 #define R_BEST_BEGIN SLJIT_R3

Completed in 26 milliseconds