HomeSort by relevance Sort by last modified time
    Searched refs:getput_arg_fast (Results 1 - 7 of 7) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativeARM_T2_32.c 891 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) function
    [all...]
sljitNativeSPARC_common.c 513 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) function
622 if (getput_arg_fast(compiler, flags, reg, arg, argw))
631 if (getput_arg_fast(compiler, flags, reg, arg1, arg1w))
665 else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, TMP_REG1, dst, dstw))
701 if (getput_arg_fast(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w))
729 if (getput_arg_fast(compiler, flags | LOAD_DATA, sugg_src2_r, src2, src2w))
756 getput_arg_fast(compiler, flags, dst_r, dst, dstw);
    [all...]
sljitNativeARM_64.c 828 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) function
1045 if (getput_arg_fast(compiler, flags, reg, arg, argw))
    [all...]
sljitNativeARM_32.c 1336 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) function
    [all...]
sljitNativeMIPS_common.c 701 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) function
883 if (getput_arg_fast(compiler, flags, reg_ar, arg, argw))
892 if (getput_arg_fast(compiler, flags, reg, arg1, arg1w))
928 else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, DR(TMP_REG1), dst, dstw))
968 if (getput_arg_fast(compiler, flags | LOAD_DATA, DR(TMP_REG1), src1, src1w))
996 if (getput_arg_fast(compiler, flags | LOAD_DATA, DR(sugg_src2_r), src2, src2w))
    [all...]
sljitNativePPC_common.c 553 /* getput_arg_fast returned true. */
848 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) function
965 /* Otherwise getput_arg_fast would capture it. */
    [all...]
sljitNativeTILEGX_64.c 1288 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) function
    [all...]

Completed in 1800 milliseconds