Searched refs:check_sljit_emit_op_custom (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_common.c | 1021 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitNativeARM_64.c | 1364 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitNativeS390X.c | 2469 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitLir.c | 1371 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_custom(struct sljit_compiler *compiler, in check_sljit_emit_op_custom() function
|
D | sljitNativePPC_common.c | 1584 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitNativeARM_32.c | 1906 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitNativeARM_T2_32.c | 1522 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitNativeMIPS_common.c | 1514 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
|
D | sljitNativeX86_common.c | 2411 CHECK(check_sljit_emit_op_custom(compiler, instruction, size));
|