Searched defs:emit_single_op (Results 1 - 7 of 7) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_32.c69 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, function
H A DsljitNativePPC_32.c44 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, function
H A DsljitNativeSPARC_32.c38 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, function
H A DsljitNativeMIPS_64.c160 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, function
H A DsljitNativePPC_64.c148 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, function
H A DsljitNativeARM_32.c986 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, function
1781 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r));
H A DsljitNativeTILEGX_64.c1585 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_s32 src1, sljit_sw src2) function
2071 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r));

Completed in 214 milliseconds