Searched refs:check_sljit_emit_op_flags (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_common.c | 1414 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
D | sljitNativeARM_64.c | 1746 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
D | sljitNativePPC_common.c | 1997 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
D | sljitNativeARM_T2_32.c | 2143 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
D | sljitLir.c | 1733 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_flags(struct sljit_compiler *compiler, sl… in check_sljit_emit_op_flags() function
|
D | sljitNativeMIPS_common.c | 1893 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
D | sljitNativeARM_32.c | 2465 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
D | sljitNativeTILEGX_64.c | 2092 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type)); in sljit_emit_op_flags()
|
D | sljitNativeX86_common.c | 2559 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type));
|