Searched refs:check_sljit_emit_op_custom (Results 1 – 9 of 9) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeARM_64.c | 1613 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitLir.c | 1537 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_custom(struct sljit_compiler *compiler, in check_sljit_emit_op_custom() function
|
D | sljitNativeX86_common.c | 2685 CHECK(check_sljit_emit_op_custom(compiler, instruction, size));
|
D | sljitNativePPC_common.c | 1873 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitNativeRISCV_common.c | 1966 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitNativeARM_T2_32.c | 1928 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitNativeS390X.c | 3098 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitNativeARM_32.c | 2336 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitNativeMIPS_common.c | 2537 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|