Searched refs:sljit_emit_return (Results 1 – 12 of 12) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativeX86_32.c | 199 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return() function
|
D | sljitLir.h | 522 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op,
|
D | sljitNativeX86_64.c | 269 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return() function
|
D | sljitNativeSPARC_common.c | 472 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return() function
|
D | sljitLir.c | 1817 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return() function
|
D | sljitNativeARM_64.c | 1156 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return() function
|
D | sljitNativeARM_T2_32.c | 1205 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return() function
|
D | sljitNativeARM_32.c | 897 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return() function
|
D | sljitNativeTILEGX_64.c | 1261 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return() function
|
D | sljitNativeMIPS_common.c | 629 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return() function
|
D | sljitNativePPC_common.c | 666 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return() function
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 10097 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_RETURN_REG, 0); in PRIV()
|