Searched refs:SLJIT_S3 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/bsd/sljit/dist/test_src/ |
H A D | sljitTest.c | 1557 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_S3, 0, SLJIT_IMM, -1); in test20() 2422 sljit_emit_op2(compiler, SLJIT_MUL, SLJIT_S3, 0, SLJIT_R3, 0, SLJIT_R4, 0); in test28() 2423 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw), SLJIT_S3, 0); in test28() 2424 sljit_emit_op2(compiler, SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, SLJIT_S3, 0, SLJIT_IMM, 0); in test28() 2425 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_S3, 0, SLJIT_UNUSED, 0, SLJIT_NOT_ZERO); in test28() 2426 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), 2 * sizeof(sljit_sw), SLJIT_S3, 0); in test28() 2431 const1 = sljit_emit_const(compiler, SLJIT_S3, 0, 0); in test28() 2432 sljit_emit_ijump(compiler, SLJIT_JUMP, SLJIT_S3, 0); in test28() 2433 sljit_emit_op2(compiler, SLJIT_SUB, SLJIT_S3, 0, SLJIT_S3, 0, SLJIT_IMM, 100); in test28() 2435 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), 4 * sizeof(sljit_sw), SLJIT_S3, 0); in test28() [all …]
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitLir.h | 197 #define SLJIT_S3 (SLJIT_NUMBER_OF_REGISTERS - 3) macro
|
H A D | sljitNativeX86_common.c | 76 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
|
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/ |
H A D | regexJIT.c | 118 #define R_STRING SLJIT_S3
|