Searched refs:R_STRING (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/ |
H A D | regexJIT.c | 118 #define R_STRING SLJIT_S3 macro 1971 EMIT_OP1(SLJIT_MOV, R_STRING, 0, SLJIT_S1, 0); in regex_compile() 2030 EMIT_OP1(SLJIT_MOV, R_TEMP, 0, R_STRING, 0); in regex_compile() 2038 EMIT_OP1(SLJIT_MOV, R_STRING, 0, R_TEMP, 0); in regex_compile() 2082 EMIT_OP1(SLJIT_MOV, R_STRING, 0, R_CURR_STATE, 0); in regex_compile() 2110 EMIT_OP1(SLJIT_MOV, R_CURR_STATE, 0, R_STRING, 0); in regex_compile()
|