HomeSort by: relevance | last modified time | path
    Searched defs:getput_arg_fast (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 570 /* getput_arg_fast returned true. */
865 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) function in typeref:typename:sljit_s32
982 /* Otherwise getput_arg_fast would capture it. */
1017 /* The getput_arg_fast should handle this otherwise. */
1129 if (getput_arg_fast(compiler, flags, reg, arg1, arg1w))
1168 if (getput_arg_fast(compiler, input_flags | ARG_TEST, TMP_REG2, dst, dstw)) {
1187 else if (getput_arg_fast(compiler, input_flags | LOAD_DATA, TMP_REG1, src1, src1w)) {
1205 else if (getput_arg_fast(compiler, input_flags | LOAD_DATA, sugg_src2_r, src2, src2w)) {
1256 FAIL_IF(getput_arg_fast(compiler, input_flags, dst_r, dst, dstw));
1964 if (getput_arg_fast(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src1, src1w))
    [all...]
sljitNativeSPARC_common.c 526 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) function in typeref:typename:sljit_s32
634 if (getput_arg_fast(compiler, flags, reg, arg, argw))
643 if (getput_arg_fast(compiler, flags, reg, arg1, arg1w))
677 else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, TMP_REG1, dst, dstw))
713 if (getput_arg_fast(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w))
741 if (getput_arg_fast(compiler, flags | LOAD_DATA, sugg_src2_r, src2, src2w))
768 getput_arg_fast(compiler, flags, dst_r, dst, dstw);
1125 if (getput_arg_fast(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src1, src1w)) {
1135 if (getput_arg_fast(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG2, src2, src2w)) {
sljitNativeARM_64.c 840 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) function in typeref:typename:sljit_s32
1049 if (getput_arg_fast(compiler, flags, reg, arg, argw))
1058 if (getput_arg_fast(compiler, flags, reg, arg1, arg1w))
1383 if (getput_arg_fast(compiler, flags, dst_r, src, srcw))
1394 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw))
1413 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src, srcw))
1430 if (getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw))
1465 if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, mem_flags | STORE | ARG_TEST, TMP_REG1, dst, dstw))
1469 if (getput_arg_fast(compiler, mem_flags, TMP_REG1, src1, src1w))
1475 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src2, src2w)
    [all...]
sljitNativeMIPS_common.c 703 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) function in typeref:typename:sljit_s32
862 if (getput_arg_fast(compiler, flags, reg_ar, arg, argw))
871 if (getput_arg_fast(compiler, flags, reg, arg1, arg1w))
907 else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, DR(TMP_REG1), dst, dstw))
947 if (getput_arg_fast(compiler, flags | LOAD_DATA, DR(TMP_REG1), src1, src1w))
975 if (getput_arg_fast(compiler, flags | LOAD_DATA, DR(sugg_src2_r), src2, src2w))
1002 getput_arg_fast(compiler, flags, DR(dst_r), dst, dstw);
1454 if (getput_arg_fast(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG1, src1, src1w)) {
1464 if (getput_arg_fast(compiler, FLOAT_DATA(op) | LOAD_DATA, TMP_FREG2, src2, src2w)) {
sljitNativeTILEGX_64.c 1290 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) function in typeref:typename:sljit_s32
1537 if (getput_arg_fast(compiler, flags, reg_ar, arg, argw))
1547 if (getput_arg_fast(compiler, flags, reg, arg1, arg1w))
1987 } else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, TMP_REG1_mapped, dst, dstw))
2027 if (getput_arg_fast(compiler, flags | LOAD_DATA, TMP_REG1_mapped, src1, src1w))
2052 if (getput_arg_fast(compiler, flags | LOAD_DATA, reg_map[sugg_src2_r], src2, src2w))
2077 getput_arg_fast(compiler, flags, reg_map[dst_r], dst, dstw);

Completed in 18 milliseconds