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

  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 971 sljit_s32 dst, sljit_sw dstw,
1029 return emit_op_mem(compiler, input_flags, dst_r, dst, dstw, TMP_REG1);
    [all...]
sljitNativeSPARC_common.c 678 sljit_s32 dst, sljit_sw dstw,
703 else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, TMP_REG1, dst, dstw))
777 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
779 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw));
783 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2, src2, src2w, dst, dstw));
787 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw));
789 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, sugg_src2_r, src2, src2w, dst, dstw));
795 getput_arg_fast(compiler, flags, dst_r, dst, dstw);
798 return getput_arg(compiler, flags, dst_r, dst, dstw, 0, 0);
851 sljit_s32 dst, sljit_sw dstw,
    [all...]
sljitNativeX86_common.c 649 sljit_s32 dst, sljit_sw dstw,
655 sljit_s32 dst, sljit_sw dstw,
660 sljit_s32 dst, sljit_sw dstw,
663 #define EMIT_MOV(compiler, dst, dstw, src, srcw) \
664 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
667 sljit_s32 single, sljit_s32 dst, sljit_sw dstw, sljit_s32 src);
679 sljit_s32 dst, sljit_sw dstw,
687 inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw);
710 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw);
716 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, srcw, dst, dstw);
    [all...]
sljitNativeMIPS_common.c 929 sljit_s32 dst, sljit_sw dstw,
957 else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, DR(TMP_REG1), dst, dstw))
1034 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw))
1355 FAIL_IF(emit_op_mem2(compiler, ((flags) ? DOUBLE_DATA : SINGLE_DATA) | LOAD_DATA, FR(TMP_FREG1), src, srcw, dst, dstw)); local
    [all...]
sljitLir.c 1094 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw)
1097 FUNCTION_CHECK_DST(dst, dstw, 0);
1103 sljit_verbose_param(compiler, dst, dstw);
    [all...]
sljitNativeARM_64.c     [all...]
sljitNativeTILEGX_64.c     [all...]
sljitLir.h 671 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw);
    [all...]
sljitNativeARM_32.c 902 sljit_s32 dst, sljit_sw dstw,
    [all...]
sljitNativeARM_T2_32.c     [all...]
sljitNativeX86_64.c 710 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw)
715 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
716 ADJUST_LOCAL_OFFSET(dst, dstw);
741 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
794 sljit_s32 dst, sljit_sw dstw,
808 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw);
816 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw);
841 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw);
sljitNativeX86_32.c 833 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw)
838 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw));
839 ADJUST_LOCAL_OFFSET(dst, dstw);
841 CHECK_EXTRA_REGS(dst, dstw, (void)0);
858 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 1488 uint32_t dstw, dsth; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 1398 uint32_t dstw, dsth; local
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c 592 #define OP1(op, dst, dstw, src, srcw) \
593 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
594 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \
595 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
610 #define OP_FLAGS(op, dst, dstw, type) \
611 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (type))
614 #define GET_LOCAL_BASE(dst, dstw, offset) \
615 sljit_get_local_base(compiler, (dst), (dstw), (offset))
    [all...]

Completed in 581 milliseconds