Searched refs:check_sljit_emit_ijump (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_common.c | 1402 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
|
D | sljitNativeARM_64.c | 1754 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
|
D | sljitNativeS390X.c | 2580 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
|
D | sljitLir.c | 1723 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_ijump(struct sljit_compiler *compiler, sljit… in check_sljit_emit_ijump() function
|
D | sljitNativePPC_common.c | 2025 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
|
D | sljitNativeARM_32.c | 2509 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
|
D | sljitNativeARM_T2_32.c | 2106 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
|
D | sljitNativeMIPS_common.c | 2068 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_ijump()
|
D | sljitNativeX86_common.c | 2737 CHECK(check_sljit_emit_ijump(compiler, type, src, srcw));
|