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

  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 89 /* TMP_REG2 is not used by getput_arg */
533 /* See getput_arg below.
556 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
626 return getput_arg(compiler, flags, reg, arg, argw, 0, 0);
633 return getput_arg(compiler, flags, reg, arg1, arg1w, arg2, arg2w);
739 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2, src2, src2w, src1, src1w));
740 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw));
743 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w, src2, src2w));
744 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2, src2, src2w, dst, dstw));
748 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw))
    [all...]
sljitNativeARM_T2_32.c 975 /* see getput_arg below.
1002 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, function
    [all...]
sljitNativeARM_64.c 882 /* see getput_arg below.
909 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, function
    [all...]
sljitNativePPC_common.c 895 /* See getput_arg below.
947 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
    [all...]
sljitNativeMIPS_common.c 716 /* See getput_arg below.
742 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
887 return getput_arg(compiler, flags, reg_ar, arg, argw, 0, 0);
894 return getput_arg(compiler, flags, reg, arg1, arg1w, arg2, arg2w);
    [all...]
sljitNativeARM_32.c 1459 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
    [all...]
sljitNativeTILEGX_64.c 1340 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
    [all...]

Completed in 121 milliseconds