Home
last modified time | relevance | path

Searched refs:dst_r (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativeX86_common.c867 sljit_si dst_r; in emit_mov_byte() local
896 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_byte()
901 SLJIT_ASSERT(dst_r == TMP_REG1); in emit_mov_byte()
904 dst_r = src; in emit_mov_byte()
906 dst_r = src; in emit_mov_byte()
945 inst = emit_x86_instruction(compiler, 2, dst_r, 0, src, srcw); in emit_mov_byte()
953 if (dst_r == TMP_REG1) { in emit_mov_byte()
974 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
987 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
993 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_byte()
[all …]
DsljitNativeARM_T2_32.c1301 sljit_si dst_r, flags; in sljit_emit_op1() local
1312 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op1()
1376 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
1378 if (getput_arg_fast(compiler, flags, dst_r, src, srcw)) in sljit_emit_op1()
1381 FAIL_IF(getput_arg(compiler, flags, dst_r, src, srcw, dst, dstw)); in sljit_emit_op1()
1383 if (dst_r != TMP_REG1) in sljit_emit_op1()
1384 return emit_op_imm(compiler, op, dst_r, TMP_REG1, src); in sljit_emit_op1()
1385 dst_r = src; in sljit_emit_op1()
1389 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1()
1392 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1()
[all …]
DsljitNativeARM_64.c1249 sljit_si dst_r, flags, mem_flags; in sljit_emit_op1() local
1260 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op1()
1340 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
1342 if (getput_arg_fast(compiler, flags, dst_r, src, srcw)) in sljit_emit_op1()
1345 FAIL_IF(getput_arg(compiler, flags, dst_r, src, srcw, dst, dstw)); in sljit_emit_op1()
1347 if (dst_r != TMP_REG1) in sljit_emit_op1()
1348 … return emit_op_imm(compiler, op | ((op_flags & SLJIT_INT_OP) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1()
1349 dst_r = src; in sljit_emit_op1()
1353 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1()
1356 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1()
[all …]
DsljitNativeSPARC_common.c656 sljit_si dst_r = TMP_REG2; in emit_op() local
671 dst_r = dst; in emit_op()
674 sugg_src2_r = dst_r; in emit_op()
724 dst_r = src2_r; in emit_op()
735 dst_r = 0; in emit_op()
763 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
767 getput_arg_fast(compiler, flags, dst_r, dst, dstw); in emit_op()
770 return getput_arg(compiler, flags, dst_r, dst, dstw, 0, 0); in emit_op()
996 sljit_si dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; in sljit_emit_fop1_convd_fromw() local
1015 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FITOS, FITOD) | DA(dst_r) | S2A(TMP_FREG1), MOVABLE_INS… in sljit_emit_fop1_convd_fromw()
[all …]
DsljitNativeARM_32.c1626 sljit_si dst_r; in emit_op() local
1639 dst_r = TMP_REG2; in emit_op()
1642 dst_r = dst; in emit_op()
1645 sugg_src2_r = dst_r; in emit_op()
1651 dst_r = TMP_REG2; in emit_op()
1655 dst_r = 0; in emit_op()
1712 dst_r = src2_r; in emit_op()
1754 if (src1_r == 0 && src2_r == 0 && dst_r == 0) { in emit_op()
1772 else if (src1_r == 0 && dst_r == 0) { in emit_op()
1776 else if (src2_r == 0 && dst_r == 0) { in emit_op()
[all …]
DsljitNativePPC_common.c1141 sljit_si dst_r; in emit_op() local
1156 dst_r = TMP_REG2; in emit_op()
1159 dst_r = dst; in emit_op()
1162 sugg_src2_r = dst_r; in emit_op()
1168 dst_r = TMP_REG2; in emit_op()
1172 dst_r = 0; in emit_op()
1197 dst_r = src2_r; in emit_op()
1212 if (src1_r == 0 && src2_r == 0 && dst_r == 0) { in emit_op()
1228 else if (src1_r == 0 && dst_r == 0) { in emit_op()
1232 else if (src2_r == 0 && dst_r == 0) { in emit_op()
[all …]
DsljitNativeMIPS_common.c921 sljit_si dst_r = TMP_REG2; in emit_op() local
938 dst_r = dst; in emit_op()
941 sugg_src2_r = dst_r; in emit_op()
995 dst_r = src2_r; in emit_op()
1006 dst_r = 0; in emit_op()
1034 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
1038 getput_arg_fast(compiler, flags, DR(dst_r), dst, dstw); in emit_op()
1041 return getput_arg(compiler, flags, DR(dst_r), dst, dstw, 0, 0); in emit_op()
1348 sljit_si dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; in sljit_emit_fop1_convd_fromw() local
1365 …21) | (((op & SLJIT_SINGLE_OP) ^ SLJIT_SINGLE_OP) >> 8) | FS(TMP_FREG1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1_convd_fromw()
[all …]
DsljitNativeX86_64.c710 sljit_si dst_r; in emit_mov_int() local
735 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_int()
738 dst_r = src; in emit_mov_int()
741 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src, srcw); in emit_mov_int()
746 FAIL_IF(emit_mov(compiler, dst_r, 0, src, srcw)); in emit_mov_int()
753 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_int()
DsljitNativeTILEGX_64.c2000 sljit_si dst_r = TMP_REG2; in emit_op() local
2016 dst_r = dst; in emit_op()
2019 sugg_src2_r = dst_r; in emit_op()
2072 dst_r = src2_r; in emit_op()
2081 dst_r = 0; in emit_op()
2106 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
2110 getput_arg_fast(compiler, flags, reg_map[dst_r], dst, dstw); in emit_op()
2114 return getput_arg(compiler, flags, reg_map[dst_r], dst, dstw, 0, 0); in emit_op()
/external/chromium_org/third_party/skia/src/opts/
DSkBlitRow_opts_arm_neon.cpp1239 uint16x8_t dst_r, dst_g, dst_b; in S32A_D565_Opaque_Dither_neon() local
1338 dst_r = vshrq_n_u16(dst8, SK_R16_SHIFT); // clearing hi bits in S32A_D565_Opaque_Dither_neon()
1347 dst_r = vmlaq_u16(vshll_n_u8(sr,2), dst_r, scale8); in S32A_D565_Opaque_Dither_neon()
1352 dst8 = vsliq_n_u16(dst8, vshrq_n_u16(dst_r,5), 11); in S32A_D565_Opaque_Dither_neon()
1382 showme16("dst_r", &dst_r, sizeof(dst_r)); in S32A_D565_Opaque_Dither_neon()
/external/skia/src/opts/
DSkBlitRow_opts_arm_neon.cpp1097 uint16x8_t dst_r, dst_g, dst_b; in S32A_D565_Opaque_Dither_neon() local
1150 dst_r = vshrq_n_u16(dst8, SK_R16_SHIFT); // clearing hi bits in S32A_D565_Opaque_Dither_neon()
1159 dst_r = vmlaq_u16(vshll_n_u8(sr,2), dst_r, scale8); in S32A_D565_Opaque_Dither_neon()
1164 dst8 = vsliq_n_u16(dst8, vshrq_n_u16(dst_r,5), 11); in S32A_D565_Opaque_Dither_neon()